aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-04target-microblaze: Introduce a use-msr-instr propertyEdgar E. Iglesias3-3/+5
2017-07-04target-microblaze: Introduce a use-hw-mul propertyEdgar E. Iglesias3-7/+11
2017-07-04target-microblaze: Introduce a use-div propertyEdgar E. Iglesias3-5/+7
2017-07-04target-microblaze: Introduce a use-barrel propertyEdgar E. Iglesias3-5/+7
2017-07-04target-microblaze: Add CPU versions 9.4, 9.5 and 9.6Edgar E. Iglesias1-0/+3
2017-07-04target-microblaze: Don't hard code 0xb as initial MB versionEdgar E. Iglesias1-2/+1
2017-07-04target-microblaze: Correct bit shift for the PVR0 version fieldEdgar E. Iglesias2-1/+3
2017-07-04disas/microblaze: Add missing 'const' attributesStefan Weil1-11/+7
2017-07-03i386/acpi: update expected acpi filesMichael S. Tsirkin5-0/+0
2017-07-03virtio-net: fix tx queue size for !vhost-userMichael S. Tsirkin1-8/+20
2017-07-03tests: Add unit tests for the VM Generation ID featureBen Warren2-0/+205
2017-07-03vhost-user: unregister slave req handler at cleanup timeMaxime Coquelin1-0/+1
2017-07-03vhost: ensure vhost_ops are set before calling iotlb callbackMaxime Coquelin1-2/+8
2017-07-03intel_iommu: fix migration breakage on mr switchPeter Xu1-0/+15
2017-07-03hw/acpi: remove dead acpi codeAleksandr Bezzubikov1-10/+0
2017-07-03fw_cfg: move setting of FW_CFG_VERSION_DMA bit to fw_cfg_init1()Mark Cave-Ayland1-9/+7
2017-07-03fw_cfg: don't map the fw_cfg IO ports in fw_cfg_io_realize()Mark Cave-Ayland1-8/+8
2017-07-03i386/kvm/pci-assign: Use errp directly rather than local_errMao Zhongyi1-15/+7