summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 Kivity383-2240/+2240
2012-10-22Merge remote-tracking branch 'qemu-kvm/memory/urgent' into stagingAnthony Liguori2-34/+38
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 Hoffmann2-0/+36
2012-10-22serial: add 2x + 4x pci variantGerd Hoffmann1-0/+149
2012-10-22serial: add windows inf file for the pci card to docsGerd Hoffmann1-0/+109
2012-10-22serial: add pci variantGerd Hoffmann6-0/+112
2012-10-22serial: split serial.cGerd Hoffmann26-180/+257
2012-10-22Call MADV_HUGEPAGE for guest RAM allocationsLuiz Capitulino2-0/+6
2012-10-22Merge remote-tracking branch 'quintela/migration-next-20121017' into stagingAnthony Liguori17-272/+319
2012-10-22Merge remote-tracking branch 'qemu-kvm/memory/dma' into stagingAnthony Liguori21-471/+484
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-22memory: add address_space_destroy()Avi Kivity4-2/+39
2012-10-22dma: make dma access its own address spaceAvi Kivity3-23/+22
2012-10-22memory: per-AddressSpace dispatchAvi Kivity6-71/+194
2012-10-22s390: avoid reaching into memory core internalsAvi Kivity1-2/+1
2012-10-22memory: use AddressSpace for MemoryListener filteringAvi Kivity9-23/+25
2012-10-22memory: move tcg flush into a tcg memory listenerAvi Kivity1-2/+6
2012-10-22memory: move address_space_memory and address_space_io out of memory coreAvi Kivity3-24/+7
2012-10-22memory: manage coalesced mmio via a MemoryListenerAvi Kivity6-39/+27
2012-10-22fix CONFIG_QEMU_HELPERDIR generation againMichael Tokarev1-1/+1
2012-10-20target-sparc: fix FMOVr instructionAurelien Jarno1-1/+1
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-20qemu-log: Add new log category for guest bugsPeter Maydell2-0/+4
2012-10-20target-sparc: Remove cpu_tmp0 as a globalRichard Henderson1-85/+118
2012-10-20target-sparc: Make cpu_dst local to OP=2 insnsRichard Henderson1-4/+3
2012-10-20target-sparc: Only use cpu_dst for eventual writes to a gprRichard Henderson1-26/+26
2012-10-20target-sparc: Remove last uses of cpu_tmp64Richard Henderson1-11/+17
2012-10-20target-sparc: Remove cpu_tmp64 use from softint insnsRichard Henderson1-6/+6
2012-10-20target-sparc: Don't use a temporary for gen_dest_fpr_DRichard Henderson1-16/+16