Re: [PATCH 0/9] AMD SEV: Cleanup state handling

2020-06-10 Thread Paolo Bonzini
On 10/06/20 07:04, David Gibson wrote: >>> target/i386/sev.c | 257 +++-- >>> target/i386/sev_i386.h | 49 >>> 2 files changed, 143 insertions(+), 163 deletions(-) >> Queued, thanks. > Do you have a best guess at when these might merge? I have

Re: [PATCH 0/9] AMD SEV: Cleanup state handling

2020-06-09 Thread David Gibson
On Thu, Jun 04, 2020 at 08:37:47PM +0200, Paolo Bonzini wrote: > On 04/06/20 08:42, David Gibson wrote: > > This series has an assortment of cleanups to the AMD SEV memory > > encryption code. Amongst other things it: > > * Removes the confusion between struct SEVState and enum SevState > > *

Re: [PATCH 0/9] AMD SEV: Cleanup state handling

2020-06-04 Thread Paolo Bonzini
On 04/06/20 08:42, David Gibson wrote: > This series has an assortment of cleanups to the AMD SEV memory > encryption code. Amongst other things it: > * Removes the confusion between struct SEVState and enum SevState > * Reduces use of global variables > * Unifies some ad-hoc structures

[PATCH 0/9] AMD SEV: Cleanup state handling

2020-06-04 Thread David Gibson
This series has an assortment of cleanups to the AMD SEV memory encryption code. Amongst other things it: * Removes the confusion between struct SEVState and enum SevState * Reduces use of global variables * Unifies some ad-hoc structures with an existing QOM object I made these changes