Peter Maydell <peter.mayd...@linaro.org> writes: > On 13 June 2013 08:02, Markus Armbruster <arm...@redhat.com> wrote: >> #ifdef __linux__ >> >> +static void no_guest_mem(RAMBlock *block) >> +{ >> + fprintf(stderr, "Cannot set up guest memory '%s': %s\n", >> + block->mr->name, strerror(errno)); >> + exit(1); >> +} > > This new error message is inside an #ifdef __linux__...
I'm afraid this won't compile on non-linux hosts. Will respin. Thanks! [...]