qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Rework vm_state_change notifiers


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH] Rework vm_state_change notifiers
Date: Thu, 22 Jan 2009 13:35:41 -0600
User-agent: Thunderbird 2.0.0.19 (X11/20090105)

Jan Kiszka wrote:
[ Now tested and found working. ]

Enhance the vm_state_change notifier API to pass also a change reason.
This allows for replacing the vm_stop_cb with it and drop related code.

Converting gdb_vm_stopped to gdb_vm_state_change also includes that this
callback will now officially only handle EXCP_DEBUG and EXCP_INTERRUPT
stop reasons. That allows to define and use new (non-zero) stop reasons
without disturbing the gdbstub.
---

 audio/audio.c |    3 ++-
 gdbstub.c     |   11 +++++------
 sysemu.h      |    6 +-----
 vl.c          |   29 ++++-------------------------
 4 files changed, 12 insertions(+), 37 deletions(-)


Applied.  Thanks.

Regards,

Anthony Liguori





reply via email to

[Prev in Thread] Current Thread [Next in Thread]