libvirt/src/hyperv
Michal Privoznik 90e50e67c6 conf: Introduce pstore device
The aim of pstore device is to provide a bit of NVRAM storage for
guest kernel to record oops/panic logs just before the it
crashes. Typical usage includes usage in combination with a
watchdog so that the logs can be inspected after the watchdog
rebooted the machine. While Linux kernel (and possibly Windows
too) support many backends, in QEMU there's just 'acpi-erst'
device so stick with that for now. The device must be attached to
a PCI bus and needs two additional values (well, corresponding
memory-backend-file needs them): size and path. Despite using
memory-backend-file this does NOT add any additional RAM to the
guest and thus I've decided to expose it as another device type
instead of memory model.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Kristina Hanicova <khanicov@redhat.com>
2024-07-25 16:04:50 +02:00
..
hyperv_driver.c conf: Introduce pstore device 2024-07-25 16:04:50 +02:00
hyperv_driver.h
hyperv_network_driver.c hyperv: Update format strings in translated messages 2023-04-01 11:40:32 +02:00
hyperv_network_driver.h
hyperv_private.h hyperv: Remove unused includes 2022-06-16 06:43:56 +02:00
hyperv_util.c hyperv: Update format strings in translated messages 2023-04-01 11:40:32 +02:00
hyperv_util.h
hyperv_wmi_classes.c
hyperv_wmi_classes.h
hyperv_wmi_generator.input
hyperv_wmi.c hyperv: Update format strings in translated messages 2023-04-01 11:40:32 +02:00
hyperv_wmi.h
hyperv_wsman.h
meson.build meson: drop explicit python interpreter 2023-04-17 15:02:35 +02:00