[Qemu-devel] [PATCH for 2.9 0/3] guest panic information follow-up

Denis V. Lunev posted 3 patches 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1487614915-18710-1-git-send-email-den@openvz.org
Test checkpatch passed
Test docker passed
Test s390x passed
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(-)
[Qemu-devel] [PATCH for 2.9 0/3] guest panic information follow-up
Posted by Denis V. Lunev 7 years, 1 month ago
This is a set of followup patches requested by Eric Blake.

Signed-off-by: Anton Nefedov <anton.nefedov@virtuozzo.com>
Signed-off-by: Denis V. Lunev <den@openvz.org>
CC: Paolo Bonzini <pbonzini@redhat.com>
CC: Eric Blake <eblake@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(-)

-- 
2.7.4


Re: [Qemu-devel] [PATCH for 2.9 0/3] guest panic information follow-up
Posted by Paolo Bonzini 7 years, 1 month ago

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.nefedov@virtuozzo.com>
> Signed-off-by: Denis V. Lunev <den@openvz.org>
> CC: Paolo Bonzini <pbonzini@redhat.com>
> CC: Eric Blake <eblake@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