Age | Commit message (Expand) | Author | Files | Lines |
2012-09-05 | vga: ppm_save(): add error handling | Luiz Capitulino | 5 | -11/+30 |
2012-09-05 | qapi: convert screendump | Luiz Capitulino | 8 | -16/+29 |
2012-09-05 | console: vga_hw_screen_dump_ptr: take Error argument | Luiz Capitulino | 9 | -15/+27 |
2012-09-05 | error: add error_setg() | Luiz Capitulino | 1 | -0/+6 |
2012-09-05 | json-parser: Fix potential NULL pointer segfault | Stefan Weil | 1 | -1/+1 |
2012-09-05 | qapi: Fix potential NULL pointer segfault | Stefan Weil | 1 | -1/+1 |
2012-09-05 | qapi: convert sendkey | Amos Kong | 8 | -90/+171 |
2012-09-05 | monitor: move key_defs[] table and introduce two help functions | Amos Kong | 3 | -172/+203 |
2012-09-05 | qapi: add the QKeyCode enum | Amos Kong | 1 | -0/+26 |
2012-09-05 | qapi: generate list struct and visit_list for enum | Amos Kong | 2 | -2/+28 |
2012-09-05 | hmp: rename arguments | Amos Kong | 2 | -8/+8 |
2012-09-05 | monitor: rename keyname '<' to 'less' | Amos Kong | 1 | -1/+8 |
2012-09-05 | fix doc of using raw values with sendkey | Amos Kong | 1 | -3/+3 |
2012-09-05 | Add support for pretty-printing response in qmp-shell | Daniel P. Berrange | 1 | -13/+33 |
2012-09-05 | Open up 1.3 development tree | Anthony Liguori | 1 | -1/+1 |
2012-09-05 | Update version for 1.2.0v1.2.0 | Anthony Liguori | 1 | -1/+1 |
2012-09-04 | console: bounds check whenever changing the cursor due to an escape code | Ian Campbell | 1 | -29/+28 |
2012-09-04 | qemu-timer: properly arm alarm timer for timers set by device initialization | Paolo Bonzini | 1 | -3/+0 |
2012-09-01 | target-xtensa: return ENOSYS for unimplemented simcalls | Max Filippov | 1 | -0/+2 |
2012-08-31 | Update version to 1.2.0-rc3v1.2.0-rc3 | Anthony Liguori | 1 | -1/+1 |
2012-08-31 | console: Fix warning from clang (and potential crash) | Stefan Weil | 1 | -1/+1 |
2012-08-31 | Merge remote-tracking branch 'kraxel/usb.61' into staging | Anthony Liguori | 9 | -60/+138 |
2012-08-31 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori | 4 | -2/+52 |
2012-08-31 | uas: move transfer kickoff | Gerd Hoffmann | 1 | -2/+1 |
2012-08-31 | ehci: Fix interrupt endpoints no longer working | Hans de Goede | 1 | -2/+11 |
2012-08-31 | ehci: handle TD deactivation of inflight packets | Gerd Hoffmann | 1 | -15/+23 |
2012-08-31 | ehci: add ehci_cancel_queue() | Gerd Hoffmann | 1 | -10/+20 |
2012-08-31 | ehci: simplify ehci_state_executing | Hans de Goede | 1 | -12/+1 |
2012-08-31 | ehci: Remove unnecessary ehci_flush_qh call | Hans de Goede | 1 | -1/+0 |
2012-08-31 | ehci: Schedule async-bh when IAAD bit gets set | Hans de Goede | 1 | -0/+9 |
2012-08-31 | ehci: Fix NULL ptr deref when unplugging an USB dev with an iso stream active | Hans de Goede | 1 | -1/+1 |
2012-08-31 | usb: unique packet ids | Gerd Hoffmann | 7 | -12/+16 |
2012-08-31 | usb: Halt ep queue en cancel pending packets on a packet error | Hans de Goede | 4 | -7/+58 |
2012-08-31 | fix info qtree indention | Gerd Hoffmann | 1 | -1/+1 |
2012-08-30 | w32: Fix broken build | Stefan Weil | 1 | -0/+2 |
2012-08-30 | Update version for 1.2.0-rc2v1.2.0-rc2 | Anthony Liguori | 1 | -1/+1 |
2012-08-29 | scsi-disk: Fix typo (uint32 -> uint32_t) | Stefan Weil | 1 | -1/+1 |
2012-08-29 | msix: make [un]use vectors on reset/load optional | Michael S. Tsirkin | 2 | -2/+13 |
2012-08-29 | kvm: get/set PV EOI MSR | Michael S. Tsirkin | 3 | -0/+35 |
2012-08-29 | linux-headers: update to 3.6-rc3 | Michael S. Tsirkin | 5 | -2/+13 |
2012-08-29 | target-i386: disable pv eoi to fix migration across QEMU versions | Anthony Liguori | 1 | -1/+12 |
2012-08-29 | reset PMBA and PMREGMISC PIIX4 registers. | Gleb Natapov | 1 | -2/+3 |
2012-08-29 | qemu-ga: Fix null pointer passed to unlink in failure branch | Stefan Weil | 1 | -1/+3 |
2012-08-29 | memory: Fix copy&paste mistake in memory_region_iorange_write | Jan Kiszka | 1 | -1/+1 |
2012-08-29 | ivshmem: remove redundant ioeventfd configuration | Cam Macdonell | 1 | -15/+0 |
2012-08-29 | hw/arm_gic.c: Define .class_size in arm_gic_info TypeInfo | Peter Maydell | 1 | -0/+1 |
2012-08-29 | qemu-iotests: add backing file smaller than image test case | Stefan Hajnoczi | 2 | -2/+35 |
2012-08-29 | stream: complete early if end of backing file is reached | Stefan Hajnoczi | 1 | -0/+6 |
2012-08-29 | qed: refuse unaligned zero writes with a backing file | Stefan Hajnoczi | 1 | -0/+11 |
2012-08-29 | Merge remote-tracking branch 'bonzini/scsi-next' into staging | Anthony Liguori | 5 | -9/+27 |