Searched hist:"038629 a699240326928665ea97e6e11059bbc007" (Results 1 – 1 of 1) sorted by relevance
/qemu/include/system/ |
H A D | system.h | 038629a699240326928665ea97e6e11059bbc007 Thu Nov 05 18:10:29 UTC 2015 Dr. David Alan Gilbert <dgilbert@redhat.com> Provide runtime Target page information
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 <dgilbert@redhat.com> Reviewed-by: Amit Shah <amit.shah@redhat.com> Reviewed-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com>
|