aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-06-21target/i386: kvm: Add support for save and restore nested stateLiran Alon5-0/+290
2019-06-21vmstate: Add support for kernel integer typesLiran Alon1-0/+26
2019-06-21linux-headers: sync with latest KVM headers from Linux 5.2Liran Alon1-11/+22
2019-06-21target/i386: kvm: Block migration for vCPUs exposed with nested virtualizationLiran Alon3-13/+19
2019-06-21target/i386: kvm: Re-inject #DB to guest with updated DR6Liran Alon1-0/+3
2019-06-21target/i386: kvm: Use symbolic constant for #DB/#BP exception constantsLiran Alon1-4/+4
2019-06-21KVM: Introduce kvm_arch_destroy_vcpu()Liran Alon8-0/+48
2019-06-21target/i386: kvm: Delete VMX migration blocker on vCPU init failureLiran Alon1-2/+5
2019-06-21target/i386: define a new MSR based feature word - FEAT_CORE_CAPABILITYXiaoyao Li3-1/+35
2019-06-21i386/kvm: add support for Direct Mode for Hyper-V synthetic timersVitaly Kuznetsov5-0/+23
2019-06-21i386/kvm: hv-evmcs requires hv-vapicVitaly Kuznetsov1-1/+2
2019-06-21i386/kvm: hv-tlbflush/ipi require hv-vpindexVitaly Kuznetsov1-2/+4
2019-06-21i386/kvm: hv-stimer requires hv-time and hv-synicVitaly Kuznetsov1-4/+19
2019-06-21i386/kvm: implement 'hv-passthrough' modeVitaly Kuznetsov4-14/+87
2019-06-21i386/kvm: document existing Hyper-V enlightenmentsVitaly Kuznetsov1-0/+181
2019-06-21i386/kvm: move Hyper-V CPUID filling to hyperv_handle_properties()Vitaly Kuznetsov1-73/+90
2019-06-21i386/kvm: add support for KVM_GET_SUPPORTED_HV_CPUIDVitaly Kuznetsov1-118/+356
2019-06-21i386/kvm: convert hyperv enlightenments properties from bools to bitsVitaly Kuznetsov6-80/+91
2019-06-21hax: Honor CPUState::haltedColin Xu2-3/+34
2019-06-21kvm-all: Add/update fprintf's for kvm_*_ioeventfd_delYury Kotov1-4/+8
2019-06-18Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell17-97/+283
2019-06-18Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...Peter Maydell1-1/+3
2019-06-18block/null: Expose read-zeroes option in QAPI schemaKevin Wolf1-1/+3
2019-06-18iotests: Test failure to loosen restrictionsMax Reitz2-0/+27
2019-06-18block: Ignore loosening perm restrictions failuresMax Reitz1-6/+38
2019-06-18block: Add *tighten_restrictions to *check*_perm()Max Reitz1-17/+70
2019-06-18block: Fix order in bdrv_replace_child()Max Reitz1-5/+13
2019-06-18block/commit: Drop bdrv_child_try_set_perm()Max Reitz1-2/+0
2019-06-18block/mirror: Fix child permissionsMax Reitz1-9/+23
2019-06-18block: Add bdrv_child_refresh_perms()Max Reitz2-0/+27
2019-06-18file-posix: Update open_flags in raw_set_perm()Max Reitz1-0/+4
2019-06-18block: drop bs->jobVladimir Sementsov-Ogievskiy6-17/+5
2019-06-18blockdev: blockdev_mark_auto_del: drop usage of bs->jobVladimir Sementsov-Ogievskiy3-9/+31
2019-06-18block/block-backend: blk_iostatus_reset: drop usage of bs->jobVladimir Sementsov-Ogievskiy2-4/+5
2019-06-18block/replication: drop usage of bs->jobVladimir Sementsov-Ogievskiy3-31/+40
2019-06-18iotests: Hide timestamps for skipped testsMax Reitz1-0/+1
2019-06-18Travis: print acceptance tests logs in case of job failureCleber Rosa1-0/+2
2019-06-18Revert "travis: Make check-acceptance job more verbose"Eduardo Habkost1-1/+1
2019-06-18target/arm: Check for dp support for dp VFM, not spPeter Maydell1-4/+4
2019-06-18Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-06-17-v2'...Peter Maydell24-4777/+5073
2019-06-18vl: Deprecate -mon pretty=... for HMP monitorsKevin Wolf2-1/+15
2019-06-18monitor: Replace monitor_init() with monitor_init_{hmp, qmp}()Kevin Wolf10-36/+27
2019-06-18monitor: Split Monitor.flags into separate boolsKevin Wolf5-15/+22
2019-06-18monitor: Split out monitor/monitor.cKevin Wolf7-599/+640
2019-06-18monitor: Split out monitor/hmp.cKevin Wolf5-1352/+1443
2019-06-17monitor: Split out monitor/qmp.cKevin Wolf6-393/+450
2019-06-17monitor: Create monitor-internal.h with common definitionsKevin Wolf4-116/+150
2019-06-17monitor: Move {hmp, qmp}.c to monitor/{hmp, qmp}-cmds.cKevin Wolf6-9/+12
2019-06-17Move monitor.c to monitor/misc.cKevin Wolf8-15/+19
2019-06-17monitor: Rename HMP command type and tablesKevin Wolf2-38/+36