summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-12-01virtio: Add queue interface to restore avail index from vring used indexMaxime Coquelin1-0/+1
2017-12-01i386/msi: Correct mask of destination ID in MSI addressChao Gao1-1/+1
2017-11-29blockjob: reimplement block_job_sleep_ns to allow cancellationPaolo Bonzini2-3/+9
2017-11-29blockjob: remove clock argument from block_job_sleep_nsPaolo Bonzini1-4/+3
2017-11-24osdep.h: Make TIME_MAX handle different time_t typesPeter Maydell1-1/+28
2017-11-24s390/kvm_virtio/linux-headers: remove traces of old virtio transportChristian Borntraeger1-64/+0
2017-11-21Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell2-4/+12
2017-11-21coroutine: abort if we try to schedule or enter a pending coroutineJeff Cody1-3/+10
2017-11-21blockjob: do not allow coroutine double entry or entry-after-completionJeff Cody1-1/+2
2017-11-21Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-2/+4
2017-11-21block: Add errp to bdrv_all_goto_snapshot()Kevin Wolf1-1/+2
2017-11-21block: Add errp to bdrv_snapshot_goto()Kevin Wolf1-1/+2
2017-11-21Use HTTPS for qemu.org and other domainsStefan Hajnoczi1-2/+2
2017-11-21exec.c: Factor out before/after actions for notdirty memory writesPeter Maydell1-0/+62
2017-11-21Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20171120'...Peter Maydell1-0/+3
2017-11-20hw/arm/aspeed: Unlock SCU when running kernelJoel Stanley1-0/+3
2017-11-20net: Transmit zero UDP checksum as 0xFFFFEd Swierk1-0/+6
2017-11-20Revert "Add new PCI ID for i82559a"Jason Wang2-5/+0
2017-11-17block: Make bdrv_next() keep strong referencesMax Reitz1-0/+1
2017-11-17qapi: Add qobject_is_equal()Max Reitz7-0/+16
2017-11-17qapi/qlist: Add qlist_append_null() macroMax Reitz1-0/+3
2017-11-17qapi/qnull: Add own headerMax Reitz4-12/+32
2017-11-16Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell3-1/+11
2017-11-16NUMA: Enable adding NUMA node implicitlyDou Liyang1-0/+1
2017-11-16hw/pci-host: Fix x86 Host Bridges 64bit PCI holeMarcel Apfelbaum2-1/+10
2017-11-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2017-11-15tcg: Record code_gen_buffer address for user-only memory helpersRichard Henderson2-2/+14
2017-11-14Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.11-20171114' int...Peter Maydell1-0/+2
2017-11-14Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2-0/+5
2017-11-14thread-posix: fix qemu_rec_mutex_trylock macroEmilio G. Cota1-1/+1
2017-11-14xics/kvm: synchonize state before 'info pic'Greg Kurz1-0/+2
2017-11-13accel/tcg/translate-all: expand cpu_restore_state addr checkAlex Bennée1-0/+11
2017-11-13hw: add .min_cpus and .default_cpus fields to machine_classEmilio G. Cota1-0/+5
2017-11-13qom: move CPUClass.tcg_initialize to a globalEmilio G. Cota1-1/+0
2017-11-13Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-11-09' into st...Peter Maydell1-5/+13
2017-11-13Add new PCI ID for i82559aMike Nawrocki2-0/+5
2017-11-09nbd: Fix struct name for structured readsEric Blake1-5/+13
2017-11-09disas: Dump insn bytes along with capstone disassemblyRichard Henderson1-0/+2
2017-11-05pci-assign: RemovePaolo Bonzini1-27/+0
2017-10-31sun4m: change TYPE_SUN4M_IOMMU macro from "iommu" to "sun4m-iommu"Mark Cave-Ayland1-1/+1
2017-10-31sun4m_iommu: remove legacy sparc_iommu_memory_rw() functionMark Cave-Ayland1-16/+0
2017-10-31sun4m: implement IOMMU translation using IOMMU memory regionMark Cave-Ayland1-0/+5
2017-10-31sparc32_dma: remove is_ledma hack and replace with memory region aliasMark Cave-Ayland1-1/+1
2017-10-31sparc32_dma: introduce new SPARC32_DMA type container objectMark Cave-Ayland1-0/+12
2017-10-31sparc32_dma: make lance device child of ledma deviceMark Cave-Ayland1-0/+3
2017-10-31lance: move TYPE_LANCE and SysBusPCNetState from lance.c to lance.hMark Cave-Ayland1-0/+45
2017-10-31sparc32_dma: make esp device child of espdma deviceMark Cave-Ayland1-0/+3
2017-10-31esp: move TYPE_ESP and SysBusESPState from esp.c to esp.hMark Cave-Ayland1-0/+14
2017-10-31sun4m_iommu: move TYPE_SUN4M_IOMMU declaration to sun4m.hMark Cave-Ayland1-0/+16
2017-10-31sparc32_dma: move type declarations from sparc32_dma.c to sparc32_dma.hMark Cave-Ayland1-0/+37