I'm also curious as to your opinion on glib. I've noticed several
places in the code where qemu has reimplimented several things that
would be much simpler to just use glib for (with its wide os-independant
support). Particularly: string functions, error reporting, main loops,
memory allocation, etc. As a test, I've been going through qemu-img.c
converting it to glib. So far I've got about 100 lines less code and
I'm only a quarter of the way through the file. Do you have any
objections to a glib dependency?
Nathaniel