mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
Introduce yank feature
The yank feature allows to recover from hanging qemu by "yanking" at various parts. Other qemu systems can register themselves and multiple yank functions. Then all yank functions for selected instances can be called by the 'yank' out-of-band qmp command. Available instances can be queried by a 'query-yank' oob command. Signed-off-by: Lukas Straub <lukasstraub2@web.de> Acked-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Message-Id: <69934ceacfd33a7dfe53db145ecc630ad39ee47c.1609167865.git.lukasstraub2@web.de> Acked-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
f8e1d8852e
commit
50186051f4
7 changed files with 433 additions and 0 deletions
|
@ -47,6 +47,7 @@ qapi_all_modules = [
|
|||
'trace',
|
||||
'transaction',
|
||||
'ui',
|
||||
'yank',
|
||||
]
|
||||
|
||||
qapi_storage_daemon_modules = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue