diff options
| author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2016-10-11 21:41:21 +0400 |
|---|---|---|
| committer | Michael Tokarev <mjt@tls.msk.ru> | 2016-10-28 18:17:23 +0300 |
| commit | bdbcb547cf96fc1794b31003cbae1c7a37c4d205 (patch) | |
| tree | 69a03e027b284ff9cb1c6ab53750cec4ce437512 /monitor.c | |
| parent | e7709b499c55de12b73949921e0fc6d3d9d835cd (diff) | |
| download | focaccia-qemu-bdbcb547cf96fc1794b31003cbae1c7a37c4d205.tar.gz focaccia-qemu-bdbcb547cf96fc1794b31003cbae1c7a37c4d205.zip | |
monitor: deprecate 'default' option
This option does nothing since commit 06ac27f. Deprecate it. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'monitor.c')
| -rw-r--r-- | monitor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor.c b/monitor.c index 21dcfb28c1..c4b6e26b61 100644 --- a/monitor.c +++ b/monitor.c @@ -4094,7 +4094,7 @@ QemuOptsList qemu_mon_opts = { .name = "chardev", .type = QEMU_OPT_STRING, },{ - .name = "default", + .name = "default", /* deprecated */ .type = QEMU_OPT_BOOL, },{ .name = "pretty", |