On Thu, Jul 21, 2011 at 4:49 PM, Anthony Liguori <aligu...@us.ibm.com> wrote: [cut] > And it's really not that much nicer than the C version. The problem with > C++ is that even though the type system is much, much nicer, it still > doesn't have introspection or decorators. These two things would be the > killer feature for doing the sort of things we need to do and is really > where most of the ugliness comes from.
QT has introspection; what about using the core (i.e. QObject and moc) to build QEMU object model? L