aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-09-09Move the xenfb pointer handler to the connected methodJohn Haxby1-5/+16
2011-09-09Introduce a new 'connected' xendev op called when Connected.John Haxby6-15/+44
2011-09-08Merge remote-tracking branch 'origin/master' into stagingAnthony Liguori1-29/+43
2011-09-08target-i386: Compute all flag data inside %cl != 0 test.Richard Henderson1-29/+43
2011-09-08Merge remote-tracking branch 'spice/spice.v42' into stagingAnthony Liguori5-14/+44
2011-09-08Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori2-2/+3
2011-09-08Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori27-384/+652
2011-09-08Merge remote-tracking branch 'qemu-kvm-tmp/memory/batch' into stagingAnthony Liguori47-594/+551
2011-09-08Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori3-8/+9
2011-09-08Merge remote-tracking branch 'kraxel/usb.26' into stagingAnthony Liguori13-457/+562
2011-09-08Merge remote-tracking branch 'aneesh/for-upstream-3' into stagingAnthony Liguori6-103/+445
2011-09-08iohandlers: fix issue with qemu_set_fd_handler()Anthony Liguori1-5/+2
2011-09-07usb-musb: Add reset functionJuha Riihimäki3-6/+20
2011-09-07usb-musb: Take a DeviceState* in init functionPeter Maydell3-12/+8
2011-09-07usb: Remove leading underscores from __musb_irq_maxPeter Maydell2-4/+5
2011-09-07usb-host: tag as unmigratableGerd Hoffmann1-0/+6
2011-09-07usb: claim port at device initialization time.Gerd Hoffmann8-95/+110
2011-09-07usb-ccid: remote wakeup supportGerd Hoffmann1-1/+2
2011-09-07usb-ccid: switch to USBDesc*Gerd Hoffmann2-165/+84
2011-09-07usb: fix use after freeGerd Hoffmann1-1/+1
2011-09-07usb-host: parse port in /proc/bus/usb/devices scanGerd Hoffmann1-3/+13
2011-09-07usb-host: constify portGerd Hoffmann1-5/+8
2011-09-07usb-ehci: handle siTDsGerd Hoffmann2-1/+43
2011-09-07usb-host: endpoint table fixupGerd Hoffmann1-78/+101
2011-09-07usb-host: claim portGerd Hoffmann2-0/+58
2011-09-07usb-host: fix configuration tracking.Gerd Hoffmann1-63/+19
2011-09-07usb-host: limit open retriesGerd Hoffmann1-1/+12
2011-09-07usb-host: fix halted endpointsGerd Hoffmann1-3/+4
2011-09-07usb-host: reapurb error report fixGerd Hoffmann1-3/+5
2011-09-07usb-host: start tracing supportGerd Hoffmann2-25/+72
2011-09-07spice: workaround a spice server bug.Gerd Hoffmann1-1/+24
2011-09-07spice: set qxl->ssd.running=true before telling spice to start, RHBZ #733993Yonit Halperin1-1/+2
2011-09-07qxl: s/qxl_set_irq/qxl_update_irq/Yonit Halperin1-6/+6
2011-09-07qxl: send interrupt after migration in case ram->int_pending != 0, RHBZ #732949Yonit Halperin1-2/+8
2011-09-07hw/qxl: Fix format string errorsPeter Maydell2-5/+5
2011-09-07spice-qemu-char.c: Use correct printf format char for ssize_tPeter Maydell1-1/+1
2011-09-06scsi: improve MODE SENSE emulationPaolo Bonzini1-43/+53
2011-09-06scsi: fill in additional sense length correctlyPaolo Bonzini1-1/+2
2011-09-06Fix qjson test of solidus encodingJan Kiszka1-1/+2
2011-09-06configure: Copy test data to build directoryLuiz Capitulino1-1/+1
2011-09-06scsi: refine constants for READ CAPACITY 16Paolo Bonzini3-5/+12
2011-09-06scsi: fix accounting of writesPaolo Bonzini1-6/+8
2011-09-06scsi: execute SYNCHRONIZE_CACHE asynchronouslyPaolo Bonzini1-16/+25
2011-09-06VMDK: bugfix, opening vSphere 4 exported imageFam Zheng1-2/+7
2011-09-06VMDK: bugfix, open Haiku vmdk imageFam Zheng1-4/+11
2011-09-06VMDK: creating streamOptimized subformatFam Zheng1-6/+12
2011-09-06VMDK: read/write compressed extentFam Zheng1-11/+100
2011-09-06VMDK: Opening compressed extent.Fam Zheng1-0/+16
2011-09-06VMDK: separate vmdk_read_extent/vmdk_write_extentFam Zheng1-9/+45
2011-09-06VMDK: add twoGbMaxExtentSparse supportFam Zheng1-50/+83