"Dr. David Alan Gilbert (git)" <dgilb...@redhat.com> wrote: > From: "Dr. David Alan Gilbert" <dgilb...@redhat.com> > > The migration code generally is built target-independent, however > there are a few places where knowing the target page size would > avoid artificially moving stuff into migration/ram.c. > > Provide 'qemu_target_page_bits()' that returns TARGET_PAGE_BITS > to other bits of code so that they can stay target-independent. > > Signed-off-by: Dr. David Alan Gilbert <dgilb...@redhat.com> > Reviewed-by: Amit Shah <amit.s...@redhat.com>
Reviewed-by: Juan Quintela <quint...@redhat.com>