Re: [Qemu-devel] [PATCH v7 00/11] Add basic "detach" support for dump-guest-memory

2016-02-18 Thread Paolo Bonzini
On 18/02/2016 06:16, Peter Xu wrote: > Changes from v7: > - patch 8: use s->dump_info.page_size not TARGET_PAGE_SIZE > - patch 10: change DUMP_STATUS_MAX to DUMP_STATUS__MAX (this is to > fix compile error for rebasing to latest master branch, still do > not know why we need this change from

Re: [Qemu-devel] [PATCH v7 00/11] Add basic "detach" support for dump-guest-memory

2016-02-17 Thread Peter Xu
On Thu, Feb 18, 2016 at 08:26:44AM +0100, Markus Armbruster wrote: > Peter Xu writes: > > > Changes from v7: > > - patch 8: use s->dump_info.page_size not TARGET_PAGE_SIZE > > - patch 10: change DUMP_STATUS_MAX to DUMP_STATUS__MAX (this is to > > fix compile error for rebasing to latest master

Re: [Qemu-devel] [PATCH v7 00/11] Add basic "detach" support for dump-guest-memory

2016-02-17 Thread Markus Armbruster
Peter Xu writes: > Changes from v7: > - patch 8: use s->dump_info.page_size not TARGET_PAGE_SIZE > - patch 10: change DUMP_STATUS_MAX to DUMP_STATUS__MAX (this is to > fix compile error for rebasing to latest master branch, still do > not know why we need this change from generating "_MAX" to

Re: [Qemu-devel] [PATCH v7 00/11] Add basic "detach" support for dump-guest-memory

2016-02-17 Thread Peter Xu
The subject of cover letter is incorrect. It should be: [PATCH v8 00/11] Add basic "detach" support for dump-guest-memory rather than: [PATCH v7 00/11] Add basic "detach" support for dump-guest-memory Subjects of patches are with correct number, which is v8. Sorry for the mistake. Peter On T

[Qemu-devel] [PATCH v7 00/11] Add basic "detach" support for dump-guest-memory

2016-02-17 Thread Peter Xu
Changes from v7: - patch 8: use s->dump_info.page_size not TARGET_PAGE_SIZE - patch 10: change DUMP_STATUS_MAX to DUMP_STATUS__MAX (this is to fix compile error for rebasing to latest master branch, still do not know why we need this change from generating "_MAX" to "__MAX" for enum types...)

[Qemu-devel] [PATCH v7 00/11] Add basic "detach" support for dump-guest-memory

2016-02-15 Thread Peter Xu
Changes from v6: - patch 9: fix leak of local_err due to patch switch.. [Fam] - patch 10: assert "result" before use [Fam] - patch 11: add Fam's reviewed-by. For older patch, please refers to v6 series: https://lists.gnu.org/archive/html/qemu-devel/2015-12/msg01299.html Peter Xu (11): dump-gue