[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1038783: BUG: kernel NULL pointer dereference, address: 00000000000003c0



Package: src:linux
Version: 6.1.27-1
Severity: important

Dear Maintainer,

   * What led up to the situation?

Upgrade from bullseye to bookworm. This machine, emma, is an EFI guest machine
running on an AMD hypervisor. It's using VFIO, the configuration works with the
prior kernel: 5.10.0-23-amd64.

The guest emma will boot and is fully function with the bookworm installation
runing under this older kernel.

The new kernel - 6.1.0-9-amd64 - fails with a NULL pointer error somewhere
around the i801 initialization code.

[    3.836386] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    3.837768] i2c i2c-0: 1/1 memory slots populated (from DMI)
[    3.838818] i2c i2c-0: Memory type 0x07 not supported yet, not instantiating
SPD
[    3.839800] i801_smbus 0000:0c:04.0: SPD Write Disable is set
[    3.846144] ACPI: button: Power Button [PWRF]
[    3.846426] i801_smbus 0000:0c:04.0: SMBus using PCI interrupt
[    3.857162] BUG: kernel NULL pointer dereference, address: 00000000000003c0
[    3.859225] #PF: supervisor read access in kernel mode
[    3.860948] #PF: error_code(0x0000) - not-present page
[    3.862859] PGD 0 P4D 0
[    3.868003] Oops: 0000 [#1] PREEMPT SMP PTI
[    3.876228] CPU: 2 PID: 35 Comm: kworker/u8:1 Not tainted 6.1.0-9-amd64 #1
Debian 6.1.27-1
[    3.891221] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 0.0.0
02/06/2015
[    3.892502] Workqueue: events_unbound async_run_entry_fn
[    3.894067] RIP: 0010:p2sb_read_bar0+0x30/0x70
[    3.894987] Code: 89 fa 48 8d 7e 08 48 89 f1 31 c0 48 83 e7 f8 48 c7 06 00
00 00 00 48 29 f9 48 c7 46 38 00 00 00 00 83 c1 40 c
1 e9 03 f3 48 ab <48> 8b 82 c0 03 00 00 48 89 06 48 8b 82 c8 03 00 00 48 89 46
08 48
[    3.899459] RSP: 0018:ffff9d6c0014fb60 EFLAGS: 00010202
[    3.900501] RAX: 0000000000000000 RBX: ffff8e1040982000 RCX:
0000000000000000
[    3.901716] RDX: 0000000000000000 RSI: ffff9d6c0014fc50 RDI:
ffff9d6c0014fc90
[    3.903950] RBP: ffff9d6c0014fc50 R08: 0000000000000004 R09:
ffff9d6c0014fae4
[    3.905709] R10: 000000000000000c R11: ffffffff8aba7300 R12:
0000000000000000
[    3.908134] R13: 0000000000000000 R14: 00000000000000f9 R15:
ffff8e1055ddc8c8
[    3.910006] FS:  0000000000000000(0000) GS:ffff8e10fad00000(0000)
knlGS:0000000000000000
[    3.911968] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    3.914321] CR2: 00000000000003c0 CR3: 0000000101046006 CR4:
0000000000370ee0
[    3.916164] Call Trace:
[    3.918639]  <TASK>
[    3.924359]  p2sb_bar+0x9f/0x1c0
[    3.931370]  i801_add_tco+0x13c/0x219 [i2c_i801]
[    3.940594]  ? dev_printk_emit+0x61/0x7c
[    3.948454]  i801_probe.cold+0xd0/0x2b9 [i2c_i801]
[    3.959614]  ? create_pinctrl+0x2f/0x3f0
[    3.966097]  ? preempt_count_add+0x47/0xa0
[    3.972293]  local_pci_probe+0x3e/0x80
[    3.978221]  pci_device_probe+0xc3/0x230
[    3.985708]  really_probe+0xdb/0x380
[    3.993311]  ? pm_runtime_barrier+0x50/0x90
[    4.001018]  __driver_probe_device+0x78/0x120
[    4.008081]  driver_probe_device+0x1f/0x90
[    4.013576]  __driver_attach_async_helper+0x5a/0xe0
[    4.014616]  async_run_entry_fn+0x2d/0x130
[    4.015526]  process_one_work+0x1c4/0x380
[    4.017670]  worker_thread+0x4d/0x380
[    4.019110]  ? rescuer_thread+0x3a0/0x3a0
[    4.023035]  kthread+0xe6/0x110
[    4.024444]  ? kthread_complete_and_exit+0x20/0x20
[    4.025592]  ret_from_fork+0x1f/0x30
[    4.026400]  </TASK>
[    4.027029] Modules linked in: i2c_i801 i2c_smbus crc32c_intel usb_common
scsi_common virtio_ring button
[    4.028614] CR2: 00000000000003c0
[    4.029398] ---[ end trace 0000000000000000 ]---
[    4.030329] RIP: 0010:p2sb_read_bar0+0x30/0x70
[    4.031254] Code: 89 fa 48 8d 7e 08 48 89 f1 31 c0 48 83 e7 f8 48 c7 06 00
00 00 00 48 29 f9 48 c7 46 38 00 00 00 00 83 c1 40 c
1 e9 03 f3 48 ab <48> 8b 82 c0 03 00 00 48 89 06 48 8b 82 c8 03 00 00 48 89 46
08 48
[    4.034339] RSP: 0018:ffff9d6c0014fb60 EFLAGS: 00010202
[    4.035372] RAX: 0000000000000000 RBX: ffff8e1040982000 RCX:
0000000000000000
[    4.036655] RDX: 0000000000000000 RSI: ffff9d6c0014fc50 RDI:
ffff9d6c0014fc90
[    4.037949] RBP: ffff9d6c0014fc50 R08: 0000000000000004 R09:
ffff9d6c0014fae4
[    4.039232] R10: 000000000000000c R11: ffffffff8aba7300 R12:
0000000000000000
[    4.040498] R13: 0000000000000000 R14: 00000000000000f9 R15:
ffff8e1055ddc8c8
[    4.041759] FS:  0000000000000000(0000) GS:ffff8e10fad00000(0000)
knlGS:0000000000000000
[    4.049635] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    4.054380] CR2: 00000000000003c0 CR3: 0000000101046006 CR4:
0000000000370ee0
[    4.058311] note: kworker/u8:1[35] exited with irqs disabled
[    4.090779] ACPI: bus type drm_connector registered
[    4.109073] lpc_ich 0000:00:1f.0: I/O space for GPIO uninitialized
[    4.956012] input: ImExPS/2 Generic Explorer Mouse as
/devices/platform/i8042/serio1/input/input3



   * What exactly did you do (or not do) that was effective (or
     ineffective)?

Using the older kernel with the upgraded installation worked. I had to make
sure that the firmware was loaded from the new component non-free-firmware.

   * What was the outcome of this action?

It does work with the old kernel.

   * What outcome did you expect instead?

I had hoped that I could use the new


-- Package-specific info:
** Kernel log: boot messages should be attached

** Model information
sys_vendor: QEMU
product_name: Standard PC (Q35 + ICH9, 2009)
product_version: pc-q35-5.2
chassis_vendor: QEMU
chassis_version: pc-q35-5.2
bios_vendor: EFI Development Kit II / OVMF
bios_version: 0.0.0

** Network interface configuration:
*** /etc/network/interfaces:

