Re: [Qemu-devel] [PATCH v4 38/47] Add assertion to check migration_dirty_pages

2014-11-10 Thread David Gibson
On Fri, Oct 03, 2014 at 06:47:44PM +0100, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > I've seen it go negative once during dev, it shouldn't > happen. > > Signed-off-by: Dr. David Alan Gilbert Reviewed-by: David Gibson -- David Gibson| I'll h

Re: [Qemu-devel] [PATCH v4 38/47] Add assertion to check migration_dirty_pages

2014-10-06 Thread Paolo Bonzini
Il 06/10/2014 20:51, Dr. David Alan Gilbert ha scritto: > * Paolo Bonzini (pbonz...@redhat.com) wrote: >> Il 03/10/2014 19:47, Dr. David Alan Gilbert (git) ha scritto: >>> >>> I've seen it go negative once during dev, it shouldn't >>> happen. >> >> You can move it earlier, perhaps even as patch 1,

Re: [Qemu-devel] [PATCH v4 38/47] Add assertion to check migration_dirty_pages

2014-10-06 Thread Dr. David Alan Gilbert
* Paolo Bonzini (pbonz...@redhat.com) wrote: > Il 03/10/2014 19:47, Dr. David Alan Gilbert (git) ha scritto: > > > > I've seen it go negative once during dev, it shouldn't > > happen. > > You can move it earlier, perhaps even as patch 1, since it does not have > any dependency on postcopy and can

Re: [Qemu-devel] [PATCH v4 38/47] Add assertion to check migration_dirty_pages

2014-10-04 Thread Paolo Bonzini
Il 03/10/2014 19:47, Dr. David Alan Gilbert (git) ha scritto: > > I've seen it go negative once during dev, it shouldn't > happen. You can move it earlier, perhaps even as patch 1, since it does not have any dependency on postcopy and can go in at any time. Paolo

[Qemu-devel] [PATCH v4 38/47] Add assertion to check migration_dirty_pages

2014-10-03 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" I've seen it go negative once during dev, it shouldn't happen. Signed-off-by: Dr. David Alan Gilbert --- arch_init.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch_init.c b/arch_init.c index a945990..2f4345a 100644 --- a/arch_init.c +++ b/arch_init.c @@