summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-07Update version for v2.11.0-rc0 releasev2.11.0-rc0Peter Maydell1-1/+1
2017-11-07Merge remote-tracking branch 'remotes/berrange/tags/pull-2017-11-06-2' into s...Peter Maydell1-23/+29
2017-11-07sockets: avoid leak of listen file descriptorDaniel P. Berrange1-23/+29
2017-11-07Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20171107'...Peter Maydell6-30/+214
2017-11-07hw/intc/arm_gicv3_its: Don't abort on table save failureEric Auger1-6/+2
2017-11-07hw/intc/arm_gicv3_its: Fix the VM termination in vm_change_state_handler()Shanker Donthineni1-2/+2
2017-11-07translate.c: Fix usermode big-endian AArch32 LDREXD and STREXDPeter Maydell1-5/+34
2017-11-07hw/arm: Mark the "fsl,imx31" device with user_creatable = falseThomas Huth1-1/+5
2017-11-07hw/arm: Mark the "fsl,imx25" device with user_creatable = falseThomas Huth1-1/+5
2017-11-07hw/arm: Mark the "fsl,imx6" device with user_creatable = falseThomas Huth1-1/+2
2017-11-07arm: implement cache/shareability attribute bits for PAR registersAndrew Baumann1-14/+164
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