diff mbox series

[RFC,09/10] hw/misc/vmcoreinfo: Deprecate '-device vmcoreinfo'

Message ID 20241219153857.57450-10-philmd@linaro.org (mailing list archive)
State New
Headers show
Series hw/misc/vmcoreinfo: Convert from QDev to plain Object | expand

Commit Message

Philippe Mathieu-Daudé Dec. 19, 2024, 3:38 p.m. UTC
'-device vmcoreinfo' is replaced by '-object vmcore-info'.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
 docs/about/deprecated.rst | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox series

Patch

diff --git a/docs/about/deprecated.rst b/docs/about/deprecated.rst
index d6809f94ea1..57a3d734081 100644
--- a/docs/about/deprecated.rst
+++ b/docs/about/deprecated.rst
@@ -79,6 +79,11 @@  described with -smp are supported by the target machine.
 
 Use ``-run-with user=..`` instead.
 
+``-device vmcoreinfo`` (since 10.0)
+'''''''''''''''''''''''''''''''''''
+
+Use ``-object vmcore-info`` instead.
+
 
 User-mode emulator command line arguments
 -----------------------------------------