
28 Sep
2011
28 Sep
'11
8:12 a.m.
On Tue, Sep 27, 2011 at 09:11:57 -0600, Eric Blake wrote:
On 09/27/2011 03:51 AM, Jiri Denemark wrote:
Current qemu is able to give us detailed domain status (not just if it is running or not) which we can translate into a status reason. --- src/qemu/qemu_monitor.c | 66 +++++++++++++++++++++++++++++++++++++++-- src/qemu/qemu_monitor.h | 25 +++++++++++++++- src/qemu/qemu_monitor_json.c | 15 +++++++++- src/qemu/qemu_monitor_json.h | 4 ++- src/qemu/qemu_monitor_text.c | 20 ++++++++++++- src/qemu/qemu_monitor_text.h | 4 ++- src/qemu/qemu_process.c | 15 ++++++---- 7 files changed, 134 insertions(+), 15 deletions(-)
Nice. ACK.
Pushed, thanks. Jirka