[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20141204180806.GF18651@potion.brq.redhat.com>
Date: Thu, 4 Dec 2014 19:08:07 +0100
From: Radim Krčmář <rkrcmar@...hat.com>
To: Paolo Bonzini <pbonzini@...hat.com>
Cc: linux-kernel@...r.kernel.org, kvm@...r.kernel.org,
Wanpeng Li <wanpeng.li@...ux.intel.com>
Subject: Re: [PATCH 9/9] kvm: vmx: add nested virtualization support for
xsaves
2014-12-04 16:57+0100, Paolo Bonzini:
> From: Wanpeng Li <wanpeng.li@...ux.intel.com>
>
> Add vmcs12 support for xsaves.
>
> Signed-off-by: Wanpeng Li <wanpeng.li@...ux.intel.com>
> Signed-off-by: Paolo Bonzini <pbonzini@...hat.com>
> ---
Reviewed-by: Radim Krčmář <rkrcmar@...hat.com>
> + case EXIT_REASON_XSAVES: case EXIT_REASON_XRSTORS:
> + /*
> + * This should never happen, since it is not possible to
> + * set XSS to a non-zero value---neither in L1 nor in L2.
> + * If if it were, XSS would have to be checked against
> + * the XSS exit bitmap in vmcs12.
> + */
We could WARN then.
> + return nested_cpu_has2(vmcs12, SECONDARY_EXEC_XSAVES);
> default:
> return 1;
> }
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists