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 <[email protected]>
Reviewed-by: Xenia Ragiadakou <[email protected]> -- Xenia
