summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-07Merge remote-tracking branch 'remotes/pmaydell/tags/pull-cocoa-20171107' into...Peter Maydell1-49/+86
2017-11-07Merge remote-tracking branch 'remotes/berrange/tags/pull-build-2017-11-07-1' ...Peter Maydell3-21/+86
2017-11-07Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell2-5/+5
2017-11-07ui/cocoa.m: Send ctrl-alt key combos to guest if QEMU isn't using themPeter Maydell1-4/+2
2017-11-07ui/cocoa.m: move ungrab to ctrl-alt-gJohn Arbuckle1-13/+18
2017-11-07ui/cocoa.m: Make scrolling work again in GUI monitor windowsJohn Arbuckle1-32/+66
2017-11-069pfs: fix v9fs_mark_fids_unreclaim() return valueGreg Kurz1-1/+1
2017-11-069pfs: drop one user of struct V9fsFidStateGreg Kurz1-4/+4
2017-11-06Merge remote-tracking branch 'remotes/yongbok/tags/mips-20171106' into stagingPeter Maydell2-5/+8
2017-11-06MAINTAINERS: Update Paul Burton's email addressPaul Burton2-1/+3
2017-11-06MAINTAINERS: Update James Hogan's email addressJames Hogan2-1/+2
2017-11-06MAINTAINERS: Update Yongbok Kim's email addressYongbok Kim1-3/+3
2017-11-06build: remove use of MAKELEVEL optimization in submodule handlingDaniel P. Berrange1-7/+5
2017-11-06Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-7/+0
2017-11-06build: delay check for empty git submodule listDaniel P. Berrange1-7/+12
2017-11-06build: don't fail if given a git submodule which does not existDaniel P. Berrange1-2/+14
2017-11-06aio-posix: drop QEMU_AIO_POLL_MAX_NS env varStefan Hajnoczi1-7/+0
2017-11-06build: allow automatic git submodule updates to be disabledDaniel P. Berrange3-0/+27
2017-11-06build: don't create temporary files in source dirDaniel P. Berrange1-4/+3
2017-11-06build: allow setting a custom GIT binary for transparent proxyingDaniel P. Berrange3-7/+31
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