qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

monitor: Remove unused define

Remove the definition of QMP_ACCEPT_UNKNOWNS as it is unused since
refactoring 5c678ee8d940

Signed-off-by: Yury Kotov <yury-kotov@yandex-team.ru>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20191119110709.13827-1-yury-kotov@yandex-team.ru>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>

authored by

Yury Kotov and committed by
Laurent Vivier
f8b345e4 1232ed1f

-3
-3
monitor/misc.c
··· 106 106 QLIST_ENTRY(MonFdset) next; 107 107 }; 108 108 109 - /* QMP checker flags */ 110 - #define QMP_ACCEPT_UNKNOWNS 1 111 - 112 109 /* Protects mon_fdsets */ 113 110 static QemuMutex mon_fdsets_lock; 114 111 static QLIST_HEAD(, MonFdset) mon_fdsets;