qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Latest "git" version fails to compile on Linux host
@ 2010-07-06  8:40 Nigel Horne
  2010-07-06  8:49 ` [Qemu-devel] [PATCH] Fix io-thread build breakage of a88790a14f Jan Kiszka
  0 siblings, 1 reply; 4+ messages in thread
From: Nigel Horne @ 2010-07-06  8:40 UTC (permalink / raw)
  To: qemu-devel

./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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-07-06 15:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-06  8:40 [Qemu-devel] Latest "git" version fails to compile on Linux host Nigel Horne
2010-07-06  8:49 ` [Qemu-devel] [PATCH] Fix io-thread build breakage of a88790a14f Jan Kiszka
2010-07-06 15:46   ` Anthony Liguori
2010-07-06 15:54     ` Jan Kiszka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).