./configure --enable-linux-aio --enable-io-thread --enable-kvm
make
...
/home/njh/src/qemu/cpus.c:532: error: ‘exit_request’ undeclared (first use in this function) /home/njh/src/qemu/cpus.c:532: error: (Each undeclared identifier is reported only once
/home/njh/src/qemu/cpus.c:532: error: for each function it appears in.)

Perhaps cpus.c needs to have:

extern volatile sig_atomic_t exit_request;

-Nigel

Reply via email to