[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] target/i386: Raise the highest index value used for any VMCS
From: |
Paolo Bonzini |
Subject: |
Re: [PATCH] target/i386: Raise the highest index value used for any VMCS encoding |
Date: |
Fri, 26 Jul 2024 19:17:17 +0200 |
On Fri, Jul 26, 2024 at 3:12 AM Li, Xin3 <xin3.li@intel.com> wrote:
> > Hi, can you put together a complete series that includes all that's needed
> > for
> > nested FRED support?
>
> We can do it.
>
> Just to be clear, this patch is not needed to enable nested FRED, but to
> fix the following vmx test in kvm-unit-tests, otherwise we get:
> FAIL: VMX_VMCS_ENUM.MAX_INDEX expected: 29, actual: 19
But neither bit is defined without nested FRED (and failures if you
use -cpu host,migratable=no are expected).
Paolo