aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2012-10-29pci: make each capability DWORD alignedMichael S. Tsirkin
2012-10-29qemu: enable PV EOI for qemu 1.3Michael S. Tsirkin
2012-10-29pci: Return PCI_INTX_DISABLED when no bus INTx routing supportAlex Williamson
2012-10-29pci-assign: Use msi_get_message()Alex Williamson
2012-10-29msi: Add msi_get_message()Alex Williamson
2012-10-29pci-assign: Use pci_intx_route_changed()Alex Williamson
2012-10-29pci: Helper function for testing if an INTx route changedAlex Williamson
2012-10-29Merge remote-tracking branch 'kraxel/usb.68' into stagingAnthony Liguori
2012-10-29PPC: pseries: Remove hack for PIO windowAlexander Graf
2012-10-29PPC: e500: Map PIO space into core memory regionAlexander Graf
2012-10-29xen_platform: convert PIO to new memory api read/writeAlexander Graf
2012-10-29vmport: convert PIO to new memory api read/writeAlexander Graf
2012-10-29serial: convert PIO to new memory api read/writeAlexander Graf
2012-10-29rtl8139: convert PIO to new memory api read/writeAlexander Graf
2012-10-29pckbd: convert PIO to new memory api read/writeAlexander Graf
2012-10-29pc port92: convert PIO to new memory api read/writeAlexander Graf
2012-10-29mc146818rtc: convert PIO to new memory api read/writeAlexander Graf
2012-10-29m48t59: convert PIO to new memory api read/writeAlexander Graf
2012-10-29i8254: convert PIO to new memory api read/writeAlexander Graf
2012-10-29es1370: convert PIO to new memory api read/writeAlexander Graf
2012-10-29virtio-pci: convert PIO to new memory api read/writeAlexander Graf
2012-10-29ac97: convert PIO to new memory api read/writeAlexander Graf
2012-10-29pseries: Implement qemu initiated shutdowns using EPOW eventsDavid Gibson
2012-10-29target-ppc: Rework storage of VPA registration stateDavid Gibson
2012-10-29pseries: Don't allow duplicate registration of hcalls or RTAS callsDavid Gibson
2012-10-29Add USB option in machine optionszhlcindy@gmail.com
2012-10-29e500: Fix serial initializationBharat Bhushan
2012-10-29PPC: Bamboo: Fix memory size DT propertyAlexander Graf
2012-10-29xilinx_zynq: added QSPI controllerPeter Crosthwaite
2012-10-29xilinx_spips: Generalised to model QSPIPeter Crosthwaite
2012-10-29m25p80: Support for Quad SPIPeter Crosthwaite
2012-10-27hw/xtensa_sim: get rid of intermediate xtensa_sim_initMax Filippov
2012-10-27hw/xtensa_lx60: don't prematurely explode QEMUMachineInitArgsMax Filippov
2012-10-25xhci: fix usb name in capsGerd Hoffmann
2012-10-25xhci: make number of interrupters and slots configurableGerd Hoffmann
2012-10-25xhci: allow disabling interruptersGerd Hoffmann
2012-10-25xhci: flush endpoint context unconditinallyGerd Hoffmann
2012-10-25xhci: fix function name in error messageGerd Hoffmann
2012-10-25uhci: Use only one queue for ctrl endpointsHans de Goede
2012-10-25uhci: Retry to fill the queue while waiting for td completionHans de Goede
2012-10-25uhci: Always mark a queue valid when we encounter itHans de Goede
2012-10-25uhci: When the guest marks a pending td non-active, cancel the queueHans de Goede
2012-10-25uhci: Detect guest td re-useHans de Goede
2012-10-25uhci: Verify queue has not been changed by guestHans de Goede
2012-10-25uhci: Immediately free queues on device disconnectHans de Goede
2012-10-25uhci: Store ep in UHCIQueueHans de Goede
2012-10-25uhci: Make uhci_fill_queue() actually operate on an UHCIQueueHans de Goede
2012-10-25uhci: Add uhci_read_td() helper functionHans de Goede
2012-10-25uhci: Rename UHCIAsync->td to UHCIAsync->td_addrHans de Goede
2012-10-25uhci: Move emptying of the queue's asyncs' queue to uhci_queue_freeHans de Goede