On Thu, 12 Jan 2023 at 13:10, David Woodhouse <[email protected]> wrote: > > On Tue, 2023-01-10 at 09:49 +0100, Paolo Bonzini wrote: > > A handful of header files in QEMU are wrapped with extern "C" blocks. > > These are not necessary: there are C++ source files anymore in QEMU, > > and even where there were some, they did not include most of these > > files anyway. > > > > Remove them for consistency.
> Are we allowed C++ in qemu? No; we've just managed to removed a couple of minor optional things that we'd allowed in, and removed the configure/build machinery for supporting having an optional C++ compiler. The only remaining bit of C++ is the Windows guest agent. thanks -- PMM
