Skip to content

redhat/configs: Set PVPANIC_MMIO for x86 and PVPANIC_PCI for aarch64

Eric Auger requested to merge eauger1/kernel-ark:pv_panic_v1 into os-build

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1961178 Upstream Status: RHEL only Tested: on x86 with libvirt, on ARM with qemu as pvpanic-pci is not yet integrated in libvirt

With the introduction of pvpanic-pci new configs were introduced for the MMIO and PCI flavour. On x86, currently none is set so the ISA device is not available (this is a regression). The MMIO flavour must be used on x86_64.

On ARM, the PCI one must be set.

History: v1 -> v2:

  • use m for MMIO and PCI configs instead of y
Edited by Eric Auger

Merge request reports