Gpu passthrough on Asrock rack B650D4U3-2L2Q will not work
-
@ravenet ok thanks
Didn't work here.
But there may be some error in the bios since it is beta and the first bios that supports the Amd Ryzen9000 series.But the strange thing is that it works stably with Proxmox without any errors of any kind.
-
It's not strange, those a two VERY different system in how they work.
-
@olivierlambert Is there a slight software difference, yes But both are hypervisors.
So the fact that one of them works means that it should be possible to make it happen with my hardware.
Isn't that much you do with proxmox rather than enable iommu in grub and blacklist nvidia drivers plus disable_vga out on the Gpu card.
Is it possible to blacklist the nvidia drivers with Xcp-ng?
And there is no difference to enable pci passthrough in xen-orchestra compared to command-line?I think I have tried both parts but not sure if I had enabled everything in the bios then
-
No, it's not a slight difference: it's a completely different design. In XCP-ng, you start first to boot on Xen, a kind of microkernel. Then only you boot on specific VM, the Dom0, which is a PV guest. Then, from this guest, you have the API etc. But if the Dom0 has access to the hardware for I/O (NICs, disks, GPUs…), it's still a VM and Dom0 doesn't have access to all CPUs and memory of the physical machine.
This means, Xen will always be "in the middle" to control who takes what (on cores and RAM). This is a great design from a security perspective because you always have a small piece of software (Xen) that is controlling what's going on.
In KVM, it's vastly different. You boot on a full Linux kernel, and then you load a small module (KVM). The "host" is really the host, accessing all the memory and CPUs. There's a lot less isolation (and therefore security), however the plus is that there's nobody in the middle to deal with.
I can assure you that PCI passthrough is really complex and also depends on many factors, even how the BIOS is configured and how many things are done by the motherboard manufacturer.
So knowing it works with Proxmox is as saying "it works on Windows", it's that different. It doesn't mean it's not possible in Xen, but if it does, it will be vastly different on how it's done.
-
@olivierlambert Ok, didn't realize there was such a big difference. I actually like everything better with Xcp-ng and xen orchestra.
All testing has been done with UEFI BIOS. Is it just a waste of time to try with legacy bios on Xcp-ng and vm os?
Does it still make sense to try to blacklist the nvidia drivers with Xcp-ng Dom0 to try to isolate the Gpu even more.
But is Xcp-ng more like Vmware esxi in the way everything is handled? doesn't work with vmware esxi either.
-
Yes, you could say XCP-ng is a lot closer to VMware than KVM (even if VMware is more advanced on some aspects, the architecture is roughly similar).
Anyway, it doesn't mean that will never work; However, it might be less straightforward than with KVM until we find exactly what's causing the problem.
-
@steff22 Assuming the
xen-pciback.hide
was previously set, could you try this workaround (no guarantee that'll work, since each motherboard and BIOSes have their quirks):/opt/xensource/libexec/xen-cmdline --set-dom0 pci=realloc reboot
-
@tuxen Didn't work unfortunately. Have used xen orchestra for pciback.hide. the last time. But tried the old fashioned way first. with the command line.
-
I got Gpu passthrough working with Vmware esxi 8.0.3 now.
Was a choice that one could choose to connect a dynamic PCI device.
Isn't this an indication that the error lies in how Xcp-ng handles pci passthrough?
Both Vmware esxi 8.0.3 and proxmox have two different ways to connect pci devices to vm only one of them works the other method creates error 43 in windows.
But as I said, I don't know anything about what the different choices do
-
Do you have more information in that VMware option?
-
@olivierlambert No, unfortunately, nothing but this picture
-
@Teddy-Astie do you have any idea what it could be and why it makes the device working?
-
@olivierlambert Found this article which explains a bit about dynamic PCI device. From what I understood, dynamic PCI devices are newer and more accurate and use DRS
-
@steff22 what's the output of
lspci -k
andxl pci-assignable-list
?Also, the outputs of the system logs re. GPU and IOMMU initialization would be very useful:
egrep -i '(nvidia|vga|video|pciback)' /var/log/kern.log xl dmesg
Tux
-
@tuxen said in Gpu passthrough on Asrock rack B650D4U3-2L2Q will not work:
lspci -k and xl pci-assignable-list
xcp-ng-Asrock ~]# lspci -k 00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 14d8 Subsystem: Advanced Micro Devices, Inc. [AMD] Device 14d8 00:00.2 IOMMU: Advanced Micro Devices, Inc. [AMD] Device 14d9 Subsystem: Advanced Micro Devices, Inc. [AMD] Device 14d9 00:01.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 14da 00:01.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Device 14db Kernel driver in use: pcieport 00:01.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Device 14db Kernel driver in use: pcieport 00:02.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 14da 00:02.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Device 14db Kernel driver in use: pcieport 00:02.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Device 14db Kernel driver in use: pcieport 00:03.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 14da 00:04.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 14da 00:08.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 14da 00:08.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Device 14dd Kernel driver in use: pcieport 00:08.3 PCI bridge: Advanced Micro Devices, Inc. [AMD] Device 14dd Kernel driver in use: pcieport 00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller (rev 71) Subsystem: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller Kernel driver in use: piix4_smbus Kernel modules: i2c_piix4 00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge (rev 51) Subsystem: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge 00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 14e0 00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 14e1 00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 14e2 00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 14e3 00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 14e4 00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 14e5 00:18.6 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 14e6 00:18.7 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 14e7 01:00.0 VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1070 Ti] (rev a1) Subsystem: ZOTAC International (MCO) Ltd. Device 2445 Kernel driver in use: pciback 01:00.1 Audio device: NVIDIA Corporation GP104 High Definition Audio Controller (rev a1) Subsystem: ZOTAC International (MCO) Ltd. Device 2445 Kernel driver in use: pciback 02:00.0 Ethernet controller: Broadcom Inc. and subsidiaries BCM57502 NetXtreme-E 10Gb/25Gb/40Gb/50Gb Ethernet (rev 12) Subsystem: ASRock Incorporation Device 1752 Kernel driver in use: bnxt_en Kernel modules: bnxt_en 02:00.1 Ethernet controller: Broadcom Inc. and subsidiaries BCM57502 NetXtreme-E 10Gb/25Gb/40Gb/50Gb Ethernet (rev 12) Subsystem: ASRock Incorporation Device 1752 Kernel driver in use: bnxt_en Kernel modules: bnxt_en 03:00.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 600 Series Chipset PCIe Switch Upstream Port (rev 01) Kernel driver in use: pcieport 04:00.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 600 Series Chipset PCIe Switch Downstream Port (rev 01) Kernel driver in use: pcieport 04:01.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 600 Series Chipset PCIe Switch Downstream Port (rev 01) Kernel driver in use: pcieport 04:02.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 600 Series Chipset PCIe Switch Downstream Port (rev 01) Kernel driver in use: pcieport 04:03.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 600 Series Chipset PCIe Switch Downstream Port (rev 01) Kernel driver in use: pcieport 04:04.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 600 Series Chipset PCIe Switch Downstream Port (rev 01) Kernel driver in use: pcieport 04:08.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 600 Series Chipset PCIe Switch Downstream Port (rev 01) Kernel driver in use: pcieport 04:0c.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 600 Series Chipset PCIe Switch Downstream Port (rev 01) Kernel driver in use: pcieport 04:0d.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 600 Series Chipset PCIe Switch Downstream Port (rev 01) Kernel driver in use: pcieport 05:00.0 USB controller: Renesas Technology Corp. uPD720201 USB 3.0 Host Controller (rev 03) Subsystem: Renesas Technology Corp. uPD720201 USB 3.0 Host Controller Kernel driver in use: xhci_hcd Kernel modules: xhci_pci 06:00.0 Ethernet controller: Intel Corporation I210 Gigabit Network Connection (rev 03) Subsystem: ASRock Incorporation Device 1533 Kernel driver in use: igb Kernel modules: igb 07:00.0 Ethernet controller: Intel Corporation I210 Gigabit Network Connection (rev 03) Subsystem: ASRock Incorporation Device 1533 Kernel driver in use: igb Kernel modules: igb 08:00.0 PCI bridge: ASRock Incorporation Device 1150 (rev 06) 09:00.0 VGA compatible controller: ASPEED Technology, Inc. ASPEED Graphics Family (rev 52) Subsystem: ASRock Incorporation Device 2000 0c:00.0 USB controller: Advanced Micro Devices, Inc. [AMD] 600 Series Chipset USB 3.2 Controller (rev 01) Subsystem: ASMedia Technology Inc. Device 1142 Kernel driver in use: xhci_hcd Kernel modules: xhci_pci 0d:00.0 SATA controller: Advanced Micro Devices, Inc. [AMD] 600 Series Chipset SATA Controller (rev 01) Subsystem: ASMedia Technology Inc. Device 1062 Kernel driver in use: ahci Kernel modules: ahci 0e:00.0 Non-Volatile memory controller: Kingston Technology Company, Inc. FURY Renegade NVMe SSD with heatsink (rev 01) Subsystem: Kingston Technology Company, Inc. FURY Renegade NVMe SSD with heatsink Kernel driver in use: nvme Kernel modules: nvme 0f:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Device 13c0 (rev c1) Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Device 13c0 0f:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Rembrandt Radeon High Definition Audio Controller Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Rembrandt Radeon High Definition Audio Controller 0f:00.2 Encryption controller: Advanced Micro Devices, Inc. [AMD] Family 19h PSP/CCP Subsystem: Advanced Micro Devices, Inc. [AMD] Family 19h PSP/CCP 0f:00.3 USB controller: Advanced Micro Devices, Inc. [AMD] Device 15b6 Subsystem: Advanced Micro Devices, Inc. [AMD] Device 15b6 Kernel driver in use: xhci_hcd Kernel modules: xhci_pci 0f:00.4 USB controller: Advanced Micro Devices, Inc. [AMD] Device 15b7 Subsystem: Advanced Micro Devices, Inc. [AMD] Device 15b6 Kernel driver in use: xhci_hcd Kernel modules: xhci_pci 0f:00.5 Multimedia controller: Advanced Micro Devices, Inc. [AMD] ACP/ACP3X/ACP6x Audio Coprocessor (rev 62) Subsystem: Advanced Micro Devices, Inc. [AMD] ACP/ACP3X/ACP6x Audio Coprocessor 0f:00.6 Audio device: Advanced Micro Devices, Inc. [AMD] Family 17h/19h HD Audio Controller Subsystem: Advanced Micro Devices, Inc. [AMD] Device d601 10:00.0 USB controller: Advanced Micro Devices, Inc. [AMD] Device 15b8 Subsystem: Advanced Micro Devices, Inc. [AMD] Device 15b6 Kernel driver in use: xhci_hcd Kernel modules: xhci_pci [17:29 xcp-ng-Asrock ~]# xl pci-assignable-list 0000:01:00.0 0000:01:00.1 [17:29 xcp-ng-Asrock ~]#
-
[17:34 xcp-ng-Asrock ~]# egrep -i '(nvidia|vga|video|pciback)' /var/log/kern.log Nov 6 09:23:35 xcp-ng-Asrock kernel: [ 0.000000] Command line: root=LABEL=root-zcnzyl ro nolvm hpet=disable console=hvc0 console=tty0 quiet vga=785 splash plymouth.ignore-serial-consoles xen-pciback.hide=(0000:01:00.0)(0000:01:00.1) pci=realloc Nov 6 09:23:35 xcp-ng-Asrock kernel: [ 0.300513] Kernel command line: root=LABEL=root-zcnzyl ro nolvm hpet=disable console=hvc0 console=tty0 quiet vga=785 splash plymouth.ignore-serial-consoles xen-pciback.hide=(0000:01:00.0)(0000:01:00.1) pci=realloc Nov 6 09:23:35 xcp-ng-Asrock kernel: [ 0.372191] ACPI: Added _OSI(Linux-Dell-Video) Nov 6 09:23:35 xcp-ng-Asrock kernel: [ 0.413827] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none Nov 6 09:23:35 xcp-ng-Asrock kernel: [ 0.413827] pci 0000:09:00.0: vgaarb: setting as boot VGA device Nov 6 09:23:35 xcp-ng-Asrock kernel: [ 0.413827] pci 0000:09:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none Nov 6 09:23:35 xcp-ng-Asrock kernel: [ 0.413827] pci 0000:0f:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none Nov 6 09:23:35 xcp-ng-Asrock kernel: [ 0.413827] pci 0000:0f:00.0: vgaarb: bridge control possible Nov 6 09:23:35 xcp-ng-Asrock kernel: [ 0.413827] pci 0000:09:00.0: vgaarb: bridge control possible Nov 6 09:23:35 xcp-ng-Asrock kernel: [ 0.413827] pci 0000:01:00.0: vgaarb: bridge control possible Nov 6 09:23:35 xcp-ng-Asrock kernel: [ 0.413827] vgaarb: loaded Nov 6 09:23:35 xcp-ng-Asrock kernel: [ 0.433564] pciback 0000:01:00.0: seizing device Nov 6 09:23:35 xcp-ng-Asrock kernel: [ 0.433567] pciback 0000:01:00.1: seizing device Nov 6 09:23:35 xcp-ng-Asrock kernel: [ 0.435408] pciback 0000:01:00.1: Linked as a consumer to 0000:01:00.0 Nov 6 09:23:35 xcp-ng-Asrock kernel: [ 0.435773] pci 0000:09:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] Nov 6 09:23:35 xcp-ng-Asrock kernel: [ 0.486767] fb0: EFI VGA frame buffer device Nov 6 09:23:35 xcp-ng-Asrock kernel: [ 0.488017] pciback 0000:01:00.1: enabling device (0000 -> 0002) Nov 6 09:23:35 xcp-ng-Asrock kernel: [ 1.324232] xen_pciback: backend is vpci Nov 6 09:23:35 xcp-ng-Asrock kernel: [ 4.540246] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no) Nov 6 09:23:35 xcp-ng-Asrock kernel: [ 4.541145] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:20/LNXVIDEO:00/input/input4 Nov 6 10:40:48 xcp-ng-Asrock kernel: [ 0.000000] Command line: root=LABEL=root-zcnzyl ro nolvm hpet=disable console=hvc0 console=tty0 quiet vga=785 splash plymouth.ignore-serial-consoles xen-pciback.hide=(0000:01:00.0)(0000:01:00.1) pci=realloc Nov 6 10:40:48 xcp-ng-Asrock kernel: [ 0.404516] Kernel command line: root=LABEL=root-zcnzyl ro nolvm hpet=disable console=hvc0 console=tty0 quiet vga=785 splash plymouth.ignore-serial-consoles xen-pciback.hide=(0000:01:00.0)(0000:01:00.1) pci=realloc Nov 6 10:40:48 xcp-ng-Asrock kernel: [ 0.475292] ACPI: Added _OSI(Linux-Dell-Video) Nov 6 10:40:48 xcp-ng-Asrock kernel: [ 0.521409] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none Nov 6 10:40:48 xcp-ng-Asrock kernel: [ 0.521409] pci 0000:09:00.0: vgaarb: setting as boot VGA device Nov 6 10:40:48 xcp-ng-Asrock kernel: [ 0.521409] pci 0000:09:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none Nov 6 10:40:48 xcp-ng-Asrock kernel: [ 0.521409] pci 0000:0f:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none Nov 6 10:40:48 xcp-ng-Asrock kernel: [ 0.521409] pci 0000:0f:00.0: vgaarb: bridge control possible Nov 6 10:40:48 xcp-ng-Asrock kernel: [ 0.521409] pci 0000:09:00.0: vgaarb: bridge control possible Nov 6 10:40:48 xcp-ng-Asrock kernel: [ 0.521409] pci 0000:01:00.0: vgaarb: bridge control possible Nov 6 10:40:48 xcp-ng-Asrock kernel: [ 0.521409] vgaarb: loaded Nov 6 10:40:48 xcp-ng-Asrock kernel: [ 0.545092] pciback 0000:01:00.0: seizing device Nov 6 10:40:48 xcp-ng-Asrock kernel: [ 0.545097] pciback 0000:01:00.1: seizing device Nov 6 10:40:48 xcp-ng-Asrock kernel: [ 0.546907] pciback 0000:01:00.1: Linked as a consumer to 0000:01:00.0 Nov 6 10:40:48 xcp-ng-Asrock kernel: [ 0.547268] pci 0000:09:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] Nov 6 10:40:48 xcp-ng-Asrock kernel: [ 0.599648] fb0: EFI VGA frame buffer device Nov 6 10:40:48 xcp-ng-Asrock kernel: [ 0.600798] pciback 0000:01:00.1: enabling device (0000 -> 0002) Nov 6 10:40:48 xcp-ng-Asrock kernel: [ 1.431777] xen_pciback: backend is vpci Nov 6 10:40:48 xcp-ng-Asrock kernel: [ 4.649186] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no) Nov 6 10:40:48 xcp-ng-Asrock kernel: [ 4.649539] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:20/LNXVIDEO:00/input/input7 Nov 8 17:20:20 xcp-ng-Asrock kernel: [ 0.000000] Command line: root=LABEL=root-zcnzyl ro nolvm hpet=disable console=hvc0 console=tty0 quiet vga=785 splash plymouth.ignore-serial-consoles xen-pciback.hide=(0000:01:00.0)(0000:01:00.1) pci=realloc Nov 8 17:20:20 xcp-ng-Asrock kernel: [ 0.294998] Kernel command line: root=LABEL=root-zcnzyl ro nolvm hpet=disable console=hvc0 console=tty0 quiet vga=785 splash plymouth.ignore-serial-consoles xen-pciback.hide=(0000:01:00.0)(0000:01:00.1) pci=realloc Nov 8 17:20:20 xcp-ng-Asrock kernel: [ 0.365459] ACPI: Added _OSI(Linux-Dell-Video) Nov 8 17:20:20 xcp-ng-Asrock kernel: [ 0.407742] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none Nov 8 17:20:20 xcp-ng-Asrock kernel: [ 0.407742] pci 0000:09:00.0: vgaarb: setting as boot VGA device Nov 8 17:20:20 xcp-ng-Asrock kernel: [ 0.407742] pci 0000:09:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none Nov 8 17:20:20 xcp-ng-Asrock kernel: [ 0.407742] pci 0000:0f:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none Nov 8 17:20:20 xcp-ng-Asrock kernel: [ 0.407742] pci 0000:0f:00.0: vgaarb: bridge control possible Nov 8 17:20:20 xcp-ng-Asrock kernel: [ 0.407742] pci 0000:09:00.0: vgaarb: bridge control possible Nov 8 17:20:20 xcp-ng-Asrock kernel: [ 0.407742] pci 0000:01:00.0: vgaarb: bridge control possible Nov 8 17:20:20 xcp-ng-Asrock kernel: [ 0.407742] vgaarb: loaded Nov 8 17:20:20 xcp-ng-Asrock kernel: [ 0.422576] pciback 0000:01:00.0: seizing device Nov 8 17:20:20 xcp-ng-Asrock kernel: [ 0.422576] pciback 0000:01:00.1: seizing device Nov 8 17:20:20 xcp-ng-Asrock kernel: [ 0.425790] pciback 0000:01:00.1: Linked as a consumer to 0000:01:00.0 Nov 8 17:20:20 xcp-ng-Asrock kernel: [ 0.426118] pci 0000:09:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] Nov 8 17:20:20 xcp-ng-Asrock kernel: [ 0.483172] fb0: EFI VGA frame buffer device Nov 8 17:20:20 xcp-ng-Asrock kernel: [ 0.484591] pciback 0000:01:00.1: enabling device (0000 -> 0002) Nov 8 17:20:20 xcp-ng-Asrock kernel: [ 1.313911] xen_pciback: backend is vpci Nov 8 17:20:20 xcp-ng-Asrock kernel: [ 4.917967] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no) Nov 8 17:20:20 xcp-ng-Asrock kernel: [ 4.918453] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:20/LNXVIDEO:00/input/input13 [17:37 xcp-ng-Asrock ~]# 17:37 xcp-ng-Asrock ~]# xl dmesg __ __ _ _ _ _____ ____ \ \/ /___ _ __ | || | / |___ | ___| \ // _ \ '_ \ | || |_ | | / /|___ \ / \ __/ | | | |__ _|| | / /_ ___) | /_/\_\___|_| |_| |_|(_)_|/_/(_)____/ (XEN) [0000004806bfa1ae] Xen version 4.17.5-3 (mockbuild@[unknown]) (gcc (GCC) 11.2.1 20210728 (Red Hat 11.2.1-1)) debug=n Wed Oct 2 16:21:17 CEST 2024 (XEN) [0000004806bfb27a] Latest ChangeSet: 430ce6cd9365, pq 326ba7419f1d (XEN) [0000004806bfc54a] build-id: 8dbf3a0a4e64db53bf7d322a2fde56a7a922f5e0 (XEN) [0000004806bfcb56] Bootloader: GRUB 2.06 (XEN) [0000004806bfd10c] Command line: dom0_mem=2624M,max:2624M watchdog ucode=scan dom0_max_vcpus=1-8 crashkernel=256M,below=4G console=vga vga=mode-0x0311 (XEN) [0000004806bfda1e] Xen image load base address: 0x86e00000 (XEN) [0000004806bfddfb] Video information: (XEN) [0000004806bfe738] VGA is graphics mode 3840x2160, 32 bpp (XEN) [0000004806bfeb6b] Disc information: (XEN) [0000004806bff177] Found 0 MBR signatures (XEN) [0000004806bff5d5] Found 3 EDD information structures (XEN) [0000004806c00e30] CPU Vendor: AMD, Family 26 (0x1a), Model 68 (0x44), Stepping 0 (raw 00b40f40) (XEN) [0000004806c0222d] Enabling Supervisor Shadow Stacks (XEN) [0000004806c065de] EFI RAM map: (XEN) [0000004806c06fc7] [0000000000000000, 000000000009ffff] (usable) (XEN) [0000004806c07700] [00000000000a0000, 00000000000fffff] (reserved) (XEN) [0000004806c07d37] [0000000000100000, 0000000009afefff] (usable) (XEN) [0000004806c081eb] [0000000009aff000, 0000000009ffffff] (reserved) (XEN) [0000004806c0861e] [000000000a000000, 000000000a1fffff] (usable) (XEN) [0000004806c08a7c] [000000000a200000, 000000000a21dfff] (ACPI NVS) (XEN) [0000004806c08f5b] [000000000a21e000, 000000000affffff] (usable) (XEN) [0000004806c0938e] [000000000b000000, 000000000b020fff] (reserved) (XEN) [0000004806c09817] [000000000b021000, 000000008857efff] (usable) (XEN) [0000004806c09cf6] [000000008857f000, 000000008e57efff] (reserved) (XEN) [0000004806c0a1d5] [000000008e57f000, 000000008e67efff] (ACPI data) (XEN) [0000004806c0a735] [000000008e67f000, 000000009067efff] (ACPI NVS) (XEN) [0000004806c0ab93] [000000009067f000, 00000000987fefff] (reserved) (XEN) [0000004806c0aff1] [00000000987ff000, 0000000099ff6fff] (usable) (XEN) [0000004806c0b44f] [0000000099ff7000, 0000000099ffbfff] (reserved) (XEN) [0000004806c0b882] [0000000099ffc000, 0000000099ffffff] (usable) (XEN) [0000004806c0bcb5] [000000009a000000, 000000009bffffff] (reserved) (XEN) [0000004806c0c113] [000000009d7f3000, 000000009fffffff] (reserved) (XEN) [0000004806c0c51b] [00000000e0000000, 00000000efffffff] (reserved) (XEN) [0000004806c0c979] [00000000fd000000, 00000000ffffffff] (reserved) (XEN) [0000004806c0ceae] [0000000100000000, 000000083dd7ffff] (usable) (XEN) [0000004806c0d3b8] [000000083edc0000, 00000008801fffff] (reserved) (XEN) [0000004806c0d918] [000000fd00000000, 000000ffffffffff] (reserved) (XEN) [00000048098db966] Kdump: 256MB (262144kB) at 0x77000000 (XEN) [0000004809907701] ACPI: RSDP 90665014, 0024 (r2 ALASKA) (XEN) [0000004809909f26] ACPI: XSDT 90664728, 00EC (r1 ALASKA A M I 1072009 AMI 1000013) (XEN) [000000480990c012] ACPI: FACP 8E673000, 0114 (r6 ALASKA A M I 1072009 AMI 10013) (XEN) [000000480990dccb] ACPI: DSDT 8E5F6000, 7329C (r208 ALASKA A M I 1072009 INTL 20230331) (XEN) [000000480990eb12] ACPI: FACS 90662000, 0040 (XEN) [000000480990f903] ACPI: SSDT 8E676000, 816C (r2 AMD Splinter 2 MSFT 5000000) (XEN) [0000004809910877] ACPI: SPMI 8E675000, 0041 (r5 ALASKA A M I 0 AMI. 0) (XEN) [0000004809911510] ACPI: SSDT 8E674000, 03F1 (r2 ALASKA CPUSSDT 1072009 AMI 1072009) (XEN) [0000004809912026] ACPI: FIDT 8E66D000, 009C (r1 ALASKA A M I 1072009 AMI 10013) (XEN) [0000004809912b3c] ACPI: MCFG 8E66C000, 003C (r1 ALASKA A M I 1072009 MSFT 10013) (XEN) [0000004809913550] ACPI: HPET 8E66B000, 0038 (r1 ALASKA A M I 1072009 AMI 5) (XEN) [0000004809913f39] ACPI: FPDT 8E66A000, 0044 (r1 ALASKA A M I 1072009 AMI 1000013) (XEN) [0000004809914dd6] ACPI: VFCT 8E5EB000, AE84 (r1 ALASKA A M I 1 AMD 33504F47) (XEN) [00000048099158c1] ACPI: SPCR 8E671000, 0050 (r2 ALASKA A M I 1072009 AMI 50023) (XEN) [0000004809916300] ACPI: SSDT 8E5E1000, 9BAE (r2 AMD AMD CPU 1 AMD 1) (XEN) [0000004809916d6a] ACPI: BGRT 8E672000, 0038 (r1 ALASKA A M I 1072009 AMI 10013) (XEN) [0000004809917c32] ACPI: TPM2 8E670000, 004C (r4 ALASKA A M I 1 AMI 0) (XEN) [000000480991861b] ACPI: SSDT 8E66F000, 06D4 (r2 AMD CPMWLRC 1 INTL 20230331) (XEN) [00000048099190b0] ACPI: SSDT 8E5DF000, 169E (r2 AMD CPMDFIG2 1 INTL 20230331) (XEN) [0000004809919ac4] ACPI: SSDT 8E5DC000, 2AA6 (r2 AMD CDFAAIG2 1 INTL 20230331) (XEN) [000000480991a4d8] ACPI: SSDT 8E66E000, 078F (r2 AMD CPMDFDG1 1 INTL 20230331) (XEN) [000000480991aeec] ACPI: SSDT 8E5D2000, 9A9E (r2 AMD CPMCMN 1 INTL 20230331) (XEN) [000000480991b92b] ACPI: SSDT 8E5CF000, 26F3 (r2 AMD AOD 1 INTL 20230331) (XEN) [000000480991c33f] ACPI: WSMT 8E5CE000, 0028 (r1 ALASKA A M I 1072009 AMI 10013) (XEN) [000000480991d0af] ACPI: APIC 8E5CD000, 015E (r6 ALASKA A M I 1072009 AMI 10013) (XEN) [000000480991dac3] ACPI: IVRS 8E5CC000, 00C8 (r2 AMD AmdTable 1 AMD 1) (XEN) [000000480991e52d] ACPI: SSDT 8E5CB000, 0500 (r2 AMD MEMTOOL0 2 INTL 20230331) (XEN) [000000480991ef41] ACPI: SSDT 8E5CA000, 047C (r2 AMD AMDWOV 1 INTL 20230331) (XEN) [000000480991f955] ACPI: SSDT 8E5C9000, 0460 (r2 AMD AmdTable 1 INTL 20230331) (XEN) [0000004809955ce4] System RAM: 31861MB (32626028kB) (XEN) [000000480b6579c1] No NUMA configuration found (XEN) [000000480b658150] Faking a node at 0000000000000000-000000083dd80000 (XEN) [000000480ffe3f8e] Domain heap initialised (XEN) [00000048132910c9] vesafb: framebuffer at 0x000000fcc0000000, mapped to 0xffff82c000201000, using 34560k, total 34560k (XEN) [0000004813291ab2] vesafb: mode is 3840x2160x32, linelength=16384, font 8x16 (XEN) [0000004813292674] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0 (XEN) [0000004814df211f] SMBIOS 3.7 present. (XEN) [0000004814e12b2b] XSM Framework v1.0.1 initialized (XEN) [0000004814e3246b] Initialising XSM SILO mode (XEN) [0000004814ea6b87] Using APIC driver default (XEN) [0000004814ee23e9] ACPI: PM-Timer IO Port: 0x808 (32 bits) (XEN) [0000004814f0579d] ACPI: v5 SLEEP INFO: control[0:0], status[0:0] (XEN) [0000004814f2c81f] ACPI: SLEEP INFO: pm1x_cnt[1:804,1:0], pm1x_evt[1:800,1:0] (XEN) [0000004814f57269] ACPI: 32/64X FACS address mismatch in FADT - 90662000/0000000000000000, using 32 (XEN) [0000004814f89751] ACPI: wakeup_vec[9066200c], vec_size[20] (XEN) [0000004815138b23] Overriding APIC driver with bigsmp (XEN) [0000004815185ada] ACPI: IOAPIC (id[0x20] address[0xfec00000] gsi_base[0]) (XEN) [00000048151b5bfb] IOAPIC[0]: apic_id 32, version 33, address 0xfec00000, GSI 0-23 (XEN) [00000048151e1767] ACPI: IOAPIC (id[0x21] address[0xfec01000] gsi_base[24]) (XEN) [000000481520ad33] IOAPIC[1]: apic_id 33, version 33, address 0xfec01000, GSI 24-55 (XEN) [0000004815263787] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) (XEN) [000000481528d309] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level) (XEN) [00000048152e921b] ACPI: HPET id: 0x10228201 base: 0xfed00000 (XEN) [000000481531ba8a] PCI: MCFG configuration 0: base e0000000 segment 0000 buses 00 - ff (XEN) [000000481534891c] PCI: MCFG area at e0000000 reserved in E820 (XEN) [000000481536faa0] PCI: Using MCFG for segment 0000 bus 00-ff (XEN) [000000481539a08c] ACPI: BGRT: invalidating v1 image at 0x82368018 (XEN) [00000048153bfc65] Using ACPI (MADT) for SMP configuration information (XEN) [00000048153e642b] SMP: Allowing 32 CPUs (0 hotplug CPUs) (XEN) [0000004815417eff] IRQ limits: 56 GSI, 6600 MSI/MSI-X (XEN) [00000048155cb020] BSP microcode revision: 0x0b404022 (XEN) [00000048155f22fc] xstate: size: 0x988 and states: 0x2e7 (XEN) [000000481566082b] CPU0: AMD Fam1ah machine check reporting enabled (XEN) [000000481568c1e9] Speculative mitigation facilities: (XEN) [00000048156acb49] Hardware hints: STIBP_ALWAYS IBRS_FAST IBRS_SAME_MODE BTC_NO IBPB_RET IBPB_BRTYPE (XEN) [00000048156df1df] Hardware features: IBPB IBRS STIBP SSBD PSFD L1D_FLUSH SBPB (XEN) [00000048157092c1] Compiled-in support: INDIRECT_THUNK HARDEN_ARRAY HARDEN_BRANCH HARDEN_GUEST_ACCESS HARDEN_LOCK (XEN) [0000004815740cfd] Xen settings: BTI-Thunk: JMP, SPEC_CTRL: IBRS+ STIBP+ SSBD- PSFD-, Other: IBPB-ctxt BRANCH_HARDEN (XEN) [00000048157791ce] Support for HVM VMs: MSR_SPEC_CTRL MSR_VIRT_SPEC_CTRL RSB IBPB-entry (XEN) [00000048157a6972] Support for PV VMs: None (XEN) [00000048157c3ce7] XPTI (64-bit PV only): Dom0 disabled, DomU disabled (without PCID) (XEN) [00000048157f081d] PV L1TF shadowing: Dom0 disabled, DomU disabled (XEN) [0000004815817ace] Using scheduler: SMP Credit Scheduler (credit) (XEN) [0000004822505125] Platform timer is 14.318MHz HPET (XEN) [ 0.107811] Detected 4291.916 MHz processor. (XEN) [ 0.110336] EFI memory map: (XEN) [ 0.110358] 0000000000000-0000000003fff type=2 attr=000000000000000f (XEN) [ 0.110395] 0000000004000-000000008efff type=7 attr=000000000000000f (XEN) [ 0.110432] 000000008f000-000000009efff type=2 attr=000000000000000f (XEN) [ 0.110469] 000000009f000-000000009ffff type=4 attr=000000000000000f (XEN) [ 0.110506] 0000000100000-00000039e4fff type=2 attr=000000000000000f (XEN) [ 0.110543] 00000039e5000-0000009afefff type=7 attr=000000000000000f (XEN) [ 0.110580] 0000009aff000-0000009ffffff type=0 attr=000000000000000f (XEN) [ 0.110616] 000000a000000-000000a1fffff type=7 attr=000000000000000f (XEN) [ 0.110653] 000000a200000-000000a21dfff type=10 attr=000000000000000f (XEN) [ 0.110691] Setting RUNTIME attribute for 000000a200000-000000a21dfff (XEN) [ 0.110728] 000000a21e000-000000a29dfff type=4 attr=000000000000000f (XEN) [ 0.110765] 000000a29e000-000000affffff type=7 attr=000000000000000f (XEN) [ 0.110802] 000000b000000-000000b020fff type=0 attr=000000000000000f (XEN) [ 0.110839] 000000b021000-000005d7d5fff type=7 attr=000000000000000f (XEN) [ 0.110876] 000005d7d6000-000005f77dfff type=4 attr=000000000000000f (XEN) [ 0.110913] 000005f77e000-000007fa9efff type=1 attr=000000000000000f (XEN) [ 0.110950] 000007fa9f000-000007faa0fff type=4 attr=000000000000000f (XEN) [ 0.110987] 000007faa1000-000007fad7fff type=7 attr=000000000000000f (XEN) [ 0.111023] 000007fad8000-000007fae7fff type=4 attr=000000000000000f (XEN) [ 0.111060] 000007fae8000-000007faf1fff type=7 attr=000000000000000f (XEN) [ 0.111097] 000007faf2000-000007faf2fff type=4 attr=000000000000000f (XEN) [ 0.111134] 000007faf3000-000007faf4fff type=7 attr=000000000000000f (XEN) [ 0.111171] 000007faf5000-000007fb11fff type=4 attr=000000000000000f (XEN) [ 0.111208] 000007fb12000-000007fb15fff type=7 attr=000000000000000f (XEN) [ 0.111244] 000007fb16000-000007fb2efff type=4 attr=000000000000000f (XEN) [ 0.111281] 000007fb2f000-000007fcaefff type=7 attr=000000000000000f (XEN) [ 0.111318] 000007fcaf000-000007fdc2fff type=1 attr=000000000000000f (XEN) [ 0.111355] 000007fdc3000-00000800c6fff type=7 attr=000000000000000f (XEN) [ 0.111392] 00000800c7000-00000800c7fff type=4 attr=000000000000000f (XEN) [ 0.111429] 00000800c8000-00000800c8fff type=7 attr=000000000000000f (XEN) [ 0.111466] 00000800c9000-00000800d4fff type=4 attr=000000000000000f (XEN) [ 0.111503] 00000800d5000-000008016bfff type=7 attr=000000000000000f (XEN) [ 0.111539] 000008016c000-0000080188fff type=4 attr=000000000000000f (XEN) [ 0.111576] 0000080189000-00000801a5fff type=7 attr=000000000000000f (XEN) [ 0.111613] 00000801a6000-00000801a6fff type=4 attr=000000000000000f (XEN) [ 0.111650] 00000801a7000-00000801a7fff type=7 attr=000000000000000f (XEN) [ 0.111687] 00000801a8000-00000801a8fff type=4 attr=000000000000000f (XEN) [ 0.111724] 00000801a9000-00000801b1fff type=7 attr=000000000000000f (XEN) [ 0.111761] 00000801b2000-00000801b3fff type=4 attr=000000000000000f (XEN) [ 0.111798] 00000801b4000-00000801befff type=7 attr=000000000000000f (XEN) [ 0.111834] 00000801bf000-00000801c3fff type=4 attr=000000000000000f (XEN) [ 0.111871] 00000801c4000-00000801c4fff type=7 attr=000000000000000f (XEN) [ 0.111908] 00000801c5000-00000801c5fff type=4 attr=000000000000000f (XEN) [ 0.111945] 00000801c6000-00000801cbfff type=7 attr=000000000000000f (XEN) [ 0.111982] 00000801cc000-00000801ccfff type=4 attr=000000000000000f (XEN) [ 0.112019] 00000801cd000-00000801d0fff type=7 attr=000000000000000f (XEN) [ 0.112056] 00000801d1000-00000801d1fff type=2 attr=000000000000000f (XEN) [ 0.112092] 00000801d2000-0000082160fff type=4 attr=000000000000000f (XEN) [ 0.112129] 0000082161000-0000082161fff type=7 attr=000000000000000f (XEN) [ 0.112166] 0000082162000-000008216afff type=4 attr=000000000000000f (XEN) [ 0.112203] 000008216b000-000008216dfff type=7 attr=000000000000000f (XEN) [ 0.112240] 000008216e000-000008216efff type=4 attr=000000000000000f (XEN) [ 0.112277] 000008216f000-0000082171fff type=7 attr=000000000000000f (XEN) [ 0.112314] 0000082172000-0000082172fff type=4 attr=000000000000000f (XEN) [ 0.112350] 0000082173000-0000082175fff type=7 attr=000000000000000f (XEN) [ 0.112387] 0000082176000-0000082183fff type=4 attr=000000000000000f (XEN) [ 0.112424] 0000082184000-000008218dfff type=7 attr=000000000000000f (XEN) [ 0.112461] 000008218e000-0000082570fff type=4 attr=000000000000000f (XEN) [ 0.112498] 0000082571000-0000082572fff type=7 attr=000000000000000f (XEN) [ 0.112535] 0000082573000-00000825a0fff type=4 attr=000000000000000f (XEN) [ 0.112571] 00000825a1000-00000825a8fff type=7 attr=000000000000000f (XEN) [ 0.112608] 00000825a9000-00000825a9fff type=4 attr=000000000000000f (XEN) [ 0.112645] 00000825aa000-00000825acfff type=7 attr=000000000000000f (XEN) [ 0.112682] 00000825ad000-00000826defff type=4 attr=000000000000000f (XEN) [ 0.112719] 00000826df000-00000826e1fff type=7 attr=000000000000000f (XEN) [ 0.112756] 00000826e2000-00000828e8fff type=4 attr=000000000000000f (XEN) [ 0.112793] 00000828e9000-00000828f8fff type=7 attr=000000000000000f (XEN) [ 0.112830] 00000828f9000-0000082902fff type=4 attr=000000000000000f (XEN) [ 0.112866] 0000082903000-0000082905fff type=7 attr=000000000000000f (XEN) [ 0.112903] 0000082906000-0000082ab1fff type=4 attr=000000000000000f (XEN) [ 0.112940] 0000082ab2000-0000082ab2fff type=7 attr=000000000000000f (XEN) [ 0.112977] 0000082ab3000-000008657efff type=4 attr=000000000000000f (XEN) [ 0.113014] 000008657f000-0000086ffffff type=7 attr=000000000000000f (XEN) [ 0.113051] 0000087000000-00000879fffff type=2 attr=000000000000000f (XEN) [ 0.113088] 0000087a00000-0000087a40fff type=7 attr=000000000000000f (XEN) [ 0.113124] 0000087a41000-000008857efff type=3 attr=000000000000000f (XEN) [ 0.113161] 000008857f000-000008e57efff type=0 attr=000000000000000f (XEN) [ 0.113198] 000008e57f000-000008e67efff type=9 attr=000000000000000f (XEN) [ 0.113235] 000008e67f000-000009067efff type=10 attr=000000000000000f (XEN) [ 0.113272] Setting RUNTIME attribute for 000008e67f000-000009067efff (XEN) [ 0.113318] 000009067f000-000009867efff type=6 attr=800000000000000f (XEN) [ 0.113362] 000009867f000-00000987fefff type=5 attr=800000000000000f (XEN) [ 0.113404] 00000987ff000-0000098dfffff type=4 attr=000000000000000f (XEN) [ 0.113441] 0000098e00000-0000098f0cfff type=7 attr=000000000000000f (XEN) [ 0.113478] 0000098f0d000-000009900cfff type=4 attr=000000000000000f (XEN) [ 0.113515] 000009900d000-0000099031fff type=3 attr=000000000000000f (XEN) [ 0.113552] 0000099032000-0000099066fff type=4 attr=000000000000000f (XEN) [ 0.113589] 0000099067000-0000099098fff type=3 attr=000000000000000f (XEN) [ 0.113625] 0000099099000-00000990b1fff type=4 attr=000000000000000f (XEN) [ 0.113662] 00000990b2000-00000990c9fff type=3 attr=000000000000000f (XEN) [ 0.113699] 00000990ca000-0000099e5cfff type=4 attr=000000000000000f (XEN) [ 0.113736] 0000099e5d000-0000099e60fff type=3 attr=000000000000000f (XEN) [ 0.113773] 0000099e61000-0000099e74fff type=4 attr=000000000000000f (XEN) [ 0.113810] 0000099e75000-0000099e76fff type=3 attr=000000000000000f (XEN) [ 0.113847] 0000099e77000-0000099e87fff type=4 attr=000000000000000f (XEN) [ 0.115762] 0000099e88000-0000099eacfff type=3 attr=000000000000000f (XEN) [ 0.117680] 0000099ead000-0000099eaefff type=4 attr=000000000000000f (XEN) [ 0.119603] 0000099eaf000-0000099eaffff type=7 attr=000000000000000f (XEN) [ 0.121530] 0000099eb0000-0000099ed3fff type=4 attr=000000000000000f (XEN) [ 0.123459] 0000099ed4000-0000099ed4fff type=7 attr=000000000000000f (XEN) [ 0.125390] 0000099ed5000-0000099ed5fff type=3 attr=000000000000000f (XEN) [ 0.127319] 0000099ed6000-0000099fe7fff type=4 attr=000000000000000f (XEN) [ 0.129244] 0000099fe8000-0000099feefff type=3 attr=000000000000000f (XEN) [ 0.131164] 0000099fef000-0000099ff6fff type=4 attr=000000000000000f (XEN) [ 0.133085] 0000099ff7000-0000099ffbfff type=6 attr=800000000000000f (XEN) [ 0.135005] 0000099ffc000-0000099ffffff type=4 attr=000000000000000f (XEN) [ 0.136923] 0000100000000-000083dd7ffff type=7 attr=000000000000000f (XEN) [ 0.138839] 00000000a0000-00000000fffff type=0 attr=000000000000000f (XEN) [ 0.140754] 000009a000000-000009bffffff type=0 attr=000000000000000f (XEN) [ 0.142666] 000009d7f3000-000009fffffff type=0 attr=000000000000000f (XEN) [ 0.144577] 00000e0000000-00000efffffff type=11 attr=800000000000100d (XEN) [ 0.146490] 00000fd000000-00000fedfffff type=11 attr=800000000000100d (XEN) [ 0.148400] 00000fee00000-00000fee00fff type=11 attr=8000000000000001 (XEN) [ 0.150307] 00000fee01000-00000ffffffff type=11 attr=800000000000100d (XEN) [ 0.152223] 000083edc0000-000085fffffff type=0 attr=000000000000000f (XEN) [ 0.154133] 0000860000000-00008801fffff type=11 attr=800000000000100d (XEN) [ 0.156048] 000fd00000000-000ffffffffff type=0 attr=0000000000000001 (XEN) [ 0.157962] alt table ffff82d0406a36b8 -> ffff82d0406b2e58 (XEN) [ 0.169837] AMD-Vi: IOMMU Extended Features: (XEN) [ 0.171744] - Peripheral Page Service Request (XEN) [ 0.173648] - NX bit (XEN) [ 0.175542] - Guest APIC Physical Processor Interrupt (XEN) [ 0.177444] - Invalidate All Command (XEN) [ 0.179332] - Guest APIC (XEN) [ 0.181205] - Performance Counters (XEN) [ 0.183068] - Host Address Translation Size: 0x2 (XEN) [ 0.184923] - Guest Address Translation Size: 0 (XEN) [ 0.186767] - Guest CR3 Root Table Level: 0x1 (XEN) [ 0.188602] - Maximum PASID: 0xf (XEN) [ 0.190426] - SMI Filter Register: 0x1 (XEN) [ 0.192244] - SMI Filter Register Count: 0x1 (XEN) [ 0.194061] - Guest Virtual APIC Modes: 0x1 (XEN) [ 0.195874] - Dual PPR Log: 0x2 (XEN) [ 0.197682] - Dual Event Log: 0x2 (XEN) [ 0.199488] - Secure ATS (XEN) [ 0.201285] - User / Supervisor Page Protection (XEN) [ 0.203086] - Device Table Segmentation: 0x3 (XEN) [ 0.204883] - PPR Log Overflow Early Warning (XEN) [ 0.206675] - PPR Automatic Response (XEN) [ 0.208459] - Memory Access Routing and Control: 0x1 (XEN) [ 0.210247] - Block StopMark Message (XEN) [ 0.212026] - Performance Optimization (XEN) [ 0.213800] - MSI Capability MMIO Access (XEN) [ 0.215569] - Guest I/O Protection (XEN) [ 0.217331] - Enhanced PPR Handling (XEN) [ 0.219087] - Invalidate IOTLB Type (XEN) [ 0.220837] - VM Table Size: 0x2 (XEN) [ 0.222581] - Guest Access Bit Update Disable (XEN) [ 0.232769] AMD-Vi: IOMMU 0 Enabled. (XEN) [ 0.234701] I/O virtualisation enabled (XEN) [ 0.236442] - Dom0 mode: Relaxed (XEN) [ 0.238174] Interrupt remapping enabled (XEN) [ 0.239897] Enabled directed EOI with ioapic_ack_old on! (XEN) [ 0.241622] Enabling APIC mode. Using 2 I/O APICs (XEN) [ 0.244172] ENABLING IO-APIC IRQs (XEN) [ 0.245883] -> Using old ACK method (XEN) [ 0.247826] ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1 (XEN) [ 0.432812] Defaulting to alternative key handling; send 'A' to switch to normal mode. (XEN) [ 0.434545] Allocated console ring of 128 KiB. (XEN) [ 0.436265] HVM: ASIDs enabled. (XEN) [ 0.437971] SVM: Supported advanced features: (XEN) [ 0.439678] - Nested Page Tables (NPT) (XEN) [ 0.441378] - Last Branch Record (LBR) Virtualisation (XEN) [ 0.443081] - Next-RIP Saved on #VMEXIT (XEN) [ 0.444776] - VMCB Clean Bits (XEN) [ 0.446463] - DecodeAssists (XEN) [ 0.448143] - Virtual VMLOAD/VMSAVE (XEN) [ 0.449819] - Virtual GIF (XEN) [ 0.451486] - Pause-Intercept Filter (XEN) [ 0.453151] - Pause-Intercept Filter Threshold (XEN) [ 0.454816] - TSC Rate MSR (XEN) [ 0.456470] - NPT Supervisor Shadow Stack (XEN) [ 0.458124] - MSR_SPEC_CTRL virtualisation (XEN) [ 0.459774] HVM: SVM enabled (XEN) [ 0.461415] HVM: Hardware Assisted Paging (HAP) detected (XEN) [ 0.463063] HVM: HAP page sizes: 4kB, 2MB, 1GB (XEN) [ 0.464733] alt table ffff82d0406a36b8 -> ffff82d0406b2e58 (XEN) [ 1.097888] Brought up 32 CPUs (XEN) [ 1.101853] Testing NMI watchdog on all CPUs:ok (XEN) [ 1.123224] Scheduling granularity: cpu, 1 CPU per sched-resource (XEN) [ 1.125738] mcheck_poll: Machine check polling timer started. (XEN) [ 1.148253] NX (Execute Disable) protection active (XEN) [ 1.149893] d0 has maximum 1304 PIRQs (XEN) [ 1.151542] csched_alloc_domdata: setting dom 0 as the privileged domain (XEN) [ 1.153201] *** Building a PV Dom0 *** (XEN) [ 1.271900] Xen kernel: 64-bit, lsb (XEN) [ 1.273526] Dom0 kernel: 64-bit, PAE, lsb, paddr 0x1000000 -> 0x302c000 (XEN) [ 1.275332] PHYSICAL MEMORY ARRANGEMENT: (XEN) [ 1.276959] Dom0 alloc.: 0000000820000000->0000000824000000 (642480 pages to be allocated) (XEN) [ 1.278636] Init. ramdisk: 000000083a9b0000->000000083dbffa00 (XEN) [ 1.280288] VIRTUAL MEMORY ARRANGEMENT: (XEN) [ 1.281918] Loaded kernel: ffffffff81000000->ffffffff8302c000 (XEN) [ 1.283556] Phys-Mach map: 0000008000000000->0000008000520000 (XEN) [ 1.285191] Start info: ffffffff8302c000->ffffffff8302c4b8 (XEN) [ 1.286826] Page tables: ffffffff8302d000->ffffffff8304a000 (XEN) [ 1.288460] Boot stack: ffffffff8304a000->ffffffff8304b000 (XEN) [ 1.290092] TOTAL: ffffffff80000000->ffffffff83400000 (XEN) [ 1.291723] ENTRY ADDRESS: ffffffff8242b180 (XEN) [ 1.293606] Dom0 has maximum 8 VCPUs (XEN) [ 1.304745] Initial low memory virq threshold set at 0x4000 pages. (XEN) [ 1.306379] Scrubbing Free RAM in background (XEN) [ 1.307999] Std. Loglevel: Errors, warnings and info (XEN) [ 1.309628] Guest Loglevel: Nothing (Rate-limited: Errors and warnings) (XEN) [ 1.311275] Xen is relinquishing VGA console. (XEN) [ 1.341402] *** Serial input to DOM0 (type 'CTRL-a' three times to switch input) (XEN) [ 1.341546] Freed 2048kB init memory (XEN) [ 1022.240112] d1v2 VIRIDIAN GUEST_CRASH: 0x116 0xffffdb8ffaf76010 0xfffff8077938e9f0 0xffffffffc0000001 0x4 [17:38 xcp-ng-Asrock ~]#
-
Do you have something different if you try to passthrough the same device into a Linux VM.
I suppose something would show up in dmesg in this case. -
@Teddy-Astie Ok have a vm with popos tried it
Type "xsconsole" for access to the management console. [15:41 xcp-ng-Asrock ~]# xl dmesg __ __ _ _ _ _____ ____ \ \/ /___ _ __ | || | / |___ | ___| \ // _ \ '_ \ | || |_ | | / /|___ \ / \ __/ | | | |__ _|| | / /_ ___) | /_/\_\___|_| |_| |_|(_)_|/_/(_)____/ (XEN) [00000038216dc6e7] Xen version 4.17.5-3 (mockbuild@[unknown]) (gcc (GCC) 11.2.1 20210728 (Red Hat 11.2.1-1)) debug=n Wed Oct 2 16:21:17 CEST 2024 (XEN) [00000038216dd707] Latest ChangeSet: 430ce6cd9365, pq 326ba7419f1d (XEN) [00000038216de92b] build-id: 8dbf3a0a4e64db53bf7d322a2fde56a7a922f5e0 (XEN) [00000038216def62] Bootloader: GRUB 2.06 (XEN) [00000038216df5ef] Command line: dom0_mem=2624M,max:2624M watchdog ucode=scan dom0_max_vcpus=1-8 crashkernel=256M,below=4G console=vga vga=mode-0x0311 (XEN) [00000038216dff01] Xen image load base address: 0x86e00000 (XEN) [00000038216e0309] Video information: (XEN) [00000038216e0c46] VGA is graphics mode 1024x768, 32 bpp (XEN) [00000038216e1252] Disc information: (XEN) [00000038216e16db] Found 0 MBR signatures (XEN) [00000038216e1b39] Found 3 EDD information structures (XEN) [00000038216e38f4] CPU Vendor: AMD, Family 26 (0x1a), Model 68 (0x44), Stepping 0 (raw 00b40f40) (XEN) [00000038216e4b18] Enabling Supervisor Shadow Stacks (XEN) [00000038216e8f4a] EFI RAM map: (XEN) [00000038216e9908] [0000000000000000, 000000000009ffff] (usable) (XEN) [00000038216ea143] [00000000000a0000, 00000000000fffff] (reserved) (XEN) [00000038216ea7d0] [0000000000100000, 0000000009afefff] (usable) (XEN) [00000038216eac84] [0000000009aff000, 0000000009ffffff] (reserved) (XEN) [00000038216eb138] [000000000a000000, 000000000a1fffff] (usable) (XEN) [00000038216eb56b] [000000000a200000, 000000000a21dfff] (ACPI NVS) (XEN) [00000038216eba4a] [000000000a21e000, 000000000affffff] (usable) (XEN) [00000038216ebe7d] [000000000b000000, 000000000b020fff] (reserved) (XEN) [00000038216ec331] [000000000b021000, 000000008857efff] (usable) (XEN) [00000038216ec83b] [000000008857f000, 000000008e57efff] (reserved) (XEN) [00000038216ecd1a] [000000008e57f000, 000000008e67efff] (ACPI data) (XEN) [00000038216ed27a] [000000008e67f000, 000000009067efff] (ACPI NVS) (XEN) [00000038216ed703] [000000009067f000, 00000000987fefff] (reserved) (XEN) [00000038216edb61] [00000000987ff000, 0000000099ff6fff] (usable) (XEN) [00000038216edfbf] [0000000099ff7000, 0000000099ffbfff] (reserved) (XEN) [00000038216ee41d] [0000000099ffc000, 0000000099ffffff] (usable) (XEN) [00000038216ee850] [000000009a000000, 000000009bffffff] (reserved) (XEN) [00000038216eec83] [000000009d7f3000, 000000009fffffff] (reserved) (XEN) [00000038216ef0b6] [00000000e0000000, 00000000efffffff] (reserved) (XEN) [00000038216ef53f] [00000000fd000000, 00000000ffffffff] (reserved) (XEN) [00000038216efa74] [0000000100000000, 000000083dd7ffff] (usable) (XEN) [00000038216effff] [000000083edc0000, 00000008801fffff] (reserved) (XEN) [00000038216f0534] [000000fd00000000, 000000ffffffffff] (reserved) (XEN) [00000038243dec32] Kdump: 256MB (262144kB) at 0x77000000 (XEN) [000000382440ad54] ACPI: RSDP 90665014, 0024 (r2 ALASKA) (XEN) [000000382440d0f0] ACPI: XSDT 90664728, 00EC (r1 ALASKA A M I 1072009 AMI 1000013) (XEN) [000000382440ebd0] ACPI: FACP 8E673000, 0114 (r6 ALASKA A M I 1072009 AMI 10013) (XEN) [0000003824410833] ACPI: DSDT 8E5F6000, 7329C (r208 ALASKA A M I 1072009 INTL 20230331) (XEN) [000000382441164f] ACPI: FACS 90662000, 0040 (XEN) [0000003824411f8c] ACPI: SSDT 8E676000, 816C (r2 AMD Splinter 2 MSFT 5000000) (XEN) [0000003824412f00] ACPI: SPMI 8E675000, 0041 (r5 ALASKA A M I 0 AMI. 0) (XEN) [0000003824413bc4] ACPI: SSDT 8E674000, 03F1 (r2 ALASKA CPUSSDT 1072009 AMI 1072009) (XEN) [0000003824414807] ACPI: FIDT 8E66D000, 009C (r1 ALASKA A M I 1072009 AMI 10013) (XEN) [000000382441531d] ACPI: MCFG 8E66C000, 003C (r1 ALASKA A M I 1072009 MSFT 10013) (XEN) [0000003824415d06] ACPI: HPET 8E66B000, 0038 (r1 ALASKA A M I 1072009 AMI 5) (XEN) [000000382441671a] ACPI: FPDT 8E66A000, 0044 (r1 ALASKA A M I 1072009 AMI 1000013) (XEN) [0000003824417184] ACPI: VFCT 8E5EB000, AE84 (r1 ALASKA A M I 1 AMD 33504F47) (XEN) [0000003824417c9a] ACPI: BGRT 8E672000, 0038 (r1 ALASKA A M I 1072009 AMI 10013) (XEN) [0000003824418989] ACPI: SPCR 8E671000, 0050 (r2 ALASKA A M I 1072009 AMI 50023) (XEN) [000000382441939d] ACPI: SSDT 8E5E1000, 9BAE (r2 AMD AMD CPU 1 AMD 1) (XEN) [0000003824419e07] ACPI: TPM2 8E670000, 004C (r4 ALASKA A M I 1 AMI 0) (XEN) [000000382441a7f0] ACPI: SSDT 8E66F000, 06D4 (r2 AMD CPMWLRC 1 INTL 20230331) (XEN) [000000382441b25a] ACPI: SSDT 8E5DF000, 169E (r2 AMD CPMDFIG2 1 INTL 20230331) (XEN) [000000382441bc99] ACPI: SSDT 8E5DC000, 2AA6 (r2 AMD CDFAAIG2 1 INTL 20230331) (XEN) [000000382441cae0] ACPI: SSDT 8E66E000, 078F (r2 AMD CPMDFDG1 1 INTL 20230331) (XEN) [000000382441d4f4] ACPI: SSDT 8E5D2000, 9A9E (r2 AMD CPMCMN 1 INTL 20230331) (XEN) [000000382441df08] ACPI: SSDT 8E5CF000, 26F3 (r2 AMD AOD 1 INTL 20230331) (XEN) [000000382441e91c] ACPI: WSMT 8E5CE000, 0028 (r1 ALASKA A M I 1072009 AMI 10013) (XEN) [000000382441f330] ACPI: APIC 8E5CD000, 015E (r6 ALASKA A M I 1072009 AMI 10013) (XEN) [000000382441fd44] ACPI: IVRS 8E5CC000, 00C8 (r2 AMD AmdTable 1 AMD 1) (XEN) [0000003824420931] ACPI: SSDT 8E5CB000, 0500 (r2 AMD MEMTOOL0 2 INTL 20230331) (XEN) [000000382442139b] ACPI: SSDT 8E5CA000, 047C (r2 AMD AMDWOV 1 INTL 20230331) (XEN) [0000003824421daf] ACPI: SSDT 8E5C9000, 0460 (r2 AMD AmdTable 1 INTL 20230331) (XEN) [00000038244588cd] System RAM: 31861MB (32626028kB) (XEN) [0000003826161028] No NUMA configuration found (XEN) [0000003826161b94] Faking a node at 0000000000000000-000000083dd80000 (XEN) [000000382ab08d07] Domain heap initialised (XEN) [000000382cd3230f] vesafb: framebuffer at 0x00000000f9000000, mapped to 0xffff82c000201000, using 3072k, total 3072k (XEN) [000000382cd32e25] vesafb: mode is 1024x768x32, linelength=4096, font 8x14 (XEN) [000000382cd3388f] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0 (XEN) [000000382e81d7cb] SMBIOS 3.7 present. (XEN) [000000382e89dadc] XSM Framework v1.0.1 initialized (XEN) [000000382e952b50] Initialising XSM SILO mode (XEN) [000000382ea4e153] Using APIC driver default (XEN) [000000382eb0081f] ACPI: PM-Timer IO Port: 0x808 (32 bits) (XEN) [000000382ebb2ab8] ACPI: v5 SLEEP INFO: control[0:0], status[0:0] (XEN) [000000382ec8ac5b] ACPI: SLEEP INFO: pm1x_cnt[1:804,1:0], pm1x_evt[1:800,1:0] (XEN) [000000382ed80adb] ACPI: 32/64X FACS address mismatch in FADT - 90662000/0000000000000000, using 32 (XEN) [000000382eeaffcf] ACPI: wakeup_vec[9066200c], vec_size[20] (XEN) [000000382f0b9477] Overriding APIC driver with bigsmp (XEN) [000000382f18d167] ACPI: IOAPIC (id[0x20] address[0xfec00000] gsi_base[0]) (XEN) [000000382f26706f] IOAPIC[0]: apic_id 32, version 33, address 0xfec00000, GSI 0-23 (XEN) [000000382f368b90] ACPI: IOAPIC (id[0x21] address[0xfec01000] gsi_base[24]) (XEN) [000000382f459bca] IOAPIC[1]: apic_id 33, version 33, address 0xfec01000, GSI 24-55 (XEN) [000000382f58c19f] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) (XEN) [000000382f6693e2] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level) (XEN) [000000382f79273f] ACPI: HPET id: 0x10228201 base: 0xfed00000 (XEN) [000000382f852c19] PCI: MCFG configuration 0: base e0000000 segment 0000 buses 00 - ff (XEN) [000000382f958331] PCI: MCFG area at e0000000 reserved in E820 (XEN) [000000382fa28226] PCI: Using MCFG for segment 0000 bus 00-ff (XEN) [000000382faf9166] ACPI: BGRT: invalidating v1 image at 0x82538018 (XEN) [000000382fbcff8d] Using ACPI (MADT) for SMP configuration information (XEN) [000000382fcb3ccf] SMP: Allowing 32 CPUs (0 hotplug CPUs) (XEN) [000000382fd7f5b9] IRQ limits: 56 GSI, 6600 MSI/MSI-X (XEN) [000000382ffbe35b] BSP microcode revision: 0x0b404022 (XEN) [0000003830066fca] xstate: size: 0x988 and states: 0x2e7 (XEN) [000000383017182e] CPU0: AMD Fam1ah machine check reporting enabled (XEN) [000000383023bf1f] Speculative mitigation facilities: (XEN) [00000038302fe4ba] Hardware hints: STIBP_ALWAYS IBRS_FAST IBRS_SAME_MODE BTC_NO IBPB_RET IBPB_BRTYPE (XEN) [0000003830433997] Hardware features: IBPB IBRS STIBP SSBD PSFD L1D_FLUSH SBPB (XEN) [00000038305304ef] Compiled-in support: INDIRECT_THUNK HARDEN_ARRAY HARDEN_BRANCH HARDEN_GUEST_ACCESS HARDEN_LOCK (XEN) [0000003830684bd3] Xen settings: BTI-Thunk: JMP, SPEC_CTRL: IBRS+ STIBP+ SSBD- PSFD-, Other: IBPB-ctxt BRANCH_HARDEN (XEN) [00000038307dfd60] Support for HVM VMs: MSR_SPEC_CTRL MSR_VIRT_SPEC_CTRL RSB IBPB-entry (XEN) [00000038308f3ac1] Support for PV VMs: None (XEN) [000000383099a165] XPTI (64-bit PV only): Dom0 disabled, DomU disabled (without PCID) (XEN) [0000003830aa9203] PV L1TF shadowing: Dom0 disabled, DomU disabled (XEN) [0000003830b87c76] Using scheduler: SMP Credit Scheduler (credit) (XEN) [000000383d920430] Platform timer is 14.318MHz HPET (XEN) [ 0.110185] Detected 4291.966 MHz processor. (XEN) [ 0.112838] EFI memory map: (XEN) [ 0.112936] 0000000000000-0000000003fff type=2 attr=000000000000000f (XEN) [ 0.113154] 0000000004000-000000008efff type=7 attr=000000000000000f (XEN) [ 0.113371] 000000008f000-000000009efff type=2 attr=000000000000000f (XEN) [ 0.113589] 000000009f000-000000009ffff type=4 attr=000000000000000f (XEN) [ 0.113806] 0000000100000-00000039e4fff type=2 attr=000000000000000f (XEN) [ 0.114024] 00000039e5000-0000009afefff type=7 attr=000000000000000f (XEN) [ 0.114241] 0000009aff000-0000009ffffff type=0 attr=000000000000000f (XEN) [ 0.114459] 000000a000000-000000a1fffff type=7 attr=000000000000000f (XEN) [ 0.114676] 000000a200000-000000a21dfff type=10 attr=000000000000000f (XEN) [ 0.114897] Setting RUNTIME attribute for 000000a200000-000000a21dfff (XEN) [ 0.115116] 000000a21e000-000000a29dfff type=4 attr=000000000000000f (XEN) [ 0.115335] 000000a29e000-000000affffff type=7 attr=000000000000000f (XEN) [ 0.115560] 000000b000000-000000b020fff type=0 attr=000000000000000f (XEN) [ 0.115780] 000000b021000-000005f99cfff type=7 attr=000000000000000f (XEN) [ 0.121142] 000005f99d000-000007fd72fff type=1 attr=000000000000000f (XEN) [ 0.126493] 000007fd73000-000007fd74fff type=4 attr=000000000000000f (XEN) [ 0.131883] 000007fd75000-000007fdb5fff type=7 attr=000000000000000f (XEN) [ 0.137280] 000007fdb6000-000007fdb6fff type=4 attr=000000000000000f (XEN) [ 0.142694] 000007fdb7000-000007fdb8fff type=7 attr=000000000000000f (XEN) [ 0.148117] 000007fdb9000-000007fdc8fff type=4 attr=000000000000000f (XEN) [ 0.153533] 000007fdc9000-000007fdcefff type=7 attr=000000000000000f (XEN) [ 0.158917] 000007fdcf000-000007fdcffff type=4 attr=000000000000000f (XEN) [ 0.164268] 000007fdd0000-000007fdd5fff type=7 attr=000000000000000f (XEN) [ 0.169620] 000007fdd6000-000007fde5fff type=4 attr=000000000000000f (XEN) [ 0.174971] 000007fde6000-000007fde7fff type=7 attr=000000000000000f (XEN) [ 0.180309] 000007fde8000-000007fe02fff type=4 attr=000000000000000f (XEN) [ 0.185635] 000007fe03000-000007fff9fff type=7 attr=000000000000000f (XEN) [ 0.190948] 000007fffa000-000008010dfff type=1 attr=000000000000000f (XEN) [ 0.196249] 000008010e000-0000080110fff type=7 attr=000000000000000f (XEN) [ 0.201543] 0000080111000-000008012dfff type=4 attr=000000000000000f (XEN) [ 0.206832] 000008012e000-0000080167fff type=7 attr=000000000000000f (XEN) [ 0.212102] 0000080168000-0000080168fff type=4 attr=000000000000000f (XEN) [ 0.217357] 0000080169000-000008016bfff type=7 attr=000000000000000f (XEN) [ 0.222623] 000008016c000-000008016cfff type=4 attr=000000000000000f (XEN) [ 0.227896] 000008016d000-000008016ffff type=7 attr=000000000000000f (XEN) [ 0.233172] 0000080170000-0000080170fff type=4 attr=000000000000000f (XEN) [ 0.238453] 0000080171000-0000080173fff type=7 attr=000000000000000f (XEN) [ 0.243748] 0000080174000-0000080176fff type=4 attr=000000000000000f (XEN) [ 0.249068] 0000080177000-0000080180fff type=7 attr=000000000000000f (XEN) [ 0.254405] 0000080181000-0000080182fff type=4 attr=000000000000000f (XEN) [ 0.259749] 0000080183000-0000080185fff type=7 attr=000000000000000f (XEN) [ 0.265099] 0000080186000-0000080186fff type=4 attr=000000000000000f (XEN) [ 0.270412] 0000080187000-000008018dfff type=7 attr=000000000000000f (XEN) [ 0.275689] 000008018e000-000008018efff type=4 attr=000000000000000f (XEN) [ 0.280918] 000008018f000-0000080192fff type=7 attr=000000000000000f (XEN) [ 0.286089] 0000080193000-0000080193fff type=2 attr=000000000000000f (XEN) [ 0.291207] 0000080194000-000008161afff type=4 attr=000000000000000f (XEN) [ 0.296304] 000008161b000-000008161bfff type=7 attr=000000000000000f (XEN) [ 0.301383] 000008161c000-0000081627fff type=4 attr=000000000000000f (XEN) [ 0.306443] 0000081628000-000008162cfff type=7 attr=000000000000000f (XEN) [ 0.311509] 000008162d000-00000822cbfff type=4 attr=000000000000000f (XEN) [ 0.316582] 00000822cc000-00000822d7fff type=7 attr=000000000000000f (XEN) [ 0.321680] 00000822d8000-00000822f7fff type=4 attr=000000000000000f (XEN) [ 0.326807] 00000822f8000-00000822fefff type=7 attr=000000000000000f (XEN) [ 0.331936] 00000822ff000-000008230cfff type=4 attr=000000000000000f (XEN) [ 0.337062] 000008230d000-000008230dfff type=7 attr=000000000000000f (XEN) [ 0.342191] 000008230e000-0000082310fff type=4 attr=000000000000000f (XEN) [ 0.347318] 0000082311000-0000082313fff type=7 attr=000000000000000f (XEN) [ 0.352449] 0000082314000-000008271cfff type=4 attr=000000000000000f (XEN) [ 0.357576] 000008271d000-0000082720fff type=7 attr=000000000000000f (XEN) [ 0.362703] 0000082721000-000008272cfff type=4 attr=000000000000000f (XEN) [ 0.367830] 000008272d000-000008272dfff type=7 attr=000000000000000f (XEN) [ 0.372956] 000008272e000-000008272ffff type=4 attr=000000000000000f (XEN) [ 0.378080] 0000082730000-0000082739fff type=7 attr=000000000000000f (XEN) [ 0.383205] 000008273a000-00000828aafff type=4 attr=000000000000000f (XEN) [ 0.388329] 00000828ab000-00000828abfff type=7 attr=000000000000000f (XEN) [ 0.393455] 00000828ac000-000008294dfff type=4 attr=000000000000000f (XEN) [ 0.398579] 000008294e000-000008294ffff type=7 attr=000000000000000f (XEN) [ 0.403704] 0000082950000-0000082ab3fff type=4 attr=000000000000000f (XEN) [ 0.408828] 0000082ab4000-0000082ab4fff type=7 attr=000000000000000f (XEN) [ 0.413953] 0000082ab5000-000008657efff type=4 attr=000000000000000f (XEN) [ 0.419077] 000008657f000-0000086ffffff type=7 attr=000000000000000f (XEN) [ 0.424204] 0000087000000-00000879fffff type=2 attr=000000000000000f (XEN) [ 0.429328] 0000087a00000-0000087a40fff type=7 attr=000000000000000f (XEN) [ 0.434453] 0000087a41000-000008857efff type=3 attr=000000000000000f (XEN) [ 0.439578] 000008857f000-000008e57efff type=0 attr=000000000000000f (XEN) [ 0.444702] 000008e57f000-000008e67efff type=9 attr=000000000000000f (XEN) [ 0.449826] 000008e67f000-000009067efff type=10 attr=000000000000000f (XEN) [ 0.454957] Setting RUNTIME attribute for 000008e67f000-000009067efff (XEN) [ 0.460087] 000009067f000-000009867efff type=6 attr=800000000000000f (XEN) [ 0.465216] 000009867f000-00000987fefff type=5 attr=800000000000000f (XEN) [ 0.470340] 00000987ff000-0000098dfffff type=4 attr=000000000000000f (XEN) [ 0.475467] 0000098e00000-0000098f0cfff type=7 attr=000000000000000f (XEN) [ 0.480598] 0000098f0d000-000009900cfff type=4 attr=000000000000000f (XEN) [ 0.485725] 000009900d000-0000099031fff type=3 attr=000000000000000f (XEN) [ 0.490857] 0000099032000-0000099066fff type=4 attr=000000000000000f (XEN) [ 0.495984] 0000099067000-0000099098fff type=3 attr=000000000000000f (XEN) [ 0.501111] 0000099099000-00000990b1fff type=4 attr=000000000000000f (XEN) [ 0.506240] 00000990b2000-00000990c9fff type=3 attr=000000000000000f (XEN) [ 0.511367] 00000990ca000-0000099e5cfff type=4 attr=000000000000000f (XEN) [ 0.516494] 0000099e5d000-0000099e60fff type=3 attr=000000000000000f (XEN) [ 0.521621] 0000099e61000-0000099e74fff type=4 attr=000000000000000f (XEN) [ 0.526748] 0000099e75000-0000099e76fff type=3 attr=000000000000000f (XEN) [ 0.531875] 0000099e77000-0000099e87fff type=4 attr=000000000000000f (XEN) [ 0.537002] 0000099e88000-0000099eacfff type=3 attr=000000000000000f (XEN) [ 0.542129] 0000099ead000-0000099eaefff type=4 attr=000000000000000f (XEN) [ 0.547256] 0000099eaf000-0000099eaffff type=7 attr=000000000000000f (XEN) [ 0.552383] 0000099eb0000-0000099ed3fff type=4 attr=000000000000000f (XEN) [ 0.557510] 0000099ed4000-0000099ed4fff type=7 attr=000000000000000f (XEN) [ 0.562637] 0000099ed5000-0000099ed5fff type=3 attr=000000000000000f (XEN) [ 0.567764] 0000099ed6000-0000099fe7fff type=4 attr=000000000000000f (XEN) [ 0.572891] 0000099fe8000-0000099feefff type=3 attr=000000000000000f (XEN) [ 0.578018] 0000099fef000-0000099ff6fff type=4 attr=000000000000000f (XEN) [ 0.583145] 0000099ff7000-0000099ffbfff type=6 attr=800000000000000f (XEN) [ 0.588271] 0000099ffc000-0000099ffffff type=4 attr=000000000000000f (XEN) [ 0.593398] 0000100000000-000083dd7ffff type=7 attr=000000000000000f (XEN) [ 0.598525] 00000000a0000-00000000fffff type=0 attr=000000000000000f (XEN) [ 0.603652] 000009a000000-000009bffffff type=0 attr=000000000000000f (XEN) [ 0.608779] 000009d7f3000-000009fffffff type=0 attr=000000000000000f (XEN) [ 0.613906] 00000e0000000-00000efffffff type=11 attr=800000000000100d (XEN) [ 0.619038] 00000fd000000-00000fedfffff type=11 attr=800000000000100d (XEN) [ 0.624170] 00000fee00000-00000fee00fff type=11 attr=8000000000000001 (XEN) [ 0.629304] 00000fee01000-00000ffffffff type=11 attr=800000000000100d (XEN) [ 0.634442] 000083edc0000-000085fffffff type=0 attr=000000000000000f (XEN) [ 0.639574] 0000860000000-00008801fffff type=11 attr=800000000000100d (XEN) [ 0.644712] 000fd00000000-000ffffffffff type=0 attr=0000000000000001 (XEN) [ 0.649849] alt table ffff82d0406a36b8 -> ffff82d0406b2e58 (XEN) [ 0.664915] AMD-Vi: IOMMU Extended Features: (XEN) [ 0.669962] - Peripheral Page Service Request (XEN) [ 0.675000] - NX bit (XEN) [ 0.679952] - Guest APIC Physical Processor Interrupt (XEN) [ 0.684962] - Invalidate All Command (XEN) [ 0.689913] - Guest APIC (XEN) [ 0.694797] - Performance Counters (XEN) [ 0.699663] - Host Address Translation Size: 0x2 (XEN) [ 0.704538] - Guest Address Translation Size: 0 (XEN) [ 0.709385] - Guest CR3 Root Table Level: 0x1 (XEN) [ 0.714202] - Maximum PASID: 0xf (XEN) [ 0.718959] - SMI Filter Register: 0x1 (XEN) [ 0.723694] - SMI Filter Register Count: 0x1 (XEN) [ 0.728414] - Guest Virtual APIC Modes: 0x1 (XEN) [ 0.733101] - Dual PPR Log: 0x2 (XEN) [ 0.737726] - Dual Event Log: 0x2 (XEN) [ 0.742314] - Secure ATS (XEN) [ 0.746838] - User / Supervisor Page Protection (XEN) [ 0.751390] - Device Table Segmentation: 0x3 (XEN) [ 0.755910] - PPR Log Overflow Early Warning (XEN) [ 0.760400] - PPR Automatic Response (XEN) [ 0.764841] - Memory Access Routing and Control: 0x1 (XEN) [ 0.769300] - Block StopMark Message (XEN) [ 0.773702] - Performance Optimization (XEN) [ 0.778072] - MSI Capability MMIO Access (XEN) [ 0.782412] - Guest I/O Protection (XEN) [ 0.786704] - Enhanced PPR Handling (XEN) [ 0.790959] - Invalidate IOTLB Type (XEN) [ 0.795172] - VM Table Size: 0x2 (XEN) [ 0.799338] - Guest Access Bit Update Disable (XEN) [ 0.811972] AMD-Vi: IOMMU 0 Enabled. (XEN) [ 0.816258] I/O virtualisation enabled (XEN) [ 0.820326] - Dom0 mode: Relaxed (XEN) [ 0.824365] Interrupt remapping enabled (XEN) [ 0.828381] Enabled directed EOI with ioapic_ack_old on! (XEN) [ 0.832424] Enabling APIC mode. Using 2 I/O APICs (XEN) [ 0.837267] ENABLING IO-APIC IRQs (XEN) [ 0.841197] -> Using old ACK method (XEN) [ 0.845343] ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1 (XEN) [ 1.914079] Defaulting to alternative key handling; send 'A' to switch to normal mode. (XEN) [ 1.918113] Allocated console ring of 128 KiB. (XEN) [ 1.922089] HVM: ASIDs enabled. (XEN) [ 1.926003] SVM: Supported advanced features: (XEN) [ 1.929922] - Nested Page Tables (NPT) (XEN) [ 1.933798] - Last Branch Record (LBR) Virtualisation (XEN) [ 1.937692] - Next-RIP Saved on #VMEXIT (XEN) [ 1.941534] - VMCB Clean Bits (XEN) [ 1.945317] - DecodeAssists (XEN) [ 1.949048] - Virtual VMLOAD/VMSAVE (XEN) [ 1.952757] - Virtual GIF (XEN) [ 1.956402] - Pause-Intercept Filter (XEN) [ 1.960034] - Pause-Intercept Filter Threshold (XEN) [ 1.963661] - TSC Rate MSR (XEN) [ 1.967215] - NPT Supervisor Shadow Stack (XEN) [ 1.970787] - MSR_SPEC_CTRL virtualisation (XEN) [ 1.974357] HVM: SVM enabled (XEN) [ 1.977891] HVM: Hardware Assisted Paging (HAP) detected (XEN) [ 1.981494] HVM: HAP page sizes: 4kB, 2MB, 1GB (XEN) [ 1.985256] alt table ffff82d0406a36b8 -> ffff82d0406b2e58 (XEN) [ 2.620335] Brought up 32 CPUs (XEN) [ 2.623913] Testing NMI watchdog on all CPUs:ok (XEN) [ 2.646120] Scheduling granularity: cpu, 1 CPU per sched-resource (XEN) [ 2.649888] mcheck_poll: Machine check polling timer started. (XEN) [ 2.673678] NX (Execute Disable) protection active (XEN) [ 2.677366] d0 has maximum 1304 PIRQs (XEN) [ 2.681076] csched_alloc_domdata: setting dom 0 as the privileged domain (XEN) [ 2.684945] *** Building a PV Dom0 *** (XEN) [ 2.806294] Xen kernel: 64-bit, lsb (XEN) [ 2.810029] Dom0 kernel: 64-bit, PAE, lsb, paddr 0x1000000 -> 0x302c000 (XEN) [ 2.814113] PHYSICAL MEMORY ARRANGEMENT: (XEN) [ 2.817945] Dom0 alloc.: 0000000820000000->0000000824000000 (642480 pages to be allocated) (XEN) [ 2.822181] Init. ramdisk: 000000083a9b0000->000000083dbffa00 (XEN) [ 2.826278] VIRTUAL MEMORY ARRANGEMENT: (XEN) [ 2.830256] Loaded kernel: ffffffff81000000->ffffffff8302c000 (XEN) [ 2.834311] Phys-Mach map: 0000008000000000->0000008000520000 (XEN) [ 2.838378] Start info: ffffffff8302c000->ffffffff8302c4b8 (XEN) [ 2.842457] Page tables: ffffffff8302d000->ffffffff8304a000 (XEN) [ 2.846564] Boot stack: ffffffff8304a000->ffffffff8304b000 (XEN) [ 2.850697] TOTAL: ffffffff80000000->ffffffff83400000 (XEN) [ 2.854856] ENTRY ADDRESS: ffffffff8242b180 (XEN) [ 2.859267] Dom0 has maximum 8 VCPUs (XEN) [ 2.873533] Initial low memory virq threshold set at 0x4000 pages. (XEN) [ 2.877763] Scrubbing Free RAM in background (XEN) [ 2.881985] Std. Loglevel: Errors, warnings and info (XEN) [ 2.886307] Guest Loglevel: Nothing (Rate-limited: Errors and warnings) (XEN) [ 2.890788] Xen is relinquishing VGA console. (XEN) [ 2.905142] *** Serial input to DOM0 (type 'CTRL-a' three times to switch input) (XEN) [ 2.905292] Freed 2048kB init memory [15:41 xcp-ng-Asrock ~]#
-
@steff22 I was more thinking of regular
dmesg
in the PopOS VM. -
@Teddy-Astie ok
root@pop-os:/home/steff# dmesg [ 0.000000] Linux version 6.2.6-76060206-generic (jenkins@warp.pop-os.org) (x86_64-linux-gnu-gcc-12 (Ubuntu 12.1.0-2ubuntu1~22.04) 12.1.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #202303130630~1685473338~22.04~995127e SMP PREEMPT_DYNAMIC Tue M [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.2.6-76060206-generic root=UUID=6504deb1-009f-473c-80c0-33d07d0e16a6 ro quiet splash vt.handoff=7 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Hygon HygonGenuine [ 0.000000] Centaur CentaurHauls [ 0.000000] zhaoxin Shanghai [ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers' [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: xstate_offset[5]: 832, xstate_sizes[5]: 64 [ 0.000000] x86/fpu: xstate_offset[6]: 896, xstate_sizes[6]: 512 [ 0.000000] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024 [ 0.000000] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]: 8 [ 0.000000] x86/fpu: Enabled xstate features 0x2e7, context size is 2440 bytes, using 'compacted' format. [ 0.000000] signal: max sigframe size: 3376 [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bfffffff] usable [ 0.000000] BIOS-e820: [mem 0x00000000fc000000-0x00000000fc00afff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000fc00b000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023f7fffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.4 present. [ 0.000000] DMI: Xen HVM domU, BIOS 4.17 10/02/2024 [ 0.000000] Hypervisor detected: Xen HVM [ 0.000000] Xen version 4.17. [ 0.000000] platform_pci_unplug: Netfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated NICs. [ 0.000000] platform_pci_unplug: Blkfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated disks. You might have to change the root device from /dev/hd[a-d] to /dev/xvd[a-d] in your root= kernel command line option [ 0.000016] HVMOP_pagetable_dying not supported [ 0.024066] tsc: Fast TSC calibration using PIT [ 0.024068] tsc: Detected 4292.017 MHz processor [ 0.024069] tsc: Detected 4291.964 MHz TSC [ 0.024268] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.024271] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.024275] last_pfn = 0x23f800 max_arch_pfn = 0x400000000 [ 0.024306] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.025192] last_pfn = 0xc0000 max_arch_pfn = 0x400000000 [ 0.027577] found SMP MP-table at [mem 0x000fb630-0x000fb63f] [ 0.027592] Using GB pages for direct mapping [ 0.027659] RAMDISK: [mem 0x28083000-0x30038fff] [ 0.027665] ACPI: Early table checksum verification disabled [ 0.027668] ACPI: RSDP 0x00000000000EA020 000024 (v02 Xen ) [ 0.027672] ACPI: XSDT 0x00000000FC00A600 000044 (v01 Xen HVM 00000000 HVML 00000000) [ 0.027677] ACPI: FACP 0x00000000FC00A370 0000F4 (v04 Xen HVM 00000000 HVML 00000000) [ 0.027681] ACPI: DSDT 0x00000000FC001040 0092A3 (v02 Xen HVM 00000000 INTL 20160527) [ 0.027682] ACPI: FACS 0x00000000FC001000 000040 [ 0.027683] ACPI: FACS 0x00000000FC001000 000040 [ 0.027684] ACPI: APIC 0x00000000FC00A470 0000A0 (v02 Xen HVM 00000000 HVML 00000000) [ 0.027686] ACPI: HPET 0x00000000FC00A590 000038 (v01 Xen HVM 00000000 HVML 00000000) [ 0.027687] ACPI: WAET 0x00000000FC00A5D0 000028 (v01 Xen HVM 00000000 HVML 00000000) [ 0.027688] ACPI: Reserving FACP table memory at [mem 0xfc00a370-0xfc00a463] [ 0.027689] ACPI: Reserving DSDT table memory at [mem 0xfc001040-0xfc00a2e2] [ 0.027689] ACPI: Reserving FACS table memory at [mem 0xfc001000-0xfc00103f] [ 0.027690] ACPI: Reserving FACS table memory at [mem 0xfc001000-0xfc00103f] [ 0.027690] ACPI: Reserving APIC table memory at [mem 0xfc00a470-0xfc00a50f] [ 0.027690] ACPI: Reserving HPET table memory at [mem 0xfc00a590-0xfc00a5c7] [ 0.027690] ACPI: Reserving WAET table memory at [mem 0xfc00a5d0-0xfc00a5f7] [ 0.028510] No NUMA configuration found [ 0.028511] Faking a node at [mem 0x0000000000000000-0x000000023f7fffff] [ 0.028515] NODE_DATA(0) allocated [mem 0x23f7d5000-0x23f7fffff] [ 0.028579] Zone ranges: [ 0.028580] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.028581] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] [ 0.028582] Normal [mem 0x0000000100000000-0x000000023f7fffff] [ 0.028583] Device empty [ 0.028583] Movable zone start for each node [ 0.028584] Early memory node ranges [ 0.028584] node 0: [mem 0x0000000000001000-0x000000000009dfff] [ 0.028585] node 0: [mem 0x0000000000100000-0x00000000bfffffff] [ 0.028585] node 0: [mem 0x0000000100000000-0x000000023f7fffff] [ 0.028586] Initmem setup node 0 [mem 0x0000000000001000-0x000000023f7fffff] [ 0.028590] On node 0, zone DMA: 1 pages in unavailable ranges [ 0.028599] On node 0, zone DMA: 98 pages in unavailable ranges [ 0.036289] On node 0, zone Normal: 2048 pages in unavailable ranges [ 0.038297] ACPI: PM-Timer IO Port: 0xb008 [ 0.038359] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-47 [ 0.038363] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.038364] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 low level) [ 0.038365] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 low level) [ 0.038365] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 low level) [ 0.038367] ACPI: Using ACPI (MADT) for SMP configuration information [ 0.038368] ACPI: HPET id: 0x8086a201 base: 0xfed00000 [ 0.038377] smpboot: Allowing 8 CPUs, 0 hotplug CPUs [ 0.038385] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.038386] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009ffff] [ 0.038387] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff] [ 0.038387] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff] [ 0.038387] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xfbffffff] [ 0.038388] PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfc00afff] [ 0.038388] PM: hibernation: Registered nosave memory: [mem 0xfc00b000-0xffffffff] [ 0.038389] [mem 0xc0000000-0xfbffffff] available for PCI devices [ 0.038390] Booting paravirtualized kernel on Xen HVM [ 0.038392] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.038398] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1 [ 0.038595] percpu: Embedded 61 pages/cpu s212992 r8192 d28672 u262144 [ 0.038598] pcpu-alloc: s212992 r8192 d28672 u262144 alloc=1*2097152 [ 0.038600] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 [ 0.038614] xen: PV spinlocks enabled [ 0.038616] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes, linear) [ 0.038619] Fallback order for Node 0: 0 [ 0.038621] Built 1 zonelists, mobility grouping on. Total pages: 2062112 [ 0.038622] Policy zone: Normal [ 0.038623] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.2.6-76060206-generic root=UUID=6504deb1-009f-473c-80c0-33d07d0e16a6 ro quiet splash vt.handoff=7 [ 0.038661] Unknown kernel command line parameters "splash BOOT_IMAGE=/boot/vmlinuz-6.2.6-76060206-generic", will be passed to user space. [ 0.038871] random: crng init done [ 0.039408] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear) [ 0.039679] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 0.039718] mem auto-init: stack:all(zero), heap alloc:on, heap free:off [ 0.039723] software IO TLB: area num 8. [ 0.058218] Memory: 7974944K/8380020K available (20480K kernel code, 4174K rwdata, 12696K rodata, 4656K init, 17624K bss, 404816K reserved, 0K cma-reserved) [ 0.058277] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 [ 0.058293] ftrace: allocating 53317 entries in 209 pages [ 0.066089] ftrace: allocated 209 pages with 4 groups [ 0.066644] Dynamic Preempt: voluntary [ 0.066663] rcu: Preemptible hierarchical RCU implementation. [ 0.066663] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8. [ 0.066665] Trampoline variant of Tasks RCU enabled. [ 0.066665] Rude variant of Tasks RCU enabled. [ 0.066665] Tracing variant of Tasks RCU enabled. [ 0.066666] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.066666] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 [ 0.067776] NR_IRQS: 524544, nr_irqs: 896, preallocated irqs: 16 [ 0.068671] xen:events: Using FIFO-based ABI [ 0.068691] xen:events: Xen HVM callback vector for event delivery is enabled [ 0.068847] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.068967] Console: colour dummy device 80x25 [ 0.068971] printk: console [tty0] enabled [ 0.069006] ACPI: Core revision 20221020 [ 0.069124] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 30580167144 ns [ 0.069192] APIC: Switch to symmetric I/O mode setup [ 0.069990] x2apic enabled [ 0.070804] Switched APIC routing to physical x2apic. [ 0.073416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0 [ 0.093194] tsc: Marking TSC unstable due to TSCs unsynchronized [ 0.093201] Calibrating delay loop (skipped), value calculated using timer frequency.. 8583.92 BogoMIPS (lpj=17167856) [ 0.093203] pid_max: default: 32768 minimum: 301 [ 0.093222] LSM: initializing lsm=lockdown,capability,landlock,yama,integrity,apparmor [ 0.093228] landlock: Up and running. [ 0.093228] Yama: becoming mindful. [ 0.093245] AppArmor: AppArmor initialized [ 0.093266] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.093271] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.093439] x86/cpu: User Mode Instruction Prevention (UMIP) activated [ 0.093464] Last level iTLB entries: 4KB 64, 2MB 64, 4MB 32 [ 0.093466] Last level dTLB entries: 4KB 128, 2MB 128, 4MB 64, 1GB 0 [ 0.093470] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization [ 0.093471] Spectre V2 : Mitigation: Retpolines [ 0.093471] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.093472] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT [ 0.093472] Spectre V2 : Enabling Restricted Speculation for firmware calls [ 0.093473] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier [ 0.093474] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl [ 0.106425] Freeing SMP alternatives memory: 44K [ 0.106462] clocksource: xen: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.106466] Xen: using vcpuop timer interface [ 0.106473] installing Xen timer for CPU 0 [ 0.106522] smpboot: CPU0: AMD Ryzen 9 9950X 16-Core Processor (family: 0x1a, model: 0x44, stepping: 0x0) [ 0.106550] cpu 0 spinlock event irq 52 [ 0.106602] cblist_init_generic: Setting adjustable number of callback queues. [ 0.106603] cblist_init_generic: Setting shift to 3 and lim to 1. [ 0.106608] cblist_init_generic: Setting shift to 3 and lim to 1. [ 0.106613] cblist_init_generic: Setting shift to 3 and lim to 1. [ 0.106619] Performance Events: PMU not available due to virtualization, using software events only. [ 0.106649] rcu: Hierarchical SRCU implementation. [ 0.106650] rcu: Max phase no-delay instances is 1000. [ 0.106792] NMI watchdog: Perf NMI watchdog permanently disabled [ 0.106827] smp: Bringing up secondary CPUs ... [ 0.106868] installing Xen timer for CPU 1 [ 0.106915] x86: Booting SMP configuration: [ 0.106916] .... node #0, CPUs: #1 [ 0.185307] cpu 1 spinlock event irq 57 [ 0.185307] installing Xen timer for CPU 2 [ 0.185364] #2 [ 0.265351] cpu 2 spinlock event irq 62 [ 0.265351] installing Xen timer for CPU 3 [ 0.265365] #3 [ 0.345349] cpu 3 spinlock event irq 67 [ 0.345349] installing Xen timer for CPU 4 [ 0.345369] #4 [ 0.425348] cpu 4 spinlock event irq 72 [ 0.425348] installing Xen timer for CPU 5 [ 0.425362] #5 [ 0.505344] cpu 5 spinlock event irq 77 [ 0.505344] installing Xen timer for CPU 6 [ 0.505344] #6 [ 0.585304] cpu 6 spinlock event irq 82 [ 0.585304] installing Xen timer for CPU 7 [ 0.585353] #7 [ 0.665337] cpu 7 spinlock event irq 87 [ 0.665337] smp: Brought up 1 node, 8 CPUs [ 0.665337] smpboot: Max logical packages: 1 [ 0.665337] smpboot: Total of 8 processors activated (68779.30 BogoMIPS) [ 0.667467] devtmpfs: initialized [ 0.667467] x86/mm: Memory block size: 128MB [ 0.667467] ACPI: PM: Registering ACPI NVS region [mem 0xfc000000-0xfc00afff] (45056 bytes) [ 0.667467] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.667467] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) [ 0.667467] pinctrl core: initialized pinctrl subsystem [ 0.667467] PM: RTC time: 15:27:05, date: 2024-11-09 [ 0.667467] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.667467] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations [ 0.667467] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.667467] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.667467] audit: initializing netlink subsys (disabled) [ 0.667467] audit: type=2000 audit(1731166025.264:1): state=initialized audit_enabled=0 res=1 [ 0.667467] thermal_sys: Registered thermal governor 'fair_share' [ 0.667467] thermal_sys: Registered thermal governor 'bang_bang' [ 0.667467] thermal_sys: Registered thermal governor 'step_wise' [ 0.667467] thermal_sys: Registered thermal governor 'user_space' [ 0.667467] thermal_sys: Registered thermal governor 'power_allocator' [ 0.667467] EISA bus registered [ 0.667467] cpuidle: using governor ladder [ 0.667467] cpuidle: using governor menu [ 0.670796] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.670796] PCI: Using configuration type 1 for base access [ 0.670796] PCI: Using configuration type 1 for extended access [ 0.670796] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. [ 0.673238] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages [ 0.673238] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page [ 0.673238] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [ 0.673238] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page [ 0.681264] ACPI: Added _OSI(Module Device) [ 0.681265] ACPI: Added _OSI(Processor Device) [ 0.681266] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.681266] ACPI: Added _OSI(Processor Aggregator Device) [ 0.681377] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.681736] xen: --> pirq=16 -> irq=9 (gsi=9) [ 0.686291] ACPI: Interpreter enabled [ 0.686291] ACPI: PM: (supports S0 S5) [ 0.686291] ACPI: Using IOAPIC for interrupt routing [ 0.686291] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.686291] PCI: Ignoring E820 reservations for host bridge windows [ 0.686291] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.688595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.688600] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3] [ 0.688923] acpiphp: Slot [3] registered [ 0.688964] acpiphp: Slot [4] registered [ 0.688992] acpiphp: Slot [5] registered [ 0.689021] acpiphp: Slot [6] registered [ 0.689085] acpiphp: Slot [7] registered [ 0.689132] acpiphp: Slot [8] registered [ 0.689160] acpiphp: Slot [9] registered [ 0.689188] acpiphp: Slot [10] registered [ 0.689209] acpiphp: Slot [11] registered [ 0.689236] acpiphp: Slot [12] registered [ 0.689263] acpiphp: Slot [13] registered