mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
tests: Add integration test for pvpanic
Add integration test for pvpanic, by two methods: - the vendor id and device id of pci device in guest - triggering a guest panic and check event-monitor. Also, to support pvpanic-pci driver, add pvpanic config in resources. Signed-off-by: Yi Wang <foxywang@tencent.com> Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
@@ -1402,7 +1402,8 @@ CONFIG_NVME_MULTIPATH=y
|
||||
# CONFIG_MISC_RTSX_PCI is not set
|
||||
# CONFIG_HABANA_AI is not set
|
||||
# CONFIG_UACCE is not set
|
||||
# CONFIG_PVPANIC is not set
|
||||
CONFIG_PVPANIC=y
|
||||
CONFIG_PVPANIC_PCI=y
|
||||
# CONFIG_GP_PCI1XXXX is not set
|
||||
# end of Misc devices
|
||||
|
||||
|
||||
@@ -1378,7 +1378,8 @@ CONFIG_NVME_MULTIPATH=y
|
||||
# CONFIG_MISC_RTSX_PCI is not set
|
||||
# CONFIG_HABANA_AI is not set
|
||||
# CONFIG_UACCE is not set
|
||||
# CONFIG_PVPANIC is not set
|
||||
CONFIG_PVPANIC=y
|
||||
CONFIG_PVPANIC_PCI=y
|
||||
# CONFIG_GP_PCI1XXXX is not set
|
||||
# end of Misc devices
|
||||
|
||||
|
||||
Reference in New Issue
Block a user