]> Git Repo - qemu.git/commit
Introduce yank feature
authorLukas Straub <[email protected]>
Mon, 28 Dec 2020 15:08:41 +0000 (16:08 +0100)
committerMarkus Armbruster <[email protected]>
Wed, 13 Jan 2021 09:21:17 +0000 (10:21 +0100)
commit50186051f425da3ace2425371c5271d0b64e7122
treeeecf8336b14b5d0461fd985f750396e9c67178b6
parentf8e1d8852e393b3fd524fb005e38590063d99bc0
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 <[email protected]>
Acked-by: Stefan Hajnoczi <[email protected]>
Reviewed-by: Markus Armbruster <[email protected]>
Message-Id: <69934ceacfd33a7dfe53db145ecc630ad39ee47c.1609167865[email protected]>
Acked-by: Marc-AndrĂ© Lureau <[email protected]>
Signed-off-by: Markus Armbruster <[email protected]>
MAINTAINERS
include/qemu/yank.h [new file with mode: 0644]
qapi/meson.build
qapi/qapi-schema.json
qapi/yank.json [new file with mode: 0644]
util/meson.build
util/yank.c [new file with mode: 0644]
This page took 0.024353 seconds and 4 git commands to generate.