intel / tdx-tools

Cloud Stack and Solutions for Intel TDX (Trust Domain Extension)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

virsh console not working with tdx enabled vm

wdsun1008 opened this issue · comments

I am trying to manage TDX virtual machines that use a customized operating system using virt-install, and I'm encountering the following questions:

  1. When using Ubuntu 22.04 as a host and guest image, along with a start_qemu script, the virtual machine starts normally and goes straight into the console.
  2. I've used mkosi to create a Ubuntu 22.04 guest image, and installed the kernel required by TDX from the deb package inside the guest image. I'm doing direct boot with virt-install, the command is as follows.
virt-install \
        --name test \
        --virt-type kvm \
        --cpu host \
        --osinfo linux2022 \
        --memory 8192 --vcpus 4 \
        --boot kernel=os_dir/image.vmlinuz,initrd=os_dir/image.initrd,cmdline="rhgb selinux=0 audit=0 console=ttyS0 earlyprintk=serial systemd.verity=1 systemd.verity_root_options=panic-on-corruption rd.emergency=reboot rd.shell=0 systemd.unified_cgroup_hierarchy=0 roothash=4091348d330e62b0140544400c45d5be62d4745660d413612bd8767e77f64fb0",loader=/usr/share/qemu/OVMF.debug.fd,loader.readonly=yes,loader.stateless=yes \
        --import \
        --disk path=os_dir/image.qcow2,format=qcow2,bus=virtio \
        --network bridge=virbr0,mac=xxxxxxxxxxxxxxxx \
        --graphics=none \
        --noautoconsole \
        --console pty,target_type=serial \
        --launchSecurity tdx,policy=0x10000000 \
        --memorybacking source.type=memfd-private \
        --features ioapic.driver=qemu \
        --tpm none \
        --qemu-commandline="-cpu host,-kvm-steal-time -machine kernel_irqchip=split" 

With virsh console, I noticed that UEFI correctly printed the debug log, but no kernel logs were printed after SetUefiImageMemoryAttributes. I initially thought the booting process failed. However, upon randomly trying, I found that I could ping the virtual machine and access the built-in services of our customized operating system, indicating that everything had started normally. All network and system services seem to be functioning correctly.
3. For non-TDX VM booting, without --launchSecurity tdx,policy=0x10000000 and
--memorybacking source.type=memfd-private virsh console displays kernel logs normally and allows for login to the virtual machine.

I enabled SSH and obtained the guest kernel logs.

