On 5/20/20 8:42 PM, David Gibson wrote: > SEVState is contained with SevGuestState. We've now fixed redundancies > and name conflicts, so there's no real point to the nested structure. Just > move all the fields of SEVState into SevGuestState. > > This eliminates the SEVState structure, which as a bonus removes the > confusion with the SevState enum. > > Signed-off-by: David Gibson <david@xxxxxxxxxxxxxxxxxxxxx> > --- > target/i386/sev.c | 79 ++++++++++++++++++++--------------------------- > 1 file changed, 34 insertions(+), 45 deletions(-) Yay! Reviewed-by: Richard Henderson <richard.henderson@xxxxxxxxxx> r~