[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v7 7/7] Revert "docs/specs/pvpanic: mark shutdown event as not im
From: |
Thomas Weißschuh |
Subject: |
[PATCH v7 7/7] Revert "docs/specs/pvpanic: mark shutdown event as not implemented" |
Date: |
Sat, 23 Mar 2024 10:39:12 +0100 |
The missing functionality has been implemented now.
This reverts commit e739d1935c461d0668057e9dbba9d06f728d29ec.
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
---
docs/specs/pvpanic.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/specs/pvpanic.rst b/docs/specs/pvpanic.rst
index b0f27860ec3b..61a80480edb8 100644
--- a/docs/specs/pvpanic.rst
+++ b/docs/specs/pvpanic.rst
@@ -29,7 +29,7 @@ bit 1
a guest panic has happened and will be handled by the guest;
the host should record it or report it, but should not affect
the execution of the guest.
-bit 2 (to be implemented)
+bit 2
a regular guest shutdown has happened and should be processed by the host
PCI Interface
--
2.44.0
- [PATCH v7 0/7] hw/misc/pvpanic: add support for normal shutdowns, Thomas Weißschuh, 2024/03/23
- [PATCH v7 2/7] tests/qtest/pvpanic: use centralized definition of supported events, Thomas Weißschuh, 2024/03/23
- [PATCH v7 3/7] hw/misc/pvpanic: add local definition for PVPANIC_SHUTDOWN, Thomas Weißschuh, 2024/03/23
- [PATCH v7 4/7] hw/misc/pvpanic: add support for normal shutdowns, Thomas Weißschuh, 2024/03/23
- [PATCH v7 1/7] hw/misc/pvpanic: centralize definition of supported events, Thomas Weißschuh, 2024/03/23
- [PATCH v7 7/7] Revert "docs/specs/pvpanic: mark shutdown event as not implemented",
Thomas Weißschuh <=
- [PATCH v7 5/7] pvpanic: Emit GUEST_PVSHUTDOWN QMP event on pvpanic shutdown signal, Thomas Weißschuh, 2024/03/23
- [PATCH v7 6/7] tests/qtest/pvpanic: add tests for pvshutdown event, Thomas Weißschuh, 2024/03/23