aboutsummaryrefslogtreecommitdiffstats
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2012-02-29Merge remote-tracking branch 'kraxel/usb.39' into stagingAnthony Liguori13-224/+264
2012-02-27Merge remote-tracking branch 'aneesh/for-upstream' into stagingAnthony Liguori1-3/+5
2012-02-27usb: Resolve warnings about unassigned bus on usb device creationJan Kiszka6-27/+18
2012-02-27ehci: drop old stuffGerd Hoffmann1-29/+1
2012-02-27usb-ehci: Handle ISO packets failing with an error other then NAKHans de Goede1-3/+19
2012-02-27usb-ccid: advertise SELF_POWEREDAlon Levy1-1/+1
2012-02-27usb-desc: fix user trigerrable segfaults (!config)Alon Levy1-3/+17
2012-02-27usb-ehci: sanity-check iso xfersGerd Hoffmann1-6/+10
2012-02-27usb: add tracepoint for usb packet state changes.Gerd Hoffmann1-22/+5
2012-02-27usb-xhci: enable packet queuingGerd Hoffmann1-6/+0
2012-02-27usb-uhci: implement packet queuingGerd Hoffmann1-2/+31
2012-02-27usb-uhci: process uhci_handle_td return code via switch.Gerd Hoffmann1-27/+39
2012-02-27usb-uhci: add UHCIQueueGerd Hoffmann1-91/+118
2012-02-27usb-uhci: cleanup UHCIAsync allocation & initialization.Gerd Hoffmann1-7/+1
2012-02-27usb-ehci: fix resetGerd Hoffmann1-1/+2
2012-02-27usb-hid: fix tablet activationGerd Hoffmann1-0/+3
2012-02-24nic: zap obsolote romloading bits from ne2k + pcnetGerd Hoffmann2-16/+2
2012-02-24optimize screendump for the common non-switch caseGerd Hoffmann7-17/+26
2012-02-24Remove screendump dummy functions.Gerd Hoffmann2-12/+2
2012-02-24vga: simplify screendumpGerd Hoffmann1-35/+1
2012-02-24suspend: make acpi timer wakeup the guest.Gerd Hoffmann1-0/+8
2012-02-24suspend: make rtc alarm wakeup the guest.Gerd Hoffmann2-0/+8
2012-02-24suspend: make serial ports wakeup the guest.Gerd Hoffmann1-0/+6
2012-02-24suspend: make ps/2 devices wakeup the guestGerd Hoffmann1-0/+6
2012-02-24suspend: switch acpi s3 to new infrastructure.Gerd Hoffmann9-37/+41
2012-02-24acpi: add acpi_pm1_evt_write_enGerd Hoffmann4-2/+8
2012-02-24acpi: don't pass overflow_time to acpi_pm1_evt_get_stsGerd Hoffmann4-8/+8
2012-02-24acpi: add ACPIREGSGerd Hoffmann4-143/+145
2012-02-24acpi: move around structsGerd Hoffmann1-25/+23
2012-02-24Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori4-23/+19
2012-02-24Merge remote-tracking branch 'bonzini/virtio-scsi' into stagingAnthony Liguori17-106/+1079
2012-02-24Revert "qemu-char: Print strerror message on failure" and depsMarkus Armbruster4-9/+7
2012-02-24scsi-block: always use scsi_generic_ops for cache != nonePaolo Bonzini1-4/+14
2012-02-24scsi: fix searching for an empty idPaolo Bonzini1-5/+10
2012-02-24scsi: fix wrong return for target INQUIRYPaolo Bonzini1-1/+1
2012-02-24virtio-scsi: add migration supportPaolo Bonzini1-1/+49
2012-02-24virtio-scsi: process control queue requestsPaolo Bonzini1-8/+126
2012-02-24hw/9pfs: Endian fixes for virtfsBenjamin Herrenschmidt1-3/+5
2012-02-22ide: drop ide_tray_state_post_load()Luiz Capitulino1-10/+0
2012-02-22block: Don't call bdrv_eject() if the tray state didn't changeLuiz Capitulino2-4/+10
2012-02-22block: Rename bdrv_mon_event() & BlockMonEventActionLuiz Capitulino3-9/+9
2012-02-22jazz-led: convert to QOMHervé Poussineau3-93/+71
2012-02-22jazz-led: use trace frameworkHervé Poussineau1-17/+9
2012-02-22pci: set memory type for memory behind the bridgeMichael S. Tsirkin1-2/+13
2012-02-22pci: add accessors to get/set registers by maskMichael S. Tsirkin1-0/+61
2012-02-22pc_piix/pc_sysfw: enable flash by defaultJordan Justen2-1/+50
2012-02-22hw/pc_piix: add pc-1.1Jordan Justen1-2/+10
2012-02-22hw/pc_piix: remove is_default for pc-0.15Jordan Justen1-1/+0
2012-02-22hw/pc_sysfw: support system flash memory with pflashJordan Justen1-2/+127
2012-02-22hw/pc_sysfw: enable pc-sysfw as a qdevJordan Justen1-0/+37