|
| From: | Paolo Bonzini |
| Subject: | Re: [Qemu-devel] [PATCH 12/12] qemu/kvm/x86: hyper-v crash msrs set/get'ers and migration |
| Date: | Thu, 2 Jul 2015 18:18:21 +0200 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 |
On 02/07/2015 18:07, Denis V. Lunev wrote:
> + if (cpu->hyperv_crash &&
> + kvm_check_extension(cs->kvm_state, KVM_CAP_HYPERV_MSR_CRASH) >
> 0) {
> + c->edx |= HV_X64_GUEST_CRASH_MSR_AVAILABLE;
> + has_msr_hv_crash = true;
> + }
> +
Please patch kvm_get_supported_msrs instead of adding a capability. The
QEMU parts are otherwise okay.
Paolo
| [Prev in Thread] | Current Thread | [Next in Thread] |