summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xen-bus: use a separate fd for each event channelPaul Durrant2019-06-242-43/+42Star
* xen-block: support feature-large-sector-sizePaul Durrant2019-06-243-26/+40
* Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jun-21-2019' ...Peter Maydell2019-06-21264-942/+2605
|\
| * target/mips: Fix emulation of ILVR.<B|H|W> on big endian hostAleksandar Markovic2019-06-211-0/+37
| * target/mips: Fix emulation of ILVL.<B|H|W> on big endian hostAleksandar Markovic2019-06-211-0/+37
| * target/mips: Fix emulation of ILVOD.<B|H|W> on big endian hostAleksandar Markovic2019-06-211-0/+37
| * target/mips: Fix emulation of ILVEV.<B|H|W> on big endian hostAleksandar Markovic2019-06-211-0/+37
| * tests/tcg: target/mips: Amend tests for MSA pack instructionsAleksandar Markovic2019-06-2113-12/+708
| * tests/tcg: target/mips: Include isa/ase and group name in test outputAleksandar Markovic2019-06-21260-736/+1492
| * target/mips: Fix if-else-switch-case arms checkpatch errors in translate.cAleksandar Markovic2019-06-211-72/+133
| * target/mips: Fix some space checkpatch errors in translate.cAleksandar Markovic2019-06-211-118/+122
| * MAINTAINERS: Consolidate MIPS disassembler-related itemsAleksandar Markovic2019-06-211-4/+1Star
| * MAINTAINERS: Update file items for MIPS Malta boardAleksandar Markovic2019-06-211-0/+1
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-06-2127-329/+1506
|\ \ | |/ |/|
| * hw: Nuke hw_compat_4_0_1 and pc_compat_4_0_1Greg Kurz2019-06-215-17/+9Star
| * util/main-loop: Fix incorrect assertionLidong Chen2019-06-211-1/+1
| * sd: Fix out-of-bounds assertionsLidong Chen2019-06-211-2/+2
| * target/i386: kvm: Add nested migration blocker only when kernel lacks require...Liran Alon2019-06-212-3/+8
| * target/i386: kvm: Add support for KVM_CAP_EXCEPTION_PAYLOADLiran Alon2019-06-216-24/+187
| * target/i386: kvm: Add support for save and restore nested stateLiran Alon2019-06-215-0/+290
| * vmstate: Add support for kernel integer typesLiran Alon2019-06-211-0/+26
| * linux-headers: sync with latest KVM headers from Linux 5.2Liran Alon2019-06-211-11/+22
| * target/i386: kvm: Block migration for vCPUs exposed with nested virtualizationLiran Alon2019-06-213-13/+19
| * target/i386: kvm: Re-inject #DB to guest with updated DR6Liran Alon2019-06-211-0/+3
| * target/i386: kvm: Use symbolic constant for #DB/#BP exception constantsLiran Alon2019-06-211-4/+4
| * KVM: Introduce kvm_arch_destroy_vcpu()Liran Alon2019-06-218-0/+48
| * target/i386: kvm: Delete VMX migration blocker on vCPU init failureLiran Alon2019-06-211-2/+5
| * target/i386: define a new MSR based feature word - FEAT_CORE_CAPABILITYXiaoyao Li2019-06-213-1/+35
| * i386/kvm: add support for Direct Mode for Hyper-V synthetic timersVitaly Kuznetsov2019-06-215-0/+23
| * i386/kvm: hv-evmcs requires hv-vapicVitaly Kuznetsov2019-06-211-1/+2
| * i386/kvm: hv-tlbflush/ipi require hv-vpindexVitaly Kuznetsov2019-06-211-2/+4
| * i386/kvm: hv-stimer requires hv-time and hv-synicVitaly Kuznetsov2019-06-211-4/+19
| * i386/kvm: implement 'hv-passthrough' modeVitaly Kuznetsov2019-06-214-14/+87
| * i386/kvm: document existing Hyper-V enlightenmentsVitaly Kuznetsov2019-06-211-0/+181
| * i386/kvm: move Hyper-V CPUID filling to hyperv_handle_properties()Vitaly Kuznetsov2019-06-211-73/+90
| * i386/kvm: add support for KVM_GET_SUPPORTED_HV_CPUIDVitaly Kuznetsov2019-06-211-118/+356
| * i386/kvm: convert hyperv enlightenments properties from bools to bitsVitaly Kuznetsov2019-06-216-80/+91
| * hax: Honor CPUState::haltedColin Xu2019-06-212-3/+34
| * kvm-all: Add/update fprintf's for kvm_*_ioeventfd_delYury Kotov2019-06-211-4/+8
|/
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2019-06-1817-97/+283
|\
| * block/null: Expose read-zeroes option in QAPI schemaKevin Wolf2019-06-181-1/+3
| * iotests: Test failure to loosen restrictionsMax Reitz2019-06-182-0/+27
| * block: Ignore loosening perm restrictions failuresMax Reitz2019-06-181-6/+38
| * block: Add *tighten_restrictions to *check*_perm()Max Reitz2019-06-181-17/+70
| * block: Fix order in bdrv_replace_child()Max Reitz2019-06-181-5/+13
| * block/commit: Drop bdrv_child_try_set_perm()Max Reitz2019-06-181-2/+0Star
| * block/mirror: Fix child permissionsMax Reitz2019-06-181-9/+23
| * block: Add bdrv_child_refresh_perms()Max Reitz2019-06-182-0/+27
| * file-posix: Update open_flags in raw_set_perm()Max Reitz2019-06-181-0/+4
| * block: drop bs->jobVladimir Sementsov-Ogievskiy2019-06-186-17/+5Star