summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * vvfat: fix qemu-img map and qemu-img convertHervé Poussineau2017-07-101-2/+1Star
| * blkdebug: Support .bdrv_co_get_block_statusEric Blake2017-07-102-1/+15
| * block: Simplify use of BDRV_BLOCK_RAWEric Blake2017-07-105-7/+7
| * block: Guarantee that *file is set on bdrv_get_block_status()Eric Blake2017-07-103-2/+8
| * qemu-io: Don't die on second openEric Blake2017-07-104-5/+14
* | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170709' into stagingPeter Maydell2017-07-104-21/+70
|\ \ | |/ |/|
| * tcg/mips: Bugfix for crash when running program with qemu-i386.Jiang Biao2017-07-101-4/+4
| * util/cacheinfo: Fix warning generated by clangPranith Kumar2017-07-101-1/+1
| * tcg/aarch64: Enable indirect jump path using LDR (literal)Pranith Kumar2017-07-101-14/+28
| * tcg/aarch64: Use ADRP+ADD to compute target addressPranith Kumar2017-07-102-7/+31
| * tcg/aarch64: Introduce and use long branch to registerPranith Kumar2017-07-101-2/+13
* | Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170707-tag' into...Peter Maydell2017-07-105-69/+30Star
|\ \ | |/ |/|
| * xen/pt: Fixup addr validation in xen_pt_pci_config_access_checkAnoob Soman2017-07-071-1/+1
| * xen-platform: Cleanup network infrastructure when emulated NICs are unpluggedRoss Lagerwall2017-07-071-0/+11
| * xenfb: remove xen_init_display "temporary" hackStefano Stabellini2017-07-073-68/+18Star
|/
* Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170706' into s...Peter Maydell2017-07-0613-253/+456
|\
| * hw/s390x/ipl: Fix endianness problem with netboot_start_addrThomas Huth2017-07-051-1/+1
| * virtio-scsi-ccw: use ioeventfd even when KVM is disabledQingFeng Hao2017-07-052-2/+6
| * s390x: return unavailable features via query-cpu-definitionsViktor Mihajlovski2017-07-051-5/+57
| * s390x/MAINTAINERS: Update my email addressCornelia Huck2017-07-051-4/+4
| * s390x: fix realize inheritance for kvm-flicHalil Pasic2017-07-052-2/+19
| * s390x: fix error propagation in kvm-flic's realizeHalil Pasic2017-07-051-2/+10
| * s390x/3270: fix instruction interception handlerDong Jia Shi2017-07-051-0/+1
| * s390x: vmstatify config migration for virtio-ccwHalil Pasic2017-07-057-237/+358
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-07-0660-779/+1009
|\ \ | |/ |/|
| * target/i386: add the CONFIG_TCG into MakefilesYang Zhong2017-07-051-5/+5
| * target/i386: add the tcg_enabled() in target/i386/Yang Zhong2017-07-054-8/+16
| * target/i386: move TLB refill function out of helper.cPaolo Bonzini2017-07-052-343/+344
| * target/i386: split cpu_set_mxcsr() and make cpu_set_fpuc() inlineYang Zhong2017-07-053-13/+24
| * target/i386: make cpu_get_fp80()/cpu_set_fp80() staticYang Zhong2017-07-053-20/+18Star
| * target/i386: move cpu_sync_bndcs_hflags() functionYang Zhong2017-07-052-30/+30
| * tcg: add the CONFIG_TCG into MakefilesYang Zhong2017-07-052-3/+3
| * tcg: add CONFIG_TCG guards in headersYang Zhong2017-07-052-1/+6
| * exec: elide calls to tb_lock and tb_unlockPaolo Bonzini2017-07-041-0/+3
| * tcg: move tb_lock out of translate-all.hPaolo Bonzini2017-07-043-5/+4Star
| * tcg: add the tcg-stub.c file into accel/stubs/Yang Zhong2017-07-042-0/+23
| * vapic: use tcg_enabledPaolo Bonzini2017-07-041-2/+3
| * monitor: disable "info jit" and "info opcount" if !TCGPaolo Bonzini2017-07-043-0/+11
| * tcg: make tcg_allowed globalYang Zhong2017-07-044-7/+9
| * cpu: move interrupt handling out of translate-common.cPaolo Bonzini2017-07-045-65/+46Star
| * tcg: move page_size_init() functionYang Zhong2017-07-043-21/+20Star
| * vl: add tcg_enabled() for tcg related codeYang Zhong2017-07-041-1/+7
| * vl: convert -tb-size to qemu_strtoulPaolo Bonzini2017-07-043-5/+5
| * configure: add --disable-tcg configure optionPaolo Bonzini2017-07-041-5/+21
| * configure: early test for supported targetsPaolo Bonzini2017-07-041-22/+48
| * configure: factor out list of supported Xen/KVM/HAX targetsPaolo Bonzini2017-07-041-35/+55
| * qemu-doc: do not refer to years-old version numbersPaolo Bonzini2017-07-041-5/+3Star
| * qemu-thread: Assert locks are initialized before usingFam Zheng2017-07-044-1/+69
| * virtio-scsi: finalize IOMMU supportJason Wang2017-07-041-1/+2
| * checkpatch: should not use signal except for SIG_DFL or SIG_IGNPaolo Bonzini2017-07-041-0/+4