Re: [Qemu-devel] [PATCH 23/31] ram: Move migration_bitmap_rcu into RAMState

2017-03-20 Thread Juan Quintela
"Dr. David Alan Gilbert" wrote: > * Juan Quintela (quint...@redhat.com) wrote: >> Once there, rename the type to be shorter. >> >> Signed-off-by: Juan Quintela >> --- >> migration/ram.c | 79 >> ++--- >> 1 file changed, 42 insertions(+), 37 d

Re: [Qemu-devel] [PATCH 23/31] ram: Move migration_bitmap_rcu into RAMState

2017-03-17 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > Once there, rename the type to be shorter. > > Signed-off-by: Juan Quintela > --- > migration/ram.c | 79 > ++--- > 1 file changed, 42 insertions(+), 37 deletions(-) > > diff --git a/migration/ra