I have HP ProLiant se1220 board with xeon x5670 cpus. All virtualization options enabled in bios and ve configured by tutorial. Here some terminal outputs i got
I think there some problems with vt-d as i don`t have something like 'Enabled IRQ remapping in xapic mode' in dmesg.
Have no idea what to do about it so any help is appreciated.
Bash:
root@homelab:~# cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-5.11.22-1-pve root=/dev/mapper/pve-root ro quiet intel_iommu=on iommu=pt pcie_acs_override=downstream,multifunction
Bash:
root@homelab:~# lsmod | grep -e vfio -e kvm
kvm_intel 282624 0
kvm 823296 1 kvm_intel
vfio_pci 57344 0
vfio_virqfd 16384 1 vfio_pci
irqbypass 16384 2 vfio_pci,kvm
vfio_iommu_type1 36864 0
vfio 36864 2 vfio_iommu_type1,vfio_pci
root@homelab:~#
Bash:
root@homelab:~# dmesg | grep -e DMAR -e IOMMU -e AMD-Vi
[ 0.000000] Warning: PCIe ACS overrides enabled; This may allow non-IOMMU protected peer-to-peer DMA
[ 0.009123] ACPI: DMAR 0x00000000C7622E80 000176 (v01 HP ProLiant 00000001 \xd2? 0000162E)
[ 0.009161] ACPI: Reserving DMAR table memory at [mem 0xc7622e80-0xc7622ff5]
[ 0.151977] DMAR: IOMMU enabled
[ 0.365319] DMAR-IR: This system BIOS has enabled interrupt remapping
[ 2.198032] DMAR: Host address width 39
[ 2.198034] DMAR: DRHD base: 0x000000cfffe000 flags: 0x1
[ 2.198063] DMAR: dmar0: reg_base_addr cfffe000 ver 1:0 cap c90780106f0462 ecap f0207e
[ 2.198067] DMAR: RMRR base: 0x000000c77fb000 end: 0x000000c77fdfff
[ 2.198072] DMAR: RMRR base: 0x000000c77f4000 end: 0x000000c77f9fff
[ 2.198073] DMAR: RMRR base: 0x000000c763e000 end: 0x000000c763ffff
[ 2.198074] DMAR: ATSR flags: 0x0
[ 2.198095] DMAR: Device scope type does not match for 0000:00:14.0
[ 2.198097] DMAR: Device scope type does not match for 0000:00:14.1
[ 2.198099] DMAR: Device scope type does not match for 0000:00:14.2
[ 3.712365] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[ 3.712368] AMD-Vi: AMD IOMMUv2 functionality not available on this system
Bash:
root@homelab:~# find /sys/kernel/iommu_groups/ -type l
root@homelab:~#
I think there some problems with vt-d as i don`t have something like 'Enabled IRQ remapping in xapic mode' in dmesg.
Have no idea what to do about it so any help is appreciated.