all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH qemu-server/docs/manager 0/3] add pvpanic device support
@ 2026-08-27 10:35 Kaiyang Wu
  2026-08-27 10:35 ` [PATCH qemu-server 1/3] qemuserver: add pvpanic device Kaiyang Wu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Kaiyang Wu @ 2026-08-27 10:35 UTC (permalink / raw)
  To: pve-devel; +Cc: Kaiyang Wu

This patchset adds pvpanic device support to QEMU virtual machines to
provide extra virtual machine status (guest-panicked) when virtual
machines panic.

The pvpanic device can be implemented as an ISA device ('-device
pvpanic') or as a PCI device ('-device pvpanic-pci') [0]. The ISA
pvpanic device is only available on x86_64, and Linux VMs with kernel
>=3.1 and <5.2 only support the ISA pvpanic device [1] [2]. Therefore,
the patchset allows to choose between the two variants to fit different
needs, and adds a documentation section to help picking the variant.

[0]: https://www.qemu.org/docs/master/specs/pvpanic.html
[1]: https://www.kernelconfig.io/CONFIG_PVPANIC
[2]: https://www.kernelconfig.io/CONFIG_PVPANIC_PCI


qemu-server:

Kaiyang Wu (1):
  qemuserver: add pvpanic device

 src/PVE/API2/Qemu.pm      |  1 +
 src/PVE/QemuServer.pm     | 19 +++++++++++++++++++
 src/PVE/QemuServer/PCI.pm |  1 +
 3 files changed, 21 insertions(+)


docs:

Kaiyang Wu (1):
  qm: add document section for the pvpanic device

 qm.adoc | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)


manager:

Kaiyang Wu (1):
  ui: qemu: add pvpanic device support

 www/manager6/Makefile                |  2 ++
 www/manager6/Utils.js                |  1 +
 www/manager6/form/PvpanicSelector.js | 12 +++++++++
 www/manager6/qemu/Architecture.js    |  5 ++++
 www/manager6/qemu/HardwareView.js    | 15 +++++++++++
 www/manager6/qemu/PvpanicEdit.js     | 39 ++++++++++++++++++++++++++++
 6 files changed, 74 insertions(+)
 create mode 100644 www/manager6/form/PvpanicSelector.js
 create mode 100644 www/manager6/qemu/PvpanicEdit.js

-- 
2.55.0




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-08-27 10:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-27 10:35 [PATCH qemu-server/docs/manager 0/3] add pvpanic device support Kaiyang Wu
2026-08-27 10:35 ` [PATCH qemu-server 1/3] qemuserver: add pvpanic device Kaiyang Wu
2026-08-27 10:35 ` [PATCH docs 2/3] qm: add document section for the " Kaiyang Wu
2026-08-27 10:35 ` [PATCH manager 3/3] ui: qemu: add pvpanic device support Kaiyang Wu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal