"Dr. David Alan Gilbert (git)" <[email protected]> wrote: > From: "Dr. David Alan Gilbert" <[email protected]> > > The HOST_PAGE_ALIGN macros don't work until the page size variables > have been set up; later in postcopy I use those macros in the RAM > code, and it can be triggered using -object. > > Fix this by initialising page_size_init() earlier - it's currently > initialised inside the accelerators, move it up into vl.c. > > Signed-off-by: Dr. David Alan Gilbert <[email protected]>
Reviewed-by: Juan Quintela <[email protected]>
