On 27/02/2023 8:52 am, Xenia Ragiadakou wrote: > > On 2/24/23 23:06, Andrew Cooper wrote: >> struct nestedvm uses mostly plain integer types, except for >> virt_ext_t which >> is a union wrapping two bitfield names. But the nested virt logic >> only ever >> deals with it as full opaque register. >> >> Switch it to being a plain uint64_t, allowing us to hide even more of >> the SVM >> internal infrastructure. >> >> Signed-off-by: Andrew Cooper <andrew.coop...@citrix.com> > > Reviewed-by: Xenia Ragiadakou <burzalod...@gmail.com> >
On second thoughts, the fact that this patch compiles means its a write-only variable. Lemme experiment quickly with an alternate patch. ~Andrew