]> git.proxmox.com Git - qemu.git/commit
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:19:04 +0000 (16:19 -0500)
commit09afeef1abb4cb5086da2933c4f5606acace4ca1
treeedd6cee75a23d934907737c5464bdedf5c809132
parent01825a8ddf2f269407905d67993d73abab6e2177
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