From 87f50caa30ae7449c5875ff3171cff4d8648569a Mon Sep 17 00:00:00 2001 From: "Dr. David Alan Gilbert" Date: Thu, 5 Nov 2015 18:10:31 +0000 Subject: Move page_size_init earlier 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 Reviewed-by: Juan Quintela Signed-off-by: Juan Quintela --- qtest.c | 1 - 1 file changed, 1 deletion(-) (limited to 'qtest.c') diff --git a/qtest.c b/qtest.c index 8e10340c7e..05cefd2800 100644 --- a/qtest.c +++ b/qtest.c @@ -657,7 +657,6 @@ void qtest_init(const char *qtest_chrdev, const char *qtest_log, Error **errp) inbuf = g_string_new(""); qtest_chr = chr; - page_size_init(); } bool qtest_driver(void) -- cgit v1.2.1