On 20/02/2017 19:21, Denis V. Lunev wrote: > This is a set of followup patches requested by Eric Blake. > > Signed-off-by: Anton Nefedov <anton.nefe...@virtuozzo.com> > Signed-off-by: Denis V. Lunev <d...@openvz.org> > CC: Paolo Bonzini <pbonz...@redhat.com> > CC: Eric Blake <ebl...@redhat.com> > > Anton Nefedov (3): > i386/cpu: release GuestPanicInformation memory > qapi: flatten GuestPanicInformation union > qmp-events: fix GUEST_PANICKED description formatting > > kvm-all.c | 5 ++++- > qapi-schema.json | 12 ++++++++++++ > qapi/event.json | 4 ++-- > target/i386/cpu.c | 15 ++++++--------- > vl.c | 22 +++++++++------------- > 5 files changed, 33 insertions(+), 25 deletions(-) >
I am queuing patches 2 and 3. For patch 1, I've just sent an alternative idea. Paolo