summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2011-06-17PPC: calculate kernel,initrd,cmdline locations dynamicallyAlexander Graf3-10/+23
2011-06-17PPC: E500: Implement reboot controllerAlexander Graf2-0/+139
2011-06-16wdt: remove unused variablesMichael S. Tsirkin1-3/+0
2011-06-15usb-ehci: move device/vendor/class id to qdevMichael S. Tsirkin1-5/+4
2011-06-15ppce500: move device/vendor/class id to qdevMichael S. Tsirkin1-10/+3
2011-06-15pci: don't call qdev pci init methodIsaku Yamahata1-4/+6
2011-06-15Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin105-3048/+5163
2011-06-15hw/9118.c: Implement active-low interrupt supportPeter Maydell1-3/+9
2011-06-15smc91c111: qdevify resetJuha Riihimäki1-5/+4
2011-06-15Merge remote-tracking branch 'kraxel/usb.16' into stagingAnthony Liguori8-513/+816
2011-06-15Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori6-29/+267
2011-06-15ide: Clear error_status after restarting flushKevin Wolf1-7/+11
2011-06-15ide: add TRIM supportChristoph Hellwig5-5/+124
2011-06-15ide: allow other dma comands than read and writeChristoph Hellwig4-17/+33
2011-06-15ide: Add forgotten VMSTATE_END_OF_LIST in subsectionKevin Wolf1-0/+1
2011-06-15ide: Fix ide_drive_pio_state_needed()Kevin Wolf1-1/+2
2011-06-15ide: Split error status from status registerKevin Wolf4-8/+105
2011-06-14usb-ccid: Plug memory leak on qdev exit()Markus Armbruster1-20/+8
2011-06-14print meaningful error message in case of --disable-vhost-netMichael Tokarev1-0/+2
2011-06-14virtio: compat event idx supportMichael S. Tsirkin1-0/+48
2011-06-14usb-uhci: fix expire time initialization.Gerd Hoffmann1-2/+2
2011-06-14hw/usb-ohci.c: Implement remote wakeupPeter Maydell1-0/+17
2011-06-14hw/usb-ohci.c: Ignore writes to HcPeriodCurrentED registerPeter Maydell1-0/+4
2011-06-14usb: Use defines for serial bus release number register for EHCIBrad Hards1-1/+1
2011-06-14usb: Use defines for serial bus release number register for UHCIBrad Hards1-1/+1
2011-06-14usb: Add defines for USB Serial Bus Release Number registerBrad Hards1-0/+6
2011-06-14usb-bus: Don't detach non attached devices on device exitHans de Goede1-1/+3
2011-06-14usb-bus: Add knowledge of USB_SPEED_SUPER to usb_speed helperHans de Goede1-0/+1
2011-06-14usb-ehci: split trace calls to handle arg count limitsGerd Hoffmann1-21/+27
2011-06-14usb-ehci: itd handling fixes.Gerd Hoffmann1-36/+65
2011-06-14The USB tablet should not claim boot protocol support.Kevin O'Connor1-1/+0
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-12virtio: event index supportMichael S. Tsirkin3-10/+97
2011-06-12msix: Use replace local defines with pci_regs versionsJan Kiszka1-25/+15
2011-06-12pci: Update pci_regs headerJan Kiszka2-7/+62
2011-06-12msi: Fix copy&paste mistake in msi_uninitJan Kiszka1-1/+1
2011-06-12virtio: correctly initialize vm_runningJason Wang1-0/+1
2011-06-12virtio: guard against negative vq notifiesStefan Hajnoczi3-5/+7