summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-17intel_iommu: add "caching-mode" optionAviv Ben-David3-0/+8
2017-02-17vfio: allow to notify unmap for very large regionPeter Xu1-4/+3
2017-02-17vfio: introduce vfio_get_vaddr()Peter Xu1-20/+45
2017-02-17vfio: trace map/unmap for notify as wellPeter Xu2-2/+3
2017-02-17pcie: simplify pcie_add_capability()Peter Xu1-11/+3
2017-02-17virtio: Fix no interrupt when not creating msi controllerMichael S. Tsirkin1-3/+8
2017-02-17virtio: use VRingMemoryRegionCaches for avail and used ringsPaolo Bonzini2-37/+109
2017-02-17virtio: check for vring setup in virtio_queue_update_used_idxPaolo Bonzini1-1/+3
2017-02-17virtio: use VRingMemoryRegionCaches for descriptor ringPaolo Bonzini1-14/+12
2017-02-17virtio: add MemoryListener to cache ring translationsPaolo Bonzini2-3/+103
2017-02-17virtio: use MemoryRegionCache to access descriptorsPaolo Bonzini2-41/+41
2017-02-17exec: make address_space_cache_destroy idempotentPaolo Bonzini1-0/+1
2017-02-17virtio: use address_space_map/unmap to access descriptorsPaolo Bonzini1-28/+75
2017-02-17virtio: add virtio_*_phys_cachedPaolo Bonzini1-0/+52
2017-02-17memory: make memory_listener_unregister idempotentPaolo Bonzini1-0/+5
2017-02-17docs: add document to explain the usage of vNVDIMMHaozhong Zhang1-0/+124
2017-02-17virtio: Report real progress in VQ aio poll handlerFam Zheng8-26/+45
2017-02-17pci/pcie: don't assume cap id 0 is reservedMichael S. Tsirkin1-4/+7
2017-02-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell33-253/+711
2017-02-16target-i386: correctly propagate retaddr into SVM helpersPaolo Bonzini7-58/+56
2017-02-16Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-upstream-pu...Peter Maydell11-23/+75
2017-02-16vl: log available guest crash informationAnton Nefedov1-0/+11
2017-02-16report guest crash information in GUEST_PANICKED eventAnton Nefedov10-11/+41
2017-02-16i386/cpu: add crash-information QOM propertyAnton Nefedov3-0/+75
2017-02-16Makefile: avoid leaving the temporary QEMU_PKGVERSION header fileLin Ma1-1/+5
2017-02-16vl: Move the cpu_synchronize_all_post_init() after generic devices initializa...Dou Liyang1-2/+2
2017-02-16qemu-nbd: Implement socket activation.Richard W.M. Jones1-9/+163
2017-02-16linux-user: Add FICLONE and FICLONERANGE ioctlsHelge Deller3-0/+15
2017-02-16linux-user: Use correct types in load_symbols()Peter Maydell1-7/+15
2017-02-16linux-user: fill target sigcontext struct accordinglyJose Ricardo Ziviani1-0/+5
2017-02-16linux-user: fix tcg/mmap testMarc-André Lureau1-3/+3
2017-02-16linux-user: fix settime old value locationMarc-André Lureau1-2/+6
2017-02-16linux-user: Update m68k syscall definitions to match Linux 4.6John Paul Adrian Glaubitz1-0/+3
2017-02-16linux-user: Update sh4 syscall definitions to match Linux 4.8John Paul Adrian Glaubitz1-0/+14
2017-02-16qemu-doc: Clarify that -vga std is now the defaultAlberto Garcia1-2/+2
2017-02-16cpu-exec: remove outermost infinite loopPaolo Bonzini1-31/+27
2017-02-16cpu-exec: avoid repeated sigsetjmp on interruptsPaolo Bonzini1-12/+12
2017-02-16cpu-exec: avoid cpu_loop_exit in cpu_handle_interruptPaolo Bonzini1-11/+12
2017-02-16cpu-exec: tighten barrier on TCG_EXIT_REQUESTEDPaolo Bonzini1-2/+2
2017-02-16cpu-exec: fix icount out-of-bounds accessPaolo Bonzini2-3/+5
2017-02-16hw/char/mcf_uart: QOMify the ColdFire UARTThomas Huth3-33/+81
2017-02-16gdbstub: Fix vCont behaviourClaudio Imbrenda1-47/+162
2017-02-16move vm_start to cpus.cClaudio Imbrenda3-29/+45
2017-02-16char: drop data written to a disconnected ptyEd Swierk1-1/+1
2017-02-16apic: reset apic_delivered global variable on machine resetPavel Dovgalyuk1-0/+2
2017-02-16qemu-char: socket backend: disconnect on write errorAnton Nefedov1-0/+10
2017-02-16test-vmstate: remove yield_until_fd_readablePaolo Bonzini1-11/+0
2017-02-16kvm/ioapic: correct kvm ioapic versionPeter Xu1-0/+5
2017-02-16ioapic: fix error report value of def versionPeter Xu1-2/+4
2017-02-16kvm/ioapic: dump real object instead of a fake onePeter Xu1-4/+4