Re: [RFC v2 02/18] target/i386: sev: Move local structure definitions into .c file

2020-06-01 Thread Richard Henderson
On 5/20/20 8:42 PM, David Gibson wrote: > Neither QSevGuestInfo nor SEVState (not to be confused with SevState) is > used anywhere outside target/i386/sev.c, so they might as well live in > there rather than in a (somewhat) exposed header. > > Signed-off-by: David Gibson > --- > target/i386/sev.

Re: [RFC v2 02/18] target/i386: sev: Move local structure definitions into .c file

2020-05-29 Thread Philippe Mathieu-Daudé
On 5/21/20 5:42 AM, David Gibson wrote: > Neither QSevGuestInfo nor SEVState (not to be confused with SevState) is > used anywhere outside target/i386/sev.c, so they might as well live in > there rather than in a (somewhat) exposed header. > > Signed-off-by: David Gibson > --- > target/i386/sev.

[RFC v2 02/18] target/i386: sev: Move local structure definitions into .c file

2020-05-20 Thread David Gibson
Neither QSevGuestInfo nor SEVState (not to be confused with SevState) is used anywhere outside target/i386/sev.c, so they might as well live in there rather than in a (somewhat) exposed header. Signed-off-by: David Gibson --- target/i386/sev.c | 44 ++