summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-25usb: Add USB_RET_ADD_TO_QUEUE packet result codeHans de Goede8-11/+51
2012-10-25usb: Rename __usb_packet_complete to usb_packet_complete_oneHans de Goede2-4/+5
2012-10-25xhci: Add a xhci_ep_nuke_one_xfer helper functionHans de Goede1-19/+30
2012-10-25ehci: Retry to fill the queue while waiting for td completionHans de Goede1-5/+6
2012-10-25ehci: Detect going in circles when filling the queueHans de Goede1-1/+8
2012-10-25ehci: Speed up the timer of raising int from the async scheduleHans de Goede1-1/+12
2012-10-25ehci: Improve latency of interrupt delivery and async schedule scanningHans de Goede1-8/+2
2012-10-25ehci: Set int flag on a short input packetHans de Goede1-0/+4
2012-10-25ehci: Get rid of packet tbytes fieldHans de Goede1-11/+9
2012-10-25uhci: Move checks to continue queuing to uhci_fill_queue()Hans de Goede1-7/+3
2012-10-25uhci: Properly unmap packets on cancel / invalid pidHans de Goede1-0/+2
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity325-1719/+1719
2012-10-22Merge remote-tracking branch 'qemu-kvm/memory/urgent' into stagingAnthony Liguori1-34/+35
2012-10-22Merge remote-tracking branch 'awilliam/tags/vfio-pci-for-qemu-20121017.0' int...Anthony Liguori1-3/+8
2012-10-22usb-serial: only expose device in guest when the chardev is openGerd Hoffmann1-2/+17
2012-10-22usb-serial: don't magically zap chardev on umplugGerd Hoffmann1-1/+1
2012-10-22serial: add pci-serial documentationGerd Hoffmann1-0/+2
2012-10-22serial: add 2x + 4x pci variantGerd Hoffmann1-0/+149
2012-10-22serial: add pci variantGerd Hoffmann5-0/+110
2012-10-22serial: split serial.cGerd Hoffmann26-180/+257
2012-10-22Merge remote-tracking branch 'quintela/migration-next-20121017' into stagingAnthony Liguori1-1/+3
2012-10-22Merge remote-tracking branch 'qemu-kvm/memory/dma' into stagingAnthony Liguori7-64/+51
2012-10-22pci: honor PCI_COMMAND_MASTERAvi Kivity2-2/+12
2012-10-22pci: give each device its own address spaceAvi Kivity2-0/+15
2012-10-22dma: make dma access its own address spaceAvi Kivity1-1/+2
2012-10-22memory: use AddressSpace for MemoryListener filteringAvi Kivity3-5/+4
2012-10-20hw/pl031: Use LOG_GUEST_ERRORPeter Maydell1-6/+10
2012-10-20hw/pl022: Use LOG_UNIMP and LOG_GUEST_ERRORPeter Maydell1-3/+5
2012-10-20hw/pl011: Use LOG_UNIMP and LOG_GUEST_ERRORPeter Maydell1-4/+7
2012-10-20hw/pl190: Use LOG_GUEST_ERRORPeter Maydell1-2/+4
2012-10-20hw/pl041: Use LOG_UNIMPPeter Maydell1-2/+3
2012-10-20hw/pl181: Use LOG_UNIMP and LOG_GUEST_ERRORPeter Maydell1-8/+10
2012-10-20hw/hw.h: Add include of qemu-log.hPeter Maydell1-0/+1
2012-10-20create struct for machine initialization argumentsEduardo Habkost56-412/+511