guest agent: add --enable-guest-agent config option
commitd138cee907b36f217ad030fb2c75c027b7d5731b
authorMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 1 Aug 2011 19:52:57 +0000 (1 14:52 -0500)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 4 Aug 2011 21:43:10 +0000 (4 16:43 -0500)
tree7f5630209867f5a3e9d996df5e93136d566c1c25
parent9af8025e24185172a8857ed9b32d1d0ccd6aa79b
guest agent: add --enable-guest-agent config option

QAPI will require glib/python, but for now the guest agent is the only
user. For now, make these dependencies an explicit guest agent one, and
give users the option to disable it if need be.

Once QAPI is adopted in core QEMU code, we would basically revert this
patch.

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
configure