Re: [Qemu-devel] [PATCH] Monitor: Convert do_screen_dump() to QObject

2010-04-01 Thread Markus Armbruster
Luiz Capitulino writes: > Trivial, as it never fails, doesn't have output nor return > any data. > > Note that it's also available under QMP, as kvm-autotest > needs this. > > Signed-off-by: Luiz Capitulino Looks good. Aside: screen dump fails silently, but that's outside the scope of QMP conv

[Qemu-devel] [PATCH] Monitor: Convert do_screen_dump() to QObject

2010-03-31 Thread Luiz Capitulino
Trivial, as it never fails, doesn't have output nor return any data. Note that it's also available under QMP, as kvm-autotest needs this. Signed-off-by: Luiz Capitulino --- monitor.c |3 ++- qemu-monitor.hx |3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/mo