summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-13slirp: improve TFTP performanceHervé Poussineau2-14/+19
2012-09-13slirp: Fix error reported by static code analysisStefan Weil1-1/+1
2012-09-13slirp: Remove wrong type casts ins debug statementsStefan Weil1-3/+3
2012-09-13uhci: Don't queue up packets after one with the SPD flag setHans de Goede1-1/+4
2012-09-13usb-redir: Revert usb-redir part of commit 93bfef4cHans de Goede1-5/+3
2012-09-13usb-redir: Add chardev open / close debug loggingHans de Goede1-0/+6
2012-09-13usb-redir: Add support for migrationHans de Goede1-3/+346
2012-09-13usb-redir: Store max_packet_size in endp_dataHans de Goede1-1/+3
2012-09-13usb-redir: Add an already_in_flight packet-id queueHans de Goede1-0/+43
2012-09-13usb-redir: Change cancelled packet code into a generic packet-id queueHans de Goede1-31/+71
2012-09-13ehci: Walk async schedule before and after migrationHans de Goede1-0/+28
2012-09-13ehci: Don't set seen to 0 when removing unseen queue-headsHans de Goede1-6/+18
2012-09-13configure: usbredir fixesAurelien Jarno1-1/+1
2012-09-13hw/qxl: support client monitor configuration via deviceAlon Levy3-1/+91
2012-09-13qxl: add trace-event for QXL_IO_LOGAlon Levy2-0/+2
2012-09-13hw/qxl: tracing fixesAlon Levy2-5/+9
2012-09-12block: Don't forget to delete temporary fileDunrong Huang1-1/+5
2012-09-12Don't require encryption password for 'qemu-img info' commandDaniel P. Berrange1-10/+11
2012-09-12qemu-img: Add json output option to the info command.Benoît Canet4-49/+199
2012-09-12qapi: Add SnapshotInfo and ImageInfo.Benoît Canet1-0/+64
2012-09-12ahci: properly reset PxCMD on HBA resetJason Baron1-1/+1
2012-09-12block: fix block tray statusPavel Hrdina1-2/+2
2012-09-12vdi: Fix warning from clangStefan Weil1-13/+12
2012-09-12block/curl: Fix wrong free statementStefan Weil1-2/+1
2012-09-12ide: Fix error messages from static code analysis (no real error)Stefan Weil1-9/+2
2012-09-12ATAPI: STARTSTOPUNIT only eject/load media if powercondition is 0Ronnie Sahlberg1-0/+6
2012-09-12sheepdog: fix savevm and loadvmMORITA Kazutaka1-1/+2
2012-09-12ehci: Don't process too much frames in 1 timer tick (v2)Hans de Goede1-0/+14
2012-09-12ehci: Fix interrupts stopping when Interrupt Threshold Control is 8Hans de Goede1-1/+1
2012-09-12ehci: switch to new-style memory opsGerd Hoffmann2-92/+90
2012-09-12qxl: better cleanup for surface destroyUri Lublin1-0/+1
2012-09-12usb-host: allow emulated (non-async) control requests without USBPacketGerd Hoffmann1-1/+1
2012-09-12qxl: Ignore set_client_capabilities pre/post migrateHans de Goede1-0/+5
2012-09-12qxl: dont update invalid areaDunrong Huang1-0/+7
2012-09-12spice: send updates only for changed screen contentGerd Hoffmann1-1/+55
2012-09-12spice: add screen mirrorGerd Hoffmann2-10/+23
2012-09-12spice: split qemu_spice_create_updateGerd Hoffmann1-13/+18
2012-09-12spice: switch to queue for vga mode updatesGerd Hoffmann3-15/+19
2012-09-11kvm: Rename irqchip_inject_ioctl to irq_set_ioctlJan Kiszka1-5/+5
2012-09-11kvm: Stop flushing coalesced MMIO on vmexitJan Kiszka1-2/+0
2012-09-11VGA: Flush coalesced MMIO on related MMIO/PIO accessesJan Kiszka5-0/+15
2012-09-11memory: Flush coalesced MMIO on mapping and state changesJan Kiszka1-0/+1
2012-09-11memory: Fold memory_region_update_topology into memory_region_transaction_commitJan Kiszka1-28/+11
2012-09-11memory: Use transaction_begin/commit also for single-step operationsJan Kiszka1-15/+25
2012-09-11memory: Flush coalesced MMIO on selected region accessJan Kiszka2-0/+50
2012-09-11kvm-all.c: Move init of irqchip_inject_ioctl out of kvm_irqchip_create()Peter Maydell1-4/+5
2012-09-11update-linux-headers.sh: Don't hard code list of architecturesPeter Maydell1-1/+15
2012-09-11Merge branch 'usb.64' of git://git.kraxel.org/qemuAurelien Jarno13-1042/+1376
2012-09-11tcg/optimize: fix if/else/break coding styleAurelien Jarno1-23/+11
2012-09-11tcg/optimize: add constant folding for brcondAurelien Jarno1-1/+26