Re: [Qemu-devel] [PATCH REPOST 1/2] dump-guest-memory: add "detach" flag for QMP/HMP interfaces

2015-11-23 Thread Fam Zheng
On Mon, 11/23 09:10, Eric Blake wrote: > On 11/23/2015 03:07 AM, Peter Xu wrote: > > This patch only add the interfaces, but not implementing them. > > > > Signed-off-by: Peter Xu > > --- > > dump.c | 3 ++- > > hmp-commands.hx | 5 +++-- > > hmp.c| 3 ++- > > qapi-schema.

Re: [Qemu-devel] [PATCH REPOST 1/2] dump-guest-memory: add "detach" flag for QMP/HMP interfaces

2015-11-23 Thread Eric Blake
On 11/23/2015 03:07 AM, Peter Xu wrote: > This patch only add the interfaces, but not implementing them. > > Signed-off-by: Peter Xu > --- > dump.c | 3 ++- > hmp-commands.hx | 5 +++-- > hmp.c| 3 ++- > qapi-schema.json | 3 ++- > qmp-commands.hx | 4 ++-- > 5 files chan

Re: [Qemu-devel] [PATCH REPOST 1/2] dump-guest-memory: add "detach" flag for QMP/HMP interfaces

2015-11-23 Thread Andrew Jones
On Mon, Nov 23, 2015 at 06:07:41PM +0800, Peter Xu wrote: > This patch only add the interfaces, but not implementing them. > > Signed-off-by: Peter Xu > --- > dump.c | 3 ++- > hmp-commands.hx | 5 +++-- > hmp.c| 3 ++- > qapi-schema.json | 3 ++- > qmp-commands.hx | 4 ++

[Qemu-devel] [PATCH REPOST 1/2] dump-guest-memory: add "detach" flag for QMP/HMP interfaces

2015-11-23 Thread Peter Xu
This patch only add the interfaces, but not implementing them. Signed-off-by: Peter Xu --- dump.c | 3 ++- hmp-commands.hx | 5 +++-- hmp.c| 3 ++- qapi-schema.json | 3 ++- qmp-commands.hx | 4 ++-- 5 files changed, 11 insertions(+), 7 deletions(-) diff --git a/dump.c b