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
..
2023-02-21 10:58:59 +01:00
2023-05-17 16:54:23 +02:00
2023-05-17 16:54:23 +02:00
2024-05-21 12:21:52 +02:00
2024-02-26 12:10:27 +01:00
2023-07-17 10:43:29 -05:00
2022-04-07 15:10:26 +02:00
2022-04-07 15:10:26 +02:00
2024-05-13 08:57:05 +02:00
2024-02-26 12:10:27 +01:00
2024-02-26 12:10:27 +01:00
2022-05-24 12:19:16 +02:00
2024-02-26 12:10:27 +01:00
2022-03-08 17:40:47 +01:00
2024-02-26 12:10:27 +01:00
2022-04-01 16:33:19 +02:00
2024-07-25 16:04:50 +02:00
2022-03-08 17:40:47 +01:00
2024-06-19 12:15:26 +02:00
2024-05-13 08:57:05 +02:00
2024-05-13 08:57:05 +02:00
2022-04-14 11:54:28 +02:00
2022-04-07 15:10:26 +02:00
2024-05-13 08:57:05 +02:00
2022-03-08 17:40:47 +01:00
2024-05-21 12:21:52 +02:00