Add hard build dependency on glib
commite18df14185e817ba735bce57ecdef9a55fb3d093
authorAnthony Liguori <aliguori@us.ibm.com>
Tue, 19 Jul 2011 19:50:29 +0000 (19 14:50 -0500)
committerLuiz Capitulino <lcapitulino@gmail.com>
Thu, 21 Jul 2011 19:48:13 +0000 (21 16:48 -0300)
tree5d26fea7676efda106fbaa006cf98a8cb821c517
parentd3608b7cc6f84caf9bc2b42e0a942ff561b73c4f
Add hard build dependency on glib

GLib is an extremely common library that has a portable thread implementation
along with tons of other goodies.

GLib and GObject have a fantastic amount of infrastructure we can leverage in
QEMU including an object oriented programming infrastructure.

Short term, it has a very nice thread pool implementation that we could leverage
in something like virtio-9p.  It also has a test harness implementation that
this series will use.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Signed-off-by: Luiz Capitulino <lcapitulino@gmail.com>
Makefile
Makefile.objs
Makefile.target
configure