summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2011-06-26Remove exec-all.h include directivesBlue Swirl2-2/+0
2011-06-26Fix fallouts from Linux header inclusionJan Kiszka1-0/+10
2011-06-22net: Warn about "-net nic" options which were ignoredPeter Maydell1-0/+1
2011-06-22Optimize screendumpAvi Kivity1-3/+10
2011-06-22Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-9/+0
2011-06-22Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori53-432/+552
2011-06-22Merge remote-tracking branch 'agraf/xen-next' into stagingAnthony Liguori8-39/+402
2011-06-20kvm: Drop CONFIG_KVM_PARAJan Kiszka1-9/+0
2011-06-20lsi: Fix unused-but-set-variable warningChristophe Fergeau1-2/+0
2011-06-19xen: Add the Xen platform pci deviceSteven Smith4-0/+349
2011-06-19xen: fix interrupt routingStefano Stabellini3-38/+35
2011-06-19cirrus_vga: reset lfb_addr after a pci config write if the BAR is unmappedStefano Stabellini1-1/+4
2011-06-19xen: Add xc_domain_add_to_physmap to xen_interface.Anthony PERARD1-0/+14
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