Re: [Qemu-devel] [PATCH 21/51] ram: Move xbzrle_overflows into RAMState

2017-03-27 Thread Peter Xu
On Thu, Mar 23, 2017 at 09:45:14PM +0100, Juan Quintela wrote: > Once there, remove the now unused AccountingInfo struct and var. > > Signed-off-by: Juan Quintela Reviewed-by: Peter Xu -- peterx

Re: [Qemu-devel] [PATCH 21/51] ram: Move xbzrle_overflows into RAMState

2017-03-24 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > Once there, remove the now unused AccountingInfo struct and var. Reviewed-by: Dr. David Alan Gilbert > Signed-off-by: Juan Quintela > --- > migration/ram.c | 21 + > 1 file changed, 5 insertions(+), 16 deletions(-) > > diff --

[Qemu-devel] [PATCH 21/51] ram: Move xbzrle_overflows into RAMState

2017-03-23 Thread Juan Quintela
Once there, remove the now unused AccountingInfo struct and var. Signed-off-by: Juan Quintela --- migration/ram.c | 21 + 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/migration/ram.c b/migration/ram.c index c398ff9..3292eb0 100644 --- a/migration/ram.c +++ b