On 27.02.2023 12:35, Andrew Cooper wrote: > struct nestedvm uses mostly plain integer types, except for virt_ext_t which > is a union wrapping two bitfield names. > > However, it turns out that this is a write-only variable. Delete it, allowing > us to drop the include of vmcb.h > > Signed-off-by: Andrew Cooper <andrew.coop...@citrix.com> > --- > CC: Jan Beulich <jbeul...@suse.com> > CC: Xenia Ragiadakou <burzalod...@gmail.com> > > v2: > * Delete the variable entirely. > > This probably means that nested lbr/vmloadsave is broken, but that wouldn't be > a surprise at all.
Well, yes, short of figuring out what's missing this is probably the least bad option: Reviewed-by: Jan Beulich <jbeul...@suse.com> Jan