aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-05target/i386: split cpu_set_mxcsr() and make cpu_set_fpuc() inlineYang Zhong3-13/+24
2017-07-05target/i386: make cpu_get_fp80()/cpu_set_fp80() staticYang Zhong3-20/+18
2017-07-05target/i386: move cpu_sync_bndcs_hflags() functionYang Zhong2-30/+30
2017-07-05tcg: add the CONFIG_TCG into MakefilesYang Zhong2-3/+3
2017-07-05tcg: add CONFIG_TCG guards in headersYang Zhong2-1/+6
2017-07-04exec: elide calls to tb_lock and tb_unlockPaolo Bonzini1-0/+3
2017-07-04tcg: move tb_lock out of translate-all.hPaolo Bonzini3-5/+4
2017-07-04tcg: add the tcg-stub.c file into accel/stubs/Yang Zhong2-0/+23
2017-07-04vapic: use tcg_enabledPaolo Bonzini1-2/+3
2017-07-04monitor: disable "info jit" and "info opcount" if !TCGPaolo Bonzini3-0/+11
2017-07-04tcg: make tcg_allowed globalYang Zhong4-7/+9
2017-07-04cpu: move interrupt handling out of translate-common.cPaolo Bonzini5-65/+46
2017-07-04tcg: move page_size_init() functionYang Zhong3-21/+20
2017-07-04vl: add tcg_enabled() for tcg related codeYang Zhong1-1/+7
2017-07-04vl: convert -tb-size to qemu_strtoulPaolo Bonzini3-5/+5
2017-07-04configure: add --disable-tcg configure optionPaolo Bonzini1-5/+21
2017-07-04configure: early test for supported targetsPaolo Bonzini1-22/+48
2017-07-04configure: factor out list of supported Xen/KVM/HAX targetsPaolo Bonzini1-35/+55
2017-07-04qemu-doc: do not refer to years-old version numbersPaolo Bonzini1-5/+3
2017-07-04qemu-thread: Assert locks are initialized before usingFam Zheng4-1/+69
2017-07-04virtio-scsi: finalize IOMMU supportJason Wang1-1/+2
2017-07-04checkpatch: should not use signal except for SIG_DFL or SIG_IGNPaolo Bonzini1-0/+4
2017-07-04main_loop: Make main_loop_wait() return voidPeter Maydell2-8/+2
2017-07-04tests/test-char.c: Don't use main_loop_wait()'s return valuePeter Maydell1-5/+1
2017-07-04util/oslib-win32: Remove if conditionalAlistair Francis1-4/+2
2017-07-04xsave_helper: pull xsave and xrstor out of kvm.c into helper functionSergio Andres Gomez Del Real4-88/+120
2017-07-04sockets: avoid formatting buffer that may not be NUL terminatedDaniel P. Berrange1-1/+1
2017-07-04hw/misc/edu: Compile the edu device as common objectThomas Huth1-1/+1
2017-07-04Makefile: Move bootdevice.o to common-obj-yThomas Huth3-3/+3
2017-07-04include/exec/poison: Mark CONFIG_SOFTMMU as poisonedThomas Huth2-0/+9
2017-07-04cpu: Introduce a wrapper for tlb_flush() that can be used in common codeThomas Huth3-3/+12
2017-07-04include/exec/poison: Mark CONFIG_KVM as poisoned, tooThomas Huth3-6/+14
2017-07-04Move CONFIG_KVM related definitions to kvm_i386.hThomas Huth4-28/+24
2017-07-04include/exec/poison: Add some more missing TARGET and CONFIG definesThomas Huth1-0/+6
2017-07-04target/i386: simplify handling of conforming code segments on interruptPaolo Bonzini1-18/+10
2017-07-04target/i386: fix interrupt CPL error when using ist in x86-64Wu Xiang1-2/+4
2017-07-04nbd: fix NBD over TLSPaolo Bonzini1-2/+2
2017-07-04qemu-doc: Add missing "@c man end" statementsThomas Huth1-0/+6
2017-07-04vcpu_dirty: share the same field in CPUState for all acceleratorsSergio Andres Gomez Del Real4-19/+20
2017-07-04Merge remote-tracking branch 'remotes/edgar/tags/edgar/xilinx-next.for-upstre...Peter Maydell5-48/+96
2017-07-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell41-204/+492
2017-07-04xilinx-dp: Add support for the yuy2 video formatEdgar E. Iglesias1-0/+3
2017-07-04target-microblaze: Add CPU version 10.0Edgar E. Iglesias1-0/+1
2017-07-04target-microblaze: dec_barrel: Add BSIFIEdgar E. Iglesias1-1/+13
2017-07-04target-microblaze: dec_barrel: Add BSEFIEdgar E. Iglesias1-12/+30
2017-07-04target-microblaze: dec_barrel: Plug TCG temp leakEdgar E. Iglesias1-0/+1
2017-07-04target-microblaze: dec_barrel: Add braces around if-statementsEdgar E. Iglesias1-4/+5
2017-07-04target-microblaze: dec_barrel: Use extract32Edgar E. Iglesias1-2/+2
2017-07-04target-microblaze: dec_barrel: Use bool instead of unsigned intEdgar E. Iglesias1-1/+1
2017-07-04target-microblaze: Introduce a use-pcmp-instr propertyEdgar E. Iglesias3-5/+7