On (Tue) 14 Apr 2015 [18:03:32], Dr. David Alan Gilbert (git) 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 arch_init. > > 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> Amit