aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-07-04hw/misc/edu: Compile the edu device as common objectThomas Huth
2017-07-04Makefile: Move bootdevice.o to common-obj-yThomas Huth
2017-07-04include/exec/poison: Mark CONFIG_SOFTMMU as poisonedThomas Huth
2017-07-04cpu: Introduce a wrapper for tlb_flush() that can be used in common codeThomas Huth
2017-07-04include/exec/poison: Mark CONFIG_KVM as poisoned, tooThomas Huth
2017-07-04Move CONFIG_KVM related definitions to kvm_i386.hThomas Huth
2017-07-04include/exec/poison: Add some more missing TARGET and CONFIG definesThomas Huth
2017-07-04target/i386: simplify handling of conforming code segments on interruptPaolo Bonzini
2017-07-04target/i386: fix interrupt CPL error when using ist in x86-64Wu Xiang
2017-07-04nbd: fix NBD over TLSPaolo Bonzini
2017-07-04qemu-doc: Add missing "@c man end" statementsThomas Huth
2017-07-04vcpu_dirty: share the same field in CPUState for all acceleratorsSergio Andres Gomez Del Real
2017-07-04Merge remote-tracking branch 'remotes/edgar/tags/edgar/xilinx-next.for-upstre...Peter Maydell
2017-07-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2017-07-04xilinx-dp: Add support for the yuy2 video formatEdgar E. Iglesias
2017-07-04target-microblaze: Add CPU version 10.0Edgar E. Iglesias
2017-07-04target-microblaze: dec_barrel: Add BSIFIEdgar E. Iglesias
2017-07-04target-microblaze: dec_barrel: Add BSEFIEdgar E. Iglesias
2017-07-04target-microblaze: dec_barrel: Plug TCG temp leakEdgar E. Iglesias
2017-07-04target-microblaze: dec_barrel: Add braces around if-statementsEdgar E. Iglesias
2017-07-04target-microblaze: dec_barrel: Use extract32Edgar E. Iglesias
2017-07-04target-microblaze: dec_barrel: Use bool instead of unsigned intEdgar E. Iglesias
2017-07-04target-microblaze: Introduce a use-pcmp-instr propertyEdgar E. Iglesias
2017-07-04target-microblaze: Introduce a use-msr-instr propertyEdgar E. Iglesias
2017-07-04target-microblaze: Introduce a use-hw-mul propertyEdgar E. Iglesias
2017-07-04target-microblaze: Introduce a use-div propertyEdgar E. Iglesias
2017-07-04target-microblaze: Introduce a use-barrel propertyEdgar E. Iglesias
2017-07-04target-microblaze: Add CPU versions 9.4, 9.5 and 9.6Edgar E. Iglesias
2017-07-04target-microblaze: Don't hard code 0xb as initial MB versionEdgar E. Iglesias
2017-07-04target-microblaze: Correct bit shift for the PVR0 version fieldEdgar E. Iglesias
2017-07-04disas/microblaze: Add missing 'const' attributesStefan Weil
2017-07-03i386/acpi: update expected acpi filesMichael S. Tsirkin
2017-07-03virtio-net: fix tx queue size for !vhost-userMichael S. Tsirkin
2017-07-03tests: Add unit tests for the VM Generation ID featureBen Warren
2017-07-03vhost-user: unregister slave req handler at cleanup timeMaxime Coquelin