summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2012-10-29s390x: fix -initrd in virtio machineAlexander Graf1-2/+2
2012-10-29pci: avoid destroying bridge address space windows in a transactionAvi Kivity2-30/+44
2012-10-29Merge remote-tracking branch 'kraxel/usb.68' into stagingAnthony Liguori10-327/+424
2012-10-29PPC: pseries: Remove hack for PIO windowAlexander Graf2-44/+2
2012-10-29PPC: e500: Map PIO space into core memory regionAlexander Graf2-4/+8
2012-10-29xen_platform: convert PIO to new memory api read/writeAlexander Graf1-10/+38
2012-10-29vmport: convert PIO to new memory api read/writeAlexander Graf1-9/+12
2012-10-29serial: convert PIO to new memory api read/writeAlexander Graf1-13/+17
2012-10-29rtl8139: convert PIO to new memory api read/writeAlexander Graf1-42/+36
2012-10-29pckbd: convert PIO to new memory api read/writeAlexander Graf1-21/+27
2012-10-29pc port92: convert PIO to new memory api read/writeAlexander Graf1-8/+11
2012-10-29mc146818rtc: convert PIO to new memory api read/writeAlexander Graf1-8/+11
2012-10-29m48t59: convert PIO to new memory api read/writeAlexander Graf1-10/+14
2012-10-29i8254: convert PIO to new memory api read/writeAlexander Graf1-9/+11
2012-10-29es1370: convert PIO to new memory api read/writeAlexander Graf1-10/+36
2012-10-29virtio-pci: convert PIO to new memory api read/writeAlexander Graf1-77/+49
2012-10-29ac97: convert PIO to new memory api read/writeAlexander Graf1-20/+89
2012-10-29pseries: Implement qemu initiated shutdowns using EPOW eventsDavid Gibson4-2/+342
2012-10-29target-ppc: Rework storage of VPA registration stateDavid Gibson1-12/+14
2012-10-29pseries: Don't allow duplicate registration of hcalls or RTAS callsDavid Gibson2-2/+10
2012-10-29Add USB option in machine optionszhlcindy@gmail.com9-21/+17
2012-10-29e500: Fix serial initializationBharat Bhushan1-1/+1
2012-10-29PPC: Bamboo: Fix memory size DT propertyAlexander Graf1-1/+1
2012-10-27hw/xtensa_sim: get rid of intermediate xtensa_sim_initMax Filippov1-19/+8
2012-10-27hw/xtensa_lx60: don't prematurely explode QEMUMachineInitArgsMax Filippov1-23/+7
2012-10-25xhci: fix usb name in capsGerd Hoffmann1-2/+2
2012-10-25xhci: make number of interrupters and slots configurableGerd Hoffmann1-31/+48
2012-10-25xhci: allow disabling interruptersGerd Hoffmann1-0/+6
2012-10-25xhci: flush endpoint context unconditinallyGerd Hoffmann1-3/+0
2012-10-25xhci: fix function name in error messageGerd Hoffmann1-1/+1
2012-10-25uhci: Use only one queue for ctrl endpointsHans de Goede1-2/+7
2012-10-25uhci: Retry to fill the queue while waiting for td completionHans de Goede1-3/+13
2012-10-25uhci: Always mark a queue valid when we encounter itHans de Goede1-8/+7
2012-10-25uhci: When the guest marks a pending td non-active, cancel the queueHans de Goede1-0/+4
2012-10-25uhci: Detect guest td re-useHans de Goede1-17/+16
2012-10-25uhci: Verify queue has not been changed by guestHans de Goede1-17/+45
2012-10-25uhci: Immediately free queues on device disconnectHans de Goede1-9/+4
2012-10-25uhci: Store ep in UHCIQueueHans de Goede1-16/+14
2012-10-25uhci: Make uhci_fill_queue() actually operate on an UHCIQueueHans de Goede1-15/+16
2012-10-25uhci: Add uhci_read_td() helper functionHans de Goede1-10/+11
2012-10-25uhci: Rename UHCIAsync->td to UHCIAsync->td_addrHans de Goede1-19/+25
2012-10-25uhci: Move emptying of the queue's asyncs' queue to uhci_queue_freeHans de Goede1-12/+10
2012-10-25uhci: Drop unnecessary forward declaration of some static functionsHans de Goede1-3/+0
2012-10-25uhci: Don't retry on errorHans de Goede1-43/+19
2012-10-25uhci: cleanup: Add an unlink call to uhci_async_cancel()Hans de Goede1-3/+1
2012-10-25uhci: No need to handle async completion of isoc packetsHans de Goede1-26/+3
2012-10-25usb: Enforce iso endpoints never returing USB_RET_ASYNCHans de Goede2-1/+1
2012-10-25usb: Add an int_req flag to USBPacketHans de Goede7-13/+27
2012-10-25usb: Move short-not-ok handling to the coreHans de Goede9-22/+33
2012-10-25usb: Move clearing of queue on halt to the coreHans de Goede5-31/+26