summaryrefslogtreecommitdiffstats
path: root/monitor
diff options
context:
space:
mode:
authorPeter Maydell2019-12-20 13:46:10 +0100
committerPeter Maydell2019-12-20 13:46:10 +0100
commit8e5943260a8f765216674ee87ce8588cc4e7463e (patch)
treecdafe35ea56d921b7353c4df91cc9e58e7c6cc0d /monitor
parentMerge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (diff)
parentqemu-doc: Remove the unused "Guest Agent" node (diff)
downloadqemu-8e5943260a8f765216674ee87ce8588cc4e7463e.tar.gz
qemu-8e5943260a8f765216674ee87ce8588cc4e7463e.tar.xz
qemu-8e5943260a8f765216674ee87ce8588cc4e7463e.zip
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-request' into staging
Trivial fixes (20191218) # gpg: Signature made Wed 18 Dec 2019 13:00:34 GMT # gpg: using RSA key CD2F75DDC8E3A4DC2E4F5173F30C38BD3F2FBE3C # gpg: issuer "laurent@vivier.eu" # gpg: Good signature from "Laurent Vivier <lvivier@redhat.com>" [full] # gpg: aka "Laurent Vivier <laurent@vivier.eu>" [full] # gpg: aka "Laurent Vivier (Red Hat) <lvivier@redhat.com>" [full] # Primary key fingerprint: CD2F 75DD C8E3 A4DC 2E4F 5173 F30C 38BD 3F2F BE3C * remotes/vivier2/tags/trivial-branch-pull-request: qemu-doc: Remove the unused "Guest Agent" node Revert "qemu-options.hx: Update for reboot-timeout parameter" target/sparc: Remove old TODO file test-keyval: Tighten test of trailing crap after size util/cutils: Turn FIXME comment into QEMU_BUILD_BUG_ON() monitor: Remove unused define MAINTAINERS: Add hw/sd/ssi-sd.c in the SD section Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'monitor')
-rw-r--r--monitor/misc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/monitor/misc.c b/monitor/misc.c
index a74cff398d..a04d7edde0 100644
--- a/monitor/misc.c
+++ b/monitor/misc.c
@@ -106,9 +106,6 @@ struct MonFdset {
QLIST_ENTRY(MonFdset) next;
};
-/* QMP checker flags */
-#define QMP_ACCEPT_UNKNOWNS 1
-
/* Protects mon_fdsets */
static QemuMutex mon_fdsets_lock;
static QLIST_HEAD(, MonFdset) mon_fdsets;