Peter Maydell <[email protected]> writes: > On 13 June 2013 08:02, Markus Armbruster <[email protected]> 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! [...]
