Re: [Qemu-devel] [PATCH v2 0/8] Add basic "detach" support for dump-guest-memory

2015-11-26 Thread Peter Xu
On 11/27/2015 01:28 PM, Fam Zheng wrote: > Looks good overall! I've replied patches with a few questions. Thanks! > > Fam Thanks! Will wait for more comments and post v3 later. Peter

Re: [Qemu-devel] [PATCH v2 0/8] Add basic "detach" support for dump-guest-memory

2015-11-26 Thread Fam Zheng
On Fri, 11/27 10:48, Peter Xu wrote: > Sorry that this v2 series cannot be aligned with the v1 series. One > patch is added at the begining of the series to do some code > cleanups (also fix potential memory leak). Meanwhile, several new > patches are appended to the v1 series. Please see the chang

Re: [Qemu-devel] [PATCH v2 0/8] Add basic "detach" support for dump-guest-memory

2015-11-26 Thread Peter Xu
Hi, all, Sorry that I forgot to CC reviewers and maintainers when posting the patch set. :( Please review! Thanks. Peter On 11/27/2015 10:48 AM, Peter Xu wrote: > Sorry that this v2 series cannot be aligned with the v1 series. One > patch is added at the begining of the series to do some code >

[Qemu-devel] [PATCH v2 0/8] Add basic "detach" support for dump-guest-memory

2015-11-26 Thread Peter Xu
Sorry that this v2 series cannot be aligned with the v1 series. One patch is added at the begining of the series to do some code cleanups (also fix potential memory leak). Meanwhile, several new patches are appended to the v1 series. Please see the change log for more info. v2 changes: - fixed Eng