summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-15util/stats64: Fix min/max comparisonsMax Reitz1-2/+2
2017-11-14cpu-exec: avoid cpu_exec_nocache infinite loop with record/replayPavel Dovgalyuk1-41/+54
2017-11-14cpu-exec: don't overwrite exception_indexPavel Dovgalyuk1-1/+3
2017-11-14vhost-user-scsi: add missing virtqueue_size paramDariusz Stojaczyk1-0/+2
2017-11-14target-i386: adds PV_TLB_FLUSH CPUID feature bitWanpeng Li1-1/+1
2017-11-14thread-posix: fix qemu_rec_mutex_trylock macroEmilio G. Cota1-1/+1
2017-11-14Makefile: simpler/faster "make help"Philippe Mathieu-Daudé1-1/+1
2017-11-14ioapic/tracing: Remove last DPRINTFsDr. David Alan Gilbert2-16/+6
2017-11-06Enable 8-byte wide MMIO for 16550 serial devicesMike Nawrocki1-1/+7
2017-11-06Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-7/+0
2017-11-06aio-posix: drop QEMU_AIO_POLL_MAX_NS env varStefan Hajnoczi1-7/+0
2017-11-06Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell10-1931/+19
2017-11-05build: disable -Wmissing-braces on older compilersPaolo Bonzini1-0/+13
2017-11-05pci-assign: RemovePaolo Bonzini9-1931/+6
2017-11-03Merge remote-tracking branch 'remotes/stsquad/tags/pull-ci-updates-for-softfr...Peter Maydell1-0/+1
2017-11-03Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20171103' into stagingPeter Maydell3-42/+66
2017-11-03cpu-exec: Exit exclusive region on longjmp from step_atomicPeter Maydell1-3/+12
2017-11-03tcg/s390x: Use constant pool for prologueRichard Henderson1-32/+12
2017-11-03tcg: Allow constant pool entries in the prologueRichard Henderson1-7/+42
2017-11-02oslib-posix: Use sysctl(2) call to resolve exec_dir on NetBSDKamil Rytarowski1-1/+10
2017-11-02ui/cocoa.m: Fix console selection keysJohn Arbuckle1-1/+1
2017-11-02docker: add python stdlib dependency (required by keycodemapdb)Philippe Mathieu-Daudé1-0/+1
2017-11-02Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell4-96/+131
2017-10-31ide: avoid referencing NULL dev in rotational rate settingDaniel P. Berrange1-1/+3
2017-10-31Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into s...Peter Maydell10-203/+413
2017-10-31hw/ide/ahci: Move allwinner code into a separate fileThomas Huth3-95/+128
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-Ayland2-49/+0
2017-10-31sparc32_dma: switch over to using IOMMU memory region and DMA APIMark Cave-Ayland1-6/+11
2017-10-31sun4m: implement IOMMU translation using IOMMU memory regionMark Cave-Ayland2-0/+67
2017-10-31sparc32_dma: add len to esp/le DMA memory tracingMark Cave-Ayland2-8/+8
2017-10-31sparc32_dma: remove is_ledma hack and replace with memory region aliasMark Cave-Ayland2-15/+7
2017-10-31sparc32_dma: introduce new SPARC32_DMA type container objectMark Cave-Ayland3-34/+114
2017-10-31sparc32_dma: make lance device child of ledma deviceMark Cave-Ayland3-24/+32
2017-10-31lance: move TYPE_LANCE and SysBusPCNetState from lance.c to lance.hMark Cave-Ayland2-10/+46
2017-10-31sparc32_dma: make esp device child of espdma deviceMark Cave-Ayland3-11/+37
2017-10-31esp: move TYPE_ESP and SysBusESPState from esp.c to esp.hMark Cave-Ayland2-13/+14
2017-10-31sparc32_dma: use object link instead of qdev property to pass IOMMU referenceMark Cave-Ayland2-10/+7
2017-10-31sun4m_iommu: move TYPE_SUN4M_IOMMU declaration to sun4m.hMark Cave-Ayland2-14/+16
2017-10-31sun4m: move DMA device wiring from sparc32_dma_init() to sun4m_hw_init()Mark Cave-Ayland1-13/+16
2017-10-31sparc32_dma: move type declarations from sparc32_dma.c to sparc32_dma.hMark Cave-Ayland2-34/+37
2017-10-31sparc32_dma: split esp and le into separate DMA devicesMark Cave-Ayland2-14/+52
2017-10-31sparc32_dma: rename SPARC32_DMA type to SPARC32_DMA_DEVICEMark Cave-Ayland2-34/+35
2017-10-31Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20171031'...Peter Maydell10-14/+57
2017-10-31Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-10-30' into st...Peter Maydell9-187/+962
2017-10-31hw/pci-host/gpex: Improve INTX to gsi routing error checkingEric Auger1-2/+8
2017-10-31msf2: Wire up SYSRESETREQ in SoC for system resetSubbaraya Sundeep1-0/+11
2017-10-31msf2: Remove dead code reported by CoveritySubbaraya Sundeep1-4/+14
2017-10-31xlnx-zcu102: Specify the max number of CPUsAlistair Francis1-0/+1
2017-10-31fix WFI/WFE length in syndrome registerStefano Stabellini6-8/+23