summary refs log tree commit diff stats
path: root/results/classifier/105/KVM/954
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/105/KVM/954')
-rw-r--r--results/classifier/105/KVM/9541270
1 files changed, 1270 insertions, 0 deletions
diff --git a/results/classifier/105/KVM/954 b/results/classifier/105/KVM/954
new file mode 100644
index 000000000..aa1140a42
--- /dev/null
+++ b/results/classifier/105/KVM/954
@@ -0,0 +1,1270 @@
+KVM: 0.199
+graphic: 0.154
+other: 0.115
+vnc: 0.114
+semantic: 0.098
+mistranslation: 0.097
+socket: 0.082
+device: 0.081
+assembly: 0.080
+boot: 0.071
+instruction: 0.064
+network: 0.063
+
+qemu 6.2.0 with SEV in x86_64 initrd unpack ?
+Description of problem:
+The guest kernel panic from qemu 6.2.0, works fine on 6.0.0 and 6.1.0, works fine without SEV on 6.2.0 too.
+
+From our research it seems that initrd is not unpacked and initialized in an SEV context on 6.2.0 as we can see in logs without SEV that the initrd is well unpacked. Please have a look on additional informations for all the logs.
+
+We can see this crash during guest initialization:  
+```
+[    0.252891] VFS: Cannot open root device \(null)\ or unknown-block(0,0): error -6
+[    0.253054] Please append a correct \root=\ boot option; here are the available partitions:
+[    0.253179] 0100            4096 ram0 
+[    0.253181]  (driver?)
+[    0.253285] 0101            4096 ram1 
+[    0.253286]  (driver?)
+[    0.253389] 0102            4096 ram2 
+[    0.253390]  (driver?)
+[    0.253490] 0103            4096 ram3 
+[    0.253491]  (driver?)
+[    0.253595] 0104            4096 ram4 
+[    0.253596]  (driver?)
+[    0.253708] 0105            4096 ram5 
+[    0.253709]  (driver?)
+[    0.253816] 0106            4096 ram6 
+[    0.253817]  (driver?)
+[    0.253965] 0107            4096 ram7 
+[    0.253967]  (driver?)
+[    0.254065] 0108            4096 ram8 
+[    0.254066]  (driver?)
+[    0.254170] 0109            4096 ram9 
+[    0.254171]  (driver?)
+[    0.254274] 010a            4096 ram10 
+[    0.254276]  (driver?)
+[    0.254392] 010b            4096 ram11 
+[    0.254393]  (driver?)
+[    0.254514] 010c            4096 ram12 
+[    0.254516]  (driver?)
+[    0.254639] 010d            4096 ram13 
+[    0.254640]  (driver?)
+[    0.254755] 010e            4096 ram14 
+[    0.254756]  (driver?)
+[    0.254871] 010f            4096 ram15 
+[    0.254872]  (driver?)
+[    0.254996] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
+[    0.255115] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 5.15.31 #1
+[    0.255215] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 0.0.0 02/06/2015
+[    0.255339] Call Trace:
+[    0.255387]  <TASK>
+[    0.255430]  dump_stack_lvl+0x34/0x44
+[    0.255499]  panic+0xe8/0x27a
+[    0.255563]  mount_block_root+0x16b/0x1fe
+[    0.255631]  ? rest_init+0xc0/0xc0
+[    0.255692]  prepare_namespace+0x131/0x160
+[    0.255757]  ? rest_init+0xc0/0xc0
+[    0.255823]  kernel_init+0x11/0x100
+[    0.255889]  ret_from_fork+0x22/0x30
+[    0.255969]  </TASK>
+[    0.256061] Kernel Offset: disabled
+[    0.256130] Rebooting in 1 seconds..
+```
+Steps to reproduce:
+1. build kernel with right config (build_kernel from kata-containers) with sev support (-x sev) & get kata-containers initrd
+2. Launch the command on a AMD SEV compatible device
+
+This is a complex problem I guess I can provide more informations if needed.
+Additional information:
+We didn't see any logs from QEMU when running this command line even when putting -D file...
+
+Complete output from QEMU 6.2.0 with SEV :  
+```
+[    0.000000] Linux version 5.10.25 (gitlab-runner@runner-buildah0) (gcc (Debian 11.2.0-12) 11.2.0, GNU ld (GNU Binutils for Debian) 2.37) #1 SMP Tue Dec 7 11:43:22 CET 2021
+[    0.000000] Command line: tsc=reliable no_timer_check rcupdate.rcu_expedited=1 i8042.direct=1 i8042.dumbkbd=1 i8042.nopnp=1 i8042.noaux=1 noreplace-smp reboot=k console=hvc0 console=hvc1 console=ttyS0 cryptomgr.notests net.ifnames=0 pci=lastbus=0 debug panic=1 nr_cpus=32 scsi_mod.scan=none agent.log=debug
+[    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: xstate_offset[2]:  576, xstate_sizes[2]:  256
+[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
+[    0.000000] BIOS-provided physical RAM map:
+[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
+[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000007fffff] usable
+[    0.000000] BIOS-e820: [mem 0x0000000000800000-0x0000000000807fff] ACPI NVS
+[    0.000000] BIOS-e820: [mem 0x0000000000808000-0x000000000080ffff] usable
+[    0.000000] BIOS-e820: [mem 0x0000000000810000-0x00000000008fffff] ACPI NVS
+[    0.000000] BIOS-e820: [mem 0x0000000000900000-0x000000007f6eefff] usable
+[    0.000000] BIOS-e820: [mem 0x000000007f6ef000-0x000000007f96efff] reserved
+[    0.000000] BIOS-e820: [mem 0x000000007f96f000-0x000000007f97efff] ACPI data
+[    0.000000] BIOS-e820: [mem 0x000000007f97f000-0x000000007f9fefff] ACPI NVS
+[    0.000000] BIOS-e820: [mem 0x000000007f9ff000-0x000000007fe5ffff] usable
+[    0.000000] BIOS-e820: [mem 0x000000007fe60000-0x000000007fe7ffff] reserved
+[    0.000000] BIOS-e820: [mem 0x000000007fe80000-0x000000007fffffff] ACPI NVS
+[    0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved
+[    0.000000] NX (Execute Disable) protection: active
+[    0.000000] efi: EFI v2.70 by EDK II
+[    0.000000] efi: SMBIOS=0x7f7ab000 ACPI=0x7f97e000 ACPI 2.0=0x7f97e014 MEMATTR=0x7e9d8118
+[    0.000000] SMBIOS 2.8 present.
+[    0.000000] DMI: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 0.0.0 02/06/2015
+[    0.000000] Hypervisor detected: KVM
+[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
+[    0.000000] kvm-clock: cpu 0, msr 3d401001, primary cpu clock
+[    0.000000] kvm-clock: using sched offset of 4061892066 cycles
+[    0.000003] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
+[    0.000006] tsc: Detected 2994.372 MHz processor
+[    0.000159] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
+[    0.000162] e820: remove [mem 0x000a0000-0x000fffff] usable
+[    0.000169] last_pfn = 0x7fe60 max_arch_pfn = 0x400000000
+[    0.000215] MTRR default type: write-back
+[    0.000216] MTRR fixed ranges enabled:
+[    0.000218]   00000-9FFFF write-back
+[    0.000219]   A0000-FFFFF uncachable
+[    0.000220] MTRR variable ranges enabled:
+[    0.000222]   0 base 0000C0000000 mask FFFFC0000000 uncachable
+[    0.000224]   1 base 0000B0000000 mask FFFFF0000000 uncachable
+[    0.000225]   2 base 001000000000 mask FFF800000000 uncachable
+[    0.000226]   3 disabled
+[    0.000227]   4 disabled
+[    0.000228]   5 disabled
+[    0.000229]   6 disabled
+[    0.000229]   7 disabled
+[    0.000277] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
+[    0.008747] Using GB pages for direct mapping
+[    0.009448] Secure boot could not be determined
+[    0.009466] ACPI: Early table checksum verification disabled
+[    0.009476] ACPI: RSDP 0x000000007F97E014 000024 (v02 BOCHS )
+[    0.009482] ACPI: XSDT 0x000000007F97D0E8 000054 (v01 BOCHS  BXPC     00000001      01000013)
+[    0.009490] ACPI: FACP 0x000000007F978000 0000F4 (v03 BOCHS  BXPC     00000001 BXPC 00000001)
+[    0.009497] ACPI: DSDT 0x000000007F979000 003EAE (v01 BOCHS  BXPC     00000001 BXPC 00000001)
+[    0.009502] ACPI: FACS 0x000000007F9DD000 000040
+[    0.009506] ACPI: APIC 0x000000007F977000 000170 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
+[    0.009510] ACPI: HPET 0x000000007F976000 000038 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
+[    0.009515] ACPI: SRAT 0x000000007F975000 0002D0 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
+[    0.009519] ACPI: MCFG 0x000000007F974000 00003C (v01 BOCHS  BXPC     00000001 BXPC 00000001)
+[    0.009523] ACPI: WAET 0x000000007F973000 000028 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
+[    0.009532] ACPI: Local APIC address 0xfee00000
+[    0.009575] Zone ranges:
+[    0.009576]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
+[    0.009578]   DMA32    [mem 0x0000000001000000-0x000000007fe5ffff]
+[    0.009580]   Normal   empty
+[    0.009581]   Device   empty
+[    0.009582] Movable zone start for each node
+[    0.009583] Early memory node ranges
+[    0.009585]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
+[    0.009587]   node   0: [mem 0x0000000000100000-0x00000000007fffff]
+[    0.009588]   node   0: [mem 0x0000000000808000-0x000000000080ffff]
+[    0.009589]   node   0: [mem 0x0000000000900000-0x000000007f6eefff]
+[    0.009590]   node   0: [mem 0x000000007f9ff000-0x000000007fe5ffff]
+[    0.009592] Initmem setup node 0 [mem 0x0000000000001000-0x000000007fe5ffff]
+[    0.009595] On node 0 totalpages: 522743
+[    0.009596]   DMA zone: 59 pages used for memmap
+[    0.009597]   DMA zone: 1814 pages reserved
+[    0.009599]   DMA zone: 3751 pages, LIFO batch:0
+[    0.009931]   DMA zone: 29017 pages in unavailable ranges
+[    0.009933]   DMA32 zone: 8122 pages used for memmap
+[    0.009934]   DMA32 zone: 518992 pages, LIFO batch:63
+[    0.014254]   DMA32 zone: 1200 pages in unavailable ranges
+[    0.014984] ACPI: PM-Timer IO Port: 0x608
+[    0.014988] ACPI: Local APIC address 0xfee00000
+[    0.015002] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
+[    0.015201] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
+[    0.015205] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
+[    0.015207] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
+[    0.015209] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
+[    0.015210] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
+[    0.015212] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
+[    0.015213] ACPI: IRQ0 used by override.
+[    0.015214] ACPI: IRQ5 used by override.
+[    0.015216] ACPI: IRQ9 used by override.
+[    0.015217] ACPI: IRQ10 used by override.
+[    0.015217] ACPI: IRQ11 used by override.
+[    0.015220] Using ACPI (MADT) for SMP configuration information
+[    0.015223] ACPI: HPET id: 0x8086a201 base: 0xfed00000
+[    0.015228] TSC deadline timer available
+[    0.015233] smpboot: Allowing 32 CPUs, 31 hotplug CPUs
+[    0.015245] kvm-guest: KVM setup pv remote TLB flush
+[    0.015254] kvm-guest: setup PV sched yield
+[    0.015272] [mem 0xc0000000-0xffffffff] available for PCI devices
+[    0.015274] Booting paravirtualized kernel on KVM
+[    0.015278] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
+[    0.020479] setup_percpu: NR_CPUS:240 nr_cpumask_bits:240 nr_cpu_ids:32 nr_node_ids:1
+[    0.021723] percpu: Embedded 42 pages/cpu s143360 r0 d28672 u262144
+[    0.021732] pcpu-alloc: s143360 r0 d28672 u262144 alloc=1*2097152
+[    0.021734] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
+[    0.021744] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31
+[    0.027310] kvm-guest: KVM setup async PF for cpu 0
+[    0.027318] kvm-guest: stealtime: cpu 0, msr 7d622080
+[    0.027332] Built 1 zonelists, mobility grouping on.  Total pages: 512748
+[    0.027335] Kernel command line: tsc=reliable no_timer_check rcupdate.rcu_expedited=1 i8042.direct=1 i8042.dumbkbd=1 i8042.nopnp=1 i8042.noaux=1 noreplace-smp reboot=k console=hvc0 console=hvc1 console=ttyS0 cryptomgr.notests net.ifnames=0 pci=lastbus=0 debug panic=1 nr_cpus=32 scsi_mod.scan=none agent.log=debug
+[    0.027480] printk: log_buf_len individual max cpu contribution: 4096 bytes
+[    0.027481] printk: log_buf_len total cpu_extra contributions: 126976 bytes
+[    0.027483] printk: log_buf_len min size: 131072 bytes
+[    0.027731] printk: log_buf_len: 262144 bytes
+[    0.027733] printk: early log buf free: 123344(94%)
+[    0.027942] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
+[    0.028047] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
+[    0.028190] mem auto-init: stack:off, heap alloc:off, heap free:off
+[    0.041061] Memory: 1815804K/2090972K available (10242K kernel code, 956K rwdata, 1456K rodata, 892K init, 3564K bss, 274912K reserved, 0K cma-reserved)
+[    0.041173] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
+[    0.041309] rcu: Hierarchical RCU implementation.
+[    0.041311] rcu: 	RCU restricting CPUs from NR_CPUS=240 to nr_cpu_ids=32.
+[    0.041312] 	All grace periods are expedited (rcu_expedited).
+[    0.041313] 	Tracing variant of Tasks RCU enabled.
+[    0.041315] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
+[    0.041316] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
+[    0.041372] NR_IRQS: 15616, nr_irqs: 680, preallocated irqs: 16
+[    0.041910] rcu: 	Offload RCU callbacks from CPUs: (none).
+[    0.042080] random: get_random_bytes called from start_kernel+0x2fc/0x4ae with crng_init=0
+[    0.042159] Console: colour dummy device 80x25
+[    0.162231] printk: console [ttyS0] enabled
+[    0.175286] AMD Memory Encryption Features active: SEV
+[    0.176044] ACPI: Core revision 20200925
+[    0.176768] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
+[    0.178070] APIC: Switch to symmetric I/O mode setup
+[    0.180011] x2apic enabled
+[    0.182376] Switched APIC routing to physical x2apic.
+[    0.183044] kvm-guest: setup PV IPIs
+[    0.189694] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
+[    0.190655] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2b29812ce43, max_idle_ns: 440795323173 ns
+[    0.191992] Calibrating delay loop (skipped) preset value.. 5988.74 BogoMIPS (lpj=11977488)
+[    0.193096] pid_max: default: 32768 minimum: 301
+[    0.224045] LSM: Security Framework initializing
+[    0.225340] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
+[    0.226368] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
+[    0.227912] x86/cpu: User Mode Instruction Prevention (UMIP) activated
+[    0.228021] Last level iTLB entries: 4KB 512, 2MB 255, 4MB 127
+[    0.228758] Last level dTLB entries: 4KB 512, 2MB 255, 4MB 127, 1GB 0
+[    0.229578] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
+[    0.230655] Spectre V2 : Mitigation: Full AMD retpoline
+[    0.231993] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
+[    0.233038] Spectre V2 : Enabling Restricted Speculation for firmware calls
+[    0.234868] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
+[    0.235997] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
+[    0.237657] Freeing SMP alternatives memory: 28K
+[    0.238528] smpboot: CPU0: AMD EPYC 7302P 16-Core Processor (family: 0x17, model: 0x31, stepping: 0x0)
+[    0.239991] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
+[    0.239991] ... version:                0
+[    0.239991] ... bit width:              48
+[    0.239991] ... generic registers:      6
+[    0.239997] ... value mask:             0000ffffffffffff
+[    0.240552] ... max period:             00007fffffffffff
+[    0.241107] ... fixed-purpose events:   0
+[    0.241610] ... event mask:             000000000000003f
+[    0.242405] rcu: Hierarchical SRCU implementation.
+[    0.243319] smp: Bringing up secondary CPUs ...
+[    0.243787] smp: Brought up 1 node, 1 CPU
+[    0.244000] smpboot: Max logical packages: 32
+[    0.244475] smpboot: Total of 1 processors activated (5988.74 BogoMIPS)
+[    0.245487] devtmpfs: initialized
+[    0.245852] x86/mm: Memory block size: 128MB
+[    0.246502] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
+[    0.247472] futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
+[    0.248308] NET: Registered protocol family 16
+[    0.249031] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
+[    0.250111] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
+[    0.251331] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
+[    0.252043] thermal_sys: Registered thermal governor 'step_wise'
+[    0.252048] cpuidle: using governor menu
+[    0.253569] ACPI: bus type PCI registered
+[    0.253974] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
+[    0.254656] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xb0000000-0xbfffffff] (base 0xb0000000)
+[    0.255546] PCI: MMCONFIG at [mem 0xb0000000-0xbfffffff] reserved in E820
+[    0.256020] PCI: Using configuration type 1 for base access
+[    0.257219] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
+[    0.257889] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
+[    0.258633] ACPI: Added _OSI(Module Device)
+[    0.259073] ACPI: Added _OSI(Processor Device)
+[    0.259531] ACPI: Added _OSI(3.0 _SCP Extensions)
+[    0.259999] ACPI: Added _OSI(Processor Aggregator Device)
+[    0.260534] ACPI: Added _OSI(Linux-Dell-Video)
+[    0.260979] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
+[    0.261508] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
+[    0.263748] ACPI: 1 ACPI AML tables successfully acquired and loaded
+[    0.264963] ACPI: Interpreter enabled
+[    0.265375] ACPI: (supports S0 S5)
+[    0.265743] ACPI: Using IOAPIC for interrupt routing
+[    0.266290] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
+[    0.267390] ACPI: Enabled 3 GPEs in block 00 to 3F
+[    0.272364] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
+[    0.273025] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
+[    0.274136] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug LTR]
+[    0.275108] acpi PNP0A08:00: _OSC: OS now controls [SHPCHotplug PME PCIeCapability]
+[    0.276009] PCI host bridge to bus 0000:00
+[    0.276413] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
+[    0.277047] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
+[    0.277707] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
+[    0.278440] pci_bus 0000:00: root bus resource [mem 0x80000000-0xafffffff window]
+[    0.279154] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
+[    0.279885] pci_bus 0000:00: root bus resource [mem 0x1000000000-0x17ffffffff window]
+[    0.279995] pci_bus 0000:00: root bus resource [bus 00-ff]
+[    0.280579] pci 0000:00:00.0: [8086:29c0] type 00 class 0x060000
+[    0.281678] pci 0000:00:01.0: [1af4:1043] type 00 class 0x078000
+[    0.283998] pci 0000:00:01.0: reg 0x14: [mem 0xc0003000-0xc0003fff]
+[    0.287128] pci 0000:00:01.0: reg 0x20: [mem 0x1000000000-0x1000003fff 64bit pref]
+[    0.288918] pci 0000:00:02.0: [1b36:0001] type 01 class 0x060400
+[    0.294626] pci 0000:00:03.0: [1af4:1048] type 00 class 0x010000
+[    0.296349] pci 0000:00:03.0: reg 0x14: [mem 0xc0002000-0xc0002fff]
+[    0.299044] pci 0000:00:03.0: reg 0x20: [mem 0x1000004000-0x1000007fff 64bit pref]
+[    0.300892] pci 0000:00:04.0: [1af4:1044] type 00 class 0x00ff00
+[    0.303526] pci 0000:00:04.0: reg 0x20: [mem 0x1000008000-0x100000bfff 64bit pref]
+[    0.304902] pci 0000:00:05.0: [1af4:1049] type 00 class 0x000200
+[    0.306875] pci 0000:00:05.0: reg 0x14: [mem 0xc0001000-0xc0001fff]
+[    0.309436] pci 0000:00:05.0: reg 0x20: [mem 0x100000c000-0x100000ffff 64bit pref]
+[    0.311525] pci 0000:00:1f.0: [8086:2918] type 00 class 0x060100
+[    0.312373] pci 0000:00:1f.0: quirk: [io  0x0600-0x067f] claimed by ICH6 ACPI/GPIO/TCO
+[    0.314653] pci 0000:00:1f.2: [8086:2922] type 00 class 0x010601
+[    0.318160] pci 0000:00:1f.2: reg 0x20: [io  0x6040-0x605f]
+[    0.319336] pci 0000:00:1f.2: reg 0x24: [mem 0xc0000000-0xc0000fff]
+[    0.320607] pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
+[    0.323429] pci 0000:00:1f.3: reg 0x20: [io  0x6000-0x603f]
+[    0.325167] pci_bus 0000:01: extended config space not accessible
+[    0.325943] acpiphp: Slot [0] registered
+[    0.326344] acpiphp: Slot [1] registered
+[    0.326753] acpiphp: Slot [2] registered
+[    0.327153] acpiphp: Slot [3] registered
+[    0.327557] acpiphp: Slot [4] registered
+[    0.327962] acpiphp: Slot [5] registered
+[    0.328009] acpiphp: Slot [6] registered
+[    0.328416] acpiphp: Slot [7] registered
+[    0.328817] acpiphp: Slot [8] registered
+[    0.329218] acpiphp: Slot [9] registered
+[    0.329625] acpiphp: Slot [10] registered
+[    0.330033] acpiphp: Slot [11] registered
+[    0.330448] acpiphp: Slot [12] registered
+[    0.330854] acpiphp: Slot [13] registered
+[    0.331261] acpiphp: Slot [14] registered
+[    0.331675] acpiphp: Slot [15] registered
+[    0.332008] acpiphp: Slot [16] registered
+[    0.332419] acpiphp: Slot [17] registered
+[    0.332827] acpiphp: Slot [18] registered
+[    0.333234] acpiphp: Slot [19] registered
+[    0.333647] acpiphp: Slot [20] registered
+[    0.334055] acpiphp: Slot [21] registered
+[    0.334468] acpiphp: Slot [22] registered
+[    0.334886] acpiphp: Slot [23] registered
+[    0.335298] acpiphp: Slot [24] registered
+[    0.335702] acpiphp: Slot [25] registered
+[    0.336008] acpiphp: Slot [26] registered
+[    0.336420] acpiphp: Slot [27] registered
+[    0.336824] acpiphp: Slot [28] registered
+[    0.337232] acpiphp: Slot [29] registered
+[    0.337636] acpiphp: Slot [30] registered
+[    0.338041] acpiphp: Slot [31] registered
+[    0.338650] pci 0000:00:02.0: PCI bridge to [bus 01]
+[    0.339776] pci_bus 0000:00: on NUMA node 0
+[    0.340242] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
+[    0.340849] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
+[    0.341462] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
+[    0.342076] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
+[    0.342685] ACPI: PCI Interrupt Link [LNKE] (IRQs 5 *10 11)
+[    0.343300] ACPI: PCI Interrupt Link [LNKF] (IRQs 5 *10 11)
+[    0.343918] ACPI: PCI Interrupt Link [LNKG] (IRQs 5 10 *11)
+[    0.344059] ACPI: PCI Interrupt Link [LNKH] (IRQs 5 10 *11)
+[    0.344636] ACPI: PCI Interrupt Link [GSIA] (IRQs *16)
+[    0.345142] ACPI: PCI Interrupt Link [GSIB] (IRQs *17)
+[    0.345660] ACPI: PCI Interrupt Link [GSIC] (IRQs *18)
+[    0.346245] ACPI: PCI Interrupt Link [GSID] (IRQs *19)
+[    0.346799] ACPI: PCI Interrupt Link [GSIE] (IRQs *20)
+[    0.347365] ACPI: PCI Interrupt Link [GSIF] (IRQs *21)
+[    0.347889] ACPI: PCI Interrupt Link [GSIG] (IRQs *22)
+[    0.348004] ACPI: PCI Interrupt Link [GSIH] (IRQs *23)
+[    0.349647] iommu: Default domain type: Translated
+[    0.350207] vgaarb: loaded
+[    0.350578] SCSI subsystem initialized
+[    0.350959] pps_core: LinuxPPS API ver. 1 registered
+[    0.351500] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
+[    0.352007] PTP clock support registered
+[    0.352415] Registered efivars operations
+[    0.352914] PCI: Using ACPI for IRQ routing
+[    0.353321] PCI: pci_cache_line_size set to 64 bytes
+[    0.353916] e820: reserve RAM buffer [mem 0x00810000-0x008fffff]
+[    0.354487] e820: reserve RAM buffer [mem 0x7f6ef000-0x7fffffff]
+[    0.355053] e820: reserve RAM buffer [mem 0x7fe60000-0x7fffffff]
+[    0.355719] clocksource: Switched to clocksource kvm-clock
+[    0.355991] pnp: PnP ACPI init
+[    0.355991] pnp 00:00: Plug and Play ACPI device, IDs PNP0303 (active)
+[    0.355991] pnp 00:01: Plug and Play ACPI device, IDs PNP0f13 (active)
+[    0.355991] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
+[    0.355991] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
+[    0.355991] system 00:04: [mem 0xb0000000-0xbfffffff window] has been reserved
+[    0.356347] system 00:04: Plug and Play ACPI device, IDs PNP0c01 (active)
+[    0.357410] pnp: PnP ACPI: found 5 devices
+[    0.362961] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
+[    0.363871] NET: Registered protocol family 2
+[    0.364474] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
+[    0.365307] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
+[    0.366095] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear)
+[    0.366893] TCP: Hash tables configured (established 16384 bind 16384)
+[    0.367563] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
+[    0.368255] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
+[    0.369036] NET: Registered protocol family 1
+[    0.369533] pci 0000:00:02.0: PCI bridge to [bus 01]
+[    0.371860] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
+[    0.372477] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
+[    0.373092] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
+[    0.373765] pci_bus 0000:00: resource 7 [mem 0x80000000-0xafffffff window]
+[    0.374428] pci_bus 0000:00: resource 8 [mem 0xc0000000-0xfebfffff window]
+[    0.375109] pci_bus 0000:00: resource 9 [mem 0x1000000000-0x17ffffffff window]
+[    0.375904] PCI: CLS 0 bytes, default 64
+[    0.376370] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
+[    0.377008] software IO TLB: mapped [mem 0x000000006f600000-0x0000000073600000] (64MB)
+[    0.377807] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2b29812ce43, max_idle_ns: 440795323173 ns
+[    0.379980] workingset: timestamp_bits=46 max_order=19 bucket_order=0
+[    0.381847] fuse: init (API version 7.32)
+[    0.382462] SGI XFS with security attributes, no debug enabled
+[    0.383337] 9p: Installing v9fs 9p2000 file system support
+[    0.383950] NET: Registered protocol family 38
+[    0.384407] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
+[    0.385291] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
+[    0.386003] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
+[    0.386731] ACPI: Power Button [PWRF]
+[    0.387428] PCI Interrupt Link [GSIF] enabled at IRQ 21
+[    0.388885] PCI Interrupt Link [GSIH] enabled at IRQ 23
+[    0.390255] PCI Interrupt Link [GSIE] enabled at IRQ 20
+[    0.393749] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
+[    0.394570] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
+[    0.409740] software IO TLB: Memory encryption is active and system is using DMA bounce buffers
+[    0.411320] printk: console [hvc0] enabled
+[    0.413415] brd: module loaded
+[    0.414644] loop: module loaded
+[    0.416081] scsi host0: Virtio SCSI HBA
+[    0.417023] random: fast init done
+[    0.417469] VFIO - User Level meta-driver version: 0.3
+[    0.418175] random: crng init done
+[    0.418975] xt_time: kernel timezone is -0000
+[    0.419488] IPVS: Registered protocols (TCP, UDP, SCTP, AH, ESP)
+[    0.420221] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
+[    0.421119] IPVS: ipvs loaded.
+[    0.421478] IPVS: [rr] scheduler registered.
+[    0.421979] IPVS: [wrr] scheduler registered.
+[    0.422475] IPVS: [lc] scheduler registered.
+[    0.422970] IPVS: [wlc] scheduler registered.
+[    0.423461] IPVS: [fo] scheduler registered.
+[    0.423982] IPVS: [ovf] scheduler registered.
+[    0.424546] IPVS: [lblc] scheduler registered.
+[    0.425067] IPVS: [lblcr] scheduler registered.
+[    0.425580] IPVS: [dh] scheduler registered.
+[    0.426081] IPVS: [sh] scheduler registered.
+[    0.426572] IPVS: [sed] scheduler registered.
+[    0.427084] IPVS: [nq] scheduler registered.
+[    0.427578] IPVS: ftp: loaded support on port[0] = 21
+[    0.428167] IPVS: [sip] pe registered.
+[    0.428794] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully
+[    0.429549] Initializing XFRM netlink socket
+[    0.430136] NET: Registered protocol family 10
+[    0.430960] Segment Routing with IPv6
+[    0.431417] NET: Registered protocol family 17
+[    0.431971] 9pnet: Installing 9P2000 support
+[    0.433142] NET: Registered protocol family 40
+[    0.433718] IPI shorthand broadcast: enabled
+[    0.434218] sched_clock: Marking stable (290414430, 142054672)->(447457221, -14988119)
+[    0.435600] VFS: Cannot open root device "(null)" or unknown-block(0,0): error -6
+[    0.436567] Please append a correct "root=" boot option; here are the available partitions:
+[    0.437750] 0100            4096 ram0
+[    0.437750]  (driver?)
+[    0.438478] 0101            4096 ram1
+[    0.438478]  (driver?)
+[    0.439182] 0102            4096 ram2
+[    0.439183]  (driver?)
+[    0.439896] 0103            4096 ram3
+[    0.439897]  (driver?)
+[    0.440629] 0104            4096 ram4
+[    0.440630]  (driver?)
+[    0.441346] 0105            4096 ram5
+[    0.441346]  (driver?)
+[    0.442052] 0106            4096 ram6
+[    0.442053]  (driver?)
+[    0.442756] 0107            4096 ram7
+[    0.442756]  (driver?)
+[    0.443457] 0108            4096 ram8
+[    0.443457]  (driver?)
+[    0.444177] 0109            4096 ram9
+[    0.444177]  (driver?)
+[    0.444893] 010a            4096 ram10
+[    0.444893]  (driver?)
+[    0.445609] 010b            4096 ram11
+[    0.445610]  (driver?)
+[    0.446339] 010c            4096 ram12
+[    0.446340]  (driver?)
+[    0.447056] 010d            4096 ram13
+[    0.447057]  (driver?)
+[    0.447781] 010e            4096 ram14
+[    0.447781]  (driver?)
+[    0.448512] 010f            4096 ram15
+[    0.448513]  (driver?)
+[    0.449263] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
+[    0.450170] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 5.10.25 #1
+[    0.450848] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 0.0.0 02/06/2015
+[    0.451699] Call Trace:
+[    0.451995]  dump_stack+0x57/0x6a
+[    0.452378]  panic+0xf6/0x292
+[    0.452745]  mount_block_root+0x2aa/0x324
+[    0.453197]  ? rest_init+0xaa/0xaa
+[    0.453587]  prepare_namespace+0x131/0x160
+[    0.454053]  ? rest_init+0xaa/0xaa
+[    0.454442]  kernel_init+0x5/0xf6
+[    0.454838]  ret_from_fork+0x22/0x30
+[    0.455282] Kernel Offset: disabled
+[    0.455676] Rebooting in 1 seconds..
+```
+
+Complete output from QEMU 6.2.0 without SEV :  
+```
+[    0.000000] Linux version 5.10.25 (gitlab-runner@runner-buildah0) (gcc (Debian 11.2.0-12) 11.2.0, GNU ld (GNU Binutils for Debian) 2.37) #1 SMP Tue Dec 7 11:43:22 CET 2021
+[    0.000000] Command line: tsc=reliable no_timer_check rcupdate.rcu_expedited=1 i8042.direct=1 i8042.dumbkbd=1 i8042.nopnp=1 i8042.noaux=1 noreplace-smp reboot=k console=hvc0 console=hvc1 console=ttyS0 cryptomgr.notests net.ifnames=0 pci=lastbus=0 debug panic=1 nr_cpus=32 scsi_mod.scan=none agent.log=debug
+[    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: xstate_offset[2]:  576, xstate_sizes[2]:  256
+[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
+[    0.000000] BIOS-provided physical RAM map:
+[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
+[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000007fffff] usable
+[    0.000000] BIOS-e820: [mem 0x0000000000800000-0x0000000000807fff] ACPI NVS
+[    0.000000] BIOS-e820: [mem 0x0000000000808000-0x000000000080ffff] usable
+[    0.000000] BIOS-e820: [mem 0x0000000000810000-0x00000000008fffff] ACPI NVS
+[    0.000000] BIOS-e820: [mem 0x0000000000900000-0x000000007f6eefff] usable
+[    0.000000] BIOS-e820: [mem 0x000000007f6ef000-0x000000007f96efff] reserved
+[    0.000000] BIOS-e820: [mem 0x000000007f96f000-0x000000007f97efff] ACPI data
+[    0.000000] BIOS-e820: [mem 0x000000007f97f000-0x000000007f9fefff] ACPI NVS
+[    0.000000] BIOS-e820: [mem 0x000000007f9ff000-0x000000007fe5ffff] usable
+[    0.000000] BIOS-e820: [mem 0x000000007fe60000-0x000000007fe7ffff] reserved
+[    0.000000] BIOS-e820: [mem 0x000000007fe80000-0x000000007fffffff] ACPI NVS
+[    0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved
+[    0.000000] NX (Execute Disable) protection: active
+[    0.000000] efi: EFI v2.70 by EDK II
+[    0.000000] efi: SMBIOS=0x7f7ab000 ACPI=0x7f97e000 ACPI 2.0=0x7f97e014 MEMATTR=0x7e687118
+[    0.000000] SMBIOS 2.8 present.
+[    0.000000] DMI: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 0.0.0 02/06/2015
+[    0.000000] Hypervisor detected: KVM
+[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
+[    0.000000] kvm-clock: cpu 0, msr 37201001, primary cpu clock
+[    0.000000] kvm-clock: using sched offset of 2589542167 cycles
+[    0.000002] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
+[    0.000004] tsc: Detected 2994.372 MHz processor
+[    0.000078] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
+[    0.000081] e820: remove [mem 0x000a0000-0x000fffff] usable
+[    0.000084] last_pfn = 0x7fe60 max_arch_pfn = 0x400000000
+[    0.000106] MTRR default type: write-back
+[    0.000107] MTRR fixed ranges enabled:
+[    0.000108]   00000-9FFFF write-back
+[    0.000109]   A0000-FFFFF uncachable
+[    0.000110] MTRR variable ranges enabled:
+[    0.000111]   0 base 0000C0000000 mask FFFFC0000000 uncachable
+[    0.000111]   1 base 0000B0000000 mask FFFFF0000000 uncachable
+[    0.000112]   2 base 001000000000 mask FFF800000000 uncachable
+[    0.000113]   3 disabled
+[    0.000113]   4 disabled
+[    0.000114]   5 disabled
+[    0.000114]   6 disabled
+[    0.000114]   7 disabled
+[    0.000141] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
+[    0.004269] Using GB pages for direct mapping
+[    0.004654] Secure boot could not be determined
+[    0.004655] RAMDISK: [mem 0x6f1ee000-0x757f5fff]
+[    0.004668] ACPI: Early table checksum verification disabled
+[    0.004673] ACPI: RSDP 0x000000007F97E014 000024 (v02 BOCHS )
+[    0.004676] ACPI: XSDT 0x000000007F97D0E8 000054 (v01 BOCHS  BXPC     00000001      01000013)
+[    0.004682] ACPI: FACP 0x000000007F978000 0000F4 (v03 BOCHS  BXPC     00000001 BXPC 00000001)
+[    0.004686] ACPI: DSDT 0x000000007F979000 003EAE (v01 BOCHS  BXPC     00000001 BXPC 00000001)
+[    0.004688] ACPI: FACS 0x000000007F9DD000 000040
+[    0.004690] ACPI: APIC 0x000000007F977000 000170 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
+[    0.004692] ACPI: HPET 0x000000007F976000 000038 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
+[    0.004694] ACPI: SRAT 0x000000007F975000 0002D0 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
+[    0.004696] ACPI: MCFG 0x000000007F974000 00003C (v01 BOCHS  BXPC     00000001 BXPC 00000001)
+[    0.004698] ACPI: WAET 0x000000007F973000 000028 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
+[    0.004703] ACPI: Local APIC address 0xfee00000
+[    0.004734] Zone ranges:
+[    0.004735]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
+[    0.004736]   DMA32    [mem 0x0000000001000000-0x000000007fe5ffff]
+[    0.004737]   Normal   empty
+[    0.004738]   Device   empty
+[    0.004739] Movable zone start for each node
+[    0.004740] Early memory node ranges
+[    0.004741]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
+[    0.004742]   node   0: [mem 0x0000000000100000-0x00000000007fffff]
+[    0.004743]   node   0: [mem 0x0000000000808000-0x000000000080ffff]
+[    0.004743]   node   0: [mem 0x0000000000900000-0x000000007f6eefff]
+[    0.004744]   node   0: [mem 0x000000007f9ff000-0x000000007fe5ffff]
+[    0.004746] Initmem setup node 0 [mem 0x0000000000001000-0x000000007fe5ffff]
+[    0.004747] On node 0 totalpages: 522743
+[    0.004748]   DMA zone: 59 pages used for memmap
+[    0.004749]   DMA zone: 1814 pages reserved
+[    0.004750]   DMA zone: 3751 pages, LIFO batch:0
+[    0.005315]   DMA zone: 29017 pages in unavailable ranges
+[    0.005316]   DMA32 zone: 8122 pages used for memmap
+[    0.005317]   DMA32 zone: 518992 pages, LIFO batch:63
+[    0.011640]   DMA32 zone: 1200 pages in unavailable ranges
+[    0.012025] ACPI: PM-Timer IO Port: 0x608
+[    0.012028] ACPI: Local APIC address 0xfee00000
+[    0.012037] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
+[    0.012063] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
+[    0.012065] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
+[    0.012067] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
+[    0.012068] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
+[    0.012069] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
+[    0.012070] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
+[    0.012071] ACPI: IRQ0 used by override.
+[    0.012072] ACPI: IRQ5 used by override.
+[    0.012073] ACPI: IRQ9 used by override.
+[    0.012073] ACPI: IRQ10 used by override.
+[    0.012074] ACPI: IRQ11 used by override.
+[    0.012076] Using ACPI (MADT) for SMP configuration information
+[    0.012077] ACPI: HPET id: 0x8086a201 base: 0xfed00000
+[    0.012082] TSC deadline timer available
+[    0.012085] smpboot: Allowing 32 CPUs, 31 hotplug CPUs
+[    0.012093] kvm-guest: KVM setup pv remote TLB flush
+[    0.012099] kvm-guest: setup PV sched yield
+[    0.012110] [mem 0xc0000000-0xffffffff] available for PCI devices
+[    0.012116] Booting paravirtualized kernel on KVM
+[    0.012119] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
+[    0.015048] setup_percpu: NR_CPUS:240 nr_cpumask_bits:240 nr_cpu_ids:32 nr_node_ids:1
+[    0.016599] percpu: Embedded 42 pages/cpu s143360 r0 d28672 u262144
+[    0.016605] pcpu-alloc: s143360 r0 d28672 u262144 alloc=1*2097152
+[    0.016606] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
+[    0.016611] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31
+[    0.016637] kvm-guest: KVM setup async PF for cpu 0
+[    0.016641] kvm-guest: stealtime: cpu 0, msr 6e822080
+[    0.016645] Built 1 zonelists, mobility grouping on.  Total pages: 512748
+[    0.016646] Kernel command line: tsc=reliable no_timer_check rcupdate.rcu_expedited=1 i8042.direct=1 i8042.dumbkbd=1 i8042.nopnp=1 i8042.noaux=1 noreplace-smp reboot=k console=hvc0 console=hvc1 console=ttyS0 cryptomgr.notests net.ifnames=0 pci=lastbus=0 debug panic=1 nr_cpus=32 scsi_mod.scan=none agent.log=debug
+[    0.016721] printk: log_buf_len individual max cpu contribution: 4096 bytes
+[    0.016722] printk: log_buf_len total cpu_extra contributions: 126976 bytes
+[    0.016723] printk: log_buf_len min size: 131072 bytes
+[    0.016904] printk: log_buf_len: 262144 bytes
+[    0.016905] printk: early log buf free: 123296(94%)
+[    0.017240] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
+[    0.017535] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
+[    0.017618] mem auto-init: stack:off, heap alloc:off, heap free:off
+[    0.021841] Memory: 1782444K/2090972K available (10242K kernel code, 956K rwdata, 1456K rodata, 892K init, 3564K bss, 308272K reserved, 0K cma-reserved)
+[    0.021920] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
+[    0.022033] rcu: Hierarchical RCU implementation.
+[    0.022034] rcu: 	RCU restricting CPUs from NR_CPUS=240 to nr_cpu_ids=32.
+[    0.022035] 	All grace periods are expedited (rcu_expedited).
+[    0.022036] 	Tracing variant of Tasks RCU enabled.
+[    0.022037] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
+[    0.022038] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
+[    0.022058] NR_IRQS: 15616, nr_irqs: 680, preallocated irqs: 16
+[    0.022381] rcu: 	Offload RCU callbacks from CPUs: (none).
+[    0.022525] random: get_random_bytes called from start_kernel+0x2fc/0x4ae with crng_init=0
+[    0.022585] Console: colour dummy device 80x25
+[    0.103996] printk: console [ttyS0] enabled
+[    0.104387] ACPI: Core revision 20200925
+[    0.104866] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
+[    0.105761] APIC: Switch to symmetric I/O mode setup
+[    0.106341] x2apic enabled
+[    0.106708] Switched APIC routing to physical x2apic.
+[    0.107178] kvm-guest: setup PV IPIs
+[    0.108191] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
+[    0.108739] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2b29812ce43, max_idle_ns: 440795323173 ns
+[    0.109650] Calibrating delay loop (skipped) preset value.. 5988.74 BogoMIPS (lpj=11977488)
+[    0.113651] pid_max: default: 32768 minimum: 301
+[    0.129407] LSM: Security Framework initializing
+[    0.129680] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
+[    0.130330] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
+[    0.131738] x86/cpu: User Mode Instruction Prevention (UMIP) activated
+[    0.132339] Last level iTLB entries: 4KB 512, 2MB 255, 4MB 127
+[    0.132849] Last level dTLB entries: 4KB 512, 2MB 255, 4MB 127, 1GB 0
+[    0.133655] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
+[    0.134398] Spectre V2 : Mitigation: Full AMD retpoline
+[    0.134857] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
+[    0.135570] Spectre V2 : Enabling Restricted Speculation for firmware calls
+[    0.136182] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
+[    0.136913] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
+[    0.137807] Freeing SMP alternatives memory: 28K
+[    0.138326] smpboot: CPU0: AMD EPYC 7302P 16-Core Processor (family: 0x17, model: 0x31, stepping: 0x0)
+[    0.141129] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
+[    0.141649] ... version:                0
+[    0.141657] ... bit width:              48
+[    0.142342] ... generic registers:      6
+[    0.143012] ... value mask:             0000ffffffffffff
+[    0.143904] ... max period:             00007fffffffffff
+[    0.144790] ... fixed-purpose events:   0
+[    0.145529] ... event mask:             000000000000003f
+[    0.145867] rcu: Hierarchical SRCU implementation.
+[    0.147346] smp: Bringing up secondary CPUs ...
+[    0.148411] smp: Brought up 1 node, 1 CPU
+[    0.149351] smpboot: Max logical packages: 32
+[    0.149660] smpboot: Total of 1 processors activated (5988.74 BogoMIPS)
+[    0.151208] devtmpfs: initialized
+[    0.151830] x86/mm: Memory block size: 128MB
+[    0.152836] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
+[    0.153662] futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
+[    0.155199] NET: Registered protocol family 16
+[    0.156041] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
+[    0.157242] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
+[    0.157661] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
+[    0.159023] thermal_sys: Registered thermal governor 'step_wise'
+[    0.159027] cpuidle: using governor menu
+[    0.161335] ACPI: bus type PCI registered
+[    0.161655] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
+[    0.162805] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xb0000000-0xbfffffff] (base 0xb0000000)
+[    0.164441] PCI: MMCONFIG at [mem 0xb0000000-0xbfffffff] reserved in E820
+[    0.165592] PCI: Using configuration type 1 for base access
+[    0.166553] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
+[    0.167679] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
+[    0.169123] ACPI: Added _OSI(Module Device)
+[    0.169657] ACPI: Added _OSI(Processor Device)
+[    0.170402] ACPI: Added _OSI(3.0 _SCP Extensions)
+[    0.171180] ACPI: Added _OSI(Processor Aggregator Device)
+[    0.172120] ACPI: Added _OSI(Linux-Dell-Video)
+[    0.172866] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
+[    0.173655] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
+[    0.176672] ACPI: 1 ACPI AML tables successfully acquired and loaded
+[    0.178693] ACPI: Interpreter enabled
+[    0.179358] ACPI: (supports S0 S5)
+[    0.179937] ACPI: Using IOAPIC for interrupt routing
+[    0.180969] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
+[    0.181842] ACPI: Enabled 3 GPEs in block 00 to 3F
+[    0.188692] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
+[    0.189662] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
+[    0.191262] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug LTR]
+[    0.192546] acpi PNP0A08:00: _OSC: OS now controls [SHPCHotplug PME PCIeCapability]
+[    0.193820] PCI host bridge to bus 0000:00
+[    0.194509] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
+[    0.195642] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
+[    0.196770] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
+[    0.197654] pci_bus 0000:00: root bus resource [mem 0x80000000-0xafffffff window]
+[    0.198902] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
+[    0.200182] pci_bus 0000:00: root bus resource [mem 0x1000000000-0x17ffffffff window]
+[    0.201533] pci_bus 0000:00: root bus resource [bus 00-ff]
+[    0.201712] pci 0000:00:00.0: [8086:29c0] type 00 class 0x060000
+[    0.203324] pci 0000:00:01.0: [1af4:1003] type 00 class 0x078000
+[    0.205657] pci 0000:00:01.0: reg 0x10: [io  0x60c0-0x60ff]
+[    0.208353] pci 0000:00:01.0: reg 0x14: [mem 0xc0003000-0xc0003fff]
+[    0.213657] pci 0000:00:01.0: reg 0x20: [mem 0x1000000000-0x1000003fff 64bit pref]
+[    0.218281] pci 0000:00:02.0: [1b36:0001] type 01 class 0x060400
+[    0.223034] pci 0000:00:03.0: [1af4:1004] type 00 class 0x010000
+[    0.225394] pci 0000:00:03.0: reg 0x10: [io  0x6080-0x60bf]
+[    0.226822] pci 0000:00:03.0: reg 0x14: [mem 0xc0002000-0xc0002fff]
+[    0.230911] pci 0000:00:03.0: reg 0x20: [mem 0x1000004000-0x1000007fff 64bit pref]
+[    0.235919] pci 0000:00:04.0: [1af4:1005] type 00 class 0x00ff00
+[    0.237656] pci 0000:00:04.0: reg 0x10: [io  0x6120-0x613f]
+[    0.241656] pci 0000:00:04.0: reg 0x20: [mem 0x1000008000-0x100000bfff 64bit pref]
+[    0.244288] pci 0000:00:05.0: [1af4:1009] type 00 class 0x000200
+[    0.247672] pci 0000:00:05.0: reg 0x10: [io  0x6040-0x607f]
+[    0.249624] pci 0000:00:05.0: reg 0x14: [mem 0xc0001000-0xc0001fff]
+[    0.252855] pci 0000:00:05.0: reg 0x20: [mem 0x100000c000-0x100000ffff 64bit pref]
+[    0.257540] pci 0000:00:1f.0: [8086:2918] type 00 class 0x060100
+[    0.258154] pci 0000:00:1f.0: quirk: [io  0x0600-0x067f] claimed by ICH6 ACPI/GPIO/TCO
+[    0.259985] pci 0000:00:1f.2: [8086:2922] type 00 class 0x010601
+[    0.264875] pci 0000:00:1f.2: reg 0x20: [io  0x6100-0x611f]
+[    0.267416] pci 0000:00:1f.2: reg 0x24: [mem 0xc0000000-0xc0000fff]
+[    0.269582] pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
+[    0.271746] pci 0000:00:1f.3: reg 0x20: [io  0x6000-0x603f]
+[    0.274063] pci_bus 0000:01: extended config space not accessible
+[    0.275352] acpiphp: Slot [0] registered
+[    0.276038] acpiphp: Slot [1] registered
+[    0.277675] acpiphp: Slot [2] registered
+[    0.278353] acpiphp: Slot [3] registered
+[    0.279150] acpiphp: Slot [4] registered
+[    0.279837] acpiphp: Slot [5] registered
+[    0.280509] acpiphp: Slot [6] registered
+[    0.281280] acpiphp: Slot [7] registered
+[    0.281677] acpiphp: Slot [8] registered
+[    0.282360] acpiphp: Slot [9] registered
+[    0.283032] acpiphp: Slot [10] registered
+[    0.283814] acpiphp: Slot [11] registered
+[    0.284510] acpiphp: Slot [12] registered
+[    0.285203] acpiphp: Slot [13] registered
+[    0.285678] acpiphp: Slot [14] registered
+[    0.286378] acpiphp: Slot [15] registered
+[    0.287111] acpiphp: Slot [16] registered
+[    0.288055] acpiphp: Slot [17] registered
+[    0.288803] acpiphp: Slot [18] registered
+[    0.289541] acpiphp: Slot [19] registered
+[    0.289674] acpiphp: Slot [20] registered
+[    0.290384] acpiphp: Slot [21] registered
+[    0.291086] acpiphp: Slot [22] registered
+[    0.291778] acpiphp: Slot [23] registered
+[    0.292480] acpiphp: Slot [24] registered
+[    0.293211] acpiphp: Slot [25] registered
+[    0.293674] acpiphp: Slot [26] registered
+[    0.294385] acpiphp: Slot [27] registered
+[    0.295071] acpiphp: Slot [28] registered
+[    0.295953] acpiphp: Slot [29] registered
+[    0.296769] acpiphp: Slot [30] registered
+[    0.297594] acpiphp: Slot [31] registered
+[    0.297916] pci 0000:00:02.0: PCI bridge to [bus 01]
+[    0.300138] pci_bus 0000:00: on NUMA node 0
+[    0.301275] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
+[    0.301748] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
+[    0.302965] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
+[    0.304172] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
+[    0.305263] ACPI: PCI Interrupt Link [LNKE] (IRQs 5 *10 11)
+[    0.305787] ACPI: PCI Interrupt Link [LNKF] (IRQs 5 *10 11)
+[    0.306849] ACPI: PCI Interrupt Link [LNKG] (IRQs 5 10 *11)
+[    0.308110] ACPI: PCI Interrupt Link [LNKH] (IRQs 5 10 *11)
+[    0.309202] ACPI: PCI Interrupt Link [GSIA] (IRQs *16)
+[    0.309667] ACPI: PCI Interrupt Link [GSIB] (IRQs *17)
+[    0.310565] ACPI: PCI Interrupt Link [GSIC] (IRQs *18)
+[    0.311446] ACPI: PCI Interrupt Link [GSID] (IRQs *19)
+[    0.312329] ACPI: PCI Interrupt Link [GSIE] (IRQs *20)
+[    0.313253] ACPI: PCI Interrupt Link [GSIF] (IRQs *21)
+[    0.313672] ACPI: PCI Interrupt Link [GSIG] (IRQs *22)
+[    0.314722] ACPI: PCI Interrupt Link [GSIH] (IRQs *23)
+[    0.317172] iommu: Default domain type: Translated
+[    0.317728] vgaarb: loaded
+[    0.318310] SCSI subsystem initialized
+[    0.318954] pps_core: LinuxPPS API ver. 1 registered
+[    0.319804] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
+[    0.321326] PTP clock support registered
+[    0.321687] Registered efivars operations
+[    0.322500] PCI: Using ACPI for IRQ routing
+[    0.323211] PCI: pci_cache_line_size set to 64 bytes
+[    0.324206] e820: reserve RAM buffer [mem 0x00810000-0x008fffff]
+[    0.325212] e820: reserve RAM buffer [mem 0x7f6ef000-0x7fffffff]
+[    0.325657] e820: reserve RAM buffer [mem 0x7fe60000-0x7fffffff]
+[    0.326754] clocksource: Switched to clocksource kvm-clock
+[    0.327844] pnp: PnP ACPI init
+[    0.328425] pnp 00:00: Plug and Play ACPI device, IDs PNP0303 (active)
+[    0.329649] pnp 00:01: Plug and Play ACPI device, IDs PNP0f13 (active)
+[    0.329809] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
+[    0.331078] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
+[    0.332465] system 00:04: [mem 0xb0000000-0xbfffffff window] has been reserved
+[    0.333902] system 00:04: Plug and Play ACPI device, IDs PNP0c01 (active)
+[    0.335579] pnp: PnP ACPI: found 5 devices
+[    0.341670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
+[    0.343568] NET: Registered protocol family 2
+[    0.345189] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
+[    0.346697] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
+[    0.348298] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear)
+[    0.349954] TCP: Hash tables configured (established 16384 bind 16384)
+[    0.351468] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
+[    0.352774] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
+[    0.354001] NET: Registered protocol family 1
+[    0.354738] pci 0000:00:02.0: PCI bridge to [bus 01]
+[    0.359275] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
+[    0.360332] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
+[    0.361390] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
+[    0.362681] pci_bus 0000:00: resource 7 [mem 0x80000000-0xafffffff window]
+[    0.364042] pci_bus 0000:00: resource 8 [mem 0xc0000000-0xfebfffff window]
+[    0.365243] pci_bus 0000:00: resource 9 [mem 0x1000000000-0x17ffffffff window]
+[    0.366666] PCI: CLS 0 bytes, default 64
+[    0.367453] Trying to unpack rootfs image as initramfs...
+[    2.474287] Freeing initrd memory: 104480K
+[    2.474789] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2b29812ce43, max_idle_ns: 440795323173 ns
+[    2.476083] workingset: timestamp_bits=46 max_order=19 bucket_order=0
+[    2.477757] fuse: init (API version 7.32)
+[    2.478215] SGI XFS with security attributes, no debug enabled
+[    2.478997] 9p: Installing v9fs 9p2000 file system support
+[    2.479591] NET: Registered protocol family 38
+[    2.480035] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
+[    2.480870] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
+[    2.481582] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
+[    2.482309] ACPI: Power Button [PWRF]
+[    2.482943] PCI Interrupt Link [GSIF] enabled at IRQ 21
+[    2.484131] PCI Interrupt Link [GSIH] enabled at IRQ 23
+[    2.485303] PCI Interrupt Link [GSIE] enabled at IRQ 20
+[    2.486896] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
+[    2.487599] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
+[    2.513070] printk: console [hvc0] enabled
+[    2.514550] brd: module loaded
+[    2.515360] random: fast init done
+[    2.516052] loop: module loaded
+[    2.516563] random: crng init done
+[    2.517477] scsi host0: Virtio SCSI HBA
+[    2.518342] VFIO - User Level meta-driver version: 0.3
+[    2.519286] xt_time: kernel timezone is -0000
+[    2.519803] IPVS: Registered protocols (TCP, UDP, SCTP, AH, ESP)
+[    2.520504] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
+[    2.521364] IPVS: ipvs loaded.
+[    2.521734] IPVS: [rr] scheduler registered.
+[    2.522232] IPVS: [wrr] scheduler registered.
+[    2.522732] IPVS: [lc] scheduler registered.
+[    2.523234] IPVS: [wlc] scheduler registered.
+[    2.523733] IPVS: [fo] scheduler registered.
+[    2.524237] IPVS: [ovf] scheduler registered.
+[    2.524741] IPVS: [lblc] scheduler registered.
+[    2.525253] IPVS: [lblcr] scheduler registered.
+[    2.525778] IPVS: [dh] scheduler registered.
+[    2.526281] IPVS: [sh] scheduler registered.
+[    2.526770] IPVS: [sed] scheduler registered.
+[    2.527273] IPVS: [nq] scheduler registered.
+[    2.527761] IPVS: ftp: loaded support on port[0] = 21
+[    2.528335] IPVS: [sip] pe registered.
+[    2.528913] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully
+[    2.529668] Initializing XFRM netlink socket
+[    2.530243] NET: Registered protocol family 10
+[    2.530990] Segment Routing with IPv6
+[    2.531446] NET: Registered protocol family 17
+[    2.531980] 9pnet: Installing 9P2000 support
+[    2.532904] NET: Registered protocol family 40
+[    2.533452] IPI shorthand broadcast: enabled
+[    2.533957] sched_clock: Marking stable (2450694990, 83251786)->(2555552194, -21605418)
+[    2.535774] Freeing unused decrypted memory: 2036K
+[    2.536717] Freeing unused kernel image (initmem) memory: 892K
+[    2.537482] Write protecting the kernel read-only data: 14336k
+[    2.538869] Freeing unused kernel image (text/rodata gap) memory: 2044K
+[    2.539890] Freeing unused kernel image (rodata/data gap) memory: 592K
+[    2.540714] Run /init as init process
+[    2.541191]   with arguments:
+[    2.541582]     /init
+[    2.541885]   with environment:
+[    2.542325]     HOME=/
+[    2.542640]     TERM=linux
+```
+
+Expected output as previous versions 
+Complete output from QEMU 6.0.0 with SEV :  
+```
+[    0.000000] Linux version 5.10.25 (gitlab-runner@runner-buildah0) (gcc (Debian 11.2.0-12) 11.2.0, GNU ld (GNU Binutils for Debian) 2.37) #1 SMP Tue Dec 7 11:43:22 CET 2021
+[    0.000000] Command line: tsc=reliable no_timer_check rcupdate.rcu_expedited=1 i8042.direct=1 i8042.dumbkbd=1 i8042.nopnp=1 i8042.noaux=1 noreplace-smp reboot=k console=hvc0 console=hvc1 console=ttyS0 cryptomgr.notests net.ifnames=0 pci=lastbus=0 debug panic=1 nr_cpus=32 scsi_mod.scan=none agent.log=debug
+[    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: xstate_offset[2]:  576, xstate_sizes[2]:  256
+[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
+[    0.000000] BIOS-provided physical RAM map:
+[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
+[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000007fffff] usable
+[    0.000000] BIOS-e820: [mem 0x0000000000800000-0x0000000000807fff] ACPI NVS
+[    0.000000] BIOS-e820: [mem 0x0000000000808000-0x000000000080ffff] usable
+[    0.000000] BIOS-e820: [mem 0x0000000000810000-0x00000000008fffff] ACPI NVS
+[    0.000000] BIOS-e820: [mem 0x0000000000900000-0x000000007f6eefff] usable
+[    0.000000] BIOS-e820: [mem 0x000000007f6ef000-0x000000007f96efff] reserved
+[    0.000000] BIOS-e820: [mem 0x000000007f96f000-0x000000007f97efff] ACPI data
+[    0.000000] BIOS-e820: [mem 0x000000007f97f000-0x000000007f9fefff] ACPI NVS
+[    0.000000] BIOS-e820: [mem 0x000000007f9ff000-0x000000007fe5ffff] usable
+[    0.000000] BIOS-e820: [mem 0x000000007fe60000-0x000000007fe7ffff] reserved
+[    0.000000] BIOS-e820: [mem 0x000000007fe80000-0x000000007fffffff] ACPI NVS
+[    0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved
+[    0.000000] NX (Execute Disable) protection: active
+[    0.000000] efi: EFI v2.70 by EDK II
+[    0.000000] efi: SMBIOS=0x7f7ab000 ACPI=0x7f97e000 ACPI 2.0=0x7f97e014 MEMATTR=0x7e9d8118
+[    0.000000] SMBIOS 2.8 present.
+[    0.000000] DMI: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 0.0.0 02/06/2015
+[    0.000000] Hypervisor detected: KVM
+[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
+[    0.000000] kvm-clock: cpu 0, msr 14201001, primary cpu clock
+[    0.000001] kvm-clock: using sched offset of 3987202924 cycles
+[    0.000004] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
+[    0.000006] tsc: Detected 2994.372 MHz processor
+[    0.000158] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
+[    0.000161] e820: remove [mem 0x000a0000-0x000fffff] usable
+[    0.000168] last_pfn = 0x7fe60 max_arch_pfn = 0x400000000
+[    0.000215] MTRR default type: write-back
+[    0.000216] MTRR fixed ranges enabled:
+[    0.000218]   00000-9FFFF write-back
+[    0.000220]   A0000-FFFFF uncachable
+[    0.000220] MTRR variable ranges enabled:
+[    0.000222]   0 base 0000C0000000 mask FFFFC0000000 uncachable
+[    0.000224]   1 base 0000B0000000 mask FFFFF0000000 uncachable
+[    0.000226]   2 base 001000000000 mask FFF800000000 uncachable
+[    0.000227]   3 disabled
+[    0.000227]   4 disabled
+[    0.000228]   5 disabled
+[    0.000229]   6 disabled
+[    0.000230]   7 disabled
+[    0.000274] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
+[    0.008664] Using GB pages for direct mapping
+[    0.009370] Secure boot could not be determined
+[    0.009372] RAMDISK: [mem 0x6f1ee000-0x757f5fff]
+[    0.009399] ACPI: Early table checksum verification disabled
+[    0.009410] ACPI: RSDP 0x000000007F97E014 000024 (v02 BOCHS )
+[    0.009415] ACPI: XSDT 0x000000007F97D0E8 000054 (v01 BOCHS  BXPC     00000001      01000013)
+[    0.009423] ACPI: FACP 0x000000007F978000 0000F4 (v03 BOCHS  BXPC     00000001 BXPC 00000001)
+[    0.009430] ACPI: DSDT 0x000000007F979000 003278 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
+[    0.009435] ACPI: FACS 0x000000007F9DD000 000040
+[    0.009439] ACPI: APIC 0x000000007F977000 000170 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
+[    0.009443] ACPI: HPET 0x000000007F976000 000038 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
+[    0.009448] ACPI: SRAT 0x000000007F975000 0002D0 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
+[    0.009452] ACPI: MCFG 0x000000007F974000 00003C (v01 BOCHS  BXPC     00000001 BXPC 00000001)
+[    0.009456] ACPI: WAET 0x000000007F973000 000028 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
+[    0.009466] ACPI: Local APIC address 0xfee00000
+[    0.009507] Zone ranges:
+[    0.009508]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
+[    0.009511]   DMA32    [mem 0x0000000001000000-0x000000007fe5ffff]
+[    0.009513]   Normal   empty
+[    0.009514]   Device   empty
+[    0.009516] Movable zone start for each node
+[    0.009517] Early memory node ranges
+[    0.009518]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
+[    0.009520]   node   0: [mem 0x0000000000100000-0x00000000007fffff]
+[    0.009521]   node   0: [mem 0x0000000000808000-0x000000000080ffff]
+[    0.009522]   node   0: [mem 0x0000000000900000-0x000000007f6eefff]
+[    0.009523]   node   0: [mem 0x000000007f9ff000-0x000000007fe5ffff]
+[    0.009525] Initmem setup node 0 [mem 0x0000000000001000-0x000000007fe5ffff]
+[    0.009528] On node 0 totalpages: 522743
+[    0.009529]   DMA zone: 59 pages used for memmap
+[    0.009531]   DMA zone: 1814 pages reserved
+[    0.009532]   DMA zone: 3751 pages, LIFO batch:0
+[    0.009843]   DMA zone: 29017 pages in unavailable ranges
+[    0.009845]   DMA32 zone: 8122 pages used for memmap
+[    0.009846]   DMA32 zone: 518992 pages, LIFO batch:63
+[    0.014033]   DMA32 zone: 1200 pages in unavailable ranges
+[    0.014785] ACPI: PM-Timer IO Port: 0x608
+[    0.014788] ACPI: Local APIC address 0xfee00000
+[    0.014803] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
+[    0.014994] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
+[    0.014998] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
+[    0.015001] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
+[    0.015003] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
+[    0.015005] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
+[    0.015006] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
+[    0.015007] ACPI: IRQ0 used by override.
+[    0.015009] ACPI: IRQ5 used by override.
+[    0.015010] ACPI: IRQ9 used by override.
+[    0.015011] ACPI: IRQ10 used by override.
+[    0.015011] ACPI: IRQ11 used by override.
+[    0.015014] Using ACPI (MADT) for SMP configuration information
+[    0.015017] ACPI: HPET id: 0x8086a201 base: 0xfed00000
+[    0.015021] TSC deadline timer available
+[    0.015027] smpboot: Allowing 32 CPUs, 31 hotplug CPUs
+[    0.015039] kvm-guest: KVM setup pv remote TLB flush
+[    0.015048] kvm-guest: setup PV sched yield
+[    0.015065] [mem 0xc0000000-0xffffffff] available for PCI devices
+[    0.015066] Booting paravirtualized kernel on KVM
+[    0.015070] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
+[    0.020345] setup_percpu: NR_CPUS:240 nr_cpumask_bits:240 nr_cpu_ids:32 nr_node_ids:1
+[    0.021575] percpu: Embedded 42 pages/cpu s143360 r0 d28672 u262144
+[    0.021585] pcpu-alloc: s143360 r0 d28672 u262144 alloc=1*2097152
+[    0.021587] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
+[    0.021596] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31
+[    0.027137] kvm-guest: KVM setup async PF for cpu 0
+[    0.027144] kvm-guest: stealtime: cpu 0, msr 7d622080
+[    0.027159] Built 1 zonelists, mobility grouping on.  Total pages: 512748
+[    0.027161] Kernel command line: tsc=reliable no_timer_check rcupdate.rcu_expedited=1 i8042.direct=1 i8042.dumbkbd=1 i8042.nopnp=1 i8042.noaux=1 noreplace-smp reboot=k console=hvc0 console=hvc1 console=ttyS0 cryptomgr.notests net.ifnames=0 pci=lastbus=0 debug panic=1 nr_cpus=32 scsi_mod.scan=none agent.log=debug
+[    0.027288] printk: log_buf_len individual max cpu contribution: 4096 bytes
+[    0.027290] printk: log_buf_len total cpu_extra contributions: 126976 bytes
+[    0.027291] printk: log_buf_len min size: 131072 bytes
+[    0.027523] printk: log_buf_len: 262144 bytes
+[    0.027524] printk: early log buf free: 123296(94%)
+[    0.027737] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
+[    0.027850] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
+[    0.027991] mem auto-init: stack:off, heap alloc:off, heap free:off
+[    0.040909] Memory: 1711324K/2090972K available (10242K kernel code, 956K rwdata, 1456K rodata, 892K init, 3564K bss, 379392K reserved, 0K cma-reserved)
+[    0.041029] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
+[    0.041170] rcu: Hierarchical RCU implementation.
+[    0.041171] rcu: 	RCU restricting CPUs from NR_CPUS=240 to nr_cpu_ids=32.
+[    0.041173] 	All grace periods are expedited (rcu_expedited).
+[    0.041174] 	Tracing variant of Tasks RCU enabled.
+[    0.041176] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
+[    0.041177] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
+[    0.041233] NR_IRQS: 15616, nr_irqs: 680, preallocated irqs: 16
+[    0.041739] rcu: 	Offload RCU callbacks from CPUs: (none).
+[    0.041913] random: get_random_bytes called from start_kernel+0x2fc/0x4ae with crng_init=0
+[    0.041995] Console: colour dummy device 80x25
+[    0.140890] printk: console [ttyS0] enabled
+[    0.154171] AMD Memory Encryption Features active: SEV
+[    0.154858] ACPI: Core revision 20200925
+[    0.155536] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
+[    0.156743] APIC: Switch to symmetric I/O mode setup
+[    0.158619] x2apic enabled
+[    0.160959] Switched APIC routing to physical x2apic.
+[    0.161554] kvm-guest: setup PV IPIs
+[    0.168397] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
+[    0.169300] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2b29812ce43, max_idle_ns: 440795323173 ns
+[    0.170521] Calibrating delay loop (skipped) preset value.. 5988.74 BogoMIPS (lpj=11977488)
+[    0.171487] pid_max: default: 32768 minimum: 301
+[    0.202181] LSM: Security Framework initializing
+[    0.202548] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
+[    0.203685] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
+[    0.205011] x86/cpu: User Mode Instruction Prevention (UMIP) activated
+[    0.205802] Last level iTLB entries: 4KB 512, 2MB 255, 4MB 127
+[    0.206525] Last level dTLB entries: 4KB 512, 2MB 255, 4MB 127, 1GB 0
+[    0.207435] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
+[    0.208419] Spectre V2 : Mitigation: Full AMD retpoline
+[    0.209026] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
+[    0.209975] Spectre V2 : Enabling Restricted Speculation for firmware calls
+[    0.210523] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
+[    0.211737] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
+[    0.213043] Freeing SMP alternatives memory: 28K
+[    0.213721] smpboot: CPU0: AMD EPYC 7302P 16-Core Processor (family: 0x17, model: 0x31, stepping: 0x0)
+[    0.214519] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
+[    0.214519] ... version:                0
+[    0.214519] ... bit width:              48
+[    0.214519] ... generic registers:      6
+[    0.214519] ... value mask:             0000ffffffffffff
+[    0.214525] ... max period:             00007fffffffffff
+[    0.215142] ... fixed-purpose events:   0
+[    0.215616] ... event mask:             000000000000003f
+[    0.216346] rcu: Hierarchical SRCU implementation.
+[    0.217174] smp: Bringing up secondary CPUs ...
+[    0.217714] smp: Brought up 1 node, 1 CPU
+[    0.218184] smpboot: Max logical packages: 32
+[    0.218527] smpboot: Total of 1 processors activated (5988.74 BogoMIPS)
+[    0.219686] devtmpfs: initialized
+[    0.220119] x86/mm: Memory block size: 128MB
+[    0.220864] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
+[    0.221995] futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
+[    0.222863] NET: Registered protocol family 16
+[    0.223660] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
+[    0.224813] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
+[    0.225857] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
+[    0.226565] thermal_sys: Registered thermal governor 'step_wise'
+[    0.226569] cpuidle: using governor menu
+[    0.228447] ACPI: bus type PCI registered
+[    0.228925] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
+[    0.229775] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xb0000000-0xbfffffff] (base 0xb0000000)
+[    0.230527] PCI: MMCONFIG at [mem 0xb0000000-0xbfffffff] reserved in E820
+[    0.231331] PCI: Using configuration type 1 for base access
+[    0.232839] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
+[    0.233641] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
+[    0.234545] ACPI: Added _OSI(Module Device)
+[    0.235040] ACPI: Added _OSI(Processor Device)
+[    0.235568] ACPI: Added _OSI(3.0 _SCP Extensions)
+[    0.236115] ACPI: Added _OSI(Processor Aggregator Device)
+[    0.236745] ACPI: Added _OSI(Linux-Dell-Video)
+[    0.237264] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
+[    0.237886] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
+[    0.240277] ACPI: 1 ACPI AML tables successfully acquired and loaded
+[    0.242125] ACPI: Interpreter enabled
+[    0.242530] ACPI: (supports S0 S5)
+[    0.242933] ACPI: Using IOAPIC for interrupt routing
+[    0.243537] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
+[    0.244744] ACPI: Enabled 2 GPEs in block 00 to 3F
+[    0.250149] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
+[    0.250531] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
+[    0.251661] acpi PNP0A08:00: _OSC: platform does not support [LTR]
+[    0.252454] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
+[    0.253626] PCI host bridge to bus 0000:00
+[    0.254115] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
+[    0.254526] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
+[    0.255309] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
+[    0.256179] pci_bus 0000:00: root bus resource [mem 0x80000000-0xafffffff window]
+[    0.257045] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
+[    0.257910] pci_bus 0000:00: root bus resource [mem 0x1000000000-0x17ffffffff window]
+[    0.258525] pci_bus 0000:00: root bus resource [bus 00-ff]
+[    0.259223] pci 0000:00:00.0: [8086:29c0] type 00 class 0x060000
+[    0.260509] pci 0000:00:01.0: [1af4:1043] type 00 class 0x078000
+[    0.263098] pci 0000:00:01.0: reg 0x14: [mem 0xc0003000-0xc0003fff]
+[    0.267149] pci 0000:00:01.0: reg 0x20: [mem 0x1000000000-0x1000003fff 64bit pref]
+[    0.269843] pci 0000:00:02.0: [1b36:0001] type 01 class 0x060400
+[    0.275338] pci 0000:00:03.0: [1af4:1048] type 00 class 0x010000
+[    0.277811] pci 0000:00:03.0: reg 0x14: [mem 0xc0002000-0xc0002fff]
+[    0.281320] pci 0000:00:03.0: reg 0x20: [mem 0x1000004000-0x1000007fff 64bit pref]
+[    0.284951] pci 0000:00:04.0: [1af4:1044] type 00 class 0x00ff00
+[    0.287749] pci 0000:00:04.0: reg 0x20: [mem 0x1000008000-0x100000bfff 64bit pref]
+[    0.289851] pci 0000:00:05.0: [1af4:1049] type 00 class 0x000200
+[    0.292301] pci 0000:00:05.0: reg 0x14: [mem 0xc0001000-0xc0001fff]
+[    0.295709] pci 0000:00:05.0: reg 0x20: [mem 0x100000c000-0x100000ffff 64bit pref]
+[    0.298275] pci 0000:00:1f.0: [8086:2918] type 00 class 0x060100
+[    0.299038] pci 0000:00:1f.0: quirk: [io  0x0600-0x067f] claimed by ICH6 ACPI/GPIO/TCO
+[    0.300211] pci 0000:00:1f.2: [8086:2922] type 00 class 0x010601
+[    0.306084] pci 0000:00:1f.2: reg 0x20: [io  0x6040-0x605f]
+[    0.307285] pci 0000:00:1f.2: reg 0x24: [mem 0xc0000000-0xc0000fff]
+[    0.309200] pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
+[    0.312072] pci 0000:00:1f.3: reg 0x20: [io  0x6000-0x603f]
+[    0.314207] pci_bus 0000:01: extended config space not accessible
+[    0.314817] pci 0000:00:02.0: PCI bridge to [bus 01]
+[    0.317358] pci_bus 0000:00: on NUMA node 0
+[    0.318107] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
+[    0.318611] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
+[    0.319355] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
+[    0.320094] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
+[    0.320826] ACPI: PCI Interrupt Link [LNKE] (IRQs 5 *10 11)
+[    0.321565] ACPI: PCI Interrupt Link [LNKF] (IRQs 5 *10 11)
+[    0.322302] ACPI: PCI Interrupt Link [LNKG] (IRQs 5 10 *11)
+[    0.322608] ACPI: PCI Interrupt Link [LNKH] (IRQs 5 10 *11)
+[    0.323292] ACPI: PCI Interrupt Link [GSIA] (IRQs *16)
+[    0.323908] ACPI: PCI Interrupt Link [GSIB] (IRQs *17)
+[    0.324522] ACPI: PCI Interrupt Link [GSIC] (IRQs *18)
+[    0.325132] ACPI: PCI Interrupt Link [GSID] (IRQs *19)
+[    0.325746] ACPI: PCI Interrupt Link [GSIE] (IRQs *20)
+[    0.326356] ACPI: PCI Interrupt Link [GSIF] (IRQs *21)
+[    0.326533] ACPI: PCI Interrupt Link [GSIG] (IRQs *22)
+[    0.327148] ACPI: PCI Interrupt Link [GSIH] (IRQs *23)
+[    0.329169] iommu: Default domain type: Translated
+[    0.329808] vgaarb: loaded
+[    0.330245] SCSI subsystem initialized
+[    0.330537] pps_core: LinuxPPS API ver. 1 registered
+[    0.331124] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
+[    0.332182] PTP clock support registered
+[    0.332667] Registered efivars operations
+[    0.333281] PCI: Using ACPI for IRQ routing
+[    0.333783] PCI: pci_cache_line_size set to 64 bytes
+[    0.334528] e820: reserve RAM buffer [mem 0x00810000-0x008fffff]
+[    0.335230] e820: reserve RAM buffer [mem 0x7f6ef000-0x7fffffff]
+[    0.335932] e820: reserve RAM buffer [mem 0x7fe60000-0x7fffffff]
+[    0.336675] clocksource: Switched to clocksource kvm-clock
+[    0.337485] pnp: PnP ACPI init
+[    0.337896] pnp 00:00: Plug and Play ACPI device, IDs PNP0303 (active)
+[    0.338519] pnp 00:01: Plug and Play ACPI device, IDs PNP0f13 (active)
+[    0.338519] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
+[    0.338519] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
+[    0.338920] system 00:04: [mem 0xb0000000-0xbfffffff window] has been reserved
+[    0.339770] system 00:04: Plug and Play ACPI device, IDs PNP0c01 (active)
+[    0.341103] pnp: PnP ACPI: found 5 devices
+[    0.346943] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
+[    0.348014] NET: Registered protocol family 2
+[    0.348722] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
+[    0.349720] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
+[    0.350698] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear)
+[    0.351620] TCP: Hash tables configured (established 16384 bind 16384)
+[    0.352423] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
+[    0.353213] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
+[    0.354115] NET: Registered protocol family 1
+[    0.354654] pci 0000:00:02.0: PCI bridge to [bus 01]
+[    0.357279] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
+[    0.358008] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
+[    0.358744] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
+[    0.359541] pci_bus 0000:00: resource 7 [mem 0x80000000-0xafffffff window]
+[    0.360345] pci_bus 0000:00: resource 8 [mem 0xc0000000-0xfebfffff window]
+[    0.361145] pci_bus 0000:00: resource 9 [mem 0x1000000000-0x17ffffffff window]
+[    0.362089] PCI: CLS 0 bytes, default 64
+[    0.362638] Trying to unpack rootfs image as initramfs...
+[    2.307254] Freeing initrd memory: 104480K
+[    2.307791] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
+[    2.308521] software IO TLB: mapped [mem 0x0000000069000000-0x000000006d000000] (64MB)
+[    2.309454] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2b29812ce43, max_idle_ns: 440795323173 ns
+[    2.311063] workingset: timestamp_bits=46 max_order=19 bucket_order=0
+[    2.313608] fuse: init (API version 7.32)
+[    2.314181] SGI XFS with security attributes, no debug enabled
+[    2.315435] 9p: Installing v9fs 9p2000 file system support
+[    2.316233] NET: Registered protocol family 38
+[    2.316827] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
+[    2.317926] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
+[    2.318847] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
+[    2.319752] ACPI: Power Button [PWRF]
+[    2.320661] PCI Interrupt Link [GSIF] enabled at IRQ 21
+[    2.322549] PCI Interrupt Link [GSIH] enabled at IRQ 23
+[    2.324157] PCI Interrupt Link [GSIE] enabled at IRQ 20
+[    2.326555] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
+[    2.327388] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
+[    2.341959] software IO TLB: Memory encryption is active and system is using DMA bounce buffers
+[    2.344242] printk: console [hvc0] enabled
+[    2.346335] brd: module loaded
+[    2.347023] random: fast init done
+[    2.347786] random: crng init done
+[    2.349418] loop: module loaded
+[    2.351182] scsi host0: Virtio SCSI HBA
+[    2.352317] VFIO - User Level meta-driver version: 0.3
+[    2.353380] xt_time: kernel timezone is -0000
+[    2.354028] IPVS: Registered protocols (TCP, UDP, SCTP, AH, ESP)
+[    2.354873] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
+[    2.355859] IPVS: ipvs loaded.
+[    2.356319] IPVS: [rr] scheduler registered.
+[    2.356933] IPVS: [wrr] scheduler registered.
+[    2.357542] IPVS: [lc] scheduler registered.
+[    2.358152] IPVS: [wlc] scheduler registered.
+[    2.358787] IPVS: [fo] scheduler registered.
+[    2.359343] IPVS: [ovf] scheduler registered.
+[    2.359968] IPVS: [lblc] scheduler registered.
+[    2.360595] IPVS: [lblcr] scheduler registered.
+[    2.361236] IPVS: [dh] scheduler registered.
+[    2.361846] IPVS: [sh] scheduler registered.
+[    2.362468] IPVS: [sed] scheduler registered.
+[    2.363060] IPVS: [nq] scheduler registered.
+[    2.363623] IPVS: ftp: loaded support on port[0] = 21
+[    2.364272] IPVS: [sip] pe registered.
+[    2.364967] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully
+[    2.365818] Initializing XFRM netlink socket
+[    2.366474] NET: Registered protocol family 10
+[    2.367351] Segment Routing with IPv6
+[    2.367888] NET: Registered protocol family 17
+[    2.368518] 9pnet: Installing 9P2000 support
+[    2.369955] NET: Registered protocol family 40
+[    2.370608] IPI shorthand broadcast: enabled
+[    2.371198] sched_clock: Marking stable (2249797515, 120751625)->(2381329269, -10780129)
+[    2.373554] Freeing unused decrypted memory: 2036K
+[    2.374622] Freeing unused kernel image (initmem) memory: 892K
+[    2.375403] Write protecting the kernel read-only data: 14336k
+[    2.377004] Freeing unused kernel image (text/rodata gap) memory: 2044K
+[    2.378219] Freeing unused kernel image (rodata/data gap) memory: 592K
+[    2.379114] Run /init as init process
+[    2.379599]   with arguments:
+[    2.380009]     /init
+[    2.380321]   with environment:
+[    2.380749]     HOME=/
+[    2.381071]     TERM=linux
+```