source /etc/network/interfaces.d/*

auto lo
iface lo inet loopback

allow-hotplug enp0s3
iface enp0s3 inet dhcp

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation 82G33/G31/P35/P31 Express DRAM Controller [8086:29c0]
	Subsystem: Red Hat, Inc. QEMU Virtual Machine [1af4:1100]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0

00:01.0 Display controller [0380]: Device [1234:1111] (rev 02)
	Subsystem: Red Hat, Inc. Device [1af4:1100]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Region 0: Memory at c0000000 (32-bit, prefetchable) [size=16M]
	Region 2: Memory at c3754000 (32-bit, non-prefetchable) [size=4K]
	Expansion ROM at 80600000 [disabled] [size=32K]
	Capabilities: <access denied>
	Kernel driver in use: bochs-drm
	Kernel modules: bochs_drm

00:02.0 PCI bridge [0604]: Red Hat, Inc. QEMU PCIe Root port [1b36:000c] (prog-if 00 [Normal decode])
	Subsystem: Red Hat, Inc. QEMU PCIe Root port [1b36:0000]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 22
	Region 0: Memory at c3753000 (32-bit, non-prefetchable) [size=4K]
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: [disabled] [16-bit]
	Memory behind bridge: c3600000-c36fffff [size=1M] [32-bit]
	Prefetchable memory behind bridge: 810000000-8100fffff [size=1M] [32-bit]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:02.1 PCI bridge [0604]: Red Hat, Inc. QEMU PCIe Root port [1b36:000c] (prog-if 00 [Normal decode])
	Subsystem: Red Hat, Inc. QEMU PCIe Root port [1b36:0000]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 22
	Region 0: Memory at c3752000 (32-bit, non-prefetchable) [size=4K]
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	I/O behind bridge: [disabled] [16-bit]
	Memory behind bridge: c3500000-c35fffff [size=1M] [32-bit]
	Prefetchable memory behind bridge: 810c00000-810dfffff [size=2M] [32-bit]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:02.2 PCI bridge [0604]: Red Hat, Inc. QEMU PCIe Root port [1b36:000c] (prog-if 00 [Normal decode])
	Subsystem: Red Hat, Inc. QEMU PCIe Root port [1b36:0000]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 22
	Region 0: Memory at c3751000 (32-bit, non-prefetchable) [size=4K]
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
	I/O behind bridge: [disabled] [16-bit]
	Memory behind bridge: c3400000-c34fffff [size=1M] [32-bit]
	Prefetchable memory behind bridge: 810100000-8101fffff [size=1M] [32-bit]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:02.3 PCI bridge [0604]: Red Hat, Inc. QEMU PCIe Root port [1b36:000c] (prog-if 00 [Normal decode])
	Subsystem: Red Hat, Inc. QEMU PCIe Root port [1b36:0000]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 22
	Region 0: Memory at c3750000 (32-bit, non-prefetchable) [size=4K]
	Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
	I/O behind bridge: [disabled] [16-bit]
	Memory behind bridge: c3300000-c33fffff [size=1M] [32-bit]
	Prefetchable memory behind bridge: 810200000-8102fffff [size=1M] [32-bit]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:02.4 PCI bridge [0604]: Red Hat, Inc. QEMU PCIe Root port [1b36:000c] (prog-if 00 [Normal decode])
	Subsystem: Red Hat, Inc. QEMU PCIe Root port [1b36:0000]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 22
	Region 0: Memory at c374f000 (32-bit, non-prefetchable) [size=4K]
	Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
	I/O behind bridge: [disabled] [16-bit]
	Memory behind bridge: 80000000-801fffff [size=2M] [32-bit]
	Prefetchable memory behind bridge: 810300000-8103fffff [size=1M] [32-bit]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:02.5 PCI bridge [0604]: Red Hat, Inc. QEMU PCIe Root port [1b36:000c] (prog-if 00 [Normal decode])
	Subsystem: Red Hat, Inc. QEMU PCIe Root port [1b36:0000]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 22
	Region 0: Memory at c374e000 (32-bit, non-prefetchable) [size=4K]
	Bus: primary=00, secondary=06, subordinate=06, sec-latency=0
	I/O behind bridge: 5000-5fff [size=4K] [16-bit]
	Memory behind bridge: 80200000-803fffff [size=2M] [32-bit]
	Prefetchable memory behind bridge: 810400000-8104fffff [size=1M] [32-bit]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:02.6 PCI bridge [0604]: Red Hat, Inc. QEMU PCIe Root port [1b36:000c] (prog-if 00 [Normal decode])
	Subsystem: Red Hat, Inc. QEMU PCIe Root port [1b36:0000]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 22
	Region 0: Memory at c374d000 (32-bit, non-prefetchable) [size=4K]
	Bus: primary=00, secondary=07, subordinate=07, sec-latency=0
	I/O behind bridge: 4000-4fff [size=4K] [16-bit]
	Memory behind bridge: c3200000-c32fffff [size=1M] [32-bit]
	Prefetchable memory behind bridge: 810500000-8105fffff [size=1M] [32-bit]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:02.7 PCI bridge [0604]: Red Hat, Inc. QEMU PCIe Root port [1b36:000c] (prog-if 00 [Normal decode])
	Subsystem: Red Hat, Inc. QEMU PCIe Root port [1b36:0000]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 22
	Region 0: Memory at c374c000 (32-bit, non-prefetchable) [size=4K]
	Bus: primary=00, secondary=08, subordinate=08, sec-latency=0
	I/O behind bridge: 3000-3fff [size=4K] [16-bit]
	Memory behind bridge: c3100000-c31fffff [size=1M] [32-bit]
	Prefetchable memory behind bridge: 810600000-8106fffff [size=1M] [32-bit]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:03.0 PCI bridge [0604]: Red Hat, Inc. QEMU PCIe Root port [1b36:000c] (prog-if 00 [Normal decode])
	Subsystem: Red Hat, Inc. QEMU PCIe Root port [1b36:0000]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 0: Memory at c374b000 (32-bit, non-prefetchable) [size=4K]
	Bus: primary=00, secondary=09, subordinate=09, sec-latency=0
	I/O behind bridge: 2000-2fff [size=4K] [16-bit]
	Memory behind bridge: c3000000-c30fffff [size=1M] [32-bit]
	Prefetchable memory behind bridge: 810700000-8107fffff [size=1M] [32-bit]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:03.1 PCI bridge [0604]: Red Hat, Inc. QEMU PCIe Root port [1b36:000c] (prog-if 00 [Normal decode])
	Subsystem: Red Hat, Inc. QEMU PCIe Root port [1b36:0000]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 0: Memory at c374a000 (32-bit, non-prefetchable) [size=4K]
	Bus: primary=00, secondary=0a, subordinate=0a, sec-latency=0
	I/O behind bridge: e000-efff [size=4K] [16-bit]
	Memory behind bridge: c1000000-c1ffffff [size=16M] [32-bit]
	Prefetchable memory behind bridge: 800000000-80fffffff [size=256M] [32-bit]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA+ VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:03.2 PCI bridge [0604]: Red Hat, Inc. QEMU PCIe Root port [1b36:000c] (prog-if 00 [Normal decode])
	Subsystem: Red Hat, Inc. QEMU PCIe Root port [1b36:0000]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 0: Memory at c3749000 (32-bit, non-prefetchable) [size=4K]
	Bus: primary=00, secondary=0b, subordinate=0c, sec-latency=0
	I/O behind bridge: d000-dfff [size=4K] [16-bit]
	Memory behind bridge: c2e00000-c2ffffff [size=2M] [32-bit]
	Prefetchable memory behind bridge: 810e00000-810ffffff [size=2M] [32-bit]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:03.3 PCI bridge [0604]: Red Hat, Inc. QEMU PCIe Root port [1b36:000c] (prog-if 00 [Normal decode])
	Subsystem: Red Hat, Inc. QEMU PCIe Root port [1b36:0000]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 0: Memory at c3748000 (32-bit, non-prefetchable) [size=4K]
	Bus: primary=00, secondary=0d, subordinate=0d, sec-latency=0
	I/O behind bridge: 1000-1fff [size=4K] [16-bit]
	Memory behind bridge: 80400000-805fffff [size=2M] [32-bit]
	Prefetchable memory behind bridge: 811000000-8111fffff [size=2M] [32-bit]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:03.4 PCI bridge [0604]: Red Hat, Inc. QEMU PCIe Root port [1b36:000c] (prog-if 00 [Normal decode])
	Subsystem: Red Hat, Inc. QEMU PCIe Root port [1b36:0000]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 0: Memory at c3747000 (32-bit, non-prefetchable) [size=4K]
	Bus: primary=00, secondary=0e, subordinate=0e, sec-latency=0
	I/O behind bridge: c000-cfff [size=4K] [16-bit]
	Memory behind bridge: c2c00000-c2dfffff [size=2M] [32-bit]
	Prefetchable memory behind bridge: 811200000-8113fffff [size=2M] [32-bit]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:03.5 PCI bridge [0604]: Red Hat, Inc. QEMU PCIe Root port [1b36:000c] (prog-if 00 [Normal decode])
	Subsystem: Red Hat, Inc. QEMU PCIe Root port [1b36:0000]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 0: Memory at c3746000 (32-bit, non-prefetchable) [size=4K]
	Bus: primary=00, secondary=0f, subordinate=0f, sec-latency=0
	I/O behind bridge: b000-bfff [size=4K] [16-bit]
	Memory behind bridge: c2a00000-c2bfffff [size=2M] [32-bit]
	Prefetchable memory behind bridge: 810800000-8108fffff [size=1M] [32-bit]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:03.6 PCI bridge [0604]: Red Hat, Inc. QEMU PCIe Root port [1b36:000c] (prog-if 00 [Normal decode])
	Subsystem: Red Hat, Inc. QEMU PCIe Root port [1b36:0000]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 0: Memory at c3745000 (32-bit, non-prefetchable) [size=4K]
	Bus: primary=00, secondary=10, subordinate=10, sec-latency=0
	I/O behind bridge: a000-afff [size=4K] [16-bit]
	Memory behind bridge: c2800000-c29fffff [size=2M] [32-bit]
	Prefetchable memory behind bridge: 810900000-8109fffff [size=1M] [32-bit]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:03.7 PCI bridge [0604]: Red Hat, Inc. QEMU PCIe Root port [1b36:000c] (prog-if 00 [Normal decode])
	Subsystem: Red Hat, Inc. QEMU PCIe Root port [1b36:0000]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 0: Memory at c3744000 (32-bit, non-prefetchable) [size=4K]
	Bus: primary=00, secondary=11, subordinate=11, sec-latency=0
	I/O behind bridge: 9000-9fff [size=4K] [16-bit]
	Memory behind bridge: c2600000-c27fffff [size=2M] [32-bit]
	Prefetchable memory behind bridge: 810a00000-810afffff [size=1M] [32-bit]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:04.0 PCI bridge [0604]: Red Hat, Inc. QEMU PCIe Root port [1b36:000c] (prog-if 00 [Normal decode])
	Subsystem: Red Hat, Inc. QEMU PCIe Root port [1b36:0000]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 20
	Region 0: Memory at c3743000 (32-bit, non-prefetchable) [size=4K]
	Bus: primary=00, secondary=12, subordinate=12, sec-latency=0
	I/O behind bridge: 8000-8fff [size=4K] [16-bit]
	Memory behind bridge: c2400000-c25fffff [size=2M] [32-bit]
	Prefetchable memory behind bridge: 810b00000-810bfffff [size=1M] [32-bit]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:04.1 PCI bridge [0604]: Red Hat, Inc. QEMU PCIe Root port [1b36:000c] (prog-if 00 [Normal decode])
	Subsystem: Red Hat, Inc. QEMU PCIe Root port [1b36:0000]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 20
	Region 0: Memory at c3742000 (32-bit, non-prefetchable) [size=4K]
	Bus: primary=00, secondary=13, subordinate=13, sec-latency=0
	I/O behind bridge: 7000-7fff [size=4K] [16-bit]
	Memory behind bridge: c2200000-c23fffff [size=2M] [32-bit]
	Prefetchable memory behind bridge: 811400000-8115fffff [size=2M] [32-bit]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:04.2 PCI bridge [0604]: Red Hat, Inc. QEMU PCIe Root port [1b36:000c] (prog-if 00 [Normal decode])
	Subsystem: Red Hat, Inc. QEMU PCIe Root port [1b36:0000]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 20
	Region 0: Memory at c3741000 (32-bit, non-prefetchable) [size=4K]
	Bus: primary=00, secondary=14, subordinate=14, sec-latency=0
	I/O behind bridge: 6000-6fff [size=4K] [16-bit]
	Memory behind bridge: c2000000-c21fffff [size=2M] [32-bit]
	Prefetchable memory behind bridge: 811600000-8117fffff [size=2M] [32-bit]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:1f.0 ISA bridge [0601]: Intel Corporation 82801IB (ICH9) LPC Interface Controller [8086:2918] (rev 02)
	Subsystem: Red Hat, Inc. QEMU Virtual Machine [1af4:1100]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Kernel driver in use: lpc_ich
	Kernel modules: lpc_ich

00:1f.2 SATA controller [0106]: Intel Corporation 82801IR/IO/IH (ICH9R/DO/DH) 6 port SATA Controller [AHCI mode] [8086:2922] (rev 02) (prog-if 01 [AHCI 1.0])
	Subsystem: Red Hat, Inc. QEMU Virtual Machine [1af4:1100]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 56
	Region 4: I/O ports at f040 [size=32]
	Region 5: Memory at c3740000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: <access denied>
	Kernel driver in use: ahci
	Kernel modules: ahci

00:1f.3 SMBus [0c05]: Intel Corporation 82801I (ICH9 Family) SMBus Controller [8086:2930] (rev 02)
	Subsystem: Red Hat, Inc. QEMU Virtual Machine [1af4:1100]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 16
	Region 4: I/O ports at f000 [size=64]
	Kernel driver in use: i801_smbus
	Kernel modules: i2c_i801

01:00.0 Ethernet controller [0200]: Red Hat, Inc. Virtio 1.0 network device [1af4:1041] (rev 01)
	Subsystem: Red Hat, Inc. Virtio network device [1af4:1100]
	Physical Slot: 0
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 22
	Region 1: Memory at c3600000 (32-bit, non-prefetchable) [size=4K]
	Region 4: Memory at 810000000 (64-bit, prefetchable) [size=16K]
	Expansion ROM at c3640000 [disabled] [size=256K]
	Capabilities: <access denied>
	Kernel driver in use: virtio-pci
	Kernel modules: virtio_pci

02:00.0 USB controller [0c03]: Red Hat, Inc. QEMU XHCI Host Controller [1b36:000d] (rev 01) (prog-if 30 [XHCI])
	Subsystem: Red Hat, Inc. QEMU XHCI Host Controller [1af4:1100]
	Physical Slot: 0-1
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 22
	Region 0: Memory at c3500000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci

03:00.0 Communication controller [0780]: Red Hat, Inc. Virtio 1.0 console [1af4:1043] (rev 01)
	Subsystem: Red Hat, Inc. Virtio console [1af4:1100]
	Physical Slot: 0-2
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 22
	Region 1: Memory at c3400000 (32-bit, non-prefetchable) [size=4K]
	Region 4: Memory at 810100000 (64-bit, prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: virtio-pci
	Kernel modules: virtio_pci

04:00.0 SCSI storage controller [0100]: Red Hat, Inc. Virtio 1.0 block device [1af4:1042] (rev 01)
	Subsystem: Red Hat, Inc. Virtio block device [1af4:1100]
	Physical Slot: 0-3
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 22
	Region 1: Memory at c3300000 (32-bit, non-prefetchable) [size=4K]
	Region 4: Memory at 810200000 (64-bit, prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: virtio-pci
	Kernel modules: virtio_pci

05:00.0 Unclassified device [00ff]: Red Hat, Inc. Virtio 1.0 memory balloon [1af4:1045] (rev 01)
	Subsystem: Red Hat, Inc. Virtio memory balloon [1af4:1100]
	Physical Slot: 0-4
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 22
	Region 4: Memory at 810300000 (64-bit, prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: virtio-pci
	Kernel modules: virtio_pci

06:00.0 Unclassified device [00ff]: Red Hat, Inc. Virtio 1.0 RNG [1af4:1044] (rev 01)
	Subsystem: Red Hat, Inc. Virtio RNG [1af4:1100]
	Physical Slot: 0-5
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 22
	Region 4: Memory at 810400000 (64-bit, prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: virtio-pci
	Kernel modules: virtio_pci

07:00.0 SCSI storage controller [0100]: Red Hat, Inc. Virtio 1.0 SCSI [1af4:1048] (rev 01)
	Subsystem: Red Hat, Inc. Virtio SCSI [1af4:1100]
	Physical Slot: 0-6
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 22
	Region 1: Memory at c3200000 (32-bit, non-prefetchable) [size=4K]
	Region 4: Memory at 810500000 (64-bit, prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: virtio-pci
	Kernel modules: virtio_pci

08:00.0 SCSI storage controller [0100]: Red Hat, Inc. Virtio 1.0 block device [1af4:1042] (rev 01)
	Subsystem: Red Hat, Inc. Virtio block device [1af4:1100]
	Physical Slot: 0-7
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 22
	Region 1: Memory at c3100000 (32-bit, non-prefetchable) [size=4K]
	Region 4: Memory at 810600000 (64-bit, prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: virtio-pci
	Kernel modules: virtio_pci

09:00.0 SCSI storage controller [0100]: Red Hat, Inc. Virtio 1.0 block device [1af4:1042] (rev 01)
	Subsystem: Red Hat, Inc. Virtio block device [1af4:1100]
	Physical Slot: 0-8
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 1: Memory at c3000000 (32-bit, non-prefetchable) [size=4K]
	Region 4: Memory at 810700000 (64-bit, prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: virtio-pci
	Kernel modules: virtio_pci

0a:00.0 VGA compatible controller [0300]: Intel Corporation HD Graphics 620 [8086:5916] (rev 02) (prog-if 00 [VGA controller])
	Subsystem: ASUSTeK Computer Inc. HD Graphics 620 [1043:1520]
	Physical Slot: 0-9
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 78
	Region 0: Memory at c1000000 (64-bit, non-prefetchable) [size=16M]
	Region 2: Memory at 800000000 (64-bit, prefetchable) [size=256M]
	Region 4: I/O ports at e000 [size=64]
	Expansion ROM at <ignored> [disabled]
	Capabilities: <access denied>
	Kernel driver in use: i915
	Kernel modules: i915

0b:00.0 PCI bridge [0604]: Red Hat, Inc. Device [1b36:000e] (prog-if 00 [Normal decode])
	Physical Slot: 0-10
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 43
	Region 0: Memory at c2f00000 (64-bit, non-prefetchable) [size=256]
	Bus: primary=0b, secondary=0c, subordinate=0c, sec-latency=0
	I/O behind bridge: d000-dfff [size=4K] [16-bit]
	Memory behind bridge: c2e00000-c2efffff [size=1M] [32-bit]
	Prefetchable memory behind bridge: [disabled] [64-bit]
	Secondary status: 66MHz+ FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: shpchp

0c:01.0 ISA bridge [0601]: Intel Corporation Sunrise Point-LP LPC Controller [8086:9d58] (rev 21)
	Subsystem: ASUSTeK Computer Inc. Sunrise Point-LP LPC Controller [1043:1520]
	Physical Slot: 1
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0

0c:02.0 Memory controller [0580]: Intel Corporation Sunrise Point-LP PMC [8086:9d21] (rev 21)
	Subsystem: ASUSTeK Computer Inc. Sunrise Point-LP PMC [1043:1520]
	Physical Slot: 2
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Region 0: Memory at c2e14000 (32-bit, non-prefetchable) [size=16K]

0c:03.0 Audio device [0403]: Intel Corporation Sunrise Point-LP HD Audio [8086:9d71] (rev 21)
	Subsystem: ASUSTeK Computer Inc. Sunrise Point-LP HD Audio [1043:1520]
	Physical Slot: 3
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 32, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 88
	Region 0: Memory at c2e10000 (64-bit, non-prefetchable) [size=16K]
	Region 4: Memory at c2e00000 (64-bit, non-prefetchable) [size=64K]
	Capabilities: <access denied>
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel, snd_soc_skl

0c:04.0 SMBus [0c05]: Intel Corporation Sunrise Point-LP SMBus [8086:9d23] (rev 21)
	Subsystem: ASUSTeK Computer Inc. Sunrise Point-LP SMBus [1043:1520]
	Physical Slot: 4
	Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 23
	Region 0: Memory at c2e18000 (64-bit, non-prefetchable) [size=256]
	Region 4: I/O ports at d000 [size=32]
	Kernel driver in use: i801_smbus
	Kernel modules: i2c_i801

0f:00.0 Mass storage controller [0180]: Red Hat, Inc. Virtio file system [1af4:105a] (rev 01)
	Subsystem: Red Hat, Inc. Virtio file system [1af4:1100]
	Physical Slot: 0-13
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 1: Memory at c2a00000 (32-bit, non-prefetchable) [size=4K]
	Region 4: Memory at 810800000 (64-bit, prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: virtio-pci
	Kernel modules: virtio_pci

10:00.0 Ethernet controller [0200]: Red Hat, Inc. Virtio 1.0 network device [1af4:1041] (rev 01)
	Subsystem: Red Hat, Inc. Virtio network device [1af4:1100]
	Physical Slot: 0-14
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 1: Memory at c2800000 (32-bit, non-prefetchable) [size=4K]
	Region 4: Memory at 810900000 (64-bit, prefetchable) [size=16K]
	Expansion ROM at c2840000 [disabled] [size=256K]
	Capabilities: <access denied>
	Kernel driver in use: virtio-pci
	Kernel modules: virtio_pci

11:00.0 Input device controller [0980]: Red Hat, Inc. Virtio 1.0 input [1af4:1052] (rev 01)
	Subsystem: Red Hat, Inc. Virtio input [1af4:1100]
	Physical Slot: 0-15
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 1: Memory at c2600000 (32-bit, non-prefetchable) [size=4K]
	Region 4: Memory at 810a00000 (64-bit, prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: virtio-pci
	Kernel modules: virtio_pci

12:00.0 Input device controller [0980]: Red Hat, Inc. Virtio 1.0 input [1af4:1052] (rev 01)
	Subsystem: Red Hat, Inc. Virtio input [1af4:1100]
	Physical Slot: 0-16
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 20
	Region 1: Memory at c2400000 (32-bit, non-prefetchable) [size=4K]
	Region 4: Memory at 810b00000 (64-bit, prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: virtio-pci
	Kernel modules: virtio_pci


** USB devices:
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 001 Device 002: ID 0d8c:0102 C-Media Electronics, Inc. CM106 Like Sound Device
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


-- System Information:
Debian Release: 12.0
  APT prefers stable-security
  APT policy: (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.10.0-23-amd64 (SMP w/4 CPU threads)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages linux-image-6.1.0-9-amd64 depends on:
ii  initramfs-tools [linux-initramfs-tool]  0.142
ii  kmod                                    30+20221128-1
ii  linux-base                              4.9

Versions of packages linux-image-6.1.0-9-amd64 recommends:
ii  apparmor             3.0.8-3
ii  firmware-linux-free  20200122-1

Versions of packages linux-image-6.1.0-9-amd64 suggests:
pn  debian-kernel-handbook  <none>
ii  grub-efi-amd64          2.06-13
pn  linux-doc-6.1           <none>

Versions of packages linux-image-6.1.0-9-amd64 is related to:
ii  firmware-amd-graphics     20230210-5
pn  firmware-atheros          <none>
pn  firmware-bnx2             <none>
pn  firmware-bnx2x            <none>
pn  firmware-brcm80211        <none>
pn  firmware-cavium           <none>
pn  firmware-intel-sound      <none>
pn  firmware-intelwimax       <none>
pn  firmware-ipw2x00          <none>
pn  firmware-ivtv             <none>
ii  firmware-iwlwifi          20230210-5
pn  firmware-libertas         <none>
ii  firmware-linux-nonfree    20230210-5
ii  firmware-misc-nonfree     20230210-5
pn  firmware-myricom          <none>
pn  firmware-netxen           <none>
pn  firmware-qlogic           <none>
ii  firmware-realtek          20230210-5
pn  firmware-samsung          <none>
pn  firmware-siano            <none>
pn  firmware-ti-connectivity  <none>
pn  xen-hypervisor            <none>

-- no debconf information
Connected to domain 'emma-3'
Escape character is ^] (Ctrl + ])
[=3h[=3h[=3hBdsDxe: loading Boot0003 "debian" from HD(1,GPT,FF8BB828-BEF8-EF4A-B8BE-975BE76AE00F,0x800,0x100000)/\EFI\debian\shimx64.efi
BdsDxe: starting Boot0003 "debian" from HD(1,GPT,FF8BB828-BEF8-EF4A-B8BE-975BE76AE00F,0x800,0x100000)/\EFI\debian\shimx64.efi
Welcome to GRUB!


[?25lGNU GRUB  version 2.06-13


+----------------------------------------------------------------------------+||||||||||||||||||||||+----------------------------------------------------------------------------+     Use the ^ and v keys to select which entry is highlighted.          

      Press enter to boot the selected OS, `e' to edit the commands       

      before booting or `c' for a command-line. ESC to return             

      previous menu.                                                       *Debian GNU/Linux                                                            Advanced options for Debian GNU/Linux                                       UEFI Firmware Settings                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GNU GRUB  version 2.06-13


ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿³³³³³³³³³³³³³³³³³³³³³³³³³³³³³³³³³³³³³³ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ     Use the ^ and v keys to select which entry is highlighted.                              

      Press enter to boot the selected OS, `e' to edit the commands before booting or `c' for 

      a command-line. ESC to return previous menu.                                            [05;:0H *Debian GNU/Linux                                                                                Advanced options for Debian GNU/Linux                                                           UEFI Firmware Settings                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         [23;:0H    The highlighted entry will be executed automatically in 5s.                                        The highlighted entry will be executed automatically in 5s.                    The highlighted entry will be executed automatically in 4s.                                        The highlighted entry will be executed automatically in 4s.                    The highlighted entry will be executed automatically in 3s.                                        The highlighted entry will be executed automatically in 3s.                    The highlighted entry will be executed automatically in 2s.                                        The highlighted entry will be executed automatically in 2s.                    The highlighted entry will be executed automatically in 1s.                                        The highlighted entry will be executed automatically in 1s.                    The highlighted entry will be executed automatically in 0s.                                        The highlighted entry will be executed automatically in 0s.                 [?25h    Booting `Debian GNU/Linux'Booting `Debian GNU/Linux'




Loading Linux 6.1.0-9-amd64 ...Loading Linux 6.1.0-9-amd64 ...


Loading initial ramdisk ...Loading initial ramdisk ...


[    0.000000] Linux version 6.1.0-9-amd64 (debian-kernel@lists.debian.org) (gcc-12 (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT_DYNAMIC Debian 6.1.27-1 (2023-05-08)
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-6.1.0-9-amd64 root=/dev/mapper/MMs-root1 ro noquiet nosplash console=tty0 console=ttyS0,115200n8 i915.modeset=1 security=
[    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] signal: max sigframe size: 1776
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ee89fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007ee8a000-0x000000007ef8bfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007ef8c000-0x000000007f8ebfff] usable
[    0.000000] BIOS-e820: [mem 0x000000007f8ec000-0x000000007f9ebfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007f9ec000-0x000000007faebfff] type 20
[    0.000000] BIOS-e820: [mem 0x000000007faec000-0x000000007fb6bfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007fb6c000-0x000000007fb7dfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007fb7e000-0x000000007fbfdfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007fbfe000-0x000000007ff7bfff] usable
[    0.000000] BIOS-e820: [mem 0x000000007ff7c000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000001bfffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.70 by EDK II
[    0.000000] efi: SMBIOS=0x7f920000 ACPI=0x7fb7d000 ACPI 2.0=0x7fb7d014 MEMATTR=0x7e6a3018 MOKvar=0x7f919000 
[    0.000000] secureboot: Secure boot disabled
[    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.000002] kvm-clock: using sched offset of 98464846386 cycles
[    0.000004] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    0.000012] tsc: Detected 2903.998 MHz processor
[    0.000141] last_pfn = 0x1c0000 max_arch_pfn = 0x400000000
[    0.000885] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001180] last_pfn = 0x7ff7c max_arch_pfn = 0x400000000
[    0.017497] Using GB pages for direct mapping
[    0.018231] RAMDISK: [mem 0x2e693000-0x33340fff]
[    0.018246] ACPI: Early table checksum verification disabled
[    0.018261] ACPI: RSDP 0x000000007FB7D014 000024 (v02 BOCHS )
[    0.018271] ACPI: XSDT 0x000000007FB7C0E8 00004C (v01 BOCHS  BXPC     00000001      01000013)
[    0.018286] ACPI: FACP 0x000000007FB79000 0000F4 (v03 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.018295] ACPI: DSDT 0x000000007FB7A000 001ED1 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.018302] ACPI: FACS 0x000000007FBDC000 000040
[    0.018308] ACPI: APIC 0x000000007FB78000 000090 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.018315] ACPI: MCFG 0x000000007FB77000 00003C (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.018321] ACPI: WAET 0x000000007FB76000 000028 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.018327] ACPI: BGRT 0x000000007FB75000 000038 (v01 INTEL  EDK2     00000002      01000013)
[    0.018331] ACPI: Reserving FACP table memory at [mem 0x7fb79000-0x7fb790f3]
[    0.018333] ACPI: Reserving DSDT table memory at [mem 0x7fb7a000-0x7fb7bed0]
[    0.018334] ACPI: Reserving FACS table memory at [mem 0x7fbdc000-0x7fbdc03f]
[    0.018335] ACPI: Reserving APIC table memory at [mem 0x7fb78000-0x7fb7808f]
[    0.018336] ACPI: Reserving MCFG table memory at [mem 0x7fb77000-0x7fb7703b]
[    0.018337] ACPI: Reserving WAET table memory at [mem 0x7fb76000-0x7fb76027]
[    0.018338] ACPI: Reserving BGRT table memory at [mem 0x7fb75000-0x7fb75037]
[    0.018672] No NUMA configuration found
[    0.018673] Faking a node at [mem 0x0000000000000000-0x00000001bfffffff]
[    0.018687] NODE_DATA(0) allocated [mem 0x1bffd5000-0x1bfffffff]
[    0.019071] Zone ranges:
[    0.019072]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.019075]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.019077]   Normal   [mem 0x0000000100000000-0x00000001bfffffff]
[    0.019078]   Device   empty
[    0.019080] Movable zone start for each node
[    0.019082] Early memory node ranges
[    0.019083]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.019084]   node   0: [mem 0x0000000000100000-0x000000007ee89fff]
[    0.019086]   node   0: [mem 0x000000007ef8c000-0x000000007f8ebfff]
[    0.019087]   node   0: [mem 0x000000007fbfe000-0x000000007ff7bfff]
[    0.019088]   node   0: [mem 0x0000000100000000-0x00000001bfffffff]
[    0.019093] Initmem setup node 0 [mem 0x0000000000001000-0x00000001bfffffff]
[    0.019109] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.019143] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.023740] On node 0, zone DMA32: 258 pages in unavailable ranges
[    0.023760] On node 0, zone DMA32: 786 pages in unavailable ranges
[    0.024064] On node 0, zone Normal: 132 pages in unavailable ranges
[    0.025372] Reserving Intel graphics memory at [mem 0x9c000000-0x9fffffff]
[    0.026529] ACPI: PM-Timer IO Port: 0x608
[    0.026547] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.026580] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[    0.026584] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.026586] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    0.026587] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.026591] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[    0.026592] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[    0.026599] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.026624] TSC deadline timer available
[    0.026630] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.026684] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.026687] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.026688] PM: hibernation: Registered nosave memory: [mem 0x7e0dd000-0x7e0e5fff]
[    0.026690] PM: hibernation: Registered nosave memory: [mem 0x7ee8a000-0x7ef8bfff]
[    0.026692] PM: hibernation: Registered nosave memory: [mem 0x7f8ec000-0x7f9ebfff]
[    0.026693] PM: hibernation: Registered nosave memory: [mem 0x7f9ec000-0x7faebfff]
[    0.026694] PM: hibernation: Registered nosave memory: [mem 0x7faec000-0x7fb6bfff]
[    0.026695] PM: hibernation: Registered nosave memory: [mem 0x7fb6c000-0x7fb7dfff]
[    0.026695] PM: hibernation: Registered nosave memory: [mem 0x7fb7e000-0x7fbfdfff]
[    0.026697] PM: hibernation: Registered nosave memory: [mem 0x7ff7c000-0x7fffffff]
[    0.026698] PM: hibernation: Registered nosave memory: [mem 0x80000000-0x9bffffff]
[    0.026699] PM: hibernation: Registered nosave memory: [mem 0x9c000000-0x9fffffff]
[    0.026700] PM: hibernation: Registered nosave memory: [mem 0xa0000000-0xafffffff]
[    0.026701] PM: hibernation: Registered nosave memory: [mem 0xb0000000-0xbfffffff]
[    0.026702] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xffbfffff]
[    0.026703] PM: hibernation: Registered nosave memory: [mem 0xffc00000-0xffffffff]
[    0.026705] [mem 0xc0000000-0xffbfffff] available for PCI devices
[    0.026706] Booting paravirtualized kernel on KVM
[    0.026717] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.030892] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.031099] percpu: Embedded 61 pages/cpu s212992 r8192 d28672 u524288
[    0.031149] kvm-guest: PV spinlocks disabled, no host support
[    0.031157] Fallback order for Node 0: 0 
[    0.031161] Built 1 zonelists, mobility grouping on.  Total pages: 1286809
[    0.031163] Policy zone: Normal
[    0.031164] Kernel command line: BOOT_IMAGE=/vmlinuz-6.1.0-9-amd64 root=/dev/mapper/MMs-root1 ro noquiet nosplash console=tty0 console=ttyS0,115200n8 i915.modeset=1 security=
[    0.031289] Unknown kernel command line parameters "noquiet nosplash BOOT_IMAGE=/vmlinuz-6.1.0-9-amd64", will be passed to user space.
[    0.031358] random: crng init done
[    0.031682] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.031860] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.031987] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.032008] software IO TLB: area num 4.
[    0.054506] Memory: 2044264K/5237788K available (14342K kernel code, 2324K rwdata, 8728K rodata, 2772K init, 17436K bss, 328124K reserved, 0K cma-reserved)
[    0.054670] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.054696] Kernel/User page tables isolation: enabled
[    0.054731] ftrace: allocating 39983 entries in 157 pages
[    0.065698] ftrace: allocated 157 pages with 5 groups
[    0.066506] Dynamic Preempt: voluntary
[    0.066538] rcu: Preemptible hierarchical RCU implementation.
[    0.066539] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.066541] 	Trampoline variant of Tasks RCU enabled.
[    0.066542] 	Rude variant of Tasks RCU enabled.
[    0.066542] 	Tracing variant of Tasks RCU enabled.
[    0.066543] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.066544] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.071590] NR_IRQS: 524544, nr_irqs: 456, preallocated irqs: 16
[    0.071809] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.071858] Console: colour dummy device 80x25
[    0.072125] printk: console [tty0] enabled
[    0.266534] printk: console [ttyS0] enabled
[    0.267294] ACPI: Core revision 20220331
[    0.268229] APIC: Switch to symmetric I/O mode setup
[    0.269942] x2apic enabled
[    0.272454] Switched APIC routing to physical x2apic.
[    0.276398] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x29dc03c1beb, max_idle_ns: 440795205215 ns
[    0.280380] Calibrating delay loop (skipped) preset value.. 5807.99 BogoMIPS (lpj=11615992)
[    0.282558] pid_max: default: 32768 minimum: 301
[    0.284375] LSM: Security Framework initializing
[    0.284375] landlock: Up and running.
[    0.284375] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.284375] LSM support for eBPF active
[    0.284375] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.284375] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.284375] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.284375] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.284375] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.284375] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.284375] Spectre V2 : Mitigation: IBRS
[    0.284375] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.284375] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.284375] RETBleed: Mitigation: IBRS
[    0.284375] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.284375] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.284375] MDS: Mitigation: Clear CPU buffers
[    0.284375] MMIO Stale Data: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.284375] SRBDS: Unknown: Dependent on hypervisor status
[    0.284375] Freeing SMP alternatives memory: 36K
[    0.284375] smpboot: CPU0: Intel Core Processor (Skylake, IBRS) (family: 0x6, model: 0x5e, stepping: 0x3)
[    0.284375] cblist_init_generic: Setting adjustable number of callback queues.
[    0.284375] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.284402] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.285610] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.286838] Performance Events: unsupported p6 CPU model 94 no PMU driver, software events only.
[    0.288441] rcu: Hierarchical SRCU implementation.
[    0.289397] rcu: 	Max phase no-delay instances is 1000.
[    0.290825] NMI watchdog: Perf NMI watchdog permanently disabled
[    0.292060] smp: Bringing up secondary CPUs ...
[    0.292494] x86: Booting SMP configuration:
[    0.293338] .... node  #0, CPUs:      #1
[    0.212559] smpboot: CPU 1 Converting physical 0 to logical die 1
[    0.296512]  #2
[    0.212559] smpboot: CPU 2 Converting physical 0 to logical die 2
[    0.300498]  #3
[    0.212559] smpboot: CPU 3 Converting physical 0 to logical die 3
[    0.304512] smp: Brought up 1 node, 4 CPUs
[    0.308402] smpboot: Max logical packages: 4
[    0.312382] smpboot: Total of 4 processors activated (23231.98 BogoMIPS)
[    0.329119] node 0 deferred pages initialised in 4ms
[    0.332844] devtmpfs: initialized
[    0.333145] x86/mm: Memory block size: 128MB
[    0.334704] ACPI: PM: Registering ACPI NVS region [mem 0x7fb7e000-0x7fbfdfff] (524288 bytes)
[    0.336459] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.338398] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.339823] pinctrl core: initialized pinctrl subsystem
[    0.341535] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.343756] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.344970] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.347340] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.348407] audit: initializing netlink subsys (disabled)
[    0.352402] audit: type=2000 audit(1687332517.871:1): state=initialized audit_enabled=0 res=1
[    0.352610] thermal_sys: Registered thermal governor 'fair_share'
[    0.354198] thermal_sys: Registered thermal governor 'bang_bang'
[    0.356384] thermal_sys: Registered thermal governor 'step_wise'
[    0.360384] thermal_sys: Registered thermal governor 'user_space'
[    0.364398] thermal_sys: Registered thermal governor 'power_allocator'
[    0.368419] cpuidle: using governor ladder
[    0.376391] cpuidle: using governor menu
[    0.380326] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.381275] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xb0000000-0xbfffffff] (base 0xb0000000)
[    0.384390] PCI: MMCONFIG at [mem 0xb0000000-0xbfffffff] reserved in E820
[    0.385751] PCI: Using configuration type 1 for base access
[    0.388080] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.395685] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.396452] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.397797] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.399121] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.404491] ACPI: Added _OSI(Module Device)
[    0.405357] ACPI: Added _OSI(Processor Device)
[    0.406226] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.407149] ACPI: Added _OSI(Processor Aggregator Device)
[    0.409484] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.411468] ACPI: Interpreter enabled
[    0.412236] ACPI: PM: (supports S0 S5)
[    0.412381] ACPI: Using IOAPIC for interrupt routing
[    0.413920] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.416323] PCI: Using E820 reservations for host bridge windows
[    0.416468] ACPI: Enabled 1 GPEs in block 00 to 3F
[    0.419504] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.420401] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.422618] acpi PNP0A08:00: _OSC: platform does not support [LTR]
[    0.424450] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability]
[    0.426525] PCI host bridge to bus 0000:00
[    0.428106] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.428383] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.432383] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.436383] pci_bus 0000:00: root bus resource [mem 0x80000000-0xafffffff window]
[    0.440015] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
[    0.440397] pci_bus 0000:00: root bus resource [mem 0x800000000-0xfffffffff window]
[    0.443956] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.444531] pci 0000:00:00.0: [8086:29c0] type 00 class 0x060000
[    0.447606] pci 0000:00:01.0: [1234:1111] type 00 class 0x038000
[    0.455804] pci 0000:00:01.0: reg 0x10: [mem 0xc0000000-0xc0ffffff pref]
[    0.467848] pci 0000:00:01.0: reg 0x18: [mem 0xc3754000-0xc3754fff]
[    0.487219] pci 0000:00:01.0: reg 0x30: [mem 0xffff8000-0xffffffff pref]
[    0.488550] pci 0000:00:01.0: BAR 0: assigned to efifb
[    0.490545] pci 0000:00:02.0: [1b36:000c] type 01 class 0x060400
[    0.495012] pci 0000:00:02.0: reg 0x10: [mem 0xc3753000-0xc3753fff]
[    0.505063] pci 0000:00:02.1: [1b36:000c] type 01 class 0x060400
[    0.509303] pci 0000:00:02.1: reg 0x10: [mem 0xc3752000-0xc3752fff]
[    0.519461] pci 0000:00:02.2: [1b36:000c] type 01 class 0x060400
[    0.523556] pci 0000:00:02.2: reg 0x10: [mem 0xc3751000-0xc3751fff]
[    0.533617] pci 0000:00:02.3: [1b36:000c] type 01 class 0x060400
[    0.537332] pci 0000:00:02.3: reg 0x10: [mem 0xc3750000-0xc3750fff]
[    0.546688] pci 0000:00:02.4: [1b36:000c] type 01 class 0x060400
[    0.550795] pci 0000:00:02.4: reg 0x10: [mem 0xc374f000-0xc374ffff]
[    0.559633] pci 0000:00:02.5: [1b36:000c] type 01 class 0x060400
[    0.563541] pci 0000:00:02.5: reg 0x10: [mem 0xc374e000-0xc374efff]
[    0.573075] pci 0000:00:02.6: [1b36:000c] type 01 class 0x060400
[    0.577340] pci 0000:00:02.6: reg 0x10: [mem 0xc374d000-0xc374dfff]
[    0.584556] pci 0000:00:02.7: [1b36:000c] type 01 class 0x060400
[    0.588384] pci 0000:00:02.7: reg 0x10: [mem 0xc374c000-0xc374cfff]
[    0.596547] pci 0000:00:03.0: [1b36:000c] type 01 class 0x060400
[    0.600382] pci 0000:00:03.0: reg 0x10: [mem 0xc374b000-0xc374bfff]
[    0.608566] pci 0000:00:03.1: [1b36:000c] type 01 class 0x060400
[    0.616404] pci 0000:00:03.1: reg 0x10: [mem 0xc374a000-0xc374afff]
[    0.642447] pci 0000:00:03.2: [1b36:000c] type 01 class 0x060400
[    0.648422] pci 0000:00:03.2: reg 0x10: [mem 0xc3749000-0xc3749fff]
[    0.660710] pci 0000:00:03.3: [1b36:000c] type 01 class 0x060400
[    0.665337] pci 0000:00:03.3: reg 0x10: [mem 0xc3748000-0xc3748fff]
[    0.673074] pci 0000:00:03.4: [1b36:000c] type 01 class 0x060400
[    0.678139] pci 0000:00:03.4: reg 0x10: [mem 0xc3747000-0xc3747fff]
[    0.686743] pci 0000:00:03.5: [1b36:000c] type 01 class 0x060400
[    0.691534] pci 0000:00:03.5: reg 0x10: [mem 0xc3746000-0xc3746fff]
[    0.700565] pci 0000:00:03.6: [1b36:000c] type 01 class 0x060400
[    0.705350] pci 0000:00:03.6: reg 0x10: [mem 0xc3745000-0xc3745fff]
[    0.714676] pci 0000:00:03.7: [1b36:000c] type 01 class 0x060400
[    0.719396] pci 0000:00:03.7: reg 0x10: [mem 0xc3744000-0xc3744fff]
[    0.726685] pci 0000:00:04.0: [1b36:000c] type 01 class 0x060400
[    0.731612] pci 0000:00:04.0: reg 0x10: [mem 0xc3743000-0xc3743fff]
[    0.740589] pci 0000:00:04.1: [1b36:000c] type 01 class 0x060400
[    0.745341] pci 0000:00:04.1: reg 0x10: [mem 0xc3742000-0xc3742fff]
[    0.756567] pci 0000:00:04.2: [1b36:000c] type 01 class 0x060400
[    0.761330] pci 0000:00:04.2: reg 0x10: [mem 0xc3741000-0xc3741fff]
[    0.771844] pci 0000:00:1f.0: [8086:2918] type 00 class 0x060100
[    0.772986] pci 0000:00:1f.0: quirk: [io  0x0600-0x067f] claimed by ICH6 ACPI/GPIO/TCO
[    0.776612] pci 0000:00:1f.2: [8086:2922] type 00 class 0x010601
[    0.788382] pci 0000:00:1f.2: reg 0x20: [io  0xf040-0xf05f]
[    0.792202] pci 0000:00:1f.2: reg 0x24: [mem 0xc3740000-0xc3740fff]
[    0.794818] pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
[    0.803138] pci 0000:00:1f.3: reg 0x20: [io  0xf000-0xf03f]
[    0.808540] pci 0000:01:00.0: [1af4:1041] type 00 class 0x020000
[    0.814159] pci 0000:01:00.0: reg 0x14: [mem 0xc3600000-0xc3600fff]
[    0.821334] pci 0000:01:00.0: reg 0x20: [mem 0x810000000-0x810003fff 64bit pref]
[    0.824383] pci 0000:01:00.0: reg 0x30: [mem 0xfffc0000-0xffffffff pref]
[    0.827144] pci 0000:00:02.0: PCI bridge to [bus 01]
[    0.828243] pci 0000:00:02.0:   bridge window [mem 0xc3600000-0xc36fffff]
[    0.828417] pci 0000:00:02.0:   bridge window [mem 0x810000000-0x8100fffff 64bit pref]
[    0.832604] pci 0000:02:00.0: [1b36:000d] type 00 class 0x0c0330
[    0.835068] pci 0000:02:00.0: reg 0x10: [mem 0xc3500000-0xc3503fff 64bit]
[    0.841821] pci 0000:00:02.1: PCI bridge to [bus 02]
[    0.842872] pci 0000:00:02.1:   bridge window [mem 0xc3500000-0xc35fffff]
[    0.848177] pci 0000:03:00.0: [1af4:1043] type 00 class 0x078000
[    0.852312] pci 0000:03:00.0: reg 0x14: [mem 0xc3400000-0xc3400fff]
[    0.860382] pci 0000:03:00.0: reg 0x20: [mem 0x810100000-0x810103fff 64bit pref]
[    0.865200] pci 0000:00:02.2: PCI bridge to [bus 03]
[    0.866229] pci 0000:00:02.2:   bridge window [mem 0xc3400000-0xc34fffff]
[    0.867844] pci 0000:00:02.2:   bridge window [mem 0x810100000-0x8101fffff 64bit pref]
[    0.869955] pci 0000:04:00.0: [1af4:1042] type 00 class 0x010000
[    0.875176] pci 0000:04:00.0: reg 0x14: [mem 0xc3300000-0xc3300fff]
[    0.882194] pci 0000:04:00.0: reg 0x20: [mem 0x810200000-0x810203fff 64bit pref]
[    0.889113] pci 0000:00:02.3: PCI bridge to [bus 04]
[    0.890150] pci 0000:00:02.3:   bridge window [mem 0xc3300000-0xc33fffff]
[    0.892153] pci 0000:00:02.3:   bridge window [mem 0x810200000-0x8102fffff 64bit pref]
[    0.894045] pci 0000:05:00.0: [1af4:1045] type 00 class 0x00ff00
[    0.900267] pci 0000:05:00.0: reg 0x20: [mem 0x810300000-0x810303fff 64bit pref]
[    0.904816] pci 0000:00:02.4: PCI bridge to [bus 05]
[    0.906312] pci 0000:00:02.4:   bridge window [mem 0x810300000-0x8103fffff 64bit pref]
[    0.909317] pci 0000:06:00.0: [1af4:1044] type 00 class 0x00ff00
[    0.915320] pci 0000:06:00.0: reg 0x20: [mem 0x810400000-0x810403fff 64bit pref]
[    0.918754] pci 0000:00:02.5: PCI bridge to [bus 06]
[    0.920527] pci 0000:00:02.5:   bridge window [mem 0x810400000-0x8104fffff 64bit pref]
[    0.926086] pci 0000:07:00.0: [1af4:1048] type 00 class 0x010000
[    0.931696] pci 0000:07:00.0: reg 0x14: [mem 0xc3200000-0xc3200fff]
[    0.939094] pci 0000:07:00.0: reg 0x20: [mem 0x810500000-0x810503fff 64bit pref]
[    0.943560] pci 0000:00:02.6: PCI bridge to [bus 07]
[    0.946887] pci 0000:00:02.6:   bridge window [mem 0xc3200000-0xc32fffff]
[    0.948418] pci 0000:00:02.6:   bridge window [mem 0x810500000-0x8105fffff 64bit pref]
[    0.951774] pci 0000:08:00.0: [1af4:1042] type 00 class 0x010000
[    0.956383] pci 0000:08:00.0: reg 0x14: [mem 0xc3100000-0xc3100fff]
[    0.964036] pci 0000:08:00.0: reg 0x20: [mem 0x810600000-0x810603fff 64bit pref]
[    0.969668] pci 0000:00:02.7: PCI bridge to [bus 08]
[    0.970707] pci 0000:00:02.7:   bridge window [mem 0xc3100000-0xc31fffff]
[    0.972292] pci 0000:00:02.7:   bridge window [mem 0x810600000-0x8106fffff 64bit pref]
[    0.973947] pci 0000:09:00.0: [1af4:1042] type 00 class 0x010000
[    0.978904] pci 0000:09:00.0: reg 0x14: [mem 0xc3000000-0xc3000fff]
[    0.988382] pci 0000:09:00.0: reg 0x20: [mem 0x810700000-0x810703fff 64bit pref]
[    0.993044] pci 0000:00:03.0: PCI bridge to [bus 09]
[    0.994072] pci 0000:00:03.0:   bridge window [mem 0xc3000000-0xc30fffff]
[    0.995785] pci 0000:00:03.0:   bridge window [mem 0x810700000-0x8107fffff 64bit pref]
[    0.999664] pci 0000:0a:00.0: [8086:5916] type 00 class 0x030000
[    1.008403] pci 0000:0a:00.0: reg 0x10: [mem 0xc1000000-0xc1ffffff 64bit]
[    1.016406] pci 0000:0a:00.0: reg 0x18: [mem 0x800000000-0x80fffffff 64bit pref]
[    1.028405] pci 0000:0a:00.0: reg 0x20: [io  0xe000-0xe03f]
[    1.049767] pci 0000:00:03.1: PCI bridge to [bus 0a]
[    1.052418] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    1.056402] pci 0000:00:03.1:   bridge window [mem 0xc1000000-0xc1ffffff]
[    1.060509] pci 0000:00:03.1:   bridge window [mem 0x800000000-0x80fffffff 64bit pref]
[    1.063299] pci 0000:0b:00.0: [1b36:000e] type 01 class 0x060400
[    1.069692] pci 0000:0b:00.0: reg 0x10: [mem 0xc2f00000-0xc2f000ff 64bit]
[    1.078751] pci 0000:00:03.2: PCI bridge to [bus 0b-0c]
[    1.080415] pci 0000:00:03.2:   bridge window [io  0xd000-0xdfff]
[    1.084401] pci 0000:00:03.2:   bridge window [mem 0xc2e00000-0xc2ffffff]
[    1.089247] pci_bus 0000:0c: extended config space not accessible
[    1.090568] pci 0000:0c:01.0: [8086:9d58] type 00 class 0x060100
[    1.093450] pci 0000:0c:02.0: [8086:9d21] type 00 class 0x058000
[    1.096424] pci 0000:0c:02.0: reg 0x10: [mem 0xc2e14000-0xc2e17fff]
[    1.108928] pci 0000:0c:03.0: [8086:9d71] type 00 class 0x040300
[    1.116114] pci 0000:0c:03.0: reg 0x10: [mem 0xc2e10000-0xc2e13fff 64bit]
[    1.125736] pci 0000:0c:03.0: reg 0x20: [mem 0xc2e00000-0xc2e0ffff 64bit]
[    1.133210] pci 0000:0c:04.0: [8086:9d23] type 00 class 0x0c0500
[    1.144408] pci 0000:0c:04.0: reg 0x10: [mem 0xc2e18000-0xc2e180ff 64bit]
[    1.164414] pci 0000:0c:04.0: reg 0x20: [io  0xd000-0xd01f]
[    1.185281] pci 0000:0b:00.0: PCI bridge to [bus 0c]
[    1.186249] pci 0000:0b:00.0:   bridge window [io  0xd000-0xdfff]
[    1.187500] pci 0000:0b:00.0:   bridge window [mem 0xc2e00000-0xc2efffff]
[    1.192136] pci 0000:00:03.3: PCI bridge to [bus 0d]
[    1.193989] pci 0000:00:03.4: PCI bridge to [bus 0e]
[    1.194896] pci 0000:00:03.4:   bridge window [io  0xc000-0xcfff]
[    1.196016] pci 0000:00:03.4:   bridge window [mem 0xc2c00000-0xc2dfffff]
[    1.198002] pci 0000:0f:00.0: [1af4:105a] type 00 class 0x018000
[    1.208382] pci 0000:0f:00.0: reg 0x14: [mem 0xc2a00000-0xc2a00fff]
[    1.214270] pci 0000:0f:00.0: reg 0x20: [mem 0x810800000-0x810803fff 64bit pref]
[    1.221651] pci 0000:00:03.5: PCI bridge to [bus 0f]
[    1.224403] pci 0000:00:03.5:   bridge window [io  0xb000-0xbfff]
[    1.225409] pci 0000:00:03.5:   bridge window [mem 0xc2a00000-0xc2bfffff]
[    1.226535] pci 0000:00:03.5:   bridge window [mem 0x810800000-0x8108fffff 64bit pref]
[    1.238036] pci 0000:10:00.0: [1af4:1041] type 00 class 0x020000
[    1.242204] pci 0000:10:00.0: reg 0x14: [mem 0xc2800000-0xc2800fff]
[    1.248384] pci 0000:10:00.0: reg 0x20: [mem 0x810900000-0x810903fff 64bit pref]
[    1.253334] pci 0000:10:00.0: reg 0x30: [mem 0xfffc0000-0xffffffff pref]
[    1.256613] pci 0000:00:03.6: PCI bridge to [bus 10]
[    1.258162] pci 0000:00:03.6:   bridge window [io  0xa000-0xafff]
[    1.260283] pci 0000:00:03.6:   bridge window [mem 0xc2800000-0xc29fffff]
[    1.260283] pci 0000:00:03.6:   bridge window [mem 0x810900000-0x8109fffff 64bit pref]
[    1.260375] pci 0000:11:00.0: [1af4:1052] type 00 class 0x098000
[    1.265289] pci 0000:11:00.0: reg 0x14: [mem 0xc2600000-0xc2600fff]
[    1.274804] pci 0000:11:00.0: reg 0x20: [mem 0x810a00000-0x810a03fff 64bit pref]
[    1.279418] pci 0000:00:03.7: PCI bridge to [bus 11]
[    1.280455] pci 0000:00:03.7:   bridge window [io  0x9000-0x9fff]
[    1.282525] pci 0000:00:03.7:   bridge window [mem 0xc2600000-0xc27fffff]
[    1.282525] pci 0000:00:03.7:   bridge window [mem 0x810a00000-0x810afffff 64bit pref]
[    1.284375] pci 0000:12:00.0: [1af4:1052] type 00 class 0x098000
[    1.288199] pci 0000:12:00.0: reg 0x14: [mem 0xc2400000-0xc2400fff]
[    1.301281] pci 0000:12:00.0: reg 0x20: [mem 0x810b00000-0x810b03fff 64bit pref]
[    1.306395] pci 0000:00:04.0: PCI bridge to [bus 12]
[    1.307831] pci 0000:00:04.0:   bridge window [io  0x8000-0x8fff]
[    1.307831] pci 0000:00:04.0:   bridge window [mem 0xc2400000-0xc25fffff]
[    1.307831] pci 0000:00:04.0:   bridge window [mem 0x810b00000-0x810bfffff 64bit pref]
[    1.312529] pci 0000:00:04.1: PCI bridge to [bus 13]
[    1.314133] pci 0000:00:04.1:   bridge window [io  0x7000-0x7fff]
[    1.316111] pci 0000:00:04.1:   bridge window [mem 0xc2200000-0xc23fffff]
[    1.316111] pci 0000:00:04.2: PCI bridge to [bus 14]
[    1.316111] pci 0000:00:04.2:   bridge window [io  0x6000-0x6fff]
[    1.316375] pci 0000:00:04.2:   bridge window [mem 0xc2000000-0xc21fffff]
[    1.354461] ACPI: PCI: Interrupt link LNKA configured for IRQ 10
[    1.356506] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[    1.358245] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[    1.360237] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[    1.368538] ACPI: PCI: Interrupt link LNKE configured for IRQ 10
[    1.380629] ACPI: PCI: Interrupt link LNKF configured for IRQ 10
[    1.388496] ACPI: PCI: Interrupt link LNKG configured for IRQ 11
[    1.400491] ACPI: PCI: Interrupt link LNKH configured for IRQ 11
[    1.416392] ACPI: PCI: Interrupt link GSIA configured for IRQ 16
[    1.417426] ACPI: PCI: Interrupt link GSIB configured for IRQ 17
[    1.418443] ACPI: PCI: Interrupt link GSIC configured for IRQ 18
[    1.419629] ACPI: PCI: Interrupt link GSID configured for IRQ 19
[    1.420391] ACPI: PCI: Interrupt link GSIE configured for IRQ 20
[    1.421526] ACPI: PCI: Interrupt link GSIF configured for IRQ 21
[    1.422718] ACPI: PCI: Interrupt link GSIG configured for IRQ 22
[    1.423856] ACPI: PCI: Interrupt link GSIH configured for IRQ 23
[    1.424895] iommu: Default domain type: Translated 
[    1.425402] iommu: DMA domain TLB invalidation policy: lazy mode 
[    1.427127] EDAC MC: Ver: 3.0.0
[    1.432450] Registered efivars operations
[    1.436661] NetLabel: Initializing
[    1.440383] NetLabel:  domain hash size = 128
[    1.444383] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    1.452418] NetLabel:  unlabeled traffic allowed by default
[    1.456389] PCI: Using ACPI for IRQ routing
[    1.531220] pci 0000:0a:00.0: vgaarb: setting as boot VGA device
[    1.532221] pci 0000:0a:00.0: vgaarb: bridge control possible
[    1.532375] pci 0000:0a:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    1.532381] vgaarb: loaded
[    1.536446] clocksource: Switched to clocksource kvm-clock
[    1.537565] VFS: Disk quotas dquot_6.6.0
[    1.538258] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.540477] pnp: PnP ACPI init
[    1.555390] system 00:04: [mem 0xb0000000-0xbfffffff window] has been reserved
[    1.559959] pnp: PnP ACPI: found 5 devices
[    1.569176] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.570983] NET: Registered PF_INET protocol family
[    1.572116] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    1.575117] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    1.576846] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    1.578700] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    1.580834] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    1.582550] TCP: Hash tables configured (established 65536 bind 65536)
[    1.584194] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
[    1.585941] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    1.587522] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    1.589936] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    1.591150] NET: Registered PF_XDP protocol family
[    1.592228] pci 0000:00:01.0: can't claim BAR 6 [mem 0xffff8000-0xffffffff pref]: no compatible bridge window
[    1.594343] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfffc0000-0xffffffff pref]: no compatible bridge window
[    1.596577] pci 0000:10:00.0: can't claim BAR 6 [mem 0xfffc0000-0xffffffff pref]: no compatible bridge window
[    1.598713] pci 0000:00:02.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
[    1.600611] pci 0000:00:02.1: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[    1.602737] pci 0000:00:02.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[    1.605034] pci 0000:00:02.2: bridge window [io  0x1000-0x0fff] to [bus 03] add_size 1000
[    1.606796] pci 0000:00:02.3: bridge window [io  0x1000-0x0fff] to [bus 04] add_size 1000
[    1.608778] pci 0000:00:02.4: bridge window [io  0x1000-0x0fff] to [bus 05] add_size 1000
[    1.610589] pci 0000:00:02.4: bridge window [mem 0x00100000-0x000fffff] to [bus 05] add_size 200000 add_align 100000
[    1.612940] pci 0000:00:02.5: bridge window [io  0x1000-0x0fff] to [bus 06] add_size 1000
[    1.614801] pci 0000:00:02.5: bridge window [mem 0x00100000-0x000fffff] to [bus 06] add_size 200000 add_align 100000
[    1.616846] pci 0000:00:02.6: bridge window [io  0x1000-0x0fff] to [bus 07] add_size 1000
[    1.619190] pci 0000:00:02.7: bridge window [io  0x1000-0x0fff] to [bus 08] add_size 1000
[    1.621232] pci 0000:00:03.0: bridge window [io  0x1000-0x0fff] to [bus 09] add_size 1000
[    1.623116] pci 0000:00:03.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 0b-0c] add_size 200000 add_align 100000
[    1.625407] pci 0000:00:03.3: bridge window [io  0x1000-0x0fff] to [bus 0d] add_size 1000
[    1.627298] pci 0000:00:03.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 0d] add_size 200000 add_align 100000
[    1.630100] pci 0000:00:03.3: bridge window [mem 0x00100000-0x000fffff] to [bus 0d] add_size 200000 add_align 100000
[    1.632181] pci 0000:00:03.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 0e] add_size 200000 add_align 100000
[    1.634658] pci 0000:00:04.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 13] add_size 200000 add_align 100000
[    1.637487] pci 0000:00:04.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 14] add_size 200000 add_align 100000
[    1.639776] pci 0000:00:02.1: BAR 15: assigned [mem 0x810c00000-0x810dfffff 64bit pref]
[    1.641518] pci 0000:00:02.4: BAR 14: assigned [mem 0x80000000-0x801fffff]
[    1.643187] pci 0000:00:02.5: BAR 14: assigned [mem 0x80200000-0x803fffff]
[    1.644871] pci 0000:00:03.2: BAR 15: assigned [mem 0x810e00000-0x810ffffff 64bit pref]
[    1.646461] pci 0000:00:03.3: BAR 14: assigned [mem 0x80400000-0x805fffff]
[    1.647804] pci 0000:00:03.3: BAR 15: assigned [mem 0x811000000-0x8111fffff 64bit pref]
[    1.650326] pci 0000:00:03.4: BAR 15: assigned [mem 0x811200000-0x8113fffff 64bit pref]
[    1.652281] pci 0000:00:04.1: BAR 15: assigned [mem 0x811400000-0x8115fffff 64bit pref]
[    1.653953] pci 0000:00:04.2: BAR 15: assigned [mem 0x811600000-0x8117fffff 64bit pref]
[    1.655758] pci 0000:00:01.0: BAR 6: assigned [mem 0x80600000-0x80607fff pref]
[    1.657409] pci 0000:00:02.0: BAR 13: assigned [io  0x1000-0x1fff]
[    1.658646] pci 0000:00:02.1: BAR 13: assigned [io  0x2000-0x2fff]
[    1.659855] pci 0000:00:02.2: BAR 13: assigned [io  0x3000-0x3fff]
[    1.661307] pci 0000:00:02.3: BAR 13: assigned [io  0x4000-0x4fff]
[    1.662815] pci 0000:00:02.4: BAR 13: assigned [io  0x5000-0x5fff]
[    1.664330] pci 0000:00:02.5: BAR 13: no space for [io  size 0x1000]
[    1.665614] pci 0000:00:02.5: BAR 13: failed to assign [io  size 0x1000]
[    1.667105] pci 0000:00:02.6: BAR 13: no space for [io  size 0x1000]
[    1.668631] pci 0000:00:02.6: BAR 13: failed to assign [io  size 0x1000]
[    1.670022] pci 0000:00:02.7: BAR 13: no space for [io  size 0x1000]
[    1.671259] pci 0000:00:02.7: BAR 13: failed to assign [io  size 0x1000]
[    1.672628] pci 0000:00:03.0: BAR 13: no space for [io  size 0x1000]
[    1.674196] pci 0000:00:03.0: BAR 13: failed to assign [io  size 0x1000]
[    1.675851] pci 0000:00:03.3: BAR 13: no space for [io  size 0x1000]
[    1.677279] pci 0000:00:03.3: BAR 13: failed to assign [io  size 0x1000]
[    1.679378] pci 0000:00:03.3: BAR 13: assigned [io  0x1000-0x1fff]
[    1.680624] pci 0000:00:03.0: BAR 13: assigned [io  0x2000-0x2fff]
[    1.681837] pci 0000:00:02.7: BAR 13: assigned [io  0x3000-0x3fff]
[    1.683153] pci 0000:00:02.6: BAR 13: assigned [io  0x4000-0x4fff]
[    1.684680] pci 0000:00:02.5: BAR 13: assigned [io  0x5000-0x5fff]
[    1.686206] pci 0000:00:02.4: BAR 13: no space for [io  size 0x1000]
[    1.687618] pci 0000:00:02.4: BAR 13: failed to assign [io  size 0x1000]
[    1.689180] pci 0000:00:02.3: BAR 13: no space for [io  size 0x1000]
[    1.690443] pci 0000:00:02.3: BAR 13: failed to assign [io  size 0x1000]
[    1.691934] pci 0000:00:02.2: BAR 13: no space for [io  size 0x1000]
[    1.693492] pci 0000:00:02.2: BAR 13: failed to assign [io  size 0x1000]
[    1.694823] pci 0000:00:02.1: BAR 13: no space for [io  size 0x1000]
[    1.696057] pci 0000:00:02.1: BAR 13: failed to assign [io  size 0x1000]
[    1.697539] pci 0000:00:02.0: BAR 13: no space for [io  size 0x1000]
[    1.699081] pci 0000:00:02.0: BAR 13: failed to assign [io  size 0x1000]
[    1.700731] pci 0000:01:00.0: BAR 6: assigned [mem 0xc3640000-0xc367ffff pref]
[    1.702348] pci 0000:00:02.0: PCI bridge to [bus 01]
[    1.706363] pci 0000:00:02.0:   bridge window [mem 0xc3600000-0xc36fffff]
[    1.710481] pci 0000:00:02.0:   bridge window [mem 0x810000000-0x8100fffff 64bit pref]
[    1.715676] pci 0000:00:02.1: PCI bridge to [bus 02]
[    1.719696] pci 0000:00:02.1:   bridge window [mem 0xc3500000-0xc35fffff]
[    1.723244] pci 0000:00:02.1:   bridge window [mem 0x810c00000-0x810dfffff 64bit pref]
[    1.728744] pci 0000:00:02.2: PCI bridge to [bus 03]
[    1.736089] pci 0000:00:02.2:   bridge window [mem 0xc3400000-0xc34fffff]
[    1.739838] pci 0000:00:02.2:   bridge window [mem 0x810100000-0x8101fffff 64bit pref]
[    1.747558] pci 0000:00:02.3: PCI bridge to [bus 04]
[    1.762573] pci 0000:00:02.3:   bridge window [mem 0xc3300000-0xc33fffff]
[    1.770629] pci 0000:00:02.3:   bridge window [mem 0x810200000-0x8102fffff 64bit pref]
[    1.774207] pci 0000:00:02.4: PCI bridge to [bus 05]
[    1.777170] pci 0000:00:02.4:   bridge window [mem 0x80000000-0x801fffff]
[    1.779972] pci 0000:00:02.4:   bridge window [mem 0x810300000-0x8103fffff 64bit pref]
[    1.786533] pci 0000:00:02.5: PCI bridge to [bus 06]
[    1.787752] pci 0000:00:02.5:   bridge window [io  0x5000-0x5fff]
[    1.790880] pci 0000:00:02.5:   bridge window [mem 0x80200000-0x803fffff]
[    1.795468] pci 0000:00:02.5:   bridge window [mem 0x810400000-0x8104fffff 64bit pref]
[    1.799549] pci 0000:00:02.6: PCI bridge to [bus 07]
[    1.800783] pci 0000:00:02.6:   bridge window [io  0x4000-0x4fff]
[    1.804343] pci 0000:00:02.6:   bridge window [mem 0xc3200000-0xc32fffff]
[    1.807122] pci 0000:00:02.6:   bridge window [mem 0x810500000-0x8105fffff 64bit pref]
[    1.811099] pci 0000:00:02.7: PCI bridge to [bus 08]
[    1.812318] pci 0000:00:02.7:   bridge window [io  0x3000-0x3fff]
[    1.815422] pci 0000:00:02.7:   bridge window [mem 0xc3100000-0xc31fffff]
[    1.821407] pci 0000:00:02.7:   bridge window [mem 0x810600000-0x8106fffff 64bit pref]
[    1.833440] pci 0000:00:03.0: PCI bridge to [bus 09]
[    1.834443] pci 0000:00:03.0:   bridge window [io  0x2000-0x2fff]
[    1.837283] pci 0000:00:03.0:   bridge window [mem 0xc3000000-0xc30fffff]
[    1.839691] pci 0000:00:03.0:   bridge window [mem 0x810700000-0x8107fffff 64bit pref]
[    1.843358] pci 0000:00:03.1: PCI bridge to [bus 0a]
[    1.846122] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    1.849088] pci 0000:00:03.1:   bridge window [mem 0xc1000000-0xc1ffffff]
[    1.854947] pci 0000:00:03.1:   bridge window [mem 0x800000000-0x80fffffff 64bit pref]
[    1.876973] pci 0000:0b:00.0: PCI bridge to [bus 0c]
[    1.878012] pci 0000:0b:00.0:   bridge window [io  0xd000-0xdfff]
[    1.880872] pci 0000:0b:00.0:   bridge window [mem 0xc2e00000-0xc2efffff]
[    1.885421] pci 0000:00:03.2: PCI bridge to [bus 0b-0c]
[    1.886551] pci 0000:00:03.2:   bridge window [io  0xd000-0xdfff]
[    1.889475] pci 0000:00:03.2:   bridge window [mem 0xc2e00000-0xc2ffffff]
[    1.892024] pci 0000:00:03.2:   bridge window [mem 0x810e00000-0x810ffffff 64bit pref]
[    1.897495] pci 0000:00:03.3: PCI bridge to [bus 0d]
[    1.898687] pci 0000:00:03.3:   bridge window [io  0x1000-0x1fff]
[    1.902783] pci 0000:00:03.3:   bridge window [mem 0x80400000-0x805fffff]
[    1.922818] pci 0000:00:03.3:   bridge window [mem 0x811000000-0x8111fffff 64bit pref]
[    1.935544] pci 0000:00:03.4: PCI bridge to [bus 0e]
[    1.942235] pci 0000:00:03.4:   bridge window [io  0xc000-0xcfff]
[    1.952706] pci 0000:00:03.4:   bridge window [mem 0xc2c00000-0xc2dfffff]
[    1.961923] pci 0000:00:03.4:   bridge window [mem 0x811200000-0x8113fffff 64bit pref]
[    1.973657] pci 0000:00:03.5: PCI bridge to [bus 0f]
[    1.979011] pci 0000:00:03.5:   bridge window [io  0xb000-0xbfff]
[    1.984610] pci 0000:00:03.5:   bridge window [mem 0xc2a00000-0xc2bfffff]
[    1.991768] pci 0000:00:03.5:   bridge window [mem 0x810800000-0x8108fffff 64bit pref]
[    2.001693] pci 0000:10:00.0: BAR 6: assigned [mem 0xc2840000-0xc287ffff pref]
[    2.011410] pci 0000:00:03.6: PCI bridge to [bus 10]
[    2.014980] pci 0000:00:03.6:   bridge window [io  0xa000-0xafff]
[    2.022730] pci 0000:00:03.6:   bridge window [mem 0xc2800000-0xc29fffff]
[    2.033110] pci 0000:00:03.6:   bridge window [mem 0x810900000-0x8109fffff 64bit pref]
[    2.044760] pci 0000:00:03.7: PCI bridge to [bus 11]
[    2.049993] pci 0000:00:03.7:   bridge window [io  0x9000-0x9fff]
[    2.059082] pci 0000:00:03.7:   bridge window [mem 0xc2600000-0xc27fffff]
[    2.068932] pci 0000:00:03.7:   bridge window [mem 0x810a00000-0x810afffff 64bit pref]
[    2.077627] pci 0000:00:04.0: PCI bridge to [bus 12]
[    2.082949] pci 0000:00:04.0:   bridge window [io  0x8000-0x8fff]
[    2.087855] pci 0000:00:04.0:   bridge window [mem 0xc2400000-0xc25fffff]
[    2.095569] pci 0000:00:04.0:   bridge window [mem 0x810b00000-0x810bfffff 64bit pref]
[    2.104317] pci 0000:00:04.1: PCI bridge to [bus 13]
[    2.111782] pci 0000:00:04.1:   bridge window [io  0x7000-0x7fff]
[    2.119252] pci 0000:00:04.1:   bridge window [mem 0xc2200000-0xc23fffff]
[    2.126283] pci 0000:00:04.1:   bridge window [mem 0x811400000-0x8115fffff 64bit pref]
[    2.133863] pci 0000:00:04.2: PCI bridge to [bus 14]
[    2.140647] pci 0000:00:04.2:   bridge window [io  0x6000-0x6fff]
[    2.146197] pci 0000:00:04.2:   bridge window [mem 0xc2000000-0xc21fffff]
[    2.153698] pci 0000:00:04.2:   bridge window [mem 0x811600000-0x8117fffff 64bit pref]
[    2.161549] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    2.167494] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    2.170660] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    2.174084] pci_bus 0000:00: resource 7 [mem 0x80000000-0xafffffff window]
[    2.175249] pci_bus 0000:00: resource 8 [mem 0xc0000000-0xfebfffff window]
[    2.176371] pci_bus 0000:00: resource 9 [mem 0x800000000-0xfffffffff window]
[    2.183892] pci_bus 0000:01: resource 1 [mem 0xc3600000-0xc36fffff]
[    2.187115] pci_bus 0000:01: resource 2 [mem 0x810000000-0x8100fffff 64bit pref]
[    2.190880] pci_bus 0000:02: resource 1 [mem 0xc3500000-0xc35fffff]
[    2.194106] pci_bus 0000:02: resource 2 [mem 0x810c00000-0x810dfffff 64bit pref]
[    2.197812] pci_bus 0000:03: resource 1 [mem 0xc3400000-0xc34fffff]
[    2.201181] pci_bus 0000:03: resource 2 [mem 0x810100000-0x8101fffff 64bit pref]
[    2.202390] pci_bus 0000:04: resource 1 [mem 0xc3300000-0xc33fffff]
[    2.203414] pci_bus 0000:04: resource 2 [mem 0x810200000-0x8102fffff 64bit pref]
[    2.204630] pci_bus 0000:05: resource 1 [mem 0x80000000-0x801fffff]
[    2.205662] pci_bus 0000:05: resource 2 [mem 0x810300000-0x8103fffff 64bit pref]
[    2.206888] pci_bus 0000:06: resource 0 [io  0x5000-0x5fff]
[    2.207813] pci_bus 0000:06: resource 1 [mem 0x80200000-0x803fffff]
[    2.209609] pci_bus 0000:06: resource 2 [mem 0x810400000-0x8104fffff 64bit pref]
[    2.211080] pci_bus 0000:07: resource 0 [io  0x4000-0x4fff]
[    2.212152] pci_bus 0000:07: resource 1 [mem 0xc3200000-0xc32fffff]
[    2.213425] pci_bus 0000:07: resource 2 [mem 0x810500000-0x8105fffff 64bit pref]
[    2.215404] pci_bus 0000:08: resource 0 [io  0x3000-0x3fff]
[    2.216805] pci_bus 0000:08: resource 1 [mem 0xc3100000-0xc31fffff]
[    2.218720] pci_bus 0000:08: resource 2 [mem 0x810600000-0x8106fffff 64bit pref]
[    2.221018] pci_bus 0000:09: resource 0 [io  0x2000-0x2fff]
[    2.222707] pci_bus 0000:09: resource 1 [mem 0xc3000000-0xc30fffff]
[    2.224075] pci_bus 0000:09: resource 2 [mem 0x810700000-0x8107fffff 64bit pref]
[    2.225536] pci_bus 0000:0a: resource 0 [io  0xe000-0xefff]
[    2.226842] pci_bus 0000:0a: resource 1 [mem 0xc1000000-0xc1ffffff]
[    2.228776] pci_bus 0000:0a: resource 2 [mem 0x800000000-0x80fffffff 64bit pref]
[    2.230990] pci_bus 0000:0b: resource 0 [io  0xd000-0xdfff]
[    2.232704] pci_bus 0000:0b: resource 1 [mem 0xc2e00000-0xc2ffffff]
[    2.234463] pci_bus 0000:0b: resource 2 [mem 0x810e00000-0x810ffffff 64bit pref]
[    2.236132] pci_bus 0000:0c: resource 0 [io  0xd000-0xdfff]
[    2.237667] pci_bus 0000:0c: resource 1 [mem 0xc2e00000-0xc2efffff]
[    2.240208] pci_bus 0000:0d: resource 0 [io  0x1000-0x1fff]
[    2.242059] pci_bus 0000:0d: resource 1 [mem 0x80400000-0x805fffff]
[    2.243893] pci_bus 0000:0d: resource 2 [mem 0x811000000-0x8111fffff 64bit pref]
[    2.245470] pci_bus 0000:0e: resource 0 [io  0xc000-0xcfff]
[    2.246943] pci_bus 0000:0e: resource 1 [mem 0xc2c00000-0xc2dfffff]
[    2.248893] pci_bus 0000:0e: resource 2 [mem 0x811200000-0x8113fffff 64bit pref]
[    2.250803] pci_bus 0000:0f: resource 0 [io  0xb000-0xbfff]
[    2.251874] pci_bus 0000:0f: resource 1 [mem 0xc2a00000-0xc2bfffff]
[    2.253496] pci_bus 0000:0f: resource 2 [mem 0x810800000-0x8108fffff 64bit pref]
[    2.255699] pci_bus 0000:10: resource 0 [io  0xa000-0xafff]
[    2.257426] pci_bus 0000:10: resource 1 [mem 0xc2800000-0xc29fffff]
[    2.259334] pci_bus 0000:10: resource 2 [mem 0x810900000-0x8109fffff 64bit pref]
[    2.260958] pci_bus 0000:11: resource 0 [io  0x9000-0x9fff]
[    2.262461] pci_bus 0000:11: resource 1 [mem 0xc2600000-0xc27fffff]
[    2.264327] pci_bus 0000:11: resource 2 [mem 0x810a00000-0x810afffff 64bit pref]
[    2.266591] pci_bus 0000:12: resource 0 [io  0x8000-0x8fff]
[    2.268295] pci_bus 0000:12: resource 1 [mem 0xc2400000-0xc25fffff]
[    2.270329] pci_bus 0000:12: resource 2 [mem 0x810b00000-0x810bfffff 64bit pref]
[    2.272545] pci_bus 0000:13: resource 0 [io  0x7000-0x7fff]
[    2.273994] pci_bus 0000:13: resource 1 [mem 0xc2200000-0xc23fffff]
[    2.275813] pci_bus 0000:13: resource 2 [mem 0x811400000-0x8115fffff 64bit pref]
[    2.277493] pci_bus 0000:14: resource 0 [io  0x6000-0x6fff]
[    2.279022] pci_bus 0000:14: resource 1 [mem 0xc2000000-0xc21fffff]
[    2.280641] pci_bus 0000:14: resource 2 [mem 0x811600000-0x8117fffff 64bit pref]
[    2.283568] ACPI: \_SB_.GSIG: Enabled at IRQ 22
[    2.286984] PCI: CLS 64 bytes, default 64
[    2.288217] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    2.288465] Trying to unpack rootfs image as initramfs...
[    2.289568] software IO TLB: mapped [mem 0x0000000077fbe000-0x000000007bfbe000] (64MB)
[    2.292234] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x29dc03c1beb, max_idle_ns: 440795205215 ns
[    2.295675] Initialise system trusted keyrings
[    2.296669] Key type blacklist registered
[    2.300600] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[    2.313430] zbud: loaded
[    2.317842] integrity: Platform Keyring initialized
[    2.326159] integrity: Machine keyring initialized
[    2.331360] Key type asymmetric registered
[    2.332218] Asymmetric key parser 'x509' registered
[    2.754512] Freeing initrd memory: 78520K
[    2.762054] alg: self-tests for CTR-KDF (hmac(sha256)) passed
[    2.763220] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    2.765953] io scheduler mq-deadline registered
[    2.773885] pcieport 0000:00:02.0: PME: Signaling with IRQ 24
[    2.776627] pcieport 0000:00:02.0: AER: enabled with IRQ 24
[    2.782388] pcieport 0000:00:02.0: pciehp: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- IbPresDis- LLActRep+
[    2.796706] pcieport 0000:00:02.1: PME: Signaling with IRQ 25
[    2.802730] pcieport 0000:00:02.1: AER: enabled with IRQ 25
[    2.806125] pcieport 0000:00:02.1: pciehp: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- IbPresDis- LLActRep+
[    2.814926] pcieport 0000:00:02.2: PME: Signaling with IRQ 26
[    2.820764] pcieport 0000:00:02.2: AER: enabled with IRQ 26
[    2.821912] pcieport 0000:00:02.2: pciehp: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- IbPresDis- LLActRep+
[    2.827774] pcieport 0000:00:02.3: PME: Signaling with IRQ 27
[    2.833476] pcieport 0000:00:02.3: AER: enabled with IRQ 27
[    2.834536] pcieport 0000:00:02.3: pciehp: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- IbPresDis- LLActRep+
[    2.839071] pcieport 0000:00:02.4: PME: Signaling with IRQ 28
[    2.840633] pcieport 0000:00:02.4: AER: enabled with IRQ 28
[    2.841882] pcieport 0000:00:02.4: pciehp: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- IbPresDis- LLActRep+
[    2.848269] pcieport 0000:00:02.5: PME: Signaling with IRQ 29
[    2.860544] pcieport 0000:00:02.5: AER: enabled with IRQ 29
[    2.861724] pcieport 0000:00:02.5: pciehp: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- IbPresDis- LLActRep+
[    2.867370] pcieport 0000:00:02.6: PME: Signaling with IRQ 30
[    2.870006] pcieport 0000:00:02.6: AER: enabled with IRQ 30
[    2.874904] pcieport 0000:00:02.6: pciehp: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- IbPresDis- LLActRep+
[    2.882158] pcieport 0000:00:02.7: PME: Signaling with IRQ 31
[    2.885021] pcieport 0000:00:02.7: AER: enabled with IRQ 31
[    2.888953] pcieport 0000:00:02.7: pciehp: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- IbPresDis- LLActRep+
[    2.897472] ACPI: \_SB_.GSIH: Enabled at IRQ 23
[    2.901049] pcieport 0000:00:03.0: PME: Signaling with IRQ 32
[    2.903687] pcieport 0000:00:03.0: AER: enabled with IRQ 32
[    2.909572] pcieport 0000:00:03.0: pciehp: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- IbPresDis- LLActRep+
[    2.915298] pcieport 0000:00:03.1: PME: Signaling with IRQ 33
[    2.921906] pcieport 0000:00:03.1: AER: enabled with IRQ 33
[    2.929474] pcieport 0000:00:03.1: pciehp: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- IbPresDis- LLActRep+
[    2.947950] pcieport 0000:00:03.2: PME: Signaling with IRQ 34
[    2.956715] pcieport 0000:00:03.2: AER: enabled with IRQ 34
[    2.957880] pcieport 0000:00:03.2: pciehp: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- IbPresDis- LLActRep+
[    2.964076] pcieport 0000:00:03.3: PME: Signaling with IRQ 35
[    2.968939] pcieport 0000:00:03.3: AER: enabled with IRQ 35
[    2.971963] pcieport 0000:00:03.3: pciehp: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- IbPresDis- LLActRep+
[    2.978539] pcieport 0000:00:03.4: PME: Signaling with IRQ 36
[    2.982825] pcieport 0000:00:03.4: AER: enabled with IRQ 36
[    2.987246] pcieport 0000:00:03.4: pciehp: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- IbPresDis- LLActRep+
[    3.000003] pcieport 0000:00:03.5: PME: Signaling with IRQ 37
[    3.005382] pcieport 0000:00:03.5: AER: enabled with IRQ 37
[    3.006337] pcieport 0000:00:03.5: pciehp: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- IbPresDis- LLActRep+
[    3.014851] pcieport 0000:00:03.6: PME: Signaling with IRQ 38
[    3.022697] pcieport 0000:00:03.6: AER: enabled with IRQ 38
[    3.030980] pcieport 0000:00:03.6: pciehp: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- IbPresDis- LLActRep+
[    3.044369] pcieport 0000:00:03.7: PME: Signaling with IRQ 39
[    3.047548] pcieport 0000:00:03.7: AER: enabled with IRQ 39
[    3.051743] pcieport 0000:00:03.7: pciehp: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- IbPresDis- LLActRep+
[    3.057727] ACPI: \_SB_.GSIE: Enabled at IRQ 20
[    3.064367] pcieport 0000:00:04.0: PME: Signaling with IRQ 40
[    3.068902] pcieport 0000:00:04.0: AER: enabled with IRQ 40
[    3.070060] pcieport 0000:00:04.0: pciehp: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- IbPresDis- LLActRep+
[    3.075243] pcieport 0000:00:04.1: PME: Signaling with IRQ 41
[    3.080973] pcieport 0000:00:04.1: AER: enabled with IRQ 41
[    3.089258] pcieport 0000:00:04.1: pciehp: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- IbPresDis- LLActRep+
[    3.096207] pcieport 0000:00:04.2: PME: Signaling with IRQ 42
[    3.108208] pcieport 0000:00:04.2: AER: enabled with IRQ 42
[    3.109380] pcieport 0000:00:04.2: pciehp: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- IbPresDis- LLActRep+
[    3.114337] shpchp 0000:0b:00.0: HPC vendor_id 1b36 device_id e ss_vid 0 ss_did 0
[    3.130263] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    3.142751] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    3.154795] 00:00: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    3.164830] Linux agpgart interface v0.103
[    3.170263] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[    3.179126] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    3.190163] serio: i8042 KBD port at 0x60,0x64 irq 1
[    3.196350] serio: i8042 AUX port at 0x60,0x64 irq 12
[    3.201018] mousedev: PS/2 mouse device common for all mice
[    3.206424] rtc_cmos 00:03: RTC can wake from S4
[    3.211855] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    3.222571] rtc_cmos 00:03: registered as rtc0
[    3.227427] rtc_cmos 00:03: setting system clock to 2023-06-21T07:28:41 UTC (1687332521)
[    3.233573] rtc_cmos 00:03: alarms up to one day, y3k, 242 bytes nvram
[    3.234654] intel_pstate: CPU model not supported
[    3.236819] ledtrig-cpu: registered to indicate activity on CPUs
[    3.247445] efifb: probing for efifb
[    3.253492] efifb: framebuffer at 0xc0000000, using 4032k, total 4032k
[    3.261153] efifb: mode is 1280x800x32, linelength=5120, pages=1
[    3.262089] efifb: scrolling: redraw
[    3.262651] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    3.265804] Console: switching to colour frame buffer device 160x50
[    3.268061] fb0: EFI VGA frame buffer device
[    3.285745] NET: Registered PF_INET6 protocol family
[    3.298356] Segment Routing with IPv6
[    3.303635] In-situ OAM (IOAM) with IPv6
[    3.308155] mip6: Mobile IPv6
[    3.308938] NET: Registered PF_PACKET protocol family
[    3.311302] mpls_gso: MPLS GSO support
[    3.317414] IPI shorthand broadcast: enabled
[    3.323946] sched_clock: Marking stable (3115167753, 208559290)->(3883553269, -559826226)
[    3.336893] registered taskstats version 1
[    3.340645] Loading compiled-in X.509 certificates
[    3.360659] Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
[    3.377186] Loaded X.509 cert 'Debian Secure Boot Signer 2022 - linux: 14011249c2675ea8e5148542202005810584b25f'
[    3.389898] zswap: loaded using pool lzo/zbud
[    3.393837] Key type .fscrypt registered
[    3.396304] Key type fscrypt-provisioning registered
[    3.406639] Key type encrypted registered
[    3.407751] ima: No TPM chip found, activating TPM-bypass!
[    3.409063] ima: Allocated hash algorithm: sha256
[    3.410016] ima: No architecture policies found
[    3.410994] evm: Initialising EVM extended attributes:
[    3.412027] evm: security.selinux
[    3.412808] evm: security.SMACK64 (disabled)
[    3.413679] evm: security.SMACK64EXEC (disabled)
[    3.414573] evm: security.SMACK64TRANSMUTE (disabled)
[    3.416030] evm: security.SMACK64MMAP (disabled)
[    3.417328] evm: security.apparmor
[    3.418261] evm: security.ima
[    3.419100] evm: security.capability
[    3.420041] evm: HMAC attrs: 0x1
[    3.505540] Freeing unused decrypted memory: 2036K
[    3.507722] Freeing unused kernel image (initmem) memory: 2772K
[    3.516609] Write protecting the kernel read-only data: 26624k
[    3.525986] Freeing unused kernel image (text/rodata gap) memory: 2040K
[    3.529565] Freeing unused kernel image (rodata/data gap) memory: 1512K
[    3.576545] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    3.578028] x86/mm: Checking user space page tables
[    3.623437] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    3.624969] Run /init as init process
Loading, please wait...
Starting systemd-udevd version 252.6-1
[    3.808450] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    3.833327] ACPI: \_SB_.GSIA: Enabled at IRQ 16
[    3.836386] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    3.837768] i2c i2c-0: 1/1 memory slots populated (from DMI)
[    3.838818] i2c i2c-0: Memory type 0x07 not supported yet, not instantiating SPD
[    3.839800] i801_smbus 0000:0c:04.0: SPD Write Disable is set
[    3.846144] ACPI: button: Power Button [PWRF]
[    3.846426] i801_smbus 0000:0c:04.0: SMBus using PCI interrupt
[    3.857162] BUG: kernel NULL pointer dereference, address: 00000000000003c0
[    3.859225] #PF: supervisor read access in kernel mode
[    3.860948] #PF: error_code(0x0000) - not-present page
[    3.862859] PGD 0 P4D 0 
[    3.868003] Oops: 0000 [#1] PREEMPT SMP PTI
[    3.876228] CPU: 2 PID: 35 Comm: kworker/u8:1 Not tainted 6.1.0-9-amd64 #1  Debian 6.1.27-1
[    3.891221] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 0.0.0 02/06/2015
[    3.892502] Workqueue: events_unbound async_run_entry_fn
[    3.894067] RIP: 0010:p2sb_read_bar0+0x30/0x70
[    3.894987] Code: 89 fa 48 8d 7e 08 48 89 f1 31 c0 48 83 e7 f8 48 c7 06 00 00 00 00 48 29 f9 48 c7 46 38 00 00 00 00 83 c1 40 c1 e9 03 f3 48 ab <48> 8b 82 c0 03 00 00 48 89 06 48 8b 82 c8 03 00 00 48 89 46 08 48
[    3.899459] RSP: 0018:ffff9d6c0014fb60 EFLAGS: 00010202
[    3.900501] RAX: 0000000000000000 RBX: ffff8e1040982000 RCX: 0000000000000000
[    3.901716] RDX: 0000000000000000 RSI: ffff9d6c0014fc50 RDI: ffff9d6c0014fc90
[    3.903950] RBP: ffff9d6c0014fc50 R08: 0000000000000004 R09: ffff9d6c0014fae4
[    3.905709] R10: 000000000000000c R11: ffffffff8aba7300 R12: 0000000000000000
[    3.908134] R13: 0000000000000000 R14: 00000000000000f9 R15: ffff8e1055ddc8c8
[    3.910006] FS:  0000000000000000(0000) GS:ffff8e10fad00000(0000) knlGS:0000000000000000
[    3.911968] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    3.914321] CR2: 00000000000003c0 CR3: 0000000101046006 CR4: 0000000000370ee0
[    3.916164] Call Trace:
[    3.918639]  <TASK>
[    3.924359]  p2sb_bar+0x9f/0x1c0
[    3.931370]  i801_add_tco+0x13c/0x219 [i2c_i801]
[    3.940594]  ? dev_printk_emit+0x61/0x7c
[    3.948454]  i801_probe.cold+0xd0/0x2b9 [i2c_i801]
[    3.959614]  ? create_pinctrl+0x2f/0x3f0
[    3.966097]  ? preempt_count_add+0x47/0xa0
[    3.972293]  local_pci_probe+0x3e/0x80
[    3.978221]  pci_device_probe+0xc3/0x230
[    3.985708]  really_probe+0xdb/0x380
[    3.993311]  ? pm_runtime_barrier+0x50/0x90
[    4.001018]  __driver_probe_device+0x78/0x120
[    4.008081]  driver_probe_device+0x1f/0x90
[    4.013576]  __driver_attach_async_helper+0x5a/0xe0
[    4.014616]  async_run_entry_fn+0x2d/0x130
[    4.015526]  process_one_work+0x1c4/0x380
[    4.017670]  worker_thread+0x4d/0x380
[    4.019110]  ? rescuer_thread+0x3a0/0x3a0
[    4.023035]  kthread+0xe6/0x110
[    4.024444]  ? kthread_complete_and_exit+0x20/0x20
[    4.025592]  ret_from_fork+0x1f/0x30
[    4.026400]  </TASK>
[    4.027029] Modules linked in: i2c_i801 i2c_smbus crc32c_intel usb_common scsi_common virtio_ring button
[    4.028614] CR2: 00000000000003c0
[    4.029398] ---[ end trace 0000000000000000 ]---
[    4.030329] RIP: 0010:p2sb_read_bar0+0x30/0x70
[    4.031254] Code: 89 fa 48 8d 7e 08 48 89 f1 31 c0 48 83 e7 f8 48 c7 06 00 00 00 00 48 29 f9 48 c7 46 38 00 00 00 00 83 c1 40 c1 e9 03 f3 48 ab <48> 8b 82 c0 03 00 00 48 89 06 48 8b 82 c8 03 00 00 48 89 46 08 48
[    4.034339] RSP: 0018:ffff9d6c0014fb60 EFLAGS: 00010202
[    4.035372] RAX: 0000000000000000 RBX: ffff8e1040982000 RCX: 0000000000000000
[    4.036655] RDX: 0000000000000000 RSI: ffff9d6c0014fc50 RDI: ffff9d6c0014fc90
[    4.037949] RBP: ffff9d6c0014fc50 R08: 0000000000000004 R09: ffff9d6c0014fae4
[    4.039232] R10: 000000000000000c R11: ffffffff8aba7300 R12: 0000000000000000
[    4.040498] R13: 0000000000000000 R14: 00000000000000f9 R15: ffff8e1055ddc8c8
[    4.041759] FS:  0000000000000000(0000) GS:ffff8e10fad00000(0000) knlGS:0000000000000000
[    4.049635] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    4.054380] CR2: 00000000000003c0 CR3: 0000000101046006 CR4: 0000000000370ee0
[    4.058311] note: kworker/u8:1[35] exited with irqs disabled
[    4.090779] ACPI: bus type drm_connector registered
[    4.109073] lpc_ich 0000:00:1f.0: I/O space for GPIO uninitialized
[    4.956012] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3

<domain type='kvm'>
  <name>emma-3</name>
  <uuid>c8ed6a30-8b6e-403d-8c45-33125acb1211</uuid>
  <title>Sys: emma-3 - UEFI - VFIO</title>
  <description>console on ester. Now multi-media and pulse server. Has VFIO PCI Graphics for video and the Sunrise devices for audio. No HDMI output, so using CM106 USB sound card too.</description>
  <metadata>
    <libosinfo:libosinfo xmlns:libosinfo="http://libosinfo.org/xmlns/libvirt/domain/1.0";>
      <libosinfo:os id="http://debian.org/debian/testing"/>
    </libosinfo:libosinfo>
  </metadata>
  <memory unit='KiB'>5242880</memory>
  <currentMemory unit='KiB'>5242880</currentMemory>
  <memoryBacking>
    <hugepages>
      <page size='1048576' unit='KiB'/>
    </hugepages>
    <source type='memfd'/>
    <access mode='shared'/>
  </memoryBacking>
  <vcpu placement='static'>4</vcpu>
  <resource>
    <partition>/machine</partition>
  </resource>
  <os>
    <type arch='x86_64' machine='pc-q35-5.2'>hvm</type>
    <loader readonly='yes' type='pflash'>/usr/share/OVMF/OVMF_CODE_4M.fd</loader>
    <nvram>/var/lib/libvirt/qemu/nvram/emma-0_VARS.fd</nvram>
    <bootmenu enable='yes'/>
  </os>
  <features>
    <acpi/>
    <apic/>
    <vmport state='off'/>
  </features>
  <cpu mode='host-model' check='partial'/>
  <clock offset='utc'>
    <timer name='rtc' tickpolicy='catchup'/>
    <timer name='pit' tickpolicy='delay'/>
    <timer name='hpet' present='no'/>
  </clock>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>restart</on_reboot>
  <on_crash>destroy</on_crash>
  <pm>
    <suspend-to-mem enabled='no'/>
    <suspend-to-disk enabled='no'/>
  </pm>
  <devices>
    <emulator>/usr/bin/qemu-system-x86_64</emulator>
    <disk type='block' device='disk'>
      <driver name='qemu' type='raw' cache='none' io='native'/>
      <source dev='/dev/VM1/emma-x'/>
      <target dev='vda' bus='virtio'/>
      <boot order='1'/>
      <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/>
    </disk>
    <disk type='file' device='disk'>
      <driver name='qemu' type='qcow2'/>
      <source file='/misc/host/files3/emma-x1.qcow2'/>
      <target dev='vdb' bus='virtio'/>
      <address type='pci' domain='0x0000' bus='0x08' slot='0x00' function='0x0'/>
    </disk>
    <disk type='file' device='disk'>
      <driver name='qemu' type='qcow2'/>
      <source file='/misc/host/files3/X0.qcow2'/>
      <target dev='vdc' bus='virtio'/>
      <address type='pci' domain='0x0000' bus='0x09' slot='0x00' function='0x0'/>
    </disk>
    <controller type='usb' index='0' model='qemu-xhci' ports='15'>
      <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/>
    </controller>
    <controller type='sata' index='0'>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/>
    </controller>
    <controller type='pci' index='0' model='pcie-root'/>
    <controller type='pci' index='1' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='1' port='0x10'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0' multifunction='on'/>
    </controller>
    <controller type='pci' index='2' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='2' port='0x11'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x1'/>
    </controller>
    <controller type='pci' index='3' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='3' port='0x12'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x2'/>
    </controller>
    <controller type='pci' index='4' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='4' port='0x13'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x3'/>
    </controller>
    <controller type='pci' index='5' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='5' port='0x14'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x4'/>
    </controller>
    <controller type='pci' index='6' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='6' port='0x15'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x5'/>
    </controller>
    <controller type='pci' index='7' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='7' port='0x16'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x6'/>
    </controller>
    <controller type='pci' index='8' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='8' port='0x17'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x7'/>
    </controller>
    <controller type='pci' index='9' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='9' port='0x18'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0' multifunction='on'/>
    </controller>
    <controller type='pci' index='10' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='10' port='0x19'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x1'/>
    </controller>
    <controller type='pci' index='11' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='11' port='0x1a'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x2'/>
    </controller>
    <controller type='pci' index='12' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='12' port='0x1b'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x3'/>
    </controller>
    <controller type='pci' index='13' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='13' port='0x1c'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x4'/>
    </controller>
    <controller type='pci' index='14' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='14' port='0x1d'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x5'/>
    </controller>
    <controller type='pci' index='15' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='15' port='0x1e'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x6'/>
    </controller>
    <controller type='pci' index='16' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='16' port='0x1f'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x7'/>
    </controller>
    <controller type='pci' index='17' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='17' port='0x20'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0' multifunction='on'/>
    </controller>
    <controller type='pci' index='18' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='18' port='0x21'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x1'/>
    </controller>
    <controller type='pci' index='19' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='19' port='0x22'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x2'/>
    </controller>
    <controller type='pci' index='20' model='pcie-to-pci-bridge'>
      <model name='pcie-pci-bridge'/>
      <address type='pci' domain='0x0000' bus='0x0b' slot='0x00' function='0x0'/>
    </controller>
    <controller type='virtio-serial' index='0'>
      <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/>
    </controller>
    <controller type='scsi' index='0' model='virtio-scsi'>
      <address type='pci' domain='0x0000' bus='0x07' slot='0x00' function='0x0'/>
    </controller>
    <filesystem type='mount' accessmode='passthrough'>
      <driver type='virtiofs' queue='1024'/>
      <source dir='/a/l'/>
      <target dir='by-label'/>
      <address type='pci' domain='0x0000' bus='0x0e' slot='0x00' function='0x0'/>
    </filesystem>
    <interface type='network'>
      <mac address='52:54:00:16:2e:ec'/>
      <source network='private0'/>
      <model type='virtio'/>
      <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
    </interface>
    <interface type='bridge'>
      <mac address='52:54:00:79:36:8f'/>
      <source bridge='br0'/>
      <model type='virtio'/>
      <address type='pci' domain='0x0000' bus='0x0f' slot='0x00' function='0x0'/>
    </interface>
    <serial type='pty'>
      <target type='isa-serial' port='0'>
        <model name='isa-serial'/>
      </target>
    </serial>
    <console type='pty'>
      <target type='serial' port='0'/>
    </console>
    <channel type='unix'>
      <target type='virtio' name='org.qemu.guest_agent.0'/>
      <address type='virtio-serial' controller='0' bus='0' port='1'/>
    </channel>
    <channel type='spicevmc'>
      <target type='virtio' name='com.redhat.spice.0'/>
      <address type='virtio-serial' controller='0' bus='0' port='2'/>
    </channel>
    <input type='passthrough' bus='virtio'>
      <source evdev='/dev/input/by-path/pci-0000:00:15.1-platform-i2c_designware.1-event-mouse'/>
      <address type='pci' domain='0x0000' bus='0x10' slot='0x00' function='0x0'/>
    </input>
    <input type='passthrough' bus='virtio'>
      <source evdev='/dev/input/by-path/platform-i8042-serio-0-event-kbd'/>
      <address type='pci' domain='0x0000' bus='0x11' slot='0x00' function='0x0'/>
    </input>
    <input type='mouse' bus='ps2'/>
    <input type='keyboard' bus='ps2'/>
    <graphics type='spice' port='5906' autoport='no'>
      <listen type='address'/>
      <image compression='off'/>
    </graphics>
    <audio id='1' type='spice'/>
    <video>
      <model type='bochs' vram='16384' heads='1' primary='yes'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/>
    </video>
    <hostdev mode='subsystem' type='pci' managed='yes'>
      <source>
        <address domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
      </source>
      <address type='pci' domain='0x0000' bus='0x0a' slot='0x00' function='0x0'/>
    </hostdev>
    <hostdev mode='subsystem' type='pci' managed='yes'>
      <source>
        <address domain='0x0000' bus='0x00' slot='0x1f' function='0x0'/>
      </source>
      <address type='pci' domain='0x0000' bus='0x14' slot='0x01' function='0x0'/>
    </hostdev>
    <hostdev mode='subsystem' type='pci' managed='yes'>
      <source>
        <address domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/>
      </source>
      <address type='pci' domain='0x0000' bus='0x14' slot='0x02' function='0x0'/>
    </hostdev>
    <hostdev mode='subsystem' type='pci' managed='yes'>
      <source>
        <address domain='0x0000' bus='0x00' slot='0x1f' function='0x3'/>
      </source>
      <address type='pci' domain='0x0000' bus='0x14' slot='0x03' function='0x0'/>
    </hostdev>
    <hostdev mode='subsystem' type='pci' managed='yes'>
      <source>
        <address domain='0x0000' bus='0x00' slot='0x1f' function='0x4'/>
      </source>
      <address type='pci' domain='0x0000' bus='0x14' slot='0x04' function='0x0'/>
    </hostdev>
    <hostdev mode='subsystem' type='usb' managed='yes'>
      <source>
        <vendor id='0x0d8c'/>
        <product id='0x0102'/>
      </source>
      <address type='usb' bus='0' port='4'/>
    </hostdev>
    <hostdev mode='subsystem' type='usb' managed='yes'>
      <source>
        <vendor id='0x046d'/>
        <product id='0xc52b'/>
      </source>
      <address type='usb' bus='0' port='5'/>
    </hostdev>
    <redirdev bus='usb' type='spicevmc'>
      <address type='usb' bus='0' port='2'/>
    </redirdev>
    <redirdev bus='usb' type='spicevmc'>
      <address type='usb' bus='0' port='3'/>
    </redirdev>
    <memballoon model='virtio'>
      <address type='pci' domain='0x0000' bus='0x05' slot='0x00' function='0x0'/>
    </memballoon>
    <rng model='virtio'>
      <backend model='random'>/dev/urandom</backend>
      <address type='pci' domain='0x0000' bus='0x06' slot='0x00' function='0x0'/>
    </rng>
  </devices>
</domain>


Reply to: