diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2016-08-18 11:32:13 +0800 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2016-08-18 11:33:01 +0800 |
commit | ae8668ae88110c687efe3ff0a42b0d5609f58e63 (patch) | |
tree | 08dfb1ab1e77faed5d55f095d47e5fba7c2611fb /utils/qemu/Makefile | |
parent | ac0ea8b970566364172ae3bd824e1d3c46331b84 (diff) |
qemu: remove the leftover --enable-qemu-agent option
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'utils/qemu/Makefile')
-rw-r--r-- | utils/qemu/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/qemu/Makefile b/utils/qemu/Makefile index 0990ec0ca..75042103e 100644 --- a/utils/qemu/Makefile +++ b/utils/qemu/Makefile @@ -51,7 +51,6 @@ CONFIGURE_ARGS += \ --host-cc="$(HOSTCC)" \ --target-list='' \ --disable-zlib-test \ - --enable-guest-agent \ --disable-tools \ --without-pixman |