Re: [Qemu-devel] [PATCH 13/18] qapi: Convert savevm

2012-08-16 Thread Pavel Hrdina
On 08/15/2012 09:49 PM, Eric Blake wrote: On 08/15/2012 01:41 AM, Pavel Hrdina wrote: Signed-off-by: Pavel Hrdina --- I'm focusing my review more on the public interface (since that's what affects libvirt), and therefore glanced through 1 through 12 but did not pay close attention to them.

Re: [Qemu-devel] [PATCH 13/18] qapi: Convert savevm

2012-08-15 Thread Eric Blake
On 08/15/2012 01:41 AM, Pavel Hrdina wrote: > Signed-off-by: Pavel Hrdina > --- I'm focusing my review more on the public interface (since that's what affects libvirt), and therefore glanced through 1 through 12 but did not pay close attention to them. > hmp-commands.hx | 2 +- > hmp.c

[Qemu-devel] [PATCH 13/18] qapi: Convert savevm

2012-08-15 Thread Pavel Hrdina
Signed-off-by: Pavel Hrdina --- hmp-commands.hx | 2 +- hmp.c| 10 ++ hmp.h| 1 + qapi-schema.json | 19 +++ qmp-commands.hx | 29 + savevm.c | 25 + sysemu.h | 1 - 7 files ch