[    0.000000] Linux version 6.2.16-v5.0.mvp40-generic (root@49395a3e1006) (gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #tdx SMP PREEMPT_DYNAMIC Mon Nov  6 11:00:15 UTC 2023
[    0.000000] Command line: rhgb selinux=0 audit=0 console=ttyS0 earlyprintk=serial systemd.verity=1 systemd.verity_root_options=panic-on-corruption rd.emergency=reboot rd.shell=0 systemd.unified_cgroup_hierarchy=0 roothash=e9fb2db4a91194b863fa940bdb53a83a829dd288dd6f6ba2548988357432ba9d initrd=initrd
[    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/split lock detection: #DB: warning on user-space bus_locks
[    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: Supporting XSAVE feature 0x20000: 'AMX Tile config'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x40000: 'AMX Tile data'
[    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: xstate_offset[17]: 2496, xstate_sizes[17]:   64
[    0.000000] x86/fpu: xstate_offset[18]: 2560, xstate_sizes[18]: 8192
[    0.000000] x86/fpu: Enabled xstate features 0x602e7, context size is 10752 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 11952
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000080bfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000080c000-0x000000000080cfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000080d000-0x000000007c303fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007c304000-0x000000007c3fffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007c400000-0x000000007c606fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007c607000-0x000000007c608fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007c609000-0x000000007c65ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007c660000-0x000000007c660fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007c661000-0x000000007cea3fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007cea4000-0x000000007cebbfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007cebc000-0x000000007cf0dfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007cf0e000-0x000000007d205fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007d206000-0x000000007d2f2fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007d2f3000-0x000000007e7b3fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007e7b4000-0x000000007e80bfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007e80c000-0x000000007e813fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007e814000-0x000000007e817fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007e818000-0x000000007ff7bfff] usable
[    0.000000] BIOS-e820: [mem 0x000000007ff7c000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000027fffffff] usable
[    0.000000] printk: bootconsole [earlyser0] enabled
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.70 by EDK II
[    0.000000] efi: ACPI=0x7e813000 ACPI 2.0=0x7e813014 SMBIOS=0x7e7e9000 MEMATTR=0x7c2bf518 INITRD=0x7c2bdc18 
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: QEMU Standard PC (Q35 + ICH9, 2009), BIOS unknown 2/2/2022
[    0.000000] Hypervisor detected: KVM
[    0.000000] tsc: Detected 1700.000 MHz processor
[    0.000006] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000009] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000016] last_pfn = 0x280000 max_arch_pfn = 0x10000000000
[    0.000220] MTRRs disabled (not available)
[    0.000368] x86/PAT: Configuration [0-7]: WB  WT  UC- UC  WB  WT  UC- UC  
[    0.000738] x2apic: enabled by BIOS, switching to x2apic ops
[    0.000943] last_pfn = 0x7ff7c max_arch_pfn = 0x10000000000
[    0.012365] last_pfn = 0x280000 max_arch_pfn = 0x10000000000
[    0.012570] software IO TLB: SWIOTLB bounce buffer size adjusted to 491MB
[    0.012578] Using GB pages for direct mapping
[    0.019872] Secure boot disabled
[    0.019989] RAMDISK: [mem 0x73306000-0x770effff]
[    0.020158] ACPI: Early table checksum verification disabled
[    0.020364] ACPI: RSDP 0x000000007E813014 000024 (v02 BOCHS )
[    0.020575] ACPI: XSDT 0x000000007E8120E8 00004C (v01 BOCHS  BXPC     00000001      01000013)
[    0.020888] ACPI: FACP 0x000000007E80D000 0000F4 (v03 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.021201] ACPI: DSDT 0x000000007E80E000 002946 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.021523] ACPI: FACS 0x000000007E816000 000040
[    0.021694] ACPI: CCEL 0x000000007E811000 000038 (v01 INTEL  EDK2     00000002      01000013)
[    0.022008] ACPI: Ignoring installation of MCFG
[    0.022176] ACPI: Ignoring installation of WAET
[    0.022345] ACPI: APIC 0x000000007C660000 00010E (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.022657] ACPI: Reserving FACP table memory at [mem 0x7e80d000-0x7e80d0f3]
[    0.022914] ACPI: Reserving DSDT table memory at [mem 0x7e80e000-0x7e810945]
[    0.023170] ACPI: Reserving FACS table memory at [mem 0x7e816000-0x7e81603f]
[    0.023426] ACPI: Reserving CCEL table memory at [mem 0x7e811000-0x7e811037]
[    0.023707] Setting APIC routing to cluster x2apic.
[    0.023961] No NUMA configuration found
[    0.024101] Faking a node at [mem 0x0000000000000000-0x000000027fffffff]
[    0.024357] NODE_DATA(0) allocated [mem 0x27ffd5000-0x27fffffff]
[    0.424670] Zone ranges:
[    0.424763]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.424988]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.425213]   Normal   [mem 0x0000000100000000-0x000000027fffffff]
[    0.425447]   Device   empty
[    0.425553] Movable zone start for each node
[    0.425710] Early memory node ranges
[    0.425840]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.426068]   node   0: [mem 0x0000000000100000-0x000000000080bfff]
[    0.426296]   node   0: [mem 0x000000000080d000-0x000000007c303fff]
[    0.426524]   node   0: [mem 0x000000007c400000-0x000000007c606fff]
[    0.426752]   node   0: [mem 0x000000007c609000-0x000000007c65ffff]
[    0.426980]   node   0: [mem 0x000000007c661000-0x000000007cea3fff]
[    0.427208]   node   0: [mem 0x000000007cf0e000-0x000000007d205fff]
[    0.427435]   node   0: [mem 0x000000007d2f3000-0x000000007e7b3fff]
[    0.427663]   node   0: [mem 0x000000007e818000-0x000000007ff7bfff]
[    0.427891]   node   0: [mem 0x0000000100000000-0x000000027fffffff]
[    0.428119] Initmem setup node 0 [mem 0x0000000000001000-0x000000027fffffff]
[    0.428383] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.428397] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.428625] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.432095] On node 0, zone DMA32: 252 pages in unavailable ranges
[    0.432310] On node 0, zone DMA32: 2 pages in unavailable ranges
[    0.432551] On node 0, zone DMA32: 1 pages in unavailable ranges
[    0.432776] On node 0, zone DMA32: 106 pages in unavailable ranges
[    0.433033] On node 0, zone DMA32: 237 pages in unavailable ranges
[    0.433297] On node 0, zone DMA32: 100 pages in unavailable ranges
[    0.443771] On node 0, zone Normal: 132 pages in unavailable ranges
[    0.444003] ACPI: PM-Timer IO Port: 0x608
[    0.444420] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.444879] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
[    0.445131] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[    0.445380] ACPI: INT_SRC_OVR (bus 0 bus_irq 1 global_irq 1 high edge)
[    0.445618] ACPI: INT_SRC_OVR (bus 0 bus_irq 2 global_irq 2 high edge)
[    0.445856] ACPI: INT_SRC_OVR (bus 0 bus_irq 3 global_irq 3 high edge)
[    0.446094] ACPI: INT_SRC_OVR (bus 0 bus_irq 4 global_irq 4 high edge)
[    0.446332] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high edge)
[    0.446570] ACPI: INT_SRC_OVR (bus 0 bus_irq 6 global_irq 6 high edge)
[    0.446808] ACPI: INT_SRC_OVR (bus 0 bus_irq 7 global_irq 7 high edge)
[    0.447046] ACPI: INT_SRC_OVR (bus 0 bus_irq 8 global_irq 8 high edge)
[    0.447283] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high edge)
[    0.447521] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high edge)
[    0.447766] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high edge)
[    0.448010] ACPI: INT_SRC_OVR (bus 0 bus_irq 12 global_irq 12 high edge)
[    0.448254] ACPI: INT_SRC_OVR (bus 0 bus_irq 13 global_irq 13 high edge)
[    0.448498] ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
[    0.448742] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
[    0.448989] ACPI: Found unsupported MADT entry (type = 0x10)
[    0.449196] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.449441] TSC deadline timer available
[    0.449593] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.449842] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.450117] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.450393] PM: hibernation: Registered nosave memory: [mem 0x0080c000-0x0080cfff]
[    0.450668] PM: hibernation: Registered nosave memory: [mem 0x7c304000-0x7c3fffff]
[    0.450943] PM: hibernation: Registered nosave memory: [mem 0x7c607000-0x7c608fff]
[    0.451218] PM: hibernation: Registered nosave memory: [mem 0x7c660000-0x7c660fff]
[    0.451493] PM: hibernation: Registered nosave memory: [mem 0x7cea4000-0x7cebbfff]
[    0.451768] PM: hibernation: Registered nosave memory: [mem 0x7cebc000-0x7cf0dfff]
[    0.452043] PM: hibernation: Registered nosave memory: [mem 0x7d206000-0x7d2f2fff]
[    0.452318] PM: hibernation: Registered nosave memory: [mem 0x7e7b4000-0x7e80bfff]
[    0.452593] PM: hibernation: Registered nosave memory: [mem 0x7e80c000-0x7e813fff]
[    0.452868] PM: hibernation: Registered nosave memory: [mem 0x7e814000-0x7e817fff]
[    0.453143] PM: hibernation: Registered nosave memory: [mem 0x7ff7c000-0x7fffffff]
[    0.453426] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xdfffffff]
[    0.453701] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.453976] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xffffffff]
[    0.454259] [mem 0x80000000-0xdfffffff] available for PCI devices
[    0.454481] Booting paravirtualized kernel on KVM
[    0.454654] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.455039] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.461871] percpu: Embedded 61 pages/cpu s212992 r8192 d28672 u524288
[    0.462114] pcpu-alloc: s212992 r8192 d28672 u524288 alloc=1*2097152
[    0.462116] pcpu-alloc: [0] 0 1 2 3 
[    0.462212] kvm-guest: PV spinlocks disabled, no host support
[    0.462423] Fallback order for Node 0: 0 
[    0.462424] Built 1 zonelists, mobility grouping on.  Total pages: 2063308
[    0.462821] Policy zone: Normal
[    0.462936] Kernel command line: rhgb selinux=0 audit=0 console=ttyS0 earlyprintk=serial systemd.verity=1 systemd.verity_root_options=panic-on-corruption rd.emergency=reboot rd.shell=0 systemd.unified_cgroup_hierarchy=0 roothash=e9fb2db4a91194b863fa940bdb53a83a829dd288dd6f6ba2548988357432ba9d initrd=initrd
[    0.463956] audit: disabled (until reboot)
[    0.464183] Unknown kernel command line parameters "rhgb roothash=e9fb2db4a91194b863fa940bdb53a83a829dd288dd6f6ba2548988357432ba9d", will be passed to user space.
[    0.464738] random: crng init done
[    0.490548] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.503783] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.504153] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.504389] software IO TLB: area num 4.
[    0.504532] software IO TLB: SWIOTLB bounce buffer size roundup to 512MB
[    0.504534] IO TLB: 257000000-277000000 accepted 0
[    0.544196] Memory: 7440764K/8384896K available (18432K kernel code, 4118K rwdata, 12676K rodata, 4588K init, 17748K bss, 943928K reserved, 0K cma-reserved)
[    0.544784] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.545150] ftrace: allocating 53035 entries in 208 pages
[    0.552372] ftrace: allocated 208 pages with 3 groups
[    0.552970] Dynamic Preempt: voluntary
[    0.553128] rcu: Preemptible hierarchical RCU implementation.
[    0.553334] rcu:     RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.553592]  Trampoline variant of Tasks RCU enabled.
[    0.553773]  Rude variant of Tasks RCU enabled.
[    0.553935]  Tracing variant of Tasks RCU enabled.
[    0.554107] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.554386] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.556491] NR_IRQS: 524544, nr_irqs: 440, preallocated irqs: 0
[    0.556728] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.557251] Console: colour dummy device 80x25
[    0.557438] printk: console [ttyS0] enabled
[    0.557742] printk: bootconsole [earlyser0] disabled
[    0.559993] Memory Encryption Features active: Intel TDX
[    0.560200] ACPI: Core revision 20221020
[    0.560398] Failed to register legacy timer interrupt
[    0.560585] APIC: Switch to symmetric I/O mode setup
[    0.565661] Switched APIC routing to physical x2apic.
[    0.565856] kvm-guest: setup PV IPIs
[    0.566161] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1881273ac8e, max_idle_ns: 440795257284 ns
[    0.566543] Calibrating delay loop (skipped), value calculated using timer frequency.. 3400.00 BogoMIPS (lpj=6800000)
[    0.566926] pid_max: default: 32768 minimum: 301
[    0.570098] LSM: initializing lsm=lockdown,capability,landlock,yama,integrity,apparmor
[    0.570394] landlock: Up and running.
[    0.570531] Yama: becoming mindful.
[    0.570541] AppArmor: AppArmor initialized
[    0.570541] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.570541] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.570541] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.570541] process: using TDX aware idle routine
[    0.570541] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.570541] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.570541] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.570541] Spectre V2 : Mitigation: Enhanced IBRS
[    0.570541] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.570541] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
[    0.570541] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.570541] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.570541] Freeing SMP alternatives memory: 44K
[    0.570541] smpboot: CPU0: Intel 06/cf (family: 0x6, model: 0xcf, stepping: 0x1)
[    0.570541] Performance Events: PEBS fmt4+-baseline,  AnyThread deprecated, Sapphire Rapids events, full-width counters, Intel PMU driver.
[    0.570541] ... version:                5
[    0.570541] ... bit width:              48
[    0.570541] ... generic registers:      8
[    0.570541] ... value mask:             0000ffffffffffff
[    0.570541] ... max period:             00007fffffffffff
[    0.570541] ... fixed-purpose events:   0
[    0.570541] ... event mask:             00010000000000ff
[    0.570541] rcu: Hierarchical SRCU implementation.
[    0.570541] rcu:     Max phase no-delay instances is 1000.
[    0.570720] smp: Bringing up secondary CPUs ...
[    0.570946] x86: Booting SMP configuration:
[    0.571102] .... node  #0, CPUs:      #1
[    0.013319] smpboot: CPU 1 Converting physical 0 to logical die 1
[    0.606609]  #2
[    0.013319] smpboot: CPU 2 Converting physical 0 to logical die 2
[    0.642596]  #3
[    0.013319] smpboot: CPU 3 Converting physical 0 to logical die 3
[    0.678923] smp: Brought up 1 node, 4 CPUs
[    0.679079] smpboot: Max logical packages: 4
[    0.679238] smpboot: Total of 4 processors activated (13586.75 BogoMIPS)
[    0.679797] devtmpfs: initialized
[    0.679797] x86/mm: Memory block size: 128MB
[    0.679797] KVM-debug: PASS: single step #VE emulated instructions
[    0.679797] KVM-debug: PASS: single step TDX module emulated CPUID 0
[    0.679797] KVM-debug: PASS: single step TDX module emulated RDMSR 0x1a0
[    0.679797] ACPI: PM: Registering ACPI NVS region [mem 0x0080c000-0x0080cfff] (4096 bytes)
[    0.679797] ACPI: PM: Registering ACPI NVS region [mem 0x7cea4000-0x7cebbfff] (98304 bytes)
[    0.679954] ACPI: PM: Registering ACPI NVS region [mem 0x7e814000-0x7e817fff] (16384 bytes)
[    0.682575] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.682938] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.683227] pinctrl core: initialized pinctrl subsystem
[    0.683737] PM: RTC time: 10:34:20, date: 2023-11-08
[    0.684501] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.690555] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.694560] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.698551] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.698931] thermal_sys: Registered thermal governor 'fair_share'
[    0.698931] thermal_sys: Registered thermal governor 'bang_bang'
[    0.699154] thermal_sys: Registered thermal governor 'step_wise'
[    0.699374] thermal_sys: Registered thermal governor 'user_space'
[    0.699594] thermal_sys: Registered thermal governor 'power_allocator'
[    0.699820] EISA bus registered
[    0.700182] cpuidle: using governor ladder
[    0.700336] cpuidle: using governor menu
[    0.700707] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.701038] PCI: Using configuration type 1 for base access
[    0.701369] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.723538] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.723538] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.723538] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.723538] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.723566] ACPI: Added _OSI(Module Device)
[    0.723566] ACPI: Added _OSI(Processor Device)
[    0.723566] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.726550] ACPI: Added _OSI(Processor Aggregator Device)
[    0.727588] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.728651] ACPI: Interpreter enabled
[    0.728795] ACPI: PM: (supports S0 S5)
[    0.728936] ACPI: Using IOAPIC for interrupt routing
[    0.729130] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.729465] PCI: Using E820 reservations for host bridge windows
[    0.729771] ACPI: Enabled 2 GPEs in block 00 to 3F
[    0.731721] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.731951] acpi PNP0A08:00: _OSC: OS supports [ASPM ClockPM Segments MSI HPX-Type3]
[    0.732233] acpi PNP0A08:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI]
[    0.732611] acpi PNP0A08:00: MMCONFIG is disabled, can't access extended configuration space under this bridge
[    0.733402] PCI host bridge to bus 0000:00
[    0.733554] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.733803] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.734051] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.734323] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[    0.734554] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfebfffff window]
[    0.734826] pci_bus 0000:00: root bus resource [mem 0x380000000000-0x386fffffffff window]
[    0.735124] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.735413] pci 0000:00:00.0: [8086:29c0] type 00 class 0x060000
[    0.737019] pci 0000:00:01.0: [1b36:000c] type 01 class 0x060400
[    0.738555] pci 0000:00:01.0: reg 0x10: [mem 0x81c0e000-0x81c0efff]
[    0.742087] pci 0000:00:01.1: [1b36:000c] type 01 class 0x060400
[    0.743719] pci 0000:00:01.1: reg 0x10: [mem 0x81c0d000-0x81c0dfff]
[    0.746959] pci 0000:00:01.2: [1b36:000c] type 01 class 0x060400
[    0.751256] pci 0000:00:01.2: reg 0x10: [mem 0x81c0c000-0x81c0cfff]
[    0.754025] pci 0000:00:01.3: [1b36:000c] type 01 class 0x060400
[    0.755267] pci 0000:00:01.3: reg 0x10: [mem 0x81c0b000-0x81c0bfff]
[    0.758134] pci 0000:00:01.4: [1b36:000c] type 01 class 0x060400
[    0.759718] pci 0000:00:01.4: reg 0x10: [mem 0x81c0a000-0x81c0afff]
[    0.764425] pci 0000:00:01.5: [1b36:000c] type 01 class 0x060400
[    0.765639] pci 0000:00:01.5: reg 0x10: [mem 0x81c09000-0x81c09fff]
[    0.768084] pci 0000:00:01.6: [1b36:000c] type 01 class 0x060400
[    0.769235] pci 0000:00:01.6: reg 0x10: [mem 0x81c08000-0x81c08fff]
[    0.771776] pci 0000:00:01.7: [1b36:000c] type 01 class 0x060400
[    0.775269] pci 0000:00:01.7: reg 0x10: [mem 0x81c07000-0x81c07fff]
[    0.777828] pci 0000:00:02.0: [1b36:000c] type 01 class 0x060400
[    0.778852] pci 0000:00:02.0: reg 0x10: [mem 0x81c06000-0x81c06fff]
[    0.781345] pci 0000:00:02.1: [1b36:000c] type 01 class 0x060400
[    0.782525] pci 0000:00:02.1: reg 0x10: [mem 0x81c05000-0x81c05fff]
[    0.787400] pci 0000:00:02.2: [1b36:000c] type 01 class 0x060400
[    0.788515] pci 0000:00:02.2: reg 0x10: [mem 0x81c04000-0x81c04fff]
[    0.790956] pci 0000:00:02.3: [1b36:000c] type 01 class 0x060400
[    0.792076] pci 0000:00:02.3: reg 0x10: [mem 0x81c03000-0x81c03fff]
[    0.794551] pci 0000:00:02.4: [1b36:000c] type 01 class 0x060400
[    0.795663] pci 0000:00:02.4: reg 0x10: [mem 0x81c02000-0x81c02fff]
[    0.800161] pci 0000:00:02.5: [1b36:000c] type 01 class 0x060400
[    0.801262] pci 0000:00:02.5: reg 0x10: [mem 0x81c01000-0x81c01fff]
[    0.871500] pci 0000:00:1f.0: [8086:2918] type 00 class 0x060100
[    0.873175] pci 0000:00:1f.2: [8086:2922] type 00 class 0x010601
[    0.877228] pci 0000:00:1f.2: reg 0x20: [io  0x6040-0x605f]
[    0.878199] pci 0000:00:1f.2: reg 0x24: [mem 0x81c00000-0x81c00fff]
[    0.879276] pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
[    0.881909] pci 0000:00:1f.3: reg 0x20: [io  0x6000-0x603f]
[    0.886900] acpiphp: Slot [0] registered
[    0.887431] pci 0000:01:00.0: [1af4:1041] type 00 class 0x020000
[    0.888879] pci 0000:01:00.0: reg 0x14: [mem 0x81a00000-0x81a00fff]
[    0.890808] pci 0000:01:00.0: reg 0x20: [mem 0x380000000000-0x380000003fff 64bit pref]
[    0.891600] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0007ffff pref]
[    0.892545] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.892813] pci 0000:00:01.0:   bridge window [mem 0x81a00000-0x81bfffff]
[    0.893144] pci 0000:00:01.0:   bridge window [mem 0x380000000000-0x3807ffffffff 64bit pref]
[    0.894211] acpiphp: Slot [0-2] registered
[    0.894573] pci 0000:02:00.0: [1b36:000d] type 00 class 0x0c0330
[    0.895360] pci 0000:02:00.0: reg 0x10: [mem 0x81800000-0x81803fff 64bit]
[    0.899863] pci 0000:00:01.1: PCI bridge to [bus 02]
[    0.900134] pci 0000:00:01.1:   bridge window [mem 0x81800000-0x819fffff]
[    0.900465] pci 0000:00:01.1:   bridge window [mem 0x380800000000-0x380fffffffff 64bit pref]
[    0.901519] acpiphp: Slot [0-3] registered
[    0.902016] pci 0000:03:00.0: [1af4:1043] type 00 class 0x078000
[    0.903377] pci 0000:03:00.0: reg 0x14: [mem 0x81600000-0x81600fff]
[    0.905354] pci 0000:03:00.0: reg 0x20: [mem 0x381000000000-0x381000003fff 64bit pref]
[    0.906880] pci 0000:00:01.2: PCI bridge to [bus 03]
[    0.907148] pci 0000:00:01.2:   bridge window [mem 0x81600000-0x817fffff]
[    0.907479] pci 0000:00:01.2:   bridge window [mem 0x381000000000-0x3817ffffffff 64bit pref]
[    0.908534] acpiphp: Slot [0-4] registered
[    0.910879] pci 0000:04:00.0: [1af4:1042] type 00 class 0x010000
[    0.912378] pci 0000:04:00.0: reg 0x14: [mem 0x81400000-0x81400fff]
[    0.914325] pci 0000:04:00.0: reg 0x20: [mem 0x381800000000-0x381800003fff 64bit pref]
[    0.915762] pci 0000:00:01.3: PCI bridge to [bus 04]
[    0.916030] pci 0000:00:01.3:   bridge window [mem 0x81400000-0x815fffff]
[    0.916360] pci 0000:00:01.3:   bridge window [mem 0x381800000000-0x381fffffffff 64bit pref]
[    0.917432] acpiphp: Slot [0-5] registered
[    0.917921] pci 0000:05:00.0: [1af4:1042] type 00 class 0x010000
[    0.919282] pci 0000:05:00.0: reg 0x14: [mem 0x81200000-0x81200fff]
[    0.923197] pci 0000:05:00.0: reg 0x20: [mem 0x382000000000-0x382000003fff 64bit pref]
[    0.924696] pci 0000:00:01.4: PCI bridge to [bus 05]
[    0.924965] pci 0000:00:01.4:   bridge window [mem 0x81200000-0x813fffff]
[    0.925295] pci 0000:00:01.4:   bridge window [mem 0x382000000000-0x3827ffffffff 64bit pref]
[    0.926327] acpiphp: Slot [0-6] registered
[    0.926823] pci 0000:06:00.0: [1af4:1042] type 00 class 0x010000
[    0.928207] pci 0000:06:00.0: reg 0x14: [mem 0x81000000-0x81000fff]
[    0.930057] pci 0000:06:00.0: reg 0x20: [mem 0x382800000000-0x382800003fff 64bit pref]
[    0.931537] pci 0000:00:01.5: PCI bridge to [bus 06]
[    0.931805] pci 0000:00:01.5:   bridge window [mem 0x81000000-0x811fffff]
[    0.932138] pci 0000:00:01.5:   bridge window [mem 0x382800000000-0x382fffffffff 64bit pref]
[    0.935235] acpiphp: Slot [0-7] registered
[    0.935711] pci 0000:07:00.0: [1af4:1045] type 00 class 0x00ff00
[    0.937854] pci 0000:07:00.0: reg 0x20: [mem 0x383000000000-0x383000003fff 64bit pref]
[    0.939334] pci 0000:00:01.6: PCI bridge to [bus 07]
[    0.939603] pci 0000:00:01.6:   bridge window [mem 0x80e00000-0x80ffffff]
[    0.939934] pci 0000:00:01.6:   bridge window [mem 0x383000000000-0x3837ffffffff 64bit pref]
[    0.940976] acpiphp: Slot [0-8] registered
[    0.941463] pci 0000:08:00.0: [1af4:1044] type 00 class 0x00ff00
[    0.942784] pci 0000:08:00.0: reg 0x14: [mem 0x80c00000-0x80c00fff]
[    0.944595] pci 0000:08:00.0: reg 0x20: [mem 0x383800000000-0x383800003fff 64bit pref]
[    0.947762] pci 0000:00:01.7: PCI bridge to [bus 08]
[    0.948029] pci 0000:00:01.7:   bridge window [mem 0x80c00000-0x80dfffff]
[    0.948360] pci 0000:00:01.7:   bridge window [mem 0x383800000000-0x383fffffffff 64bit pref]
[    0.949402] acpiphp: Slot [0-9] registered
[    0.951924] pci 0000:00:02.0: PCI bridge to [bus 09]
[    0.952190] pci 0000:00:02.0:   bridge window [mem 0x80a00000-0x80bfffff]
[    0.952520] pci 0000:00:02.0:   bridge window [mem 0x384000000000-0x3847ffffffff 64bit pref]
[    0.953573] acpiphp: Slot [0-10] registered
[    0.956083] pci 0000:00:02.1: PCI bridge to [bus 0a]
[    0.956349] pci 0000:00:02.1:   bridge window [mem 0x80800000-0x809fffff]
[    0.956679] pci 0000:00:02.1:   bridge window [mem 0x384800000000-0x384fffffffff 64bit pref]
[    0.957707] acpiphp: Slot [0-11] registered
[    0.960218] pci 0000:00:02.2: PCI bridge to [bus 0b]
[    0.960484] pci 0000:00:02.2:   bridge window [mem 0x80600000-0x807fffff]
[    0.960814] pci 0000:00:02.2:   bridge window [mem 0x385000000000-0x3857ffffffff 64bit pref]
[    0.961816] acpiphp: Slot [0-12] registered
[    0.964327] pci 0000:00:02.3: PCI bridge to [bus 0c]
[    0.964593] pci 0000:00:02.3:   bridge window [mem 0x80400000-0x805fffff]
[    0.964923] pci 0000:00:02.3:   bridge window [mem 0x385800000000-0x385fffffffff 64bit pref]
[    0.965982] acpiphp: Slot [0-13] registered
[    0.968493] pci 0000:00:02.4: PCI bridge to [bus 0d]
[    0.968759] pci 0000:00:02.4:   bridge window [mem 0x80200000-0x803fffff]
[    0.969089] pci 0000:00:02.4:   bridge window [mem 0x386000000000-0x3867ffffffff 64bit pref]
[    0.970129] acpiphp: Slot [0-14] registered
[    0.972642] pci 0000:00:02.5: PCI bridge to [bus 0e]
[    0.972907] pci 0000:00:02.5:   bridge window [mem 0x80000000-0x801fffff]
[    0.973237] pci 0000:00:02.5:   bridge window [mem 0x386800000000-0x386fffffffff 64bit pref]
[    0.978903] ACPI: PCI: Interrupt link LNKA configured for IRQ 10
[    0.979237] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[    0.979578] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[    0.979905] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[    0.980232] ACPI: PCI: Interrupt link LNKE configured for IRQ 10
[    0.980558] ACPI: PCI: Interrupt link LNKF configured for IRQ 10
[    0.980885] ACPI: PCI: Interrupt link LNKG configured for IRQ 11
[    0.981210] ACPI: PCI: Interrupt link LNKH configured for IRQ 11
[    0.981480] ACPI: PCI: Interrupt link GSIA configured for IRQ 16
[    0.981704] ACPI: PCI: Interrupt link GSIB configured for IRQ 17
[    0.981928] ACPI: PCI: Interrupt link GSIC configured for IRQ 18
[    0.982151] ACPI: PCI: Interrupt link GSID configured for IRQ 19
[    0.982374] ACPI: PCI: Interrupt link GSIE configured for IRQ 20
[    0.982554] ACPI: PCI: Interrupt link GSIF configured for IRQ 21
[    0.982778] ACPI: PCI: Interrupt link GSIG configured for IRQ 22
[    0.983001] ACPI: PCI: Interrupt link GSIH configured for IRQ 23
[    0.983467] iommu: Default domain type: Translated 
[    0.983467] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.983467] SCSI subsystem initialized
[    0.983467] libata version 3.00 loaded.
[    0.983467] ACPI: bus type USB registered
[    0.983467] usbcore: registered new interface driver usbfs
[    0.983467] usbcore: registered new interface driver hub
[    0.983467] usbcore: registered new device driver usb
[    0.983467] pps_core: LinuxPPS API ver. 1 registered
[    0.983520] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.983851] PTP clock support registered
[    0.984018] EDAC MC: Ver: 3.0.0
[    0.987295] Registered efivars operations
[    0.987295] NetLabel: Initializing
[    0.987295] NetLabel:  domain hash size = 128
[    0.987295] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.987320] NetLabel:  unlabeled traffic allowed by default
[    0.987543] PCI: Using ACPI for IRQ routing
[    0.987543] PCI: pci_cache_line_size set to 64 bytes
[    0.987543] e820: reserve RAM buffer [mem 0x0080c000-0x008fffff]
[    0.987543] e820: reserve RAM buffer [mem 0x7c304000-0x7fffffff]
[    0.987543] e820: reserve RAM buffer [mem 0x7c607000-0x7fffffff]
[    0.987543] e820: reserve RAM buffer [mem 0x7c660000-0x7fffffff]
[    0.987543] e820: reserve RAM buffer [mem 0x7cea4000-0x7fffffff]
[    0.987543] e820: reserve RAM buffer [mem 0x7d206000-0x7fffffff]
[    0.987543] e820: reserve RAM buffer [mem 0x7e7b4000-0x7fffffff]
[    0.987543] e820: reserve RAM buffer [mem 0x7ff7c000-0x7fffffff]
[    0.987556] vgaarb: loaded
[    0.990708] clocksource: Switched to clocksource tsc-early
[    1.036059] VFS: Disk quotas dquot_6.6.0
[    1.036843] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.038372] AppArmor: AppArmor Filesystem Enabled
[    1.039514] pnp: PnP ACPI init
[    1.041706] pnp: PnP ACPI: found 5 devices
[    1.044862] NET: Registered PF_INET protocol family
[    1.046143] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    1.057850] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    1.082666] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    1.083144] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    1.083803] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    1.084338] TCP: Hash tables configured (established 65536 bind 65536)
[    1.084758] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
[    1.085129] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    1.085465] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    1.085829] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    1.086092] NET: Registered PF_XDP protocol family
[    1.086319] pci 0000:00:01.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
[    1.086715] pci 0000:00:01.1: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[    1.087089] pci 0000:00:01.2: bridge window [io  0x1000-0x0fff] to [bus 03] add_size 1000
[    1.087450] pci 0000:00:01.3: bridge window [io  0x1000-0x0fff] to [bus 04] add_size 1000
[    1.087812] pci 0000:00:01.4: bridge window [io  0x1000-0x0fff] to [bus 05] add_size 1000
[    1.088174] pci 0000:00:01.5: bridge window [io  0x1000-0x0fff] to [bus 06] add_size 1000
[    1.088536] pci 0000:00:01.6: bridge window [io  0x1000-0x0fff] to [bus 07] add_size 1000
[    1.088898] pci 0000:00:01.7: bridge window [io  0x1000-0x0fff] to [bus 08] add_size 1000
[    1.089260] pci 0000:00:02.0: bridge window [io  0x1000-0x0fff] to [bus 09] add_size 1000
[    1.089621] pci 0000:00:02.1: bridge window [io  0x1000-0x0fff] to [bus 0a] add_size 1000
[    1.089983] pci 0000:00:02.2: bridge window [io  0x1000-0x0fff] to [bus 0b] add_size 1000
[    1.090345] pci 0000:00:02.3: bridge window [io  0x1000-0x0fff] to [bus 0c] add_size 1000
[    1.090728] pci 0000:00:02.4: bridge window [io  0x1000-0x0fff] to [bus 0d] add_size 1000
[    1.091102] pci 0000:00:02.5: bridge window [io  0x1000-0x0fff] to [bus 0e] add_size 1000
[    1.091453] pci 0000:00:01.0: BAR 13: assigned [io  0x1000-0x1fff]
[    1.091692] pci 0000:00:01.1: BAR 13: assigned [io  0x2000-0x2fff]
[    1.091925] pci 0000:00:01.2: BAR 13: assigned [io  0x3000-0x3fff]
[    1.092158] pci 0000:00:01.3: BAR 13: assigned [io  0x4000-0x4fff]
[    1.092392] pci 0000:00:01.4: BAR 13: assigned [io  0x5000-0x5fff]
[    1.092627] pci 0000:00:01.5: BAR 13: assigned [io  0x7000-0x7fff]
[    1.092854] pci 0000:00:01.6: BAR 13: assigned [io  0x8000-0x8fff]
[    1.093081] pci 0000:00:01.7: BAR 13: assigned [io  0x9000-0x9fff]
[    1.093308] pci 0000:00:02.0: BAR 13: assigned [io  0xa000-0xafff]
[    1.093535] pci 0000:00:02.1: BAR 13: assigned [io  0xb000-0xbfff]
[    1.093761] pci 0000:00:02.2: BAR 13: assigned [io  0xc000-0xcfff]
[    1.093988] pci 0000:00:02.3: BAR 13: assigned [io  0xd000-0xdfff]
[    1.094215] pci 0000:00:02.4: BAR 13: assigned [io  0xe000-0xefff]
[    1.094441] pci 0000:00:02.5: BAR 13: assigned [io  0xf000-0xffff]
[    1.094689] pci 0000:01:00.0: BAR 6: assigned [mem 0x81a80000-0x81afffff pref]
[    1.094954] pci 0000:00:01.0: PCI bridge to [bus 01]
[    1.095180] pci 0000:00:01.0:   bridge window [io  0x1000-0x1fff]
[    1.096256] pci 0000:00:01.0:   bridge window [mem 0x81a00000-0x81bfffff]
[    1.097013] pci 0000:00:01.0:   bridge window [mem 0x380000000000-0x3807ffffffff 64bit pref]
[    1.098330] pci 0000:00:01.1: PCI bridge to [bus 02]
[    1.098538] pci 0000:00:01.1:   bridge window [io  0x2000-0x2fff]
[    1.099594] pci 0000:00:01.1:   bridge window [mem 0x81800000-0x819fffff]
[    1.100366] pci 0000:00:01.1:   bridge window [mem 0x380800000000-0x380fffffffff 64bit pref]
[    1.101727] pci 0000:00:01.2: PCI bridge to [bus 03]
[    1.101934] pci 0000:00:01.2:   bridge window [io  0x3000-0x3fff]
[    1.102968] pci 0000:00:01.2:   bridge window [mem 0x81600000-0x817fffff]
[    1.103743] pci 0000:00:01.2:   bridge window [mem 0x381000000000-0x3817ffffffff 64bit pref]
[    1.105107] pci 0000:00:01.3: PCI bridge to [bus 04]
[    1.105314] pci 0000:00:01.3:   bridge window [io  0x4000-0x4fff]
[    1.106364] pci 0000:00:01.3:   bridge window [mem 0x81400000-0x815fffff]
[    1.109557] pci 0000:00:01.3:   bridge window [mem 0x381800000000-0x381fffffffff 64bit pref]
[    1.110639] pci 0000:00:01.4: PCI bridge to [bus 05]
[    1.110848] pci 0000:00:01.4:   bridge window [io  0x5000-0x5fff]
[    1.111650] pci 0000:00:01.4:   bridge window [mem 0x81200000-0x813fffff]
[    1.112234] pci 0000:00:01.4:   bridge window [mem 0x382000000000-0x3827ffffffff 64bit pref]
[    1.113191] pci 0000:00:01.5: PCI bridge to [bus 06]
[    1.113398] pci 0000:00:01.5:   bridge window [io  0x7000-0x7fff]
[    1.114167] pci 0000:00:01.5:   bridge window [mem 0x81000000-0x811fffff]
[    1.114792] pci 0000:00:01.5:   bridge window [mem 0x382800000000-0x382fffffffff 64bit pref]
[    1.115829] pci 0000:00:01.6: PCI bridge to [bus 07]
[    1.116035] pci 0000:00:01.6:   bridge window [io  0x8000-0x8fff]
[    1.116796] pci 0000:00:01.6:   bridge window [mem 0x80e00000-0x80ffffff]
[    1.117555] pci 0000:00:01.6:   bridge window [mem 0x383000000000-0x3837ffffffff 64bit pref]
[    1.118954] pci 0000:00:01.7: PCI bridge to [bus 08]
[    1.119216] pci 0000:00:01.7:   bridge window [io  0x9000-0x9fff]
[    1.123204] pci 0000:00:01.7:   bridge window [mem 0x80c00000-0x80dfffff]
[    1.123795] pci 0000:00:01.7:   bridge window [mem 0x383800000000-0x383fffffffff 64bit pref]
[    1.124703] pci 0000:00:02.0: PCI bridge to [bus 09]
[    1.124910] pci 0000:00:02.0:   bridge window [io  0xa000-0xafff]
[    1.125612] pci 0000:00:02.0:   bridge window [mem 0x80a00000-0x80bfffff]
[    1.126179] pci 0000:00:02.0:   bridge window [mem 0x384000000000-0x3847ffffffff 64bit pref]
[    1.127136] pci 0000:00:02.1: PCI bridge to [bus 0a]
[    1.127342] pci 0000:00:02.1:   bridge window [io  0xb000-0xbfff]
[    1.128078] pci 0000:00:02.1:   bridge window [mem 0x80800000-0x809fffff]
[    1.128625] pci 0000:00:02.1:   bridge window [mem 0x384800000000-0x384fffffffff 64bit pref]
[    1.129503] pci 0000:00:02.2: PCI bridge to [bus 0b]
[    1.129709] pci 0000:00:02.2:   bridge window [io  0xc000-0xcfff]
[    1.130452] pci 0000:00:02.2:   bridge window [mem 0x80600000-0x807fffff]
[    1.131135] pci 0000:00:02.2:   bridge window [mem 0x385000000000-0x3857ffffffff 64bit pref]
[    1.132180] pci 0000:00:02.3: PCI bridge to [bus 0c]
[    1.132387] pci 0000:00:02.3:   bridge window [io  0xd000-0xdfff]
[    1.136418] pci 0000:00:02.3:   bridge window [mem 0x80400000-0x805fffff]
[    1.136978] pci 0000:00:02.3:   bridge window [mem 0x385800000000-0x385fffffffff 64bit pref]
[    1.137872] pci 0000:00:02.4: PCI bridge to [bus 0d]
[    1.138079] pci 0000:00:02.4:   bridge window [io  0xe000-0xefff]
[    1.138783] pci 0000:00:02.4:   bridge window [mem 0x80200000-0x803fffff]
[    1.139332] pci 0000:00:02.4:   bridge window [mem 0x386000000000-0x3867ffffffff 64bit pref]
[    1.140216] pci 0000:00:02.5: PCI bridge to [bus 0e]
[    1.140423] pci 0000:00:02.5:   bridge window [io  0xf000-0xffff]
[    1.141081] pci 0000:00:02.5:   bridge window [mem 0x80000000-0x801fffff]
[    1.141613] pci 0000:00:02.5:   bridge window [mem 0x386800000000-0x386fffffffff 64bit pref]
[    1.142479] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    1.142732] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    1.142959] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    1.143220] pci_bus 0000:00: resource 7 [mem 0x80000000-0xdfffffff window]
[    1.143472] pci_bus 0000:00: resource 8 [mem 0xf0000000-0xfebfffff window]
[    1.143724] pci_bus 0000:00: resource 9 [mem 0x380000000000-0x386fffffffff window]
[    1.144000] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    1.144206] pci_bus 0000:01: resource 1 [mem 0x81a00000-0x81bfffff]
[    1.144435] pci_bus 0000:01: resource 2 [mem 0x380000000000-0x3807ffffffff 64bit pref]
[    1.144725] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    1.144930] pci_bus 0000:02: resource 1 [mem 0x81800000-0x819fffff]
[    1.145160] pci_bus 0000:02: resource 2 [mem 0x380800000000-0x380fffffffff 64bit pref]
[    1.145449] pci_bus 0000:03: resource 0 [io  0x3000-0x3fff]
[    1.145654] pci_bus 0000:03: resource 1 [mem 0x81600000-0x817fffff]
[    1.145884] pci_bus 0000:03: resource 2 [mem 0x381000000000-0x3817ffffffff 64bit pref]
[    1.146173] pci_bus 0000:04: resource 0 [io  0x4000-0x4fff]
[    1.146378] pci_bus 0000:04: resource 1 [mem 0x81400000-0x815fffff]
[    1.146638] pci_bus 0000:04: resource 2 [mem 0x381800000000-0x381fffffffff 64bit pref]
[    1.146927] pci_bus 0000:05: resource 0 [io  0x5000-0x5fff]
[    1.147142] pci_bus 0000:05: resource 1 [mem 0x81200000-0x813fffff]
[    1.147371] pci_bus 0000:05: resource 2 [mem 0x382000000000-0x3827ffffffff 64bit pref]
[    1.147660] pci_bus 0000:06: resource 0 [io  0x7000-0x7fff]
[    1.147864] pci_bus 0000:06: resource 1 [mem 0x81000000-0x811fffff]
[    1.148094] pci_bus 0000:06: resource 2 [mem 0x382800000000-0x382fffffffff 64bit pref]
[    1.148382] pci_bus 0000:07: resource 0 [io  0x8000-0x8fff]
[    1.148587] pci_bus 0000:07: resource 1 [mem 0x80e00000-0x80ffffff]
[    1.148817] pci_bus 0000:07: resource 2 [mem 0x383000000000-0x3837ffffffff 64bit pref]
[    1.149105] pci_bus 0000:08: resource 0 [io  0x9000-0x9fff]
[    1.149310] pci_bus 0000:08: resource 1 [mem 0x80c00000-0x80dfffff]
[    1.149540] pci_bus 0000:08: resource 2 [mem 0x383800000000-0x383fffffffff 64bit pref]
[    1.149829] pci_bus 0000:09: resource 0 [io  0xa000-0xafff]
[    1.150034] pci_bus 0000:09: resource 1 [mem 0x80a00000-0x80bfffff]
[    1.150263] pci_bus 0000:09: resource 2 [mem 0x384000000000-0x3847ffffffff 64bit pref]
[    1.150569] pci_bus 0000:0a: resource 0 [io  0xb000-0xbfff]
[    1.150774] pci_bus 0000:0a: resource 1 [mem 0x80800000-0x809fffff]
[    1.151004] pci_bus 0000:0a: resource 2 [mem 0x384800000000-0x384fffffffff 64bit pref]
[    1.151304] pci_bus 0000:0b: resource 0 [io  0xc000-0xcfff]
[    1.151509] pci_bus 0000:0b: resource 1 [mem 0x80600000-0x807fffff]
[    1.151739] pci_bus 0000:0b: resource 2 [mem 0x385000000000-0x3857ffffffff 64bit pref]
[    1.152028] pci_bus 0000:0c: resource 0 [io  0xd000-0xdfff]
[    1.152233] pci_bus 0000:0c: resource 1 [mem 0x80400000-0x805fffff]
[    1.152463] pci_bus 0000:0c: resource 2 [mem 0x385800000000-0x385fffffffff 64bit pref]
[    1.152752] pci_bus 0000:0d: resource 0 [io  0xe000-0xefff]
[    1.152958] pci_bus 0000:0d: resource 1 [mem 0x80200000-0x803fffff]
[    1.153188] pci_bus 0000:0d: resource 2 [mem 0x386000000000-0x3867ffffffff 64bit pref]
[    1.153478] pci_bus 0000:0e: resource 0 [io  0xf000-0xffff]
[    1.153684] pci_bus 0000:0e: resource 1 [mem 0x80000000-0x801fffff]
[    1.153914] pci_bus 0000:0e: resource 2 [mem 0x386800000000-0x386fffffffff 64bit pref]
[    1.154257] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.154494] software IO TLB: mapped [mem 0x0000000257000000-0x0000000277000000] (512MB)
[    1.154740] Trying to unpack rootfs image as initramfs...
[    1.154913] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1881273ac8e, max_idle_ns: 440795257284 ns
[    1.156543] clocksource: Switched to clocksource tsc
[    1.157861] Initialise system trusted keyrings
[    1.158040] Key type blacklist registered
[    1.158396] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[    1.158686] zbud: loaded
[    1.158904] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.160330] fuse: init (API version 7.38)
[    1.164203] integrity: Platform Keyring initialized
[    1.170993] Key type asymmetric registered
[    1.171157] Asymmetric key parser 'x509' registered
[    1.171352] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    1.172108] io scheduler mq-deadline registered
[    1.173545] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.173888] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    1.174745] ACPI: button: Power Button [PWRF]
[    1.175465] ACPI: \_SB_.GSIF: Enabled at IRQ 21
[    1.238987] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.329635] software IO TLB: Memory encryption is active and system is using DMA bounce buffers
[    1.332206] Linux agpgart interface v0.103
[    1.401239] tpm tpm: [Firmware Bug]: Failed to get TDTK ACPI table
[    1.401636] tpm: probe of tpm failed with error -22
[    1.403639] loop: module loaded
[    1.403957] virtio_blk virtio2: 4/0/0 default/read/poll queues
[    1.407981] virtio_blk virtio2: [vda] 2032696 512-byte logical blocks (1.04 GB/993 MiB)
[    1.410445]  vda: vda1 vda2 vda3
[    1.410981] virtio_blk virtio3: 4/0/0 default/read/poll queues
[    1.415104] virtio_blk virtio3: [vdb] 125829120 512-byte logical blocks (64.4 GB/60.0 GiB)
[    1.416457] virtio_blk virtio4: 4/0/0 default/read/poll queues
[    1.432900] virtio_blk virtio4: [vdc] 20971520 512-byte logical blocks (10.7 GB/10.0 GiB)
[    1.434465] tun: Universal TUN/TAP device driver, 1.6
[    1.438593] PPP generic driver version 2.4.2
[    1.439201] VFIO - User Level meta-driver version: 0.3
[    1.439457] i8042: PNP: No PS/2 controller found.
[    1.439631] i8042: Probing ports directly.
[    1.440630] i8042: No controller found
[    1.440912] mousedev: PS/2 mouse device common for all mice
[    1.441258] i2c_dev: i2c /dev entries driver
[    1.441428] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    1.441876] device-mapper: uevent: version 1.0.3
[    1.442127] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[    1.442449] platform eisa.0: Probing EISA bus 0
[    1.442639] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    1.442888] platform eisa.0: Cannot allocate resource for EISA slot 1
[    1.443136] platform eisa.0: Cannot allocate resource for EISA slot 2
[    1.443372] platform eisa.0: Cannot allocate resource for EISA slot 3
[    1.443608] platform eisa.0: Cannot allocate resource for EISA slot 4
[    1.443844] platform eisa.0: Cannot allocate resource for EISA slot 5
[    1.444079] platform eisa.0: Cannot allocate resource for EISA slot 6
[    1.444314] platform eisa.0: Cannot allocate resource for EISA slot 7
[    1.444550] platform eisa.0: Cannot allocate resource for EISA slot 8
[    1.444785] platform eisa.0: EISA: Detected 0 cards
[    1.444967] intel_pstate: CPU model not supported
[    1.458530] ledtrig-cpu: registered to indicate activity on CPUs
[    1.460353] drop_monitor: Initializing network drop monitor service
[    1.505333] NET: Registered PF_INET6 protocol family
[    2.746668] Freeing initrd memory: 63400K
[    2.800181] Segment Routing with IPv6
[    2.800901] In-situ OAM (IOAM) with IPv6
[    2.801710] NET: Registered PF_PACKET protocol family
[    2.802900] Key type dns_resolver registered
[    2.803791] mce: Unable to init MCE device (rc: -5)
[    2.805058] IPI shorthand broadcast: enabled
[    2.808542] sched_clock: Marking stable (2797262891, 9319059)->(2896873388, -90291438)
[    2.810049] registered taskstats version 1
[    2.811406] Loading compiled-in X.509 certificates
[    2.813219] Loaded X.509 cert 'Build time autogenerated kernel key: 8800a0392f0c52ada936a4773f7bdb8eb8cc5681'
[    2.815456] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
[    2.817514] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
[    2.818367] blacklist: Loading compiled-in revocation X.509 certificates
[    2.819074] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
[    2.820117] zswap: loaded using pool lzo/zbud
[    2.822826] Key type .fscrypt registered
[    2.823195] Key type fscrypt-provisioning registered
[    2.832632] Key type encrypted registered
[    2.832934] AppArmor: AppArmor sha1 policy hashing enabled
[    2.833636] ima: No TPM chip found, activating TPM-bypass!
[    2.834043] Loading compiled-in module X.509 certificates
[    2.835061] Loaded X.509 cert 'Build time autogenerated kernel key: 8800a0392f0c52ada936a4773f7bdb8eb8cc5681'
[    2.835785] ima: Allocated hash algorithm: sha256
[    2.836147] ima: No architecture policies found
[    2.836495] evm: Initialising EVM extended attributes:
[    2.836874] evm: security.selinux
[    2.837124] evm: security.SMACK64
[    2.837373] evm: security.SMACK64EXEC
[    2.837647] evm: security.SMACK64TRANSMUTE
[    2.837951] evm: security.SMACK64MMAP
[    2.838225] evm: security.apparmor
[    2.838480] evm: security.ima
[    2.838742] evm: security.capability
[    2.839060] evm: HMAC attrs: 0x1
[    2.839877] PM:   Magic number: 15:719:577
[    2.880553] RAS: Correctable Errors collector initialized.
[    2.916278] failed to free unused decrypted pages
[    2.917844] Freeing unused kernel image (initmem) memory: 4588K
[    2.922827] Write protecting the kernel read-only data: 32768k
[    2.923988] Freeing unused kernel image (rodata/data gap) memory: 1660K
[    2.935139] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.935439] Run /init as init process
[    2.935611]   with arguments:
[    2.935613]     /init
[    2.935614]     rhgb
[    2.935614]   with environment:
[    2.935615]     HOME=/
[    2.935616]     TERM=linux
[    2.935616]     roothash=e9fb2db4a91194b863fa940bdb53a83a829dd288dd6f6ba2548988357432ba9d
[    2.939161] autofs4: module verification failed: signature and/or required key missing - tainting kernel
[    2.941118] systemd[1]: Inserted module 'autofs4'
[    2.954028] systemd[1]: systemd 249.11-0ubuntu3.11 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    2.955258] systemd[1]: Detected virtualization kvm.
[    2.955445] systemd[1]: Detected architecture x86-64.
[    2.955632] systemd[1]: Running in initial RAM disk.
[    3.003229] systemd[1]: No hostname configured, using default hostname.
[    3.004186] systemd[1]: Hostname set to <localhost>.
[    3.004956] systemd[1]: Initializing machine ID from VM UUID.
[    3.050760] systemd-fstab-generator[90]: Using verity root device /dev/mapper/root.
[    3.152423] systemd[1]: Queued start job for default target Initrd Default Target.
[    3.176231] systemd[1]: Created slice Slice /system/systemd-veritysetup.
[    3.177251] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    3.178300] systemd[1]: Reached target Local Encrypted Volumes.
[    3.179198] systemd[1]: Reached target Initrd /usr File System.
[    3.179970] systemd[1]: Reached target Local File Systems.
[    3.180643] systemd[1]: Reached target Path Units.
[    3.181240] systemd[1]: Reached target Slice Units.
[    3.181833] systemd[1]: Reached target Swaps.
[    3.182365] systemd[1]: Reached target Timer Units.
[    3.187363] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
[    3.189142] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.190517] systemd[1]: Listening on Journal Socket.
[    3.191920] systemd[1]: Listening on udev Control Socket.
[    3.193118] systemd[1]: Listening on udev Kernel Socket.
[    3.194155] systemd[1]: Reached target Socket Units.
[    3.200086] systemd[1]: Starting Journal Service...
[    3.201249] systemd[1]: Condition check resulted in dracut ask for additional cmdline parameters being skipped.
[    3.204243] systemd[1]: Starting dracut cmdline hook...
[    3.206385] systemd[1]: Starting Create List of Static Device Nodes...
[    3.208851] systemd[1]: Starting Load Kernel Modules...
[    3.212096] systemd[1]: Finished Create List of Static Device Nodes.
[    3.229134] systemd[1]: Starting Create Static Device Nodes in /dev...
[    3.269196] systemd[1]: Finished Create Static Device Nodes in /dev.
[    3.284800] systemd[1]: Started Journal Service.
[    3.286376] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    3.288627] Bridge firewalling registered
[    3.786179] virtio_net virtio0 enp1s0: renamed from eth0
[    3.795822] cryptd: max_cpu_qlen set to 1000
[    3.797323] AVX2 version of gcm_enc/dec engaged.
[    3.797617] AES CTR mode by8 optimization enabled
[    3.938967] device-mapper: verity: sha256 using implementation "sha256-generic"
[    4.183516] systemd-fstab-generator[312]: Using verity root device /dev/mapper/root.
[    4.661938] systemd-journald[107]: Received SIGTERM from PID 1 (systemd).
[    4.823563] systemd[1]: systemd 249.11-0ubuntu3.11 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    4.824731] systemd[1]: Detected virtualization kvm.
[    4.824917] systemd[1]: Detected architecture x86-64.
[    4.825890] systemd[1]: Detected first boot.
[    4.829287] systemd[1]: Initializing machine ID from VM UUID.
[    4.866316] systemd-fstab-generator[364]: Using verity root device /dev/mapper/root.
[    5.073015] systemd[1]: Failed to populate /etc with preset unit settings, ignoring: Read-only file system
[    5.081906] systemd[1]: /lib/systemd/system/systemd-logind.service:59: StateDirectory= path is absolute, ignoring: /run/linger
[    5.088227] systemd[1]: /lib/systemd/system/systemd-timesyncd.service:50: StateDirectory= path is absolute, ignoring: /run/timesync
[    5.135089] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[    5.135851] systemd[1]: Stopped Switch Root.
[    5.136347] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[    5.137212] systemd[1]: Created slice Slice /system/getty.
[    5.137822] systemd[1]: Created slice Slice /system/modprobe.
[    5.138439] systemd[1]: Created slice Slice /system/systemd-makefs.
[    5.139137] systemd[1]: Created slice User and Session Slice.
[    5.139587] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    5.140159] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    5.140779] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    5.141427] systemd[1]: Reached target Local Encrypted Volumes.
[    5.141854] systemd[1]: Stopped target Switch Root.
[    5.142206] systemd[1]: Stopped target Initrd File Systems.
[    5.142650] systemd[1]: Stopped target Initrd Root File System.
[    5.143096] systemd[1]: Reached target Path Units.
[    5.143443] systemd[1]: Reached target Remote File Systems.
[    5.143838] systemd[1]: Reached target Slice Units.
[    5.144191] systemd[1]: Reached target Swaps.
[    5.144513] systemd[1]: Reached target Local Verity Protected Volumes.
[    5.145006] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    5.147886] systemd[1]: Listening on LVM2 poll daemon socket.
[    5.148275] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    5.149982] systemd[1]: Listening on Network Service Netlink Socket.
[    5.153268] systemd[1]: Listening on udev Control Socket.
[    5.153615] systemd[1]: Listening on udev Kernel Socket.
[    5.166681] systemd[1]: Mounting Huge Pages File System...
[    5.168189] systemd[1]: Mounting POSIX Message Queue File System...
[    5.169667] systemd[1]: Mounting Kernel Debug File System...
[    5.171176] systemd[1]: Mounting Kernel Trace File System...
[    5.171737] systemd[1]: Stopped Journal Service.
[    5.177586] systemd[1]: Listening on Syslog Socket.
[    5.188202] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
[    5.188915] systemd[1]: Reached target Socket Units.
[    5.192001] systemd[1]: Starting Journal Service...
[    5.192652] systemd[1]: Finished Availability of block devices.
[    5.196390] systemd[1]: Starting Create List of Static Device Nodes...
[    5.198037] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    5.199899] systemd[1]: Starting Load Kernel Module configfs...
[    5.201226] systemd[1]: Starting Load Kernel Module drm...
[    5.202523] systemd[1]: Starting Load Kernel Module efi_pstore...
[    5.203909] systemd[1]: Starting Load Kernel Module fuse...
[    5.204406] systemd[1]: systemd-fsck-root.service: Deactivated successfully.
[    5.205001] systemd[1]: Stopped File System Check on Root Device.
[    5.206212] systemd[1]: Starting Make File System on /dev/vdc...
[    5.212370] systemd[1]: Starting Load Kernel Modules...
[    5.213283] systemd[1]: Starting Generate network units from Kernel command line...
[    5.214874] systemd[1]: Starting Remount Root and Kernel File Systems...
[    5.216239] systemd[1]: Starting Coldplug All udev Devices...
[    5.218952] systemd[1]: Mounted Huge Pages File System.
[    5.219321] systemd[1]: Mounted POSIX Message Queue File System.
[    5.219669] systemd[1]: Mounted Kernel Debug File System.
[    5.219979] systemd[1]: Mounted Kernel Trace File System.
[    5.220527] systemd[1]: Finished Create List of Static Device Nodes.
[    5.220952] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    5.221414] systemd[1]: Finished Load Kernel Module configfs.
[    5.221720] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    5.222134] systemd[1]: Finished Load Kernel Module fuse.
[    5.223264] systemd[1]: Mounting FUSE Control File System...
[    5.224661] systemd[1]: Mounting Kernel Configuration File System...
[    5.225411] systemd[1]: Finished Generate network units from Kernel command line.
[    5.225745] systemd[1]: Reached target Preparation for Network.
[    5.231466] pstore: Using crash dump compression: deflate
[    5.231732] systemd[1]: Mounted Kernel Configuration File System.
[    5.232630] systemd[1]: Mounted FUSE Control File System.
[    5.233719] systemd[1]: Finished Remount Root and Kernel File Systems.
[    5.235068] systemd[1]: Starting Load/Save Random Seed...
[    5.235518] systemd[1]: Condition check resulted in Create System Users being skipped.
[    5.236407] systemd[1]: Starting Create Static Device Nodes in /dev...
[    5.237335] systemd[1]: Started Journal Service.
[    5.241828] pstore: Registered efi_pstore as persistent store backend
[    5.263279] ACPI: bus type drm_connector registered
[    5.267167] systemd-journald[383]: Received client request to flush runtime journal.
[    5.610350] EXT4-fs (vdc): mounted filesystem e1373db2-87c6-4f17-9330-d1442ec5192f with ordered data mode. Quota mode: none.
[    6.392260] fbcon: Taking over console

Do you have any suggestions for fixing the issue? Virsh console is still a very useful tool. Since the start_qemu script seems fine, I believe this is likely just a result of some of my stupid configurations.

due to security concern, the TDX guest does not support serial console aka "console=ttyS0", but only support virtio based high speed console aka "console=hvc0". That is why you could not see log for kernel.
But UEFI does not support virtio based serial console, only support serial console...

due to security concern, the TDX guest does not support serial console aka "console=ttyS0", but only support virtio based high speed console aka "console=hvc0". That is why you could not see log for kernel. But UEFI does not support virtio based serial console, only support serial console...

Cool, we actually disabled serial console in our "release" CVM OS image With SEV we can enable it in our "debug" image, so I just want to confirm. I'm glad to hear about TDX has these security hardening features, confidential computing is not only memory encryption. Thank you.