Re: [Qemu-devel] [PATCH 19/31] ram: move xbzrle_overflows into RAMState

2017-03-16 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > 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/ra

[Qemu-devel] [PATCH 19/31] ram: move xbzrle_overflows into RAMState

2017-03-15 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 23a7317..75ad17f 100644 --- a/migration/ram.c +++ b