All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] c99 or not?
@ 2008-08-17 22:22 Ben Taylor
  2008-08-17 22:33 ` François Revol
  2008-08-17 23:28 ` Anthony Liguori
  0 siblings, 2 replies; 6+ messages in thread
From: Ben Taylor @ 2008-08-17 22:22 UTC (permalink / raw)
  To: qemu-devel

I've been hacking about on qemu again on Solaris 10, which I've run
into an issue.

in the nbd.h file, it includes stdbool.h, but on Solaris 10, you have
to enable c99
to get this to compile.

This has a rather nasty set of cascading effects, most of which are anonymous
unions in nbd.c and vga_vmware.c, as well asm needing to be __asm
scattered throughout the code.

Thoughts on this?  I already have some prototype code to fix up nbd.c
and vga_vmware.c to get rid of the anonymous unions, but will have some
more work to complete to get a working compile.

Thanks,

Ben

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

end of thread, other threads:[~2008-08-21 21:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-17 22:22 [Qemu-devel] c99 or not? Ben Taylor
2008-08-17 22:33 ` François Revol
2008-08-21 21:58   ` Andreas Färber
2008-08-17 23:28 ` Anthony Liguori
2008-08-17 23:34   ` Ben Taylor
2008-08-21 19:43     ` Andreas Färber

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.