aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-12qemu-ga: add guest-sync-delimitedMichael Roth
2012-03-12qemu-ga: add guest-network-get-interfaces commandMichal Privoznik
2012-03-12qemu-ga: add win32 guest-suspend-ram commandMichael Roth
2012-03-12qemu-ga: add win32 guest-suspend-disk command.Gal Hammer
2012-03-12qemu-ga: add guest-suspend-hybridLuiz Capitulino
2012-03-12qemu-ga: add guest-suspend-ramLuiz Capitulino
2012-03-12qemu-ga: add guest-suspend-diskLuiz Capitulino
2012-03-11Add missing const attributes for MemoryRegionOpsStefan Weil
2012-03-11tcg: Improve tcg_out_label and fix its usage for w64Stefan Weil
2012-03-11configure: Test for libiberty.a (mingw32)Stefan Weil
2012-03-11w64: Don't redefine lseek, ftruncateStefan Weil
2012-03-11cache-utils: Add missing include file for uintptr_tStefan Weil
2012-03-11build: Include config-host.mak as soon as possibleLluĂ­s Vilanova
2012-03-11gdbstub: Do not kill target in system emulation modeJan Kiszka
2012-03-11target-i386: Mask NX bit from cpu_get_phys_page_debug resultJan Kiszka
2012-03-09Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2012-03-09Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2012-03-09Merge remote-tracking branch 'kraxel/usb.42' into stagingAnthony Liguori
2012-03-09libcacard: Fix compilation with gcc-4.7Hans de Goede
2012-03-09xilinx_zynq: fix the buildAnthony Liguori
2012-03-08configure: Quote the configure args printed in config.logPeter Maydell
2012-03-08osdep: Remove local definition of macro offsetofStefan Weil
2012-03-08libcacard: Spelling and grammar fixes in documentationStefan Weil
2012-03-08Spelling fixes in comments (it's -> its)Stefan Weil
2012-03-08vnc: Add break statementStefan Weil
2012-03-08libcacard: Use format specifier %u instead of %d for unsigned valuesStefan Weil
2012-03-07Fix sign of sscanf format specifiersStefan Weil
2012-03-07block/vmdk: Fix warning from splint (comparision of unsigned value)Stefan Weil
2012-03-07qmp: Fix spelling fourty -> fortyStefan Weil
2012-03-07qom: Fix spelling in documentationStefan Weil
2012-03-07sh7750: Remove redundant 'struct' from MemoryRegionOpsStefan Weil
2012-03-07xhci: fix port statusGerd Hoffmann
2012-03-07xhci: fix control xfersGerd Hoffmann
2012-03-07usb: add shortcut for control transfersGerd Hoffmann
2012-03-07usb-host: enable pipelineing for bulk endpoints.Gerd Hoffmann
2012-03-07usb: add pipelining option to usb endpointsGerd Hoffmann
2012-03-07usb: queue can have async packetsGerd Hoffmann
2012-03-07uhci_fill_queue: zap debug printfGerd Hoffmann
2012-03-07usb: add USB_RET_IOERRORHans de Goede
2012-03-07usb: return BABBLE rather then NAK when we receive too much dataHans de Goede
2012-03-07usb-ehci: Cleanup itd error handlingHans de Goede
2012-03-07usb-ehci: Fix and simplify nakcnt handlingHans de Goede
2012-03-07usb-ehci: Remove dead nakcnt codeHans de Goede
2012-03-07usb-ehci: Fix cerr trackingHans de Goede
2012-03-07usb-ehci: Any packet completion except for NAK should set the interruptHans de Goede
2012-03-07usb-ehci: Rip the queues when the async or period schedule is haltedHans de Goede
2012-03-07usb-ehci: Drop cached qhs when the doorbell gets rungHans de Goede
2012-03-07usb-ehci: always call ehci_queues_rip_unused for period queuesHans de Goede
2012-03-07usb-ehci: split our qh queue into async and periodic queuesHans de Goede
2012-03-07usb-ehci: Never follow table entries with the T-bit setHans de Goede