Re: [OS-BUILD PATCH] redhat/configs: Set CONFIG_VIRTIO_IOMMU on x86_64

2022-06-02 Thread Eric Auger (via Email Bridge)
From: Eric Auger on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1799#note_969390848 Hi Patrick, sure. Thank you for the info! ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

[OS-BUILD PATCH] redhat/configs: Set CONFIG_VIRTIO_IOMMU on x86_64

2022-05-25 Thread Eric Auger (via Email Bridge)
From: Eric Auger redhat/configs: Set CONFIG_VIRTIO_IOMMU on x86_64 Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2089765 Upstream Status: RHEL only Tested: with 9.1 guest featuring protected virtio-net-pci device We want to support the virtio-iommu on x86_64. So let's compile it.

[OS-BUILD PATCH] redhat/configs: Fix CONFIG_VIRTIO_IOMMU to 'y' on aarch64

2021-08-03 Thread Eric Auger (via Email Bridge)
From: Eric Auger redhat/configs: Fix CONFIG_VIRTIO_IOMMU to 'y' on aarch64 Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1972795 Upstream Status: RHEL only Tested: on ARM with qemu (Jean-Philippe Brucker's qemu branch as the qemu integration is not yet upstream, with both protected

Re: [OS-BUILD PATCHv2] redhat/configs: Set CONFIG_VIRTIO_IOMMU on aarch64

2021-07-12 Thread Eric Auger (via Email Bridge)
From: Eric Auger on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1249#note_623588543 Makes sense, thank you. I submitted the updated version. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email

[OS-BUILD PATCHv2] redhat/configs: Set CONFIG_VIRTIO_IOMMU on aarch64

2021-07-12 Thread Eric Auger (via Email Bridge)
From: Eric Auger redhat/configs: Set CONFIG_VIRTIO_IOMMU on aarch64 Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1972795 Upstream Status: RHEL only Tested: on ARM with qemu (Jean-Philippe Brucker's qemu branch as the qemu integration is not yet upstream) We want to support the

[OS-BUILD PATCH] redhat/configs: Set CONFIG_VIRTIO_IOMMU on aarch64

2021-07-11 Thread Eric Auger (via Email Bridge)
From: Eric Auger redhat/configs: Set CONFIG_VIRTIO_IOMMU on aarch64 Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1972795 Upstream Status: RHEL only Tested: on ARM with qemu (Jean-Philippe Brucker's qemu branch as the qemu integration is not yet upstream) We want to support the

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

2021-06-01 Thread Eric Auger (via Email Bridge)
From: Eric Auger on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1158#note_590150212 Yes. I meant this would deserve separate enablement and testing at libvirt level AND qemu level. I guess the pvpanic-pci device is not compiled either at qemu level for x86. Anyway I

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

2021-06-01 Thread Eric Auger (via Email Bridge)
From: Eric Auger on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1158#note_590105917 At this stage my goal was just to fix the regression on x86 PVPANIC/ISA while adding the functionality on aarch64. If we decide to add PVPANIC-PCI on x86 this may handled through another

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

2021-05-27 Thread Eric Auger (via Email Bridge)
From: Eric Auger on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1158#note_586344936 I have updated the MR to set MMIO and PCI configs to "m" ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email

[OS-BUILD PATCHv2] 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

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

[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