aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-07hw/intc/arm_gicv3_its: Don't abort on table save failurepull-target-arm-20171107Eric Auger
2017-11-07hw/intc/arm_gicv3_its: Fix the VM termination in vm_change_state_handler()Shanker Donthineni
2017-11-07translate.c: Fix usermode big-endian AArch32 LDREXD and STREXDPeter Maydell
2017-11-07hw/arm: Mark the "fsl,imx31" device with user_creatable = falseThomas Huth
2017-11-07hw/arm: Mark the "fsl,imx25" device with user_creatable = falseThomas Huth
2017-11-07hw/arm: Mark the "fsl,imx6" device with user_creatable = falseThomas Huth
2017-11-07arm: implement cache/shareability attribute bits for PAR registersAndrew Baumann
2017-11-07Merge remote-tracking branch 'remotes/pmaydell/tags/pull-cocoa-20171107' into...Peter Maydell
2017-11-07Merge remote-tracking branch 'remotes/berrange/tags/pull-build-2017-11-07-1' ...Peter Maydell
2017-11-07Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell
2017-11-07ui/cocoa.m: Send ctrl-alt key combos to guest if QEMU isn't using thempull-cocoa-20171107Peter Maydell
2017-11-07ui/cocoa.m: move ungrab to ctrl-alt-gJohn Arbuckle
2017-11-07ui/cocoa.m: Make scrolling work again in GUI monitor windowsJohn Arbuckle
2017-11-069pfs: fix v9fs_mark_fids_unreclaim() return valueGreg Kurz
2017-11-069pfs: drop one user of struct V9fsFidStateGreg Kurz
2017-11-06Merge remote-tracking branch 'remotes/yongbok/tags/mips-20171106' into stagingPeter Maydell
2017-11-06MAINTAINERS: Update Paul Burton's email addressPaul Burton
2017-11-06MAINTAINERS: Update James Hogan's email addressJames Hogan
2017-11-06MAINTAINERS: Update Yongbok Kim's email addressYongbok Kim
2017-11-06build: remove use of MAKELEVEL optimization in submodule handlingDaniel P. Berrange
2017-11-06Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2017-11-06build: delay check for empty git submodule listDaniel P. Berrange
2017-11-06build: don't fail if given a git submodule which does not existDaniel P. Berrange
2017-11-06aio-posix: drop QEMU_AIO_POLL_MAX_NS env varStefan Hajnoczi
2017-11-06build: allow automatic git submodule updates to be disabledDaniel P. Berrange
2017-11-06build: don't create temporary files in source dirDaniel P. Berrange
2017-11-06build: allow setting a custom GIT binary for transparent proxyingDaniel P. Berrange
2017-11-06Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-11-05build: disable -Wmissing-braces on older compilersPaolo Bonzini
2017-11-05pci-assign: RemovePaolo Bonzini
2017-11-03Merge remote-tracking branch 'remotes/stsquad/tags/pull-ci-updates-for-softfr...Peter Maydell
2017-11-03Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20171103' into stagingPeter Maydell
2017-11-03cpu-exec: Exit exclusive region on longjmp from step_atomicPeter Maydell
2017-11-03tcg/s390x: Use constant pool for prologueRichard Henderson
2017-11-03tcg: Allow constant pool entries in the prologueRichard Henderson
2017-11-02oslib-posix: Use sysctl(2) call to resolve exec_dir on NetBSDKamil Rytarowski
2017-11-02ui/cocoa.m: Fix console selection keysJohn Arbuckle
2017-11-02docker: add python stdlib dependency (required by keycodemapdb)Philippe Mathieu-Daudé
2017-11-02Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell
2017-10-31ide: avoid referencing NULL dev in rotational rate settingDaniel P. Berrange
2017-10-31Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into s...Peter Maydell
2017-10-31hw/ide/ahci: Move allwinner code into a separate fileThomas Huth
2017-10-31sun4m: change TYPE_SUN4M_IOMMU macro from "iommu" to "sun4m-iommu"Mark Cave-Ayland
2017-10-31sun4m_iommu: remove legacy sparc_iommu_memory_rw() functionMark Cave-Ayland
2017-10-31sparc32_dma: switch over to using IOMMU memory region and DMA APIMark Cave-Ayland
2017-10-31sun4m: implement IOMMU translation using IOMMU memory regionMark Cave-Ayland
2017-10-31sparc32_dma: add len to esp/le DMA memory tracingMark Cave-Ayland
2017-10-31sparc32_dma: remove is_ledma hack and replace with memory region aliasMark Cave-Ayland
2017-10-31sparc32_dma: introduce new SPARC32_DMA type container objectMark Cave-Ayland
2017-10-31sparc32_dma: make lance device child of ledma deviceMark Cave-Ayland