Skip to content

Commit

Permalink
dump: add 7("111") when reading pvpanic device capability
Browse files Browse the repository at this point in the history
We have a new capability: normal shutdown requests through pvpanic. See
https://gitlab.com/qemu-project/qemu/-/blob/master/docs/specs/pvpanic.rs
t?ref_type=heads and the patchset https://lore.kernel.org/qemu-devel/202
40208-pvpanic-shutdown-v6-0-965580ac057b@t-8ch.de/

Signed-off-by: wji <wji@redhat.com>
  • Loading branch information
heywji committed Sep 27, 2024
1 parent 9dff199 commit d5e0333
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion qemu/tests/cfg/pvpanic_event_check.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@
i440fx:
expected_cap = 1
q35:
expected_cap = 3
RHEL.9:
expected_cap = 3
RHEL.10:
expected_cap = 7

0 comments on commit d5e0333

Please sign in to comment.