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