[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Z2MX9ygvHPgS8rRf@google.com>
Date: Wed, 18 Dec 2024 10:44:07 -0800
From: Sean Christopherson <seanjc@...gle.com>
To: Ivan Orlov <iorlov@...zon.com>
Cc: bp@...en8.de, dave.hansen@...ux.intel.com, mingo@...hat.com,
pbonzini@...hat.com, shuah@...nel.org, tglx@...utronix.de, hpa@...or.com,
kvm@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-kselftest@...r.kernel.org, x86@...nel.org, dwmw@...zon.co.uk,
pdurrant@...zon.co.uk, jalliste@...zon.co.uk
Subject: Re: [PATCH v3 7/7] selftests: KVM: Add test case for MMIO during vectoring
KVM: selftests:
On Tue, Dec 17, 2024, Ivan Orlov wrote:
> Extend the 'set_memory_region_test' with a test case which covers the
> MMIO during vectoring error handling. The test case
Probably a good idea to explicitly state this is x86-only (hard to see that
from the diff alone).
>
> 1) Sets an IDT descriptor base to point to an MMIO address
> 2) Generates a #GP in the guest
> 3) Verifies that we got a correct exit reason and suberror code
No "we". It's very specifically userspace that needs to see the exit.
> 4) Verifies that we got a corrent reported GPA in internal.data[3]
s/corrent/correct?
And #4 can be combined with #3:
3) Verifies userspace gets the correct exit reason, suberror code, and
GPA in internal.data[3]
Powered by blists - more mailing lists