Re: [Qemu-devel] [PATCH v4] migration: do not rom_reset() during incoming migration

2019-08-14 Thread Paolo Bonzini
On 14/08/19 12:40, Catherine Ho wrote: > Hi Paolo > Ping, is any other comment I hadn't addressed? No, I queued the patch now. Paolo > Cheers > Catherine > > On Thu, 6 Jun 2019 at 02:31, Dr. David Alan Gilbert > wrote: > > Paolo, can you take this one please. >

Re: [Qemu-devel] [PATCH v4] migration: do not rom_reset() during incoming migration

2019-08-14 Thread Catherine Ho
Hi Paolo Ping, is any other comment I hadn't addressed? Cheers Catherine On Thu, 6 Jun 2019 at 02:31, Dr. David Alan Gilbert wrote: > Paolo, can you take this one please. > > * Catherine Ho (catherine.h...@gmail.com) wrote: > > Commit 18269069c310 ("migration: Introduce ignore-shared capability

Re: [Qemu-devel] [PATCH v4] migration: do not rom_reset() during incoming migration

2019-06-05 Thread Dr. David Alan Gilbert
Paolo, can you take this one please. * Catherine Ho (catherine.h...@gmail.com) wrote: > Commit 18269069c310 ("migration: Introduce ignore-shared capability") > addes ignore-shared capability to bypass the shared ramblock (e,g, > membackend + numa node). It does good to live migration. > > As told

Re: [Qemu-devel] [PATCH v4] migration: do not rom_reset() during incoming migration

2019-05-12 Thread Catherine Ho
Sorry for the noise, is there any more comment for this patch? Without this patch, ignore shared capabilities can not be used on arm64 B.R. Catherine On Tue, 16 Apr 2019 at 10:51, Peter Xu wrote: > On Mon, Apr 08, 2019 at 04:42:13AM -0400, Catherine Ho wrote: > > Commit 18269069c310 ("migration

Re: [Qemu-devel] [PATCH v4] migration: do not rom_reset() during incoming migration

2019-04-15 Thread Peter Xu
On Mon, Apr 08, 2019 at 04:42:13AM -0400, Catherine Ho wrote: > Commit 18269069c310 ("migration: Introduce ignore-shared capability") > addes ignore-shared capability to bypass the shared ramblock (e,g, > membackend + numa node). It does good to live migration. > > As told by Yury,this commit expe

Re: [Qemu-devel] [PATCH v4] migration: do not rom_reset() during incoming migration

2019-04-15 Thread Catherine Ho
Ping, thanks B.R. Catherine On Mon, 8 Apr 2019 at 16:43, Catherine Ho wrote: > Commit 18269069c310 ("migration: Introduce ignore-shared capability") > addes ignore-shared capability to bypass the shared ramblock (e,g, > membackend + numa node). It does good to live migration. > > As told by Yur

[Qemu-devel] [PATCH v4] migration: do not rom_reset() during incoming migration

2019-04-08 Thread Catherine Ho
Commit 18269069c310 ("migration: Introduce ignore-shared capability") addes ignore-shared capability to bypass the shared ramblock (e,g, membackend + numa node). It does good to live migration. As told by Yury,this commit expectes that QEMU doesn't write to guest RAM until VM starts, but it does o