aboutsummaryrefslogtreecommitdiffstats
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2011-06-14Fix USB mouse Set_Protocol behaviorKevin O'Connor1-2/+2
2011-06-14usb-ehci: drop EXECUTING checks.Gerd Hoffmann1-30/+2
2011-06-14usb: cancel async packets on unplugGerd Hoffmann7-7/+106
2011-06-14ehci: fix a number of unused-but-set-variable warnings (new with gcc-4.6)Hans de Goede1-4/+1
2011-06-14usb-ehci: fix error handling.Gerd Hoffmann1-10/+15
2011-06-14usb-ehci: fix offset writeback in ehci_buffer_rwGerd Hoffmann1-2/+2
2011-06-14usb-ehci: multiqueue supportGerd Hoffmann1-32/+139
2011-06-14usb-ehci: add queue data structGerd Hoffmann1-229/+257
2011-06-14usb-ehci: trace buffer copyGerd Hoffmann1-7/+1
2011-06-14usb-ehci: improve mmio tracingGerd Hoffmann1-10/+6
2011-06-14usb-ehci: trace port stateGerd Hoffmann1-6/+4
2011-06-14usb-ehci: trace state machine changesGerd Hoffmann1-137/+170
2011-06-14usb-ehci: trace mmio and usbstsGerd Hoffmann1-73/+83
2011-06-10Merge remote branch 'rth/axp-next' into alpha-mergeEdgar E. Iglesias1-1048/+0
2011-06-08Merge remote-tracking branch 'jvrao/for-anthony' into stagingAnthony Liguori11-275/+361
2011-06-08Merge remote-tracking branch 'spice/spice.v37' into stagingAnthony Liguori1-1/+3
2011-06-08ide/core: Remove explicit setting of BM_STATUS_INTKevin Wolf1-3/+4
2011-06-07Add an isa device for SGAGlauber Costa2-0/+65
2011-06-07isa-vga: Make available with -device, like the other VGA qdevsMarkus Armbruster1-1/+0
2011-06-06qxl: fix cmdlog for vgaAlon Levy1-1/+3
2011-06-05scsi: fix tracing of scsi requests with simple backendPaolo Bonzini1-1/+5
2011-06-03virtio-9p: Remove statement without effect (fix warning from cppcheck)Stefan Weil1-1/+0
2011-06-03multiboot: set boot_device to first partitionArun Thomas1-1/+1
2011-06-03PPC: fix mpc8544ds pci default devicesAlexander Graf1-1/+1
2011-06-01hw/9pfs: Don't crash when we get a request with not supported 9p operationAneesh Kumar K.V1-6/+11
2011-06-01[virtio-9p] Make rpath thread safeVenkateswararao Jujjuri (JV)6-85/+98
2011-06-01virtio-9p: Use relative includes for files in hwStefan Weil7-12/+14
2011-06-01virtio-9p: Move device specific code to virtio-9p-deviceAneesh Kumar K.V3-154/+176
2011-06-01virtio-9p: Move 9p device registration into virtio-9p.cAneesh Kumar K.V3-55/+83
2011-06-01[virtio-9p] Stop renaming files with similar name!Malahal Naineni1-4/+20
2011-05-31target-alpha: Remove partial support for palcode emulation.Richard Henderson1-1048/+0
2011-05-31Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-1/+1
2011-05-31Merge remote-tracking branch 'amit/for-anthony' into stagingAnthony Liguori3-71/+70
2011-05-31Merge remote-tracking branch 'bonzini/scsi.2' into stagingAnthony Liguori8-573/+860
2011-05-31Merge remote-tracking branch 'kraxel/usb.14.pull' into stagingAnthony Liguori18-80/+2263
2011-05-29pflash_cfi02: Fix a typo in debug code (TARGET_FMT_pld -> TARGET_FMT_plx)Stefan Weil1-1/+1
2011-05-28bitbang_i2c: Fix spurious slave read after NACKMarcus Comstedt1-1/+4
2011-05-27virtio-console: Simplify init callbacksMarkus Armbruster1-26/+9
2011-05-27virtio-serial: Drop redundant VirtIOSerialPort member infoMarkus Armbruster3-20/+32
2011-05-27virtio-serial: Drop useless property is_consoleMarkus Armbruster2-5/+0
2011-05-27virtio-serial: Clean up virtconsole detectionMarkus Armbruster3-6/+11
2011-05-27virtio-serial: Plug memory leak on qdev exit()Markus Armbruster1-18/+9
2011-05-27virtio-serial-bus: use bh for unthrottlingAlon Levy2-2/+15
2011-05-26scsi: ignore LUN field in the CDBPaolo Bonzini2-6/+5
2011-05-26scsi: rename arguments to the new callbacksPaolo Bonzini4-37/+34
2011-05-26scsi: split command_complete callback in twoPaolo Bonzini6-137/+168
2011-05-26esp: rename sense to statusPaolo Bonzini1-5/+5
2011-05-26scsi-generic: Handle queue fullPaolo Bonzini1-0/+3
2011-05-26scsi: make write_data return voidPaolo Bonzini3-10/+5
2011-05-26scsi-disk: add data direction checkingHannes Reinecke1-11/+24