Re: [OS-BUILD PATCH] redhat/configs: Set PVPANIC_MMIO for x86 and PVPANIC_PCI for aarch64

2021-05-26 Thread Eric Auger (via Email Bridge)
From: Eric Auger on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1158#note_585769516 actually I don't see the PVPANIC config being used in the makefile. Maybe it was kept just to avoid removing it? obj-$(CONFIG_PVPANIC_MMIO) += pvpanic.o pvpanic-mmio.o

Re: [OS-BUILD PATCH] redhat/configs: Set PVPANIC_MMIO for x86 and PVPANIC_PCI for aarch64

2021-05-26 Thread Eric Auger (via Email Bridge)
From: Eric Auger on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1158#note_585765138 As far as I understand, 6861d27cf590 ("misc/pvpanic: split-up generic and platform dependent code") split the legacy tristate PVPANIC_CONFIG into 2 configs: the bool PVPANIC and the

Re: [OS-BUILD PATCH] redhat/configs: Set PVPANIC_MMIO for x86 and PVPANIC_PCI for aarch64

2021-05-26 Thread Paolo Bonzini (via Email Bridge)
From: Paolo Bonzini on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1158#note_585753345 Where is CONFIG_PVPANIC_MMIO (not CONFIG_PVPANIC) used on x86? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send

[OS-BUILD PATCH] redhat/configs: Set PVPANIC_MMIO for x86 and PVPANIC_PCI for aarch64

2021-05-26 Thread Eric Auger (via Email Bridge)
From: Eric Auger redhat/configs: Set PVPANIC_MMIO for x86 and PVPANIC_PCI for aarch64 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