aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
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
2012-10-25uhci: Drop unnecessary forward declaration of some static functionsHans de Goede
2012-10-25uhci: Don't retry on errorHans de Goede
2012-10-25uhci: cleanup: Add an unlink call to uhci_async_cancel()Hans de Goede
2012-10-25uhci: No need to handle async completion of isoc packetsHans de Goede
2012-10-25usb: Enforce iso endpoints never returing USB_RET_ASYNCHans de Goede
2012-10-25usb: Add an int_req flag to USBPacketHans de Goede
2012-10-25usb: Move short-not-ok handling to the coreHans de Goede
2012-10-25usb: Move clearing of queue on halt to the coreHans de Goede
2012-10-25usb: Add USB_RET_ADD_TO_QUEUE packet result codeHans de Goede
2012-10-25usb: Rename __usb_packet_complete to usb_packet_complete_oneHans de Goede
2012-10-25xhci: Add a xhci_ep_nuke_one_xfer helper functionHans de Goede
2012-10-25ehci: Retry to fill the queue while waiting for td completionHans de Goede
2012-10-25ehci: Detect going in circles when filling the queueHans de Goede
2012-10-25ehci: Speed up the timer of raising int from the async scheduleHans de Goede
2012-10-25ehci: Improve latency of interrupt delivery and async schedule scanningHans de Goede
2012-10-25ehci: Set int flag on a short input packetHans de Goede
2012-10-25ehci: Get rid of packet tbytes fieldHans de Goede
2012-10-25uhci: Move checks to continue queuing to uhci_fill_queue()Hans de Goede
2012-10-25uhci: Properly unmap packets on cancel / invalid pidHans de Goede
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-10-22Merge remote-tracking branch 'qemu-kvm/memory/urgent' into stagingAnthony Liguori
2012-10-22Merge remote-tracking branch 'awilliam/tags/vfio-pci-for-qemu-20121017.0' int...Anthony Liguori
2012-10-22usb-serial: only expose device in guest when the chardev is openGerd Hoffmann
2012-10-22usb-serial: don't magically zap chardev on umplugGerd Hoffmann