mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 03:12:22 +00:00
qemumonitorjsontest: Allow deprecation of 'nbd-server-add' QMP command
qemu is going to deprecate this command in the next release. Allow this as later patches will implement the use of replacement. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
7c38a0dc9a
commit
917d8a5390
@ -3276,7 +3276,7 @@ mymain(void)
|
||||
DO_TEST_GEN(qemuMonitorJSONDrivePivot);
|
||||
DO_TEST_GEN(qemuMonitorJSONScreendump);
|
||||
DO_TEST_GEN(qemuMonitorJSONOpenGraphics);
|
||||
DO_TEST_GEN(qemuMonitorJSONNBDServerAdd);
|
||||
DO_TEST_GEN_DEPRECATED(qemuMonitorJSONNBDServerAdd, false);
|
||||
DO_TEST_GEN(qemuMonitorJSONDetachCharDev);
|
||||
DO_TEST_GEN(qemuMonitorJSONBlockdevTrayOpen);
|
||||
DO_TEST_GEN(qemuMonitorJSONBlockdevTrayClose);
|
||||
|
Loading…
x
Reference in New Issue
Block a user