summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-20vga: remove CONFIG_BOCHS_VBEGerd Hoffmann2-50/+12
2012-10-20vga: add specs for standard vgaGerd Hoffmann2-0/+4
2012-10-20vga: add mmio bar to standard vgaGerd Hoffmann4-3/+121
2012-10-20vga: fix indentionGerd Hoffmann1-14/+14
2012-10-17vfio-pci: Mark non-migratableAlex Williamson1-0/+6
2012-10-17vfio-pci: Fix debug buildAlex Williamson1-3/+2
2012-10-17virtio-net: use qemu_get_buffer() in a temp bufferJuan Quintela1-1/+3
2012-10-17i440fx: avoid destroying memory regions within a transactionAvi Kivity1-34/+35
2012-10-15xen_pt: drop no-op MemoryListener callbacksAvi Kivity1-45/+0
2012-10-15vfio: drop no-op MemoryListener callbacksAvi Kivity1-29/+0
2012-10-15xen_pt: use separate MemoryListeners for memory and I/OAvi Kivity2-1/+38
2012-10-15vhost: use MemoryListener filtering to only monitor RAM address spaceAvi Kivity1-3/+2