aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-10-22serial: add pci-serial documentationGerd Hoffmann
2012-10-22serial: add 2x + 4x pci variantGerd Hoffmann
2012-10-22serial: add windows inf file for the pci card to docsGerd Hoffmann
2012-10-22serial: add pci variantGerd Hoffmann
2012-10-22serial: split serial.cGerd Hoffmann
2012-10-22Call MADV_HUGEPAGE for guest RAM allocationsLuiz Capitulino
2012-10-22Merge remote-tracking branch 'quintela/migration-next-20121017' into stagingAnthony Liguori
2012-10-22Merge remote-tracking branch 'qemu-kvm/memory/dma' into stagingAnthony Liguori
2012-10-22pci: honor PCI_COMMAND_MASTERAvi Kivity
2012-10-22pci: give each device its own address spaceAvi Kivity
2012-10-22memory: add address_space_destroy()Avi Kivity
2012-10-22dma: make dma access its own address spaceAvi Kivity
2012-10-22memory: per-AddressSpace dispatchAvi Kivity
2012-10-22s390: avoid reaching into memory core internalsAvi Kivity
2012-10-22memory: use AddressSpace for MemoryListener filteringAvi Kivity
2012-10-22memory: move tcg flush into a tcg memory listenerAvi Kivity
2012-10-22memory: move address_space_memory and address_space_io out of memory coreAvi Kivity
2012-10-22memory: manage coalesced mmio via a MemoryListenerAvi Kivity
2012-10-22fix CONFIG_QEMU_HELPERDIR generation againMichael Tokarev