aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-10Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170709' into stagingPeter Maydell
2017-07-10Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170707-tag' into...Peter Maydell
2017-07-09tcg/mips: Bugfix for crash when running program with qemu-i386.Jiang Biao
2017-07-09util/cacheinfo: Fix warning generated by clangPranith Kumar
2017-07-09tcg/aarch64: Enable indirect jump path using LDR (literal)Pranith Kumar
2017-07-09tcg/aarch64: Use ADRP+ADD to compute target addressPranith Kumar
2017-07-09tcg/aarch64: Introduce and use long branch to registerPranith Kumar
2017-07-07xen/pt: Fixup addr validation in xen_pt_pci_config_access_checkAnoob Soman
2017-07-07xen-platform: Cleanup network infrastructure when emulated NICs are unpluggedRoss Lagerwall
2017-07-07xenfb: remove xen_init_display "temporary" hackStefano Stabellini
2017-07-06Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170706' into s...Peter Maydell
2017-07-06Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-07-05hw/s390x/ipl: Fix endianness problem with netboot_start_addrThomas Huth
2017-07-05virtio-scsi-ccw: use ioeventfd even when KVM is disabledQingFeng Hao
2017-07-05s390x: return unavailable features via query-cpu-definitionsViktor Mihajlovski
2017-07-05s390x/MAINTAINERS: Update my email addressCornelia Huck
2017-07-05s390x: fix realize inheritance for kvm-flicHalil Pasic
2017-07-05s390x: fix error propagation in kvm-flic's realizeHalil Pasic
2017-07-05s390x/3270: fix instruction interception handlerDong Jia Shi
2017-07-05s390x: vmstatify config migration for virtio-ccwHalil Pasic
2017-07-05target/i386: add the CONFIG_TCG into MakefilesYang Zhong
2017-07-05target/i386: add the tcg_enabled() in target/i386/Yang Zhong
2017-07-05target/i386: move TLB refill function out of helper.cPaolo Bonzini
2017-07-05target/i386: split cpu_set_mxcsr() and make cpu_set_fpuc() inlineYang Zhong
2017-07-05target/i386: make cpu_get_fp80()/cpu_set_fp80() staticYang Zhong
2017-07-05target/i386: move cpu_sync_bndcs_hflags() functionYang Zhong
2017-07-05tcg: add the CONFIG_TCG into MakefilesYang Zhong
2017-07-05tcg: add CONFIG_TCG guards in headersYang Zhong
2017-07-04exec: elide calls to tb_lock and tb_unlockPaolo Bonzini
2017-07-04tcg: move tb_lock out of translate-all.hPaolo Bonzini
2017-07-04tcg: add the tcg-stub.c file into accel/stubs/Yang Zhong
2017-07-04vapic: use tcg_enabledPaolo Bonzini
2017-07-04monitor: disable "info jit" and "info opcount" if !TCGPaolo Bonzini
2017-07-04tcg: make tcg_allowed globalYang Zhong
2017-07-04cpu: move interrupt handling out of translate-common.cPaolo Bonzini
2017-07-04tcg: move page_size_init() functionYang Zhong
2017-07-04vl: add tcg_enabled() for tcg related codeYang Zhong
2017-07-04vl: convert -tb-size to qemu_strtoulPaolo Bonzini
2017-07-04configure: add --disable-tcg configure optionPaolo Bonzini
2017-07-04configure: early test for supported targetsPaolo Bonzini
2017-07-04configure: factor out list of supported Xen/KVM/HAX targetsPaolo Bonzini
2017-07-04qemu-doc: do not refer to years-old version numbersPaolo Bonzini
2017-07-04qemu-thread: Assert locks are initialized before usingFam Zheng
2017-07-04virtio-scsi: finalize IOMMU supportJason Wang
2017-07-04checkpatch: should not use signal except for SIG_DFL or SIG_IGNPaolo Bonzini
2017-07-04main_loop: Make main_loop_wait() return voidPeter Maydell
2017-07-04tests/test-char.c: Don't use main_loop_wait()'s return valuePeter Maydell
2017-07-04util/oslib-win32: Remove if conditionalAlistair Francis
2017-07-04xsave_helper: pull xsave and xrstor out of kvm.c into helper functionSergio Andres Gomez Del Real
2017-07-04sockets: avoid formatting buffer that may not be NUL terminatedDaniel P. Berrange