[Qemu-devel] [PULL 02/57] Provide runtime Target page information

2015-11-10 Thread Juan Quintela
From: "Dr. David Alan Gilbert" 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

[Qemu-devel] [PULL 02/57] Provide runtime Target page information

2015-11-09 Thread Juan Quintela
From: "Dr. David Alan Gilbert" 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