summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * main_loop: Make main_loop_wait() return voidPeter Maydell2017-07-042-8/+2Star
| * tests/test-char.c: Don't use main_loop_wait()'s return valuePeter Maydell2017-07-041-5/+1Star
| * util/oslib-win32: Remove if conditionalAlistair Francis2017-07-041-4/+2Star
| * xsave_helper: pull xsave and xrstor out of kvm.c into helper functionSergio Andres Gomez Del Real2017-07-044-88/+120
| * sockets: avoid formatting buffer that may not be NUL terminatedDaniel P. Berrange2017-07-041-1/+1
| * hw/misc/edu: Compile the edu device as common objectThomas Huth2017-07-041-1/+1
| * Makefile: Move bootdevice.o to common-obj-yThomas Huth2017-07-043-3/+3
| * include/exec/poison: Mark CONFIG_SOFTMMU as poisonedThomas Huth2017-07-042-0/+9
| * cpu: Introduce a wrapper for tlb_flush() that can be used in common codeThomas Huth2017-07-043-3/+12
| * include/exec/poison: Mark CONFIG_KVM as poisoned, tooThomas Huth2017-07-043-6/+14
| * Move CONFIG_KVM related definitions to kvm_i386.hThomas Huth2017-07-044-28/+24Star
| * include/exec/poison: Add some more missing TARGET and CONFIG definesThomas Huth2017-07-041-0/+6
| * target/i386: simplify handling of conforming code segments on interruptPaolo Bonzini2017-07-041-18/+10Star
| * target/i386: fix interrupt CPL error when using ist in x86-64Wu Xiang2017-07-041-2/+4
| * nbd: fix NBD over TLSPaolo Bonzini2017-07-041-2/+2
| * qemu-doc: Add missing "@c man end" statementsThomas Huth2017-07-041-0/+6
| * vcpu_dirty: share the same field in CPUState for all acceleratorsSergio Andres Gomez Del Real2017-07-044-19/+20
* | Merge remote-tracking branch 'remotes/edgar/tags/edgar/xilinx-next.for-upstre...Peter Maydell2017-07-045-48/+96
|\ \ | |/ |/|
| * xilinx-dp: Add support for the yuy2 video formatEdgar E. Iglesias2017-07-041-0/+3
| * target-microblaze: Add CPU version 10.0Edgar E. Iglesias2017-07-041-0/+1
| * target-microblaze: dec_barrel: Add BSIFIEdgar E. Iglesias2017-07-041-1/+13
| * target-microblaze: dec_barrel: Add BSEFIEdgar E. Iglesias2017-07-041-12/+30
| * target-microblaze: dec_barrel: Plug TCG temp leakEdgar E. Iglesias2017-07-041-0/+1
| * target-microblaze: dec_barrel: Add braces around if-statementsEdgar E. Iglesias2017-07-041-4/+5
| * target-microblaze: dec_barrel: Use extract32Edgar E. Iglesias2017-07-041-2/+2
| * target-microblaze: dec_barrel: Use bool instead of unsigned intEdgar E. Iglesias2017-07-041-1/+1
| * target-microblaze: Introduce a use-pcmp-instr propertyEdgar E. Iglesias2017-07-043-5/+7
| * target-microblaze: Introduce a use-msr-instr propertyEdgar E. Iglesias2017-07-043-3/+5
| * target-microblaze: Introduce a use-hw-mul propertyEdgar E. Iglesias2017-07-043-7/+11
| * target-microblaze: Introduce a use-div propertyEdgar E. Iglesias2017-07-043-5/+7
| * target-microblaze: Introduce a use-barrel propertyEdgar E. Iglesias2017-07-043-5/+7
| * target-microblaze: Add CPU versions 9.4, 9.5 and 9.6Edgar E. Iglesias2017-07-041-0/+3
| * target-microblaze: Don't hard code 0xb as initial MB versionEdgar E. Iglesias2017-07-041-2/+1Star
| * target-microblaze: Correct bit shift for the PVR0 version fieldEdgar E. Iglesias2017-07-042-1/+3
| * disas/microblaze: Add missing 'const' attributesStefan Weil2017-07-041-11/+7Star
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2017-07-0441-204/+492
|\ \ | |/ |/|
| * i386/acpi: update expected acpi filesMichael S. Tsirkin2017-07-035-0/+0
| * virtio-net: fix tx queue size for !vhost-userMichael S. Tsirkin2017-07-031-8/+20
| * tests: Add unit tests for the VM Generation ID featureBen Warren2017-07-032-0/+205
| * vhost-user: unregister slave req handler at cleanup timeMaxime Coquelin2017-07-031-0/+1
| * vhost: ensure vhost_ops are set before calling iotlb callbackMaxime Coquelin2017-07-031-2/+8