All of lore.kernel.org
 help / color / mirror / Atom feed
* Ryzen 6000 (Mobile)
@ 2022-07-18 23:04 Dylanger Daly
  2022-07-19  6:29 ` Jan Beulich
  2022-07-19  9:34 ` Andrew Cooper
  0 siblings, 2 replies; 35+ messages in thread
From: Dylanger Daly @ 2022-07-18 23:04 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 810 bytes --]

Hi All,

I'm having issues getting QubesOS running on my Lenovo Yoga Slim 7 ProX (AMD Ryzen 6800HS)

Firstly in order to boot the device at all, I'm required to add `dom0_max_vcpus=1 dom0_vcpus_pin` to dom0's CMDLINE, this is similar to what I had to do previously - https://xen.markmail.org/search/?q=Ryzen#query:Ryzen+page:1+mid:f3hel4yj25qilabv+state:results with the Ryzen 4000 series, however without these options added dom0 never fully boots into Fedora.

The other interesting issue I'm having is upon booting any VM, just a normal simple VM without any PCI devices attached, it'll successfully start, about 1 second will pass then the entire device will hang and reset, it's virtually impossible to get any logs at all out of the device when it's in this state.

FYI: QubesOS uses Xen 4.14

Thanks all

[-- Attachment #2: Type: text/html, Size: 1814 bytes --]

^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Ryzen 6000 (Mobile)
  2022-07-18 23:04 Ryzen 6000 (Mobile) Dylanger Daly
@ 2022-07-19  6:29 ` Jan Beulich
  2022-07-19  6:47   ` Dylanger Daly
  2022-07-19  6:50   ` Dylanger Daly
  2022-07-19  9:34 ` Andrew Cooper
  1 sibling, 2 replies; 35+ messages in thread
From: Jan Beulich @ 2022-07-19  6:29 UTC (permalink / raw)
  To: Dylanger Daly; +Cc: xen-devel

On 19.07.2022 01:04, Dylanger Daly wrote:
> I'm having issues getting QubesOS running on my Lenovo Yoga Slim 7 ProX (AMD Ryzen 6800HS)
> 
> Firstly in order to boot the device at all, I'm required to add `dom0_max_vcpus=1 dom0_vcpus_pin` to dom0's CMDLINE, this is similar to what I had to do previously - https://xen.markmail.org/search/?q=Ryzen#query:Ryzen+page:1+mid:f3hel4yj25qilabv+state:results with the Ryzen 4000 series, however without these options added dom0 never fully boots into Fedora.
> 
> The other interesting issue I'm having is upon booting any VM, just a normal simple VM without any PCI devices attached, it'll successfully start, about 1 second will pass then the entire device will hang and reset, it's virtually impossible to get any logs at all out of the device when it's in this state.
> 
> FYI: QubesOS uses Xen 4.14

I guess you understand that with no logs or anything else technical
there's very little chance anyone is going to be able to do anything
about this, without having access to an affected system?

Jan


^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Ryzen 6000 (Mobile)
  2022-07-19  6:29 ` Jan Beulich
@ 2022-07-19  6:47   ` Dylanger Daly
  2022-07-19  6:58     ` Jan Beulich
  2022-07-19  6:50   ` Dylanger Daly
  1 sibling, 1 reply; 35+ messages in thread
From: Dylanger Daly @ 2022-07-19  6:47 UTC (permalink / raw)
  To: jbeulich; +Cc: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1342 bytes --]

Yes ☹️, do you know if it's possible to obtain logs some other way for a system that doesn't have a COM port? console=vga exists but I can't seem to flip over to the vga "console" after I trigger the start of a VM

-------- Original Message --------
On Jul 19, 2022, 4:29 PM, Jan Beulich wrote:

> On 19.07.2022 01:04, Dylanger Daly wrote: > I'm having issues getting QubesOS running on my Lenovo Yoga Slim 7 ProX (AMD Ryzen 6800HS) > > Firstly in order to boot the device at all, I'm required to add `dom0_max_vcpus=1 dom0_vcpus_pin` to dom0's CMDLINE, this is similar to what I had to do previously - https://xen.markmail.org/search/?q=Ryzen#query:Ryzen+page:1+mid:f3hel4yj25qilabv+state:results with the Ryzen 4000 series, however without these options added dom0 never fully boots into Fedora. > > The other interesting issue I'm having is upon booting any VM, just a normal simple VM without any PCI devices attached, it'll successfully start, about 1 second will pass then the entire device will hang and reset, it's virtually impossible to get any logs at all out of the device when it's in this state. > > FYI: QubesOS uses Xen 4.14 I guess you understand that with no logs or anything else technical there's very little chance anyone is going to be able to do anything about this, without having access to an affected system? Jan

[-- Attachment #2: Type: text/html, Size: 1440 bytes --]

^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Ryzen 6000 (Mobile)
  2022-07-19  6:29 ` Jan Beulich
  2022-07-19  6:47   ` Dylanger Daly
@ 2022-07-19  6:50   ` Dylanger Daly
  1 sibling, 0 replies; 35+ messages in thread
From: Dylanger Daly @ 2022-07-19  6:50 UTC (permalink / raw)
  To: jbeulich; +Cc: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1281 bytes --]

Dom0 (being a VM itself) boots just perfectly, it's any other domU that triggers the issue, I'm hoping I can somehow hook up gdb or something to Xen somehow

-------- Original Message --------
On Jul 19, 2022, 4:29 PM, Jan Beulich wrote:

> On 19.07.2022 01:04, Dylanger Daly wrote: > I'm having issues getting QubesOS running on my Lenovo Yoga Slim 7 ProX (AMD Ryzen 6800HS) > > Firstly in order to boot the device at all, I'm required to add `dom0_max_vcpus=1 dom0_vcpus_pin` to dom0's CMDLINE, this is similar to what I had to do previously - https://xen.markmail.org/search/?q=Ryzen#query:Ryzen+page:1+mid:f3hel4yj25qilabv+state:results with the Ryzen 4000 series, however without these options added dom0 never fully boots into Fedora. > > The other interesting issue I'm having is upon booting any VM, just a normal simple VM without any PCI devices attached, it'll successfully start, about 1 second will pass then the entire device will hang and reset, it's virtually impossible to get any logs at all out of the device when it's in this state. > > FYI: QubesOS uses Xen 4.14 I guess you understand that with no logs or anything else technical there's very little chance anyone is going to be able to do anything about this, without having access to an affected system? Jan

[-- Attachment #2: Type: text/html, Size: 1387 bytes --]

^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Ryzen 6000 (Mobile)
  2022-07-19  6:47   ` Dylanger Daly
@ 2022-07-19  6:58     ` Jan Beulich
  0 siblings, 0 replies; 35+ messages in thread
From: Jan Beulich @ 2022-07-19  6:58 UTC (permalink / raw)
  To: Dylanger Daly; +Cc: xen-devel

On 19.07.2022 08:47, Dylanger Daly wrote:
> Yes ☹️, do you know if it's possible to obtain logs some other way for a system that doesn't have a COM port? console=vga exists but I can't seem to flip over to the vga "console" after I trigger the start of a VM

I'd focus on the booting issues first. And I guess you can take a video
of that (assuming that a single screenshot likely isn't going to be
enough), possibly with "vga=keep" in place (albeit that introduces
extra slowness)?

There's also the option of using an EHCI debug port for the serial
console, but this requires (a) a special cable and (b) the system
designers not having inserted any hubs between the controller and
the connector.

Jan


^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Ryzen 6000 (Mobile)
  2022-07-18 23:04 Ryzen 6000 (Mobile) Dylanger Daly
  2022-07-19  6:29 ` Jan Beulich
@ 2022-07-19  9:34 ` Andrew Cooper
  2022-07-20  0:33   ` Dylanger Daly
  1 sibling, 1 reply; 35+ messages in thread
From: Andrew Cooper @ 2022-07-19  9:34 UTC (permalink / raw)
  To: Dylanger Daly, xen-devel

[-- Attachment #1: Type: text/plain, Size: 1188 bytes --]

On 19/07/2022 00:04, Dylanger Daly wrote:
Hi All,

I'm having issues getting QubesOS running on my Lenovo Yoga Slim 7 ProX (AMD Ryzen 6800HS)

Firstly in order to boot the device at all, I'm required to add `dom0_max_vcpus=1 dom0_vcpus_pin` to dom0's CMDLINE, this is similar to what I had to do previously - https://xen.markmail.org/search/?q=Ryzen#query:Ryzen+page:1+mid:f3hel4yj25qilabv+state:results with the Ryzen 4000 series, however without these options added dom0 never fully boots into Fedora.

The other interesting issue I'm having is upon booting any VM, just a normal simple VM without any PCI devices attached, it'll successfully start, about 1 second will pass then the entire device will hang and reset, it's virtually impossible to get any logs at all out of the device when it's in this state.

FYI: QubesOS uses Xen 4.14

Ok, these sound like two different things.  One is dom0 failing to boot, and one is the hang/reset when starting the VMs.

Lets start with the dom0 problem first.  The link you provide suggests a credit2 bug.  Does dom0 boot if you pass `sched=credit` on the command line, in place of `dom0_max_vcpus=1 dom0_vcpus_pin` ?

~Andrew

[-- Attachment #2: Type: text/html, Size: 2435 bytes --]

^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Ryzen 6000 (Mobile)
  2022-07-19  9:34 ` Andrew Cooper
@ 2022-07-20  0:33   ` Dylanger Daly
  2022-07-20  8:11     ` Jan Beulich
  0 siblings, 1 reply; 35+ messages in thread
From: Dylanger Daly @ 2022-07-20  0:33 UTC (permalink / raw)
  To: Andrew Cooper; +Cc: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2234 bytes --]

> I'd focus on the booting issues first. And I guess you can take a video
> of that (assuming that a single screenshot likely isn't going to be
> enough), possibly with "vga=keep" in place (albeit that introduces
> extra slowness)?
>
> There's also the option of using an EHCI debug port for the serial
> console, but this requires (a) a special cable and (b) the system
> designers not having inserted any hubs between the controller andthe connector.

Do you know if it's possible to have `console=vga vga=keep` and specify a secondary monitor? This would be very useful if I could have Xen log via a secondary monitor, in any case I'll record a video today. I can't seem to get anything useful out of /var/log/xen/console/hypervisor.log, I assume this log file isn't written to on a 'live' basis.

I would assume AMD has disabled any sort of debugging/NIDnT/CCD, surprisingly or unsurprisingly it's easier to debug Chromebooks with their CCD USB-C cables.

> Ok, these sound like two different things. One is dom0 failing to boot, and one is the hang/reset when starting the VMs.
> Lets start with the dom0 problem first. The link you provide suggests a credit2 bug. Does dom0 boot if you pass `sched=credit` on the command line, in place of `dom0_max_vcpus=1 dom0_vcpus_pin` ?

Yes, this is correct, I think the first problem is an AMD 6000 Series CPU issue, as others have reported this same first issue: https://github.com/QubesOS/qubes-issues/issues/7570 (having to add `dom0_max_vcpus=1 dom0_vcpus_pin`)

I believe the second issue could be platform specific, that being a UEFI Option relating to the scheduler or something else causing the device to hang, anecdotally others that have the same-ish CPU aren't having this issue, so it could be specific to the Lenovo Yoga Slim 7 Pro X (Gen 7).

Issue #1 seems to be common with newer AMD Ryzen Mobile CPUs
Issue #2 seems to be Lenovo specific, I've tried limiting other domU's to 1 vcpu to no avail, I haven't tried pinning a vcpu to a domU yet.

Unfortunately I tried adding `sched=credit` in place of the pinning config and dom0 didn't come up to ask for a LUKs password. Dom0 does indeed boot, it just doesn't make it past the early stage of kernel setup.

Cheers, Dylanger

[-- Attachment #2: Type: text/html, Size: 5250 bytes --]

^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Ryzen 6000 (Mobile)
  2022-07-20  0:33   ` Dylanger Daly
@ 2022-07-20  8:11     ` Jan Beulich
  2022-07-20  8:13       ` Jan Beulich
  0 siblings, 1 reply; 35+ messages in thread
From: Jan Beulich @ 2022-07-20  8:11 UTC (permalink / raw)
  To: Dylanger Daly; +Cc: xen-devel, Andrew Cooper

On 20.07.2022 02:33, Dylanger Daly wrote:
>> I'd focus on the booting issues first. And I guess you can take a video
>> of that (assuming that a single screenshot likely isn't going to be
>> enough), possibly with "vga=keep" in place (albeit that introduces
>> extra slowness)?
>>
>> There's also the option of using an EHCI debug port for the serial
>> console, but this requires (a) a special cable and (b) the system
>> designers not having inserted any hubs between the controller andthe connector.
> 
> Do you know if it's possible to have `console=vga vga=keep` and specify a secondary monitor? This would be very useful if I could have Xen log via a secondary monitor,

No, if anything it could be the other way around. Xen wants to use the
(sole) VGAish thing in the system; Dom0 kernel and Dom0 userspace (X)
may be happy to use any secondary (non-VGA) graphics card. On EFI it
might in principle be possible, but that would require (perhaps quite
a bit of) work in Xen.

Jan


^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Ryzen 6000 (Mobile)
  2022-07-20  8:11     ` Jan Beulich
@ 2022-07-20  8:13       ` Jan Beulich
  2022-08-15 11:07         ` Dylanger Daly
  0 siblings, 1 reply; 35+ messages in thread
From: Jan Beulich @ 2022-07-20  8:13 UTC (permalink / raw)
  To: Dylanger Daly; +Cc: xen-devel, Andrew Cooper

On 20.07.2022 10:11, Jan Beulich wrote:
> On 20.07.2022 02:33, Dylanger Daly wrote:
>>> I'd focus on the booting issues first. And I guess you can take a video
>>> of that (assuming that a single screenshot likely isn't going to be
>>> enough), possibly with "vga=keep" in place (albeit that introduces
>>> extra slowness)?
>>>
>>> There's also the option of using an EHCI debug port for the serial
>>> console, but this requires (a) a special cable and (b) the system
>>> designers not having inserted any hubs between the controller andthe connector.
>>
>> Do you know if it's possible to have `console=vga vga=keep` and specify a secondary monitor? This would be very useful if I could have Xen log via a secondary monitor,
> 
> No, if anything it could be the other way around. Xen wants to use the
> (sole) VGAish thing in the system; Dom0 kernel and Dom0 userspace (X)
> may be happy to use any secondary (non-VGA) graphics card. On EFI it
> might in principle be possible, but that would require (perhaps quite
> a bit of) work in Xen.

Oh - and then likely still only when there are two gfx cards in the
system. Otherwise we'd likely get into card-specific-driver territory.

Jan


^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Ryzen 6000 (Mobile)
  2022-07-20  8:13       ` Jan Beulich
@ 2022-08-15 11:07         ` Dylanger Daly
  2022-08-15 11:30           ` Jan Beulich
  2022-08-15 12:03           ` Andrew Cooper
  0 siblings, 2 replies; 35+ messages in thread
From: Dylanger Daly @ 2022-08-15 11:07 UTC (permalink / raw)
  To: Jan Beulich; +Cc: xen-devel, Andrew Cooper

Hi All,

It would appear this issue isn't specific to the Lenovo Yoga Slim 7 ProX, someone else in the Qubes community is having the same issue (https://github.com/QubesOS/qubes-issues/issues/7620#issuecomment-1209114810)

Can anyone shed some light on what possibly might be making a Xen 4.14 Hypervisor crash after attempting to start a domU? Dom0 start's just fine, it 'feels' like a memory violation or DMA/IOMMU issue, because the VM does successfully start, however 1 or 2 seconds after it successfully boot the mouse (in dom0) locks up for 2-3 seconds and the entire device resets.

I can't seem to get any logs at all, xen's console, dom0 dmesg and domU's dmesg all appear to be fine in the lead up to the crash. I assume no one has had a chance to use Xen on Ryzen 6000 (Rembrandt) yet due to the fact it's hard to get your hands on with the chip shortage etc.

I'm hoping it's something that can be fixed with a cmdline flag, it's very frustrating having this shiny new laptop sitting on my desk :P

Cheers all


^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Ryzen 6000 (Mobile)
  2022-08-15 11:07         ` Dylanger Daly
@ 2022-08-15 11:30           ` Jan Beulich
  2022-08-15 11:50             ` Dylanger Daly
  2022-08-15 12:03           ` Andrew Cooper
  1 sibling, 1 reply; 35+ messages in thread
From: Jan Beulich @ 2022-08-15 11:30 UTC (permalink / raw)
  To: Dylanger Daly; +Cc: xen-devel, Andrew Cooper

On 15.08.2022 13:07, Dylanger Daly wrote:
> It would appear this issue isn't specific to the Lenovo Yoga Slim 7 ProX, someone else in the Qubes community is having the same issue (https://github.com/QubesOS/qubes-issues/issues/7620#issuecomment-1209114810)
> 
> Can anyone shed some light on what possibly might be making a Xen 4.14 Hypervisor crash after attempting to start a domU?

Well, to shed light on what's going on we need logged output, which I
understand isn't easy with laptops. Simply trying to guess what's
going wrong isn't very likely to lead us anywhere.

> Dom0 start's just fine, it 'feels' like a memory violation or DMA/IOMMU issue, because the VM does successfully start, however 1 or 2 seconds after it successfully boot the mouse (in dom0) locks up for 2-3 seconds and the entire device resets.

In the Qubes report there's talk of a 5s delay, which makes me assume
Xen crashes (or Dom0 reports itself crashed to Xen), which - unless
overridden - would result in a 5s delay (after logging state) until a
reboot would be attempted. This aspect could be verified by passing
"noreboot" on the Xen command line, in which case the device shouldn't
try to reboot itself at all. But all we'd learn from this is that
there's _some_ form of a crash (but not e.g. a triple fault), still
without knowing any details.

Jan

> I can't seem to get any logs at all, xen's console, dom0 dmesg and domU's dmesg all appear to be fine in the lead up to the crash. I assume no one has had a chance to use Xen on Ryzen 6000 (Rembrandt) yet due to the fact it's hard to get your hands on with the chip shortage etc.
> 
> I'm hoping it's something that can be fixed with a cmdline flag, it's very frustrating having this shiny new laptop sitting on my desk :P
> 
> Cheers all



^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Ryzen 6000 (Mobile)
  2022-08-15 11:30           ` Jan Beulich
@ 2022-08-15 11:50             ` Dylanger Daly
  2022-08-15 11:55               ` Jan Beulich
  0 siblings, 1 reply; 35+ messages in thread
From: Dylanger Daly @ 2022-08-15 11:50 UTC (permalink / raw)
  To: jbeulich; +Cc: xen-devel, Andrew.Cooper3

[-- Attachment #1: Type: text/plain, Size: 260 bytes --]

Hi Jan,

Indeed adding noreboot does result in the device just hanging there after starting a VM.

I wonder if it's possible to have Xen write out it's log to some memory address, hoping it's doing a warm reset the log messages should still be present.

Cheers

[-- Attachment #2: Type: text/html, Size: 278 bytes --]

^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Ryzen 6000 (Mobile)
  2022-08-15 11:50             ` Dylanger Daly
@ 2022-08-15 11:55               ` Jan Beulich
  0 siblings, 0 replies; 35+ messages in thread
From: Jan Beulich @ 2022-08-15 11:55 UTC (permalink / raw)
  To: Dylanger Daly; +Cc: xen-devel, Andrew.Cooper3

On 15.08.2022 13:50, Dylanger Daly wrote:
> Indeed adding noreboot does result in the device just hanging there after starting a VM.
> 
> I wonder if it's possible to have Xen write out it's log to some memory address, hoping it's doing a warm reset the log messages should still be present.

Well, it's certainly possible, but would require code to be written and an
un-clobbered address range to be determined. (In earlier projects I found
it easiest to store data towards the end of the video card's memory, as on
most systems only the part actually used for displaying purposes would be
overwritten.)

Jan


^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Ryzen 6000 (Mobile)
  2022-08-15 11:07         ` Dylanger Daly
  2022-08-15 11:30           ` Jan Beulich
@ 2022-08-15 12:03           ` Andrew Cooper
  2022-08-15 15:39             ` Dylanger Daly
  1 sibling, 1 reply; 35+ messages in thread
From: Andrew Cooper @ 2022-08-15 12:03 UTC (permalink / raw)
  To: Dylanger Daly, Jan Beulich; +Cc: xen-devel

On 15/08/2022 12:07, Dylanger Daly wrote:
> Hi All,
>
> It would appear this issue isn't specific to the Lenovo Yoga Slim 7 ProX, someone else in the Qubes community is having the same issue (https://github.com/QubesOS/qubes-issues/issues/7620#issuecomment-1209114810)
>
> Can anyone shed some light on what possibly might be making a Xen 4.14 Hypervisor crash after attempting to start a domU? Dom0 start's just fine, it 'feels' like a memory violation or DMA/IOMMU issue, because the VM does successfully start, however 1 or 2 seconds after it successfully boot the mouse (in dom0) locks up for 2-3 seconds and the entire device resets.
>
> I can't seem to get any logs at all, xen's console, dom0 dmesg and domU's dmesg all appear to be fine in the lead up to the crash. I assume no one has had a chance to use Xen on Ryzen 6000 (Rembrandt) yet due to the fact it's hard to get your hands on with the chip shortage etc.
>
> I'm hoping it's something that can be fixed with a cmdline flag, it's very frustrating having this shiny new laptop sitting on my desk :P

Append `,keep` to your existing `vga=` option for Xen, and add the
`noreboot` option too.

That should cause Xen to write its backtrace out over whatever was on
the screen.

~Andrew

^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Ryzen 6000 (Mobile)
  2022-08-15 12:03           ` Andrew Cooper
@ 2022-08-15 15:39             ` Dylanger Daly
  2022-08-15 16:19               ` Jan Beulich
  0 siblings, 1 reply; 35+ messages in thread
From: Dylanger Daly @ 2022-08-15 15:39 UTC (permalink / raw)
  To: Andrew Cooper; +Cc: Jan Beulich, xen-devel

[-- Attachment #1: Type: text/plain, Size: 449 bytes --]

> Append `,keep` to your existing `vga=` option for Xen, and add the
> `noreboot` option too.
> 
> That should cause Xen to write its backtrace out over whatever was on
> the screen.

Hi Andrew,

Great news! I managed to get it to log the error with your cmdlines

Please see the attached images

The error "BUG: unable to handle page fault for address: ffffc90040639019"

It appears to be a memory violation error?

Thanks everyone!

[-- Attachment #2: Xen_Error_1.jpg --]
[-- Type: image/jpeg, Size: 205877 bytes --]

[-- Attachment #3: Xen_Error_2.jpg --]
[-- Type: image/jpeg, Size: 332190 bytes --]

^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Ryzen 6000 (Mobile)
  2022-08-15 15:39             ` Dylanger Daly
@ 2022-08-15 16:19               ` Jan Beulich
  2022-08-15 16:54                 ` Dylanger Daly
  0 siblings, 1 reply; 35+ messages in thread
From: Jan Beulich @ 2022-08-15 16:19 UTC (permalink / raw)
  To: Dylanger Daly; +Cc: xen-devel, Andrew Cooper

On 15.08.2022 17:39, Dylanger Daly wrote:
> Great news! I managed to get it to log the error with your cmdlines
> 
> Please see the attached images
> 
> The error "BUG: unable to handle page fault for address: ffffc90040639019"
> 
> It appears to be a memory violation error?

Yes, there's an attempt to access something which wasn't (successfully)
mapped. I expect there's a log message ahead of the actual crash telling
us what it was that was attempted to be mapped. A wild guess of mine
would be PCI MMCFG space. We may be able to read something out of the
system's ACPI tables, if you could extract them (at least DSDT, maybe
also SSDTs) into files. It would then also be useful to see the
hypervisor and kernel boot messages, at the very least to know where
certain things live in physical address space.

Jan


^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Ryzen 6000 (Mobile)
  2022-08-15 16:19               ` Jan Beulich
@ 2022-08-15 16:54                 ` Dylanger Daly
  2022-08-16  6:17                   ` Jan Beulich
  2022-08-16 11:22                   ` Jan Beulich
  0 siblings, 2 replies; 35+ messages in thread
From: Dylanger Daly @ 2022-08-15 16:54 UTC (permalink / raw)
  To: Jan Beulich; +Cc: xen-devel, Andrew Cooper

[-- Attachment #1: Type: text/plain, Size: 190 bytes --]

Hi Jan,

Please see the attached dom0 dmesg log, verbose lspci output and a tar of all SSDT and DSDT decompiled ACPI tables.

Please let let me know if I can send anything else

Cheers

[-- Attachment #2: ACPI_Tables.tar.bz2 --]
[-- Type: application/x-bzip, Size: 113280 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: lspci_verbose.log --]
[-- Type: text/x-log; name=lspci_verbose.log, Size: 69051 bytes --]

00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 14b5 (rev 01)
	Subsystem: Lenovo Device 380a
	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-

00:00.2 IOMMU: Advanced Micro Devices, Inc. [AMD] Device 14b6
	Subsystem: Lenovo Device 3808
	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 255
	Capabilities: [40] Secure device <?>
	Capabilities: [64] MSI: Enable+ Count=1/4 Maskable- 64bit+
		Address: 00000000fee0100c  Data: 4130
	Capabilities: [74] HyperTransport: MSI Mapping Enable+ Fixed+

00:01.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 14b7 (rev 01)
	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-

00:01.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Device 14b8 (prog-if 00 [Normal decode])
	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 ? routed to IRQ 70
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: 00002000-00002fff [size=4K]
	Memory behind bridge: 80000000-80ffffff [size=16M]
	Prefetchable memory behind bridge: 0000008200000000-0000008301ffffff [size=4128M]
	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: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0
			ExtTag+ RBE+
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 256 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 16GT/s, Width x8, ASPM L1, Exit Latency L1 <64us
			ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes, Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 16GT/s (ok), Width x8 (ok)
			TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise-
			Slot #0, PowerLimit 75.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq+ LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState-
		RootCap: CRSVisible+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR+
			 10BitTagComp+ 10BitTagReq+ OBFF Not Supported, ExtFmt+ EETLPPrefix+, MaxEETLPPrefixes 1
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS- LN System CLS Not Supported, TPHComp+ ExtTPHComp- ARIFwd+
			 AtomicOpsCap: Routing+ 32bit+ 64bit+ 128bitCAS-
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- LTR+ OBFF Disabled, ARIFwd-
			 AtomicOpsCtl: ReqEn- EgressBlck-
		LnkCap2: Supported Link Speeds: 2.5-16GT/s, Crosslink- Retimer+ 2Retimers+ DRS-
		LnkCtl2: Target Link Speed: 16GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete+ EqualizationPhase1+
			 EqualizationPhase2+ EqualizationPhase3+ LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee0100c  Data: 4000
	Capabilities: [c0] Subsystem: Lenovo Device 3827
	Capabilities: [c8] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [150 v2] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP- SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP- ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
		RootCmd: CERptEn- NFERptEn- FERptEn-
		RootSta: CERcvd- MultCERcvd- UERcvd- MultUERcvd-
			 FirstFatal- NonFatalMsg- FatalMsg- IntMsg 0
		ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000
	Capabilities: [270 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn- PerformEqu-
		LaneErrStat: 0
	Capabilities: [2a0 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Capabilities: [370 v1] L1 PM Substates
		L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
			  PortCommonModeRestoreTime=255us PortTPowerOnTime=150us
		L1SubCtl1: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+
			   T_CommonMode=255us LTR1.2_Threshold=393216ns
		L1SubCtl2: T_PwrOn=150us
	Capabilities: [400 v1] Data Link Feature <?>
	Capabilities: [410 v1] Physical Layer 16.0 GT/s <?>
	Capabilities: [440 v1] Lane Margining at the Receiver <?>
	Kernel driver in use: pcieport

00:02.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 14b7 (rev 01)
	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-

00:02.3 PCI bridge: Advanced Micro Devices, Inc. [AMD] Device 14ba (prog-if 00 [Normal decode])
	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 ? routed to IRQ 71
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	I/O behind bridge: 0000f000-00000fff [disabled]
	Memory behind bridge: 81800000-818fffff [size=1M]
	Prefetchable memory behind bridge: 0000008302000000-00000083020fffff [size=1M]
	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: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0
			ExtTag+ RBE+
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #3, Speed 16GT/s, Width x1, ASPM L1, Exit Latency L1 <64us
			ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes, Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s (downgraded), Width x1 (ok)
			TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt+
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #0, PowerLimit 75.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState+
		RootCap: CRSVisible+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR+
			 10BitTagComp+ 10BitTagReq+ OBFF Not Supported, ExtFmt+ EETLPPrefix+, MaxEETLPPrefixes 1
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS- LN System CLS Not Supported, TPHComp+ ExtTPHComp- ARIFwd+
			 AtomicOpsCap: Routing+ 32bit+ 64bit+ 128bitCAS-
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- LTR+ OBFF Disabled, ARIFwd-
			 AtomicOpsCtl: ReqEn- EgressBlck-
		LnkCap2: Supported Link Speeds: 2.5-16GT/s, Crosslink- Retimer+ 2Retimers+ DRS-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
			 EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee0100c  Data: 4000
	Capabilities: [c0] Subsystem: Lenovo Device 3827
	Capabilities: [c8] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [150 v2] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP- SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP- ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
		RootCmd: CERptEn- NFERptEn- FERptEn-
		RootSta: CERcvd- MultCERcvd- UERcvd- MultUERcvd-
			 FirstFatal- NonFatalMsg- FatalMsg- IntMsg 0
		ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000
	Capabilities: [270 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn- PerformEqu-
		LaneErrStat: 0
	Capabilities: [2a0 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Capabilities: [370 v1] L1 PM Substates
		L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
			  PortCommonModeRestoreTime=10us PortTPowerOnTime=150us
		L1SubCtl1: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+
			   T_CommonMode=10us LTR1.2_Threshold=163840ns
		L1SubCtl2: T_PwrOn=150us
	Capabilities: [400 v1] Data Link Feature <?>
	Capabilities: [410 v1] Physical Layer 16.0 GT/s <?>
	Capabilities: [440 v1] Lane Margining at the Receiver <?>
	Kernel driver in use: pcieport

00:02.4 PCI bridge: Advanced Micro Devices, Inc. [AMD] Device 14ba (prog-if 00 [Normal decode])
	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 ? routed to IRQ 72
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
	I/O behind bridge: 0000f000-00000fff [disabled]
	Memory behind bridge: 81700000-817fffff [size=1M]
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff [disabled]
	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: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0
			ExtTag+ RBE+
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 256 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 16GT/s, Width x4, ASPM L1, Exit Latency L1 <64us
			ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes, Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 16GT/s (ok), Width x4 (ok)
			TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #0, PowerLimit 75.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState-
		RootCap: CRSVisible+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR+
			 10BitTagComp+ 10BitTagReq+ OBFF Not Supported, ExtFmt+ EETLPPrefix+, MaxEETLPPrefixes 1
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS- LN System CLS Not Supported, TPHComp+ ExtTPHComp- ARIFwd+
			 AtomicOpsCap: Routing+ 32bit+ 64bit+ 128bitCAS-
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- LTR+ OBFF Disabled, ARIFwd-
			 AtomicOpsCtl: ReqEn- EgressBlck-
		LnkCap2: Supported Link Speeds: 2.5-16GT/s, Crosslink- Retimer+ 2Retimers+ DRS-
		LnkCtl2: Target Link Speed: 16GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete+ EqualizationPhase1+
			 EqualizationPhase2+ EqualizationPhase3+ LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee0100c  Data: 4000
	Capabilities: [c0] Subsystem: Lenovo Device 3827
	Capabilities: [c8] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [150 v2] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP- SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP- ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
		RootCmd: CERptEn- NFERptEn- FERptEn-
		RootSta: CERcvd- MultCERcvd- UERcvd- MultUERcvd-
			 FirstFatal- NonFatalMsg- FatalMsg- IntMsg 0
		ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000
	Capabilities: [270 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn- PerformEqu-
		LaneErrStat: 0
	Capabilities: [2a0 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Capabilities: [370 v1] L1 PM Substates
		L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
			  PortCommonModeRestoreTime=32us PortTPowerOnTime=150us
		L1SubCtl1: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1-
			   T_CommonMode=32us LTR1.2_Threshold=163840ns
		L1SubCtl2: T_PwrOn=150us
	Capabilities: [400 v1] Data Link Feature <?>
	Capabilities: [410 v1] Physical Layer 16.0 GT/s <?>
	Capabilities: [440 v1] Lane Margining at the Receiver <?>
	Kernel driver in use: pcieport

00:03.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 14b7 (rev 01)
	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-

00:04.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 14b7 (rev 01)
	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-

00:08.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 14b7 (rev 01)
	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-

00:08.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Device 14b9 (rev 10) (prog-if 00 [Normal decode])
	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 73
	Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
	I/O behind bridge: 00001000-00001fff [size=4K]
	Memory behind bridge: 81300000-816fffff [size=4M]
	Prefetchable memory behind bridge: 0000008310000000-00000083201fffff [size=258M]
	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: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0
			ExtTag+ RBE+
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 16GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
			ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes, Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 16GT/s (ok), Width x16 (ok)
			TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		RootCap: CRSVisible+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis- NROPrPrP- LTR-
			 10BitTagComp+ 10BitTagReq- OBFF Not Supported, ExtFmt+ EETLPPrefix+, MaxEETLPPrefixes 4
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS- LN System CLS Not Supported, TPHComp- ExtTPHComp- ARIFwd-
			 AtomicOpsCap: Routing+ 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR- OBFF Disabled, ARIFwd-
			 AtomicOpsCtl: ReqEn- EgressBlck-
		LnkCap2: Supported Link Speeds: 2.5-16GT/s, Crosslink- Retimer+ 2Retimers+ DRS-
		LnkCtl2: Target Link Speed: 16GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete+ EqualizationPhase1+
			 EqualizationPhase2+ EqualizationPhase3+ LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee0100c  Data: 4000
	Capabilities: [c0] Subsystem: Advanced Micro Devices, Inc. [AMD] Device 14b9
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [270 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn- PerformEqu-
		LaneErrStat: 0
	Capabilities: [2a0 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Capabilities: [400 v1] Data Link Feature <?>
	Capabilities: [410 v1] Physical Layer 16.0 GT/s <?>
	Capabilities: [450 v1] Lane Margining at the Receiver <?>
	Kernel driver in use: pcieport

00:08.3 PCI bridge: Advanced Micro Devices, Inc. [AMD] Device 14b9 (rev 10) (prog-if 00 [Normal decode])
	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 74
	Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
	I/O behind bridge: 0000f000-00000fff [disabled]
	Memory behind bridge: 81000000-812fffff [size=3M]
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff [disabled]
	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: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0
			ExtTag+ RBE+
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 16GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
			ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes, Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 16GT/s (ok), Width x16 (ok)
			TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		RootCap: CRSVisible+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+
		RootSta: PME ReqID 0503, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis- NROPrPrP- LTR-
			 10BitTagComp+ 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS- LN System CLS Not Supported, TPHComp- ExtTPHComp- ARIFwd-
			 AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR- OBFF Disabled, ARIFwd-
			 AtomicOpsCtl: ReqEn- EgressBlck-
		LnkCap2: Supported Link Speeds: 2.5-16GT/s, Crosslink- Retimer+ 2Retimers+ DRS-
		LnkCtl2: Target Link Speed: 16GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete+ EqualizationPhase1+
			 EqualizationPhase2+ EqualizationPhase3+ LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee0100c  Data: 4000
	Capabilities: [c0] Subsystem: Advanced Micro Devices, Inc. [AMD] Device 14b9
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [150 v2] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
		RootCmd: CERptEn- NFERptEn- FERptEn-
		RootSta: CERcvd- MultCERcvd- UERcvd- MultUERcvd-
			 FirstFatal- NonFatalMsg- FatalMsg- IntMsg 0
		ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000
	Capabilities: [270 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn- PerformEqu-
		LaneErrStat: 0
	Capabilities: [2a0 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Capabilities: [400 v1] Data Link Feature <?>
	Capabilities: [410 v1] Physical Layer 16.0 GT/s <?>
	Capabilities: [450 v1] Lane Margining at the Receiver <?>
	Kernel driver in use: pcieport

00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller (rev 71)
	Subsystem: Lenovo Device 386c
	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-
	Kernel driver in use: piix4_smbus
	Kernel modules: i2c_piix4, sp5100_tco

00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge (rev 51)
	Subsystem: Lenovo Device 3857
	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

00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 1679
	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-

00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 167a
	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-

00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 167b
	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-

00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 167c
	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-
	Kernel driver in use: k10temp
	Kernel modules: k10temp

00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 167d
	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-

00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 167e
	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-

00:18.6 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 167f
	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-

00:18.7 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 1680
	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-

01:00.0 VGA compatible controller: NVIDIA Corporation GA107BM (rev a1) (prog-if 00 [VGA controller])
	Subsystem: Lenovo Device 3b12
	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-
	Interrupt: pin A routed to IRQ 92
	Region 0: Memory at 80000000 (32-bit, non-prefetchable) [size=16M]
	Region 1: Memory at 8200000000 (64-bit, prefetchable) [size=4G]
	Region 3: Memory at 8300000000 (64-bit, prefetchable) [size=32M]
	Region 5: I/O ports at 2000 [size=128]
	Expansion ROM at <ignored> [disabled]
	Capabilities: [60] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold-)
		Status: D3 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [68] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee0100c  Data: 4000
	Capabilities: [78] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s unlimited, L1 <64us
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset+
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+ FLReset-
			MaxPayload 256 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ NonFatalErr- FatalErr- UnsupReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 16GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <1us, L1 <4us
			ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes, Disabled- CommClk+
			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 16GT/s (ok), Width x8 (downgraded)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range AB, TimeoutDis+ NROPrPrP- LTR+
			 10BitTagComp+ 10BitTagReq+ OBFF Via message, ExtFmt- EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS-
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR+ OBFF Disabled,
			 AtomicOpsCtl: ReqEn-
		LnkCap2: Supported Link Speeds: 2.5-16GT/s, Crosslink- Retimer+ 2Retimers+ DRS-
		LnkCtl2: Target Link Speed: 16GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete+ EqualizationPhase1+
			 EqualizationPhase2+ EqualizationPhase3+ LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [b4] Vendor Specific Information: Len=14 <?>
	Capabilities: [100 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Capabilities: [250 v1] Latency Tolerance Reporting
		Max snoop latency: 1048576ns
		Max no snoop latency: 1048576ns
	Capabilities: [258 v1] L1 PM Substates
		L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
			  PortCommonModeRestoreTime=255us PortTPowerOnTime=10us
		L1SubCtl1: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+
			   T_CommonMode=0us LTR1.2_Threshold=393216ns
		L1SubCtl2: T_PwrOn=150us
	Capabilities: [128 v1] Power Budgeting <?>
	Capabilities: [420 v2] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
	Capabilities: [600 v1] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
	Capabilities: [900 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn- PerformEqu-
		LaneErrStat: 0
	Capabilities: [bb0 v1] Physical Resizable BAR
		BAR 0: current size: 16MB, supported: 16MB
		BAR 1: current size: 4GB, supported: 64MB 128MB 256MB 512MB 1GB 2GB 4GB
		BAR 3: current size: 32MB, supported: 32MB
	Capabilities: [c1c v1] Physical Layer 16.0 GT/s <?>
	Capabilities: [d00 v1] Lane Margining at the Receiver <?>
	Capabilities: [e00 v1] Data Link Feature <?>
	Kernel driver in use: nouveau
	Kernel modules: nouveau

02:00.0 Network controller: MEDIATEK Corp. Device 0616
	Subsystem: Lenovo Device e0c6
	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-
	Interrupt: pin A routed to IRQ 46
	Region 0: Memory at 8302000000 (64-bit, prefetchable) [size=1M]
	Region 2: Memory at 81800000 (64-bit, non-prefetchable) [size=32K]
	Capabilities: [80] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset+ SlotPowerLimit 75.000W
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+ FLReset-
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #1, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <2us, L1 <8us
			ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes, Disabled- CommClk+
			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s (ok), Width x1 (ok)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR+
			 10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt+ EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS- TPHComp- ExtTPHComp-
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR+ OBFF Disabled,
			 AtomicOpsCtl: ReqEn-
		LnkCap2: Supported Link Speeds: 2.5-5GT/s, Crosslink- Retimer- 2Retimers- DRS-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
			 EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [e0] MSI: Enable- Count=1/32 Maskable+ 64bit+
		Address: 0000000000000000  Data: 0000
		Masking: 00000000  Pending: 00000000
	Capabilities: [f8] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Vendor Specific Information: ID=1556 Rev=1 Len=008 <?>
	Capabilities: [108 v1] Latency Tolerance Reporting
		Max snoop latency: 1048576ns
		Max no snoop latency: 1048576ns
	Capabilities: [110 v1] L1 PM Substates
		L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
			  PortCommonModeRestoreTime=3us PortTPowerOnTime=52us
		L1SubCtl1: PCI-PM_L1.2- PCI-PM_L1.1- ASPM_L1.2- ASPM_L1.1-
			   T_CommonMode=0us LTR1.2_Threshold=0ns
		L1SubCtl2: T_PwrOn=10us
	Capabilities: [200 v2] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
	Kernel driver in use: pciback
	Kernel modules: mt7921e

03:00.0 Non-Volatile memory controller: Micron Technology Inc Device 5407 (prog-if 02 [NVM Express])
	DeviceName: Realtek
	Subsystem: Micron Technology Inc Device 0100
	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 46
	NUMA node: 0
	Region 0: Memory at 81700000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI-X: Enable+ Count=32 Masked-
		Vector table: BAR=0 offset=00003000
		PBA: BAR=0 offset=00002000
	Capabilities: [60] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset+ SlotPowerLimit 75.000W
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+ FLReset-
			MaxPayload 256 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 16GT/s, Width x4, ASPM L1, Exit Latency L1 <8us
			ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes, Disabled- CommClk+
			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 16GT/s (ok), Width x4 (ok)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+ NROPrPrP- LTR+
			 10BitTagComp+ 10BitTagReq- OBFF Via message, ExtFmt- EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS- TPHComp- ExtTPHComp-
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 17s to 64s, TimeoutDis- LTR+ OBFF Disabled,
			 AtomicOpsCtl: ReqEn-
		LnkCap2: Supported Link Speeds: 2.5-16GT/s, Crosslink- Retimer+ 2Retimers+ DRS-
		LnkCtl2: Target Link Speed: 16GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete+ EqualizationPhase1+
			 EqualizationPhase2+ EqualizationPhase3+ LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
	Capabilities: [2a0 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn- PerformEqu-
		LaneErrStat: 0
	Capabilities: [2d0 v1] Latency Tolerance Reporting
		Max snoop latency: 1048576ns
		Max no snoop latency: 1048576ns
	Capabilities: [320 v1] Data Link Feature <?>
	Capabilities: [330 v1] Physical Layer 16.0 GT/s <?>
	Capabilities: [360 v1] Lane Margining at the Receiver <?>
	Capabilities: [700 v1] L1 PM Substates
		L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1- L1_PM_Substates+
			  PortCommonModeRestoreTime=32us PortTPowerOnTime=20us
		L1SubCtl1: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1-
			   T_CommonMode=0us LTR1.2_Threshold=163840ns
		L1SubCtl2: T_PwrOn=150us
	Kernel driver in use: nvme
	Kernel modules: nvme

04:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Device 1681 (rev 02) (prog-if 00 [VGA controller])
	Subsystem: Lenovo Device 3b1e
	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 34
	Region 0: Memory at 8310000000 (64-bit, prefetchable) [size=256M]
	Region 2: Memory at 8320000000 (64-bit, prefetchable) [size=2M]
	Region 4: I/O ports at 1000 [size=256]
	Region 5: Memory at 81600000 (32-bit, non-prefetchable) [size=512K]
	Capabilities: [48] Vendor Specific Information: Len=08 <?>
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [64] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr+ FatalErr- UnsupReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 16GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes, Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 16GT/s (ok), Width x16 (ok)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR-
			 10BitTagComp+ 10BitTagReq- OBFF Not Supported, ExtFmt+ EETLPPrefix+, MaxEETLPPrefixes 1
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS-
			 AtomicOpsCap: 32bit+ 64bit+ 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR- OBFF Disabled,
			 AtomicOpsCtl: ReqEn+
		LnkCap2: Supported Link Speeds: 2.5-16GT/s, Crosslink- Retimer+ 2Retimers+ DRS-
		LnkCtl2: Target Link Speed: 16GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete+ EqualizationPhase1+
			 EqualizationPhase2+ EqualizationPhase3+ LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [a0] MSI: Enable- Count=1/4 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [c0] MSI-X: Enable+ Count=4 Masked-
		Vector table: BAR=5 offset=00042000
		PBA: BAR=5 offset=00043000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [270 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn- PerformEqu-
		LaneErrStat: 0
	Capabilities: [2a0 v1] Access Control Services
		ACSCap:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [2b0 v1] Address Translation Service (ATS)
		ATSCap:	Invalidate Queue Depth: 00
		ATSCtl:	Enable-, Smallest Translation Unit: 00
	Capabilities: [2c0 v1] Page Request Interface (PRI)
		PRICtl: Enable- Reset-
		PRISta: RF- UPRGI- Stopped+
		Page Request Capacity: 00000100, Page Request Allocation: 00000000
	Capabilities: [2d0 v1] Process Address Space ID (PASID)
		PASIDCap: Exec+ Priv+, Max PASID Width: 10
		PASIDCtl: Enable- Exec- Priv-
	Capabilities: [410 v1] Physical Layer 16.0 GT/s <?>
	Capabilities: [450 v1] Lane Margining at the Receiver <?>
	Kernel driver in use: amdgpu
	Kernel modules: amdgpu

04:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Device 1640
	Subsystem: Lenovo Device 3807
	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 B routed to IRQ 94
	Region 0: Memory at 816c8000 (32-bit, non-prefetchable) [size=16K]
	Capabilities: [48] Vendor Specific Information: Len=08 <?>
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [64] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 16GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes, Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 16GT/s (ok), Width x16 (ok)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR-
			 10BitTagComp+ 10BitTagReq- OBFF Not Supported, ExtFmt+ EETLPPrefix+, MaxEETLPPrefixes 1
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS-
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR- OBFF Disabled,
			 AtomicOpsCtl: ReqEn+
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
			 EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee0100c  Data: 4000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [2a0 v1] Access Control Services
		ACSCap:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel

04:00.2 Encryption controller: Advanced Micro Devices, Inc. [AMD] VanGogh PSP/CCP
	Subsystem: Lenovo Device 382d
	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 C routed to IRQ 32
	Region 2: Memory at 81500000 (32-bit, non-prefetchable) [size=1M]
	Region 5: Memory at 816cc000 (32-bit, non-prefetchable) [size=8K]
	Capabilities: [48] Vendor Specific Information: Len=08 <?>
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [64] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0.000W
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 16GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes, Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 16GT/s (ok), Width x16 (ok)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR-
			 10BitTagComp+ 10BitTagReq- OBFF Not Supported, ExtFmt+ EETLPPrefix+, MaxEETLPPrefixes 1
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS- TPHComp- ExtTPHComp-
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR- OBFF Disabled,
			 AtomicOpsCtl: ReqEn-
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
			 EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [a0] MSI: Enable- Count=1/2 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [c0] MSI-X: Enable+ Count=2 Masked-
		Vector table: BAR=5 offset=00000000
		PBA: BAR=5 offset=00001000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [2a0 v1] Access Control Services
		ACSCap:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Kernel driver in use: ccp
	Kernel modules: ccp

04:00.3 USB controller: Advanced Micro Devices, Inc. [AMD] Device 161d (prog-if 30 [XHCI])
	Subsystem: Advanced Micro Devices, Inc. [AMD] Device 161d
	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 D routed to IRQ 33
	Region 0: Memory at 81300000 (64-bit, non-prefetchable) [size=1M]
	Capabilities: [48] Vendor Specific Information: Len=08 <?>
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [64] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0.000W
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 16GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes, Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 16GT/s (ok), Width x16 (ok)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR-
			 10BitTagComp+ 10BitTagReq- OBFF Not Supported, ExtFmt+ EETLPPrefix+, MaxEETLPPrefixes 1
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS- TPHComp- ExtTPHComp-
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR- OBFF Disabled,
			 AtomicOpsCtl: ReqEn-
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
			 EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [a0] MSI: Enable- Count=1/8 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [c0] MSI-X: Enable+ Count=8 Masked-
		Vector table: BAR=0 offset=000fe000
		PBA: BAR=0 offset=000ff000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [2a0 v1] Access Control Services
		ACSCap:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci

04:00.4 USB controller: Advanced Micro Devices, Inc. [AMD] Device 161e (prog-if 30 [XHCI])
	Subsystem: Advanced Micro Devices, Inc. [AMD] Device 161e
	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 34
	Region 0: Memory at 81400000 (64-bit, non-prefetchable) [size=1M]
	Capabilities: [48] Vendor Specific Information: Len=08 <?>
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [64] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0.000W
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 16GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes, Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 16GT/s (ok), Width x16 (ok)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR-
			 10BitTagComp+ 10BitTagReq- OBFF Not Supported, ExtFmt+ EETLPPrefix+, MaxEETLPPrefixes 1
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS- TPHComp- ExtTPHComp-
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR- OBFF Disabled,
			 AtomicOpsCtl: ReqEn-
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
			 EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [a0] MSI: Enable- Count=1/8 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [c0] MSI-X: Enable+ Count=8 Masked-
		Vector table: BAR=0 offset=000fe000
		PBA: BAR=0 offset=000ff000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [2a0 v1] Access Control Services
		ACSCap:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci

04:00.5 Multimedia controller: Advanced Micro Devices, Inc. [AMD] Raven/Raven2/FireFlight/Renoir Audio Processor (rev 60)
	Subsystem: Lenovo Device 3858
	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 B routed to IRQ 35
	Region 0: Memory at 81680000 (32-bit, non-prefetchable) [size=256K]
	Capabilities: [48] Vendor Specific Information: Len=08 <?>
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [64] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0.000W
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 16GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes, Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 16GT/s (ok), Width x16 (ok)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR-
			 10BitTagComp+ 10BitTagReq- OBFF Not Supported, ExtFmt+ EETLPPrefix+, MaxEETLPPrefixes 1
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS- TPHComp- ExtTPHComp-
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR- OBFF Disabled,
			 AtomicOpsCtl: ReqEn-
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
			 EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [2a0 v1] Access Control Services
		ACSCap:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Kernel driver in use: snd_pci_acp6x
	Kernel modules: snd_pci_acp3x, snd_rn_pci_acp3x, snd_pci_acp5x, snd_pci_acp6x, snd_sof_amd_renoir

04:00.6 Audio device: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 10h-1fh) HD Audio Controller
	Subsystem: Lenovo Device 3855
	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 C routed to IRQ 95
	Region 0: Memory at 816c0000 (32-bit, non-prefetchable) [size=32K]
	Capabilities: [48] Vendor Specific Information: Len=08 <?>
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [64] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0.000W
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 16GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes, Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 16GT/s (ok), Width x16 (ok)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR-
			 10BitTagComp+ 10BitTagReq- OBFF Not Supported, ExtFmt+ EETLPPrefix+, MaxEETLPPrefixes 1
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS- TPHComp- ExtTPHComp-
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR- OBFF Disabled,
			 AtomicOpsCtl: ReqEn-
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
			 EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee0100c  Data: 4000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [2a0 v1] Access Control Services
		ACSCap:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel

05:00.0 USB controller: Advanced Micro Devices, Inc. [AMD] Device 161f (prog-if 30 [XHCI])
	Subsystem: Advanced Micro Devices, Inc. [AMD] Device 161f
	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 26
	Region 0: Memory at 81000000 (64-bit, non-prefetchable) [size=1M]
	Capabilities: [48] Vendor Specific Information: Len=08 <?>
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [64] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0.000W
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 16GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes, Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 16GT/s (ok), Width x16 (ok)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR-
			 10BitTagComp+ 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS- TPHComp- ExtTPHComp-
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR- OBFF Disabled,
			 AtomicOpsCtl: ReqEn-
		LnkCap2: Supported Link Speeds: 2.5-16GT/s, Crosslink- Retimer+ 2Retimers+ DRS-
		LnkCtl2: Target Link Speed: 16GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete+ EqualizationPhase1+
			 EqualizationPhase2+ EqualizationPhase3+ LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [a0] MSI: Enable- Count=1/8 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [c0] MSI-X: Enable+ Count=8 Masked-
		Vector table: BAR=0 offset=000fe000
		PBA: BAR=0 offset=000ff000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [270 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn- PerformEqu-
		LaneErrStat: 0
	Capabilities: [2a0 v1] Access Control Services
		ACSCap:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [410 v1] Physical Layer 16.0 GT/s <?>
	Capabilities: [450 v1] Lane Margining at the Receiver <?>
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci

05:00.3 USB controller: Advanced Micro Devices, Inc. [AMD] Device 15d6 (prog-if 30 [XHCI])
	Subsystem: Advanced Micro Devices, Inc. [AMD] Device 15d6
	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 C routed to IRQ 24
	Region 0: Memory at 81100000 (64-bit, non-prefetchable) [size=1M]
	Capabilities: [48] Vendor Specific Information: Len=08 <?>
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [64] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0.000W
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 16GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes, Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 16GT/s (ok), Width x16 (ok)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR-
			 10BitTagComp+ 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS- TPHComp- ExtTPHComp-
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR- OBFF Disabled,
			 AtomicOpsCtl: ReqEn-
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
			 EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [a0] MSI: Enable- Count=1/8 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [c0] MSI-X: Enable+ Count=8 Masked-
		Vector table: BAR=0 offset=000fe000
		PBA: BAR=0 offset=000ff000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [2a0 v1] Access Control Services
		ACSCap:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci

05:00.4 USB controller: Advanced Micro Devices, Inc. [AMD] Device 15d7 (prog-if 30 [XHCI])
	Subsystem: Advanced Micro Devices, Inc. [AMD] Device 15d7
	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 D routed to IRQ 25
	Region 0: Memory at 81200000 (64-bit, non-prefetchable) [size=1M]
	Capabilities: [48] Vendor Specific Information: Len=08 <?>
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [64] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0.000W
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 16GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes, Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 16GT/s (ok), Width x16 (ok)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR-
			 10BitTagComp+ 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS- TPHComp- ExtTPHComp-
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR- OBFF Disabled,
			 AtomicOpsCtl: ReqEn-
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
			 EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [a0] MSI: Enable- Count=1/8 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [c0] MSI-X: Enable+ Count=8 Masked-
		Vector table: BAR=0 offset=000fe000
		PBA: BAR=0 offset=000ff000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [2a0 v1] Access Control Services
		ACSCap:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #4: dom0_dmesg.log --]
[-- Type: text/x-log; name=dom0_dmesg.log, Size: 101867 bytes --]

[    0.000000] Linux version 5.18.9-2.fc32.qubes.x86_64 (user@build) (gcc (GCC) 10.3.1 20210422 (Red Hat 10.3.1-1), GNU ld version 2.34-6.fc32) #1 SMP PREEMPT_DYNAMIC Wed Jul 20 07:09:10 UTC 2022
[    0.000000] Command line: placeholder root=/dev/mapper/qubes_dom0-root ro rd.luks.uuid=luks-c4c112f4-ad10-4cb0-bfbb-c9d365323322 rd.lvm.lv=qubes_dom0/root rd.lvm.lv=qubes_dom0/swap plymouth.ignore-serial-consoles rd.driver.pre=btrfs rhgb quiet
[    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 'standard' format.
[    0.000000] signal: max sigframe size: 1776
[    0.000000] initrd moved from [mem 0x08000000-0x0b06f49d] to [mem 0x04026000-0x0709549d]
[    0.000000] Released 0 page(s)
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] Xen: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] Xen: [mem 0x000000000009f000-0x00000000000fffff] reserved
[    0.000000] Xen: [mem 0x0000000000100000-0x0000000009afffff] usable
[    0.000000] Xen: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
[    0.000000] Xen: [mem 0x0000000009e00000-0x0000000009efffff] usable
[    0.000000] Xen: [mem 0x0000000009f00000-0x0000000009f27fff] ACPI NVS
[    0.000000] Xen: [mem 0x0000000009f28000-0x000000005fbfefff] usable
[    0.000000] Xen: [mem 0x000000005fbff000-0x000000005fbfffff] reserved
[    0.000000] Xen: [mem 0x000000005fc00000-0x0000000062363fff] usable
[    0.000000] Xen: [mem 0x0000000062364000-0x0000000064563fff] reserved
[    0.000000] Xen: [mem 0x0000000064564000-0x000000006456cfff] usable
[    0.000000] Xen: [mem 0x000000006456d000-0x000000006456ffff] reserved
[    0.000000] Xen: [mem 0x0000000064570000-0x000000007077efff] usable
[    0.000000] Xen: [mem 0x000000007077f000-0x0000000072f7efff] reserved
[    0.000000] Xen: [mem 0x0000000072f7f000-0x000000007af7efff] ACPI NVS
[    0.000000] Xen: [mem 0x000000007af7f000-0x000000007affefff] ACPI data
[    0.000000] Xen: [mem 0x000000007afff000-0x000000007affffff] usable
[    0.000000] Xen: [mem 0x000000007b000000-0x000000007bffffff] reserved
[    0.000000] Xen: [mem 0x000000007d800000-0x000000007fffffff] reserved
[    0.000000] Xen: [mem 0x00000000a0200000-0x00000000a02fffff] reserved
[    0.000000] Xen: [mem 0x00000000a0400000-0x00000000a0403fff] reserved
[    0.000000] Xen: [mem 0x00000000fec00000-0x00000000fec01fff] reserved
[    0.000000] Xen: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
[    0.000000] Xen: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] Xen: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] Xen: [mem 0x0000000100000000-0x0000000191e0cfff] usable
[    0.000000] Xen: [mem 0x000000083f340000-0x00000008a01fffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.80 by INSYDE Corp.
[    0.000000] efi: ACPI=0x7affe000 ACPI 2.0=0x7affe014 TPMFinalLog=0x7af3e000 SMBIOS=0x716e5000 SMBIOS 3.0=0x716e3000 MEMATTR=0x6c0d2018 ESRT=0x6c120d18 
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: LENOVO 82TL/LNVNB161216, BIOS JVCN29WW 07/01/2022
[    0.000000] Hypervisor detected: Xen PV
[    0.026640] tsc: Fast TSC calibration using PIT
[    0.026641] tsc: Detected 3193.946 MHz processor
[    0.026641] tsc: Detected 3194.014 MHz TSC
[    0.026723] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.026726] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.026733] last_pfn = 0x191e0d max_arch_pfn = 0x400000000
[    0.026734] Disabled
[    0.026735] x86/PAT: MTRRs disabled, skipping PAT initialization too.
[    0.026738] x86/PAT: Configuration [0-7]: WB  WT  UC- UC  WC  WP  UC  UC  
[    0.026739] last_pfn = 0x7b000 max_arch_pfn = 0x400000000
[    0.080563] Secure boot disabled
[    0.080565] RAMDISK: [mem 0x04026000-0x07095fff]
[    0.080569] ACPI: Early table checksum verification disabled
[    0.080575] ACPI: RSDP 0x000000007AFFE014 000024 (v02 LENOVO)
[    0.080581] ACPI: XSDT 0x000000007AF9B228 00018C (v01 LENOVO CB-01    00000001      01000013)
[    0.080648] ACPI: FACP 0x000000007AFE9000 00010C (v05 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080733] ACPI: DSDT 0x000000007AFD5000 00DABE (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080738] ACPI: FACS 0x000000007AEB2000 000040
[    0.080744] ACPI: UEFI 0x000000007AF7E000 000236 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080749] ACPI: SSDT 0x000000007AFFC000 000906 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080755] ACPI: IVRS 0x000000007AFFB000 0001A4 (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080761] ACPI: SSDT 0x000000007AFF3000 007DF6 (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080766] ACPI: SSDT 0x000000007AFF2000 000573 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080772] ACPI: SSDT 0x000000007AFF1000 0001CC (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080777] ACPI: SSDT 0x000000007AFEF000 001980 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080783] ACPI: SSDT 0x000000007AFEE000 000471 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080788] ACPI: TPM2 0x000000007AFED000 000034 (v04 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080793] ACPI: MSDM 0x000000007AFEC000 000055 (v03 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080799] ACPI: ASF! 0x000000007AFEB000 0000A5 (v32 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080804] ACPI: BOOT 0x000000007AFEA000 000028 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080809] ACPI: HPET 0x000000007AFE8000 000038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080815] ACPI: APIC 0x000000007AFE7000 000138 (v03 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080820] ACPI: MCFG 0x000000007AFE6000 00003C (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080825] ACPI: SLIC 0x000000007AFE5000 000176 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080831] ACPI: SSDT 0x000000007AFD4000 000099 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080836] ACPI: $H2O 0x000000007AFFD000 00002C (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080841] ACPI: SSDT 0x000000007AFD0000 002E8E (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080846] ACPI: VFCT 0x000000007AFC5000 00AE84 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080852] ACPI: SSDT 0x000000007AFC4000 0000F8 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080857] ACPI: SSDT 0x000000007AFBE000 005354 (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080862] ACPI: CRAT 0x000000007AFBD000 000EE8 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080868] ACPI: CDIT 0x000000007AFBC000 000029 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080873] ACPI: SSDT 0x000000007AFBB000 0000D9 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080878] ACPI: SSDT 0x000000007AFB9000 001590 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080883] ACPI: SSDT 0x000000007AFB7000 001565 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080889] ACPI: SSDT 0x000000007AFB6000 00074F (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080894] ACPI: SSDT 0x000000007AFB4000 001A5C (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080899] ACPI: SSDT 0x000000007AFAC000 007E2F (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080904] ACPI: FPDT 0x000000007AFAB000 000044 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080910] ACPI: WSMT 0x000000007AFA9000 000028 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080915] ACPI: SSDT 0x000000007AFE3000 001E23 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080920] ACPI: SSDT 0x000000007AFA8000 000761 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080926] ACPI: SSDT 0x000000007AFA7000 00075B (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080931] ACPI: SSDT 0x000000007AFA5000 001B0C (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080936] ACPI: SSDT 0x000000007AFA4000 0007A5 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080942] ACPI: SSDT 0x000000007AF9C000 007A2A (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080947] ACPI: SSDT 0x000000007AF96000 004CFE (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080953] ACPI: SSDT 0x000000007AFD3000 000E6E (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080958] ACPI: SSDT 0x000000007AF95000 000742 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080963] ACPI: SSDT 0x000000007AF94000 00008D (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080968] ACPI: SSDT 0x000000007AF92000 00121E (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080973] ACPI: BGRT 0x000000007AFAA000 000038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.080976] ACPI: Reserving FACP table memory at [mem 0x7afe9000-0x7afe910b]
[    0.080976] ACPI: Reserving DSDT table memory at [mem 0x7afd5000-0x7afe2abd]
[    0.080977] ACPI: Reserving FACS table memory at [mem 0x7aeb2000-0x7aeb203f]
[    0.080978] ACPI: Reserving UEFI table memory at [mem 0x7af7e000-0x7af7e235]
[    0.080978] ACPI: Reserving SSDT table memory at [mem 0x7affc000-0x7affc905]
[    0.080979] ACPI: Reserving IVRS table memory at [mem 0x7affb000-0x7affb1a3]
[    0.080979] ACPI: Reserving SSDT table memory at [mem 0x7aff3000-0x7affadf5]
[    0.080980] ACPI: Reserving SSDT table memory at [mem 0x7aff2000-0x7aff2572]
[    0.080981] ACPI: Reserving SSDT table memory at [mem 0x7aff1000-0x7aff11cb]
[    0.080981] ACPI: Reserving SSDT table memory at [mem 0x7afef000-0x7aff097f]
[    0.080982] ACPI: Reserving SSDT table memory at [mem 0x7afee000-0x7afee470]
[    0.080982] ACPI: Reserving TPM2 table memory at [mem 0x7afed000-0x7afed033]
[    0.080983] ACPI: Reserving MSDM table memory at [mem 0x7afec000-0x7afec054]
[    0.080983] ACPI: Reserving ASF! table memory at [mem 0x7afeb000-0x7afeb0a4]
[    0.080984] ACPI: Reserving BOOT table memory at [mem 0x7afea000-0x7afea027]
[    0.080985] ACPI: Reserving HPET table memory at [mem 0x7afe8000-0x7afe8037]
[    0.080985] ACPI: Reserving APIC table memory at [mem 0x7afe7000-0x7afe7137]
[    0.080986] ACPI: Reserving MCFG table memory at [mem 0x7afe6000-0x7afe603b]
[    0.080986] ACPI: Reserving SLIC table memory at [mem 0x7afe5000-0x7afe5175]
[    0.080987] ACPI: Reserving SSDT table memory at [mem 0x7afd4000-0x7afd4098]
[    0.080987] ACPI: Reserving $H2O table memory at [mem 0x7affd000-0x7affd02b]
[    0.080988] ACPI: Reserving SSDT table memory at [mem 0x7afd0000-0x7afd2e8d]
[    0.080989] ACPI: Reserving VFCT table memory at [mem 0x7afc5000-0x7afcfe83]
[    0.080989] ACPI: Reserving SSDT table memory at [mem 0x7afc4000-0x7afc40f7]
[    0.080990] ACPI: Reserving SSDT table memory at [mem 0x7afbe000-0x7afc3353]
[    0.080991] ACPI: Reserving CRAT table memory at [mem 0x7afbd000-0x7afbdee7]
[    0.080991] ACPI: Reserving CDIT table memory at [mem 0x7afbc000-0x7afbc028]
[    0.080992] ACPI: Reserving SSDT table memory at [mem 0x7afbb000-0x7afbb0d8]
[    0.080992] ACPI: Reserving SSDT table memory at [mem 0x7afb9000-0x7afba58f]
[    0.080993] ACPI: Reserving SSDT table memory at [mem 0x7afb7000-0x7afb8564]
[    0.080994] ACPI: Reserving SSDT table memory at [mem 0x7afb6000-0x7afb674e]
[    0.080994] ACPI: Reserving SSDT table memory at [mem 0x7afb4000-0x7afb5a5b]
[    0.080995] ACPI: Reserving SSDT table memory at [mem 0x7afac000-0x7afb3e2e]
[    0.080995] ACPI: Reserving FPDT table memory at [mem 0x7afab000-0x7afab043]
[    0.080996] ACPI: Reserving WSMT table memory at [mem 0x7afa9000-0x7afa9027]
[    0.080997] ACPI: Reserving SSDT table memory at [mem 0x7afe3000-0x7afe4e22]
[    0.080997] ACPI: Reserving SSDT table memory at [mem 0x7afa8000-0x7afa8760]
[    0.080998] ACPI: Reserving SSDT table memory at [mem 0x7afa7000-0x7afa775a]
[    0.080998] ACPI: Reserving SSDT table memory at [mem 0x7afa5000-0x7afa6b0b]
[    0.080999] ACPI: Reserving SSDT table memory at [mem 0x7afa4000-0x7afa47a4]
[    0.081000] ACPI: Reserving SSDT table memory at [mem 0x7af9c000-0x7afa3a29]
[    0.081000] ACPI: Reserving SSDT table memory at [mem 0x7af96000-0x7af9acfd]
[    0.081001] ACPI: Reserving SSDT table memory at [mem 0x7afd3000-0x7afd3e6d]
[    0.081002] ACPI: Reserving SSDT table memory at [mem 0x7af95000-0x7af95741]
[    0.081002] ACPI: Reserving SSDT table memory at [mem 0x7af94000-0x7af9408c]
[    0.081003] ACPI: Reserving SSDT table memory at [mem 0x7af92000-0x7af9321d]
[    0.081004] ACPI: Reserving BGRT table memory at [mem 0x7afaa000-0x7afaa037]
[    0.081032] Setting APIC routing to Xen PV.
[    0.081058] NUMA turned off
[    0.081059] Faking a node at [mem 0x0000000000000000-0x0000000191e0cfff]
[    0.081065] NODE_DATA(0) allocated [mem 0x6ff7f000-0x6ffa9fff]
[    0.091998] Zone ranges:
[    0.092002]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.092005]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.092006]   Normal   [mem 0x0000000100000000-0x0000000191e0cfff]
[    0.092007]   Device   empty
[    0.092008] Movable zone start for each node
[    0.092009] Early memory node ranges
[    0.092010]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.092011]   node   0: [mem 0x0000000000100000-0x0000000009afffff]
[    0.092012]   node   0: [mem 0x0000000009e00000-0x0000000009efffff]
[    0.092012]   node   0: [mem 0x0000000009f28000-0x000000005fbfefff]
[    0.092013]   node   0: [mem 0x000000005fc00000-0x0000000062363fff]
[    0.092014]   node   0: [mem 0x0000000064564000-0x000000006456cfff]
[    0.092015]   node   0: [mem 0x0000000064570000-0x000000007077efff]
[    0.092015]   node   0: [mem 0x000000007afff000-0x000000007affffff]
[    0.092016]   node   0: [mem 0x0000000100000000-0x0000000191e0cfff]
[    0.092018] Initmem setup node 0 [mem 0x0000000000001000-0x0000000191e0cfff]
[    0.092024] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.092049] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.092272] On node 0, zone DMA32: 768 pages in unavailable ranges
[    0.094317] On node 0, zone DMA32: 40 pages in unavailable ranges
[    0.094379] On node 0, zone DMA32: 1 pages in unavailable ranges
[    0.094444] On node 0, zone DMA32: 8704 pages in unavailable ranges
[    0.094739] On node 0, zone DMA32: 3 pages in unavailable ranges
[    0.095060] On node 0, zone DMA32: 43136 pages in unavailable ranges
[    0.098835] On node 0, zone Normal: 20480 pages in unavailable ranges
[    0.099018] On node 0, zone Normal: 25075 pages in unavailable ranges
[    0.099020] p2m virtual area at (____ptrval____), size is 40000000
[    0.397858] Remapped 597517 page(s)
[    0.398191] ACPI: PM-Timer IO Port: 0x408
[    0.398253] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.398255] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.398257] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.398259] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.398261] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.398262] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.398264] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.398266] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.398268] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.398269] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.398271] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.398273] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.398274] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.398276] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.398278] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.398279] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.398310] IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
[    0.398317] IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
[    0.398332] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.398335] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.398355] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.398357] ACPI: HPET id: 0x10228210 base: 0xfed00000
[    0.398766] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
[    0.398789] [mem 0xa0404000-0xfebfffff] available for PCI devices
[    0.398792] Booting kernel on Xen
[    0.398792] Xen version: 4.14.5 (preserve-AD)
[    0.398795] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.402015] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1
[    0.402216] percpu: Embedded 61 pages/cpu s212992 r8192 d28672 u2097152
[    0.402221] pcpu-alloc: s212992 r8192 d28672 u2097152 alloc=1*2097152
[    0.402223] pcpu-alloc: [0] 0 
[    0.402256] xen: PV spinlocks disabled
[    0.402263] Fallback order for Node 0: 0 
[    0.402266] Built 1 zonelists, mobility grouping on.  Total pages: 1032030
[    0.402267] Policy zone: Normal
[    0.402268] Kernel command line: placeholder root=/dev/mapper/qubes_dom0-root ro rd.luks.uuid=luks-c4c112f4-ad10-4cb0-bfbb-c9d365323322 rd.lvm.lv=qubes_dom0/root rd.lvm.lv=qubes_dom0/swap plymouth.ignore-serial-consoles rd.driver.pre=btrfs rhgb quiet
[    0.402346] Unknown kernel command line parameters "placeholder rhgb", will be passed to user space.
[    0.402683] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.402859] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.403090] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:on
[    0.403092] mem auto-init: clearing system memory may take some time...
[    0.428488] software IO TLB: mapped [mem 0x000000018d400000-0x0000000191400000] (64MB)
[    0.732965] Memory: 3937472K/4194300K available (16392K kernel code, 3690K rwdata, 6124K rodata, 3216K init, 5680K bss, 256576K reserved, 0K cma-reserved)
[    0.740067] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.740514] ftrace: allocating 54344 entries in 213 pages
[    0.748538] ftrace: allocated 213 pages with 5 groups
[    0.749302] Dynamic Preempt: voluntary
[    0.749785] rcu: Preemptible hierarchical RCU implementation.
[    0.749786] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.
[    0.749787] 	Trampoline variant of Tasks RCU enabled.
[    0.749788] 	Rude variant of Tasks RCU enabled.
[    0.749788] 	Tracing variant of Tasks RCU enabled.
[    0.749789] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.749790] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[    0.760776] Using NULL legacy PIC
[    0.760777] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 0
[    0.760800] xen:events: Using FIFO-based ABI
[    0.760814] xen: --> pirq=1 -> irq=1 (gsi=1)
[    0.760818] xen: --> pirq=2 -> irq=2 (gsi=2)
[    0.760821] xen: --> pirq=3 -> irq=3 (gsi=3)
[    0.760824] xen: --> pirq=4 -> irq=4 (gsi=4)
[    0.760827] xen: --> pirq=5 -> irq=5 (gsi=5)
[    0.760830] xen: --> pirq=6 -> irq=6 (gsi=6)
[    0.760833] xen: --> pirq=7 -> irq=7 (gsi=7)
[    0.760905] xen: --> pirq=8 -> irq=8 (gsi=8)
[    0.760908] xen: --> pirq=9 -> irq=9 (gsi=9)
[    0.760911] xen: --> pirq=10 -> irq=10 (gsi=10)
[    0.760914] xen: --> pirq=11 -> irq=11 (gsi=11)
[    0.760917] xen: --> pirq=12 -> irq=12 (gsi=12)
[    0.760920] xen: --> pirq=13 -> irq=13 (gsi=13)
[    0.760923] xen: --> pirq=14 -> irq=14 (gsi=14)
[    0.760926] xen: --> pirq=15 -> irq=15 (gsi=15)
[    0.761076] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.761277] random: crng init done
[    0.761299] Console: colour dummy device 80x25
[    0.761310] printk: console [tty0] enabled
[    0.761318] printk: console [hvc0] enabled
[    0.761336] ACPI: Core revision 20211217
[    0.807674] ACPI BIOS Warning (bug): Incorrect checksum in table [BGRT] - 0x57, should be 0x35 (20211217/tbprint-174)
[    0.807706] clocksource: xen: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    0.807708] Xen: using vcpuop timer interface
[    0.807710] installing Xen timer for CPU 0
[    0.807722] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2e0a334ccc6, max_idle_ns: 440795314254 ns
[    0.807724] Calibrating delay loop (skipped), value calculated using timer frequency.. 6388.02 BogoMIPS (lpj=3194014)
[    0.807726] pid_max: default: 32768 minimum: 301
[    0.807749] LSM: Security Framework initializing
[    0.807754] Yama: becoming mindful.
[    0.807780] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.807781] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.808001] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    0.808002] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.808004] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.808006] Spectre V2 : Mitigation: Retpolines
[    0.808006] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.808008] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.808009] Speculative Store Bypass: Vulnerable
[    0.828325] Freeing SMP alternatives memory: 48K
[    0.828772] VPMU disabled by hypervisor.
[    0.828909] cblist_init_generic: Setting adjustable number of callback queues.
[    0.828911] cblist_init_generic: Setting shift to 0 and lim to 1.
[    0.828923] cblist_init_generic: Setting shift to 0 and lim to 1.
[    0.828935] cblist_init_generic: Setting shift to 0 and lim to 1.
[    0.828946] Performance Events: PMU not available due to virtualization, using software events only.
[    0.828977] rcu: Hierarchical SRCU implementation.
[    0.829233] NMI watchdog: Perf NMI watchdog permanently disabled
[    0.829269] smp: Bringing up secondary CPUs ...
[    0.829269] smp: Brought up 1 node, 1 CPU
[    0.829270] smpboot: Max logical packages: 1
[    0.829354] devtmpfs: initialized
[    0.829381] x86/mm: Memory block size: 128MB
[    0.829677] ACPI: PM: Registering ACPI NVS region [mem 0x09f00000-0x09f27fff] (163840 bytes)
[    0.829680] ACPI: PM: Registering ACPI NVS region [mem 0x72f7f000-0x7af7efff] (134217728 bytes)
[    0.830887] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.830889] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
[    0.830914] pinctrl core: initialized pinctrl subsystem
[    0.831000] PM: RTC time: 04:34:59, date: 2022-08-15
[    0.831587] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.831598] xen:grant_table: Grant tables using version 1 layout
[    0.831640] Grant table initialized
[    0.831692] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[    0.831695] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.831697] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.831704] audit: initializing netlink subsys (disabled)
[    0.831766] audit: type=2000 audit(1660538100.338:1): state=initialized audit_enabled=0 res=1
[    0.831818] thermal_sys: Registered thermal governor 'fair_share'
[    0.831819] thermal_sys: Registered thermal governor 'bang_bang'
[    0.831820] thermal_sys: Registered thermal governor 'step_wise'
[    0.831820] thermal_sys: Registered thermal governor 'user_space'
[    0.831899] Simple Boot Flag at 0x44 set to 0x1
[    0.832026] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.832029] PCI: not using MMCONFIG
[    0.832030] PCI: Using configuration type 1 for base access
[    0.832031] PCI: Using configuration type 1 for extended access
[    0.832879] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.832980] cryptd: max_cpu_qlen set to 1000
[    0.833064] raid6: skipped pq benchmark and selected avx2x4
[    0.833065] raid6: using avx2x2 recovery algorithm
[    0.833089] ACPI: Added _OSI(Module Device)
[    0.833089] ACPI: Added _OSI(Processor Device)
[    0.833090] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.833090] ACPI: Added _OSI(Processor Aggregator Device)
[    0.833091] ACPI: Added _OSI(Linux-Dell-Video)
[    0.833091] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.833092] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.855299] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.PB2], AE_NOT_FOUND (20211217/dswload2-162)
[    0.855303] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20211217/psobject-220)
[    0.855305] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0010)
[    0.855350] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.PB2], AE_NOT_FOUND (20211217/dswload2-162)
[    0.855353] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20211217/psobject-220)
[    0.855354] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0010)
[    0.859482] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP7.DEV0], AE_NOT_FOUND (20211217/dswload2-162)
[    0.859485] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20211217/psobject-220)
[    0.859486] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0010)
[    0.860431] ACPI BIOS Error (bug): Failure creating named object [\_TZ.TZ01], AE_ALREADY_EXISTS (20211217/dswload2-326)
[    0.860434] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20211217/psobject-220)
[    0.860435] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x5B85)
[    0.864579] ACPI: 28 ACPI AML tables successfully acquired and loaded
[    0.865589] xen: registering gsi 9 triggering 0 polarity 1
[    0.866853] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.878247] ACPI: USB4 _OSC: OS supports USB3+ DisplayPort+ PCIe+ XDomain+
[    0.878249] ACPI: USB4 _OSC: OS controls USB3+ DisplayPort+ PCIe+ XDomain+
[    0.878928] ACPI: EC: EC started
[    0.878928] ACPI: EC: interrupt blocked
[    0.921917] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.921919] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
[    0.921920] ACPI: Interpreter enabled
[    0.921931] ACPI: PM: (supports S0 S5)
[    0.921931] ACPI: Using IOAPIC for interrupt routing
[    0.922356] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.926181] [Firmware Info]: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] not reserved in ACPI motherboard resources
[    0.926183] PCI: not using MMCONFIG
[    0.926185] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.926527] ACPI: Enabled 2 GPEs in block 00 to 1F
[    0.927659] ACPI: PM: Power Resource [PG00]
[    0.928409] ACPI: PM: Power Resource [WRST]
[    0.928670] ACPI: PM: Power Resource [P0NV]
[    0.929996] ACPI: PM: Power Resource [PWRS]
[    0.930671] ACPI: PM: Power Resource [PWRS]
[    0.931006] ACPI: PM: Power Resource [PWRS]
[    0.931350] ACPI: PM: Power Resource [PWRS]
[    0.931735] ACPI: PM: Power Resource [PWRS]
[    0.932326] ACPI: PM: Power Resource [PWRS]
[    0.932908] ACPI: PM: Power Resource [PWRS]
[    0.933429] ACPI: PM: Power Resource [PWRS]
[    0.934389] ACPI: PM: Power Resource [PWRS]
[    0.934873] ACPI: PM: Power Resource [BTPR]
[    0.934996] ACPI: PM: Power Resource [P0S0]
[    0.935015] ACPI: PM: Power Resource [P3S0]
[    0.935645] ACPI: PM: Power Resource [PWRS]
[    0.936547] ACPI: PM: Power Resource [PWRS]
[    0.937435] ACPI: PM: Power Resource [PWRS]
[    0.938139] ACPI: PM: Power Resource [PWRS]
[    0.938528] ACPI: PM: Power Resource [PWRS]
[    0.943922] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.943927] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.944188] acpi PNP0A08:00: _OSC: platform does not support [AER]
[    0.944680] acpi PNP0A08:00: _OSC: OS now controls [PME PCIeCapability LTR DPC]
[    0.945049] PCI host bridge to bus 0000:00
[    0.945050] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.945052] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.945053] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.945054] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000cffff window]
[    0.945055] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000effff window]
[    0.945055] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[    0.945056] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfeafffff window]
[    0.945057] pci_bus 0000:00: root bus resource [mem 0xfed45000-0xfed814ff window]
[    0.945057] pci_bus 0000:00: root bus resource [mem 0xfed81900-0xfed81fff window]
[    0.945058] pci_bus 0000:00: root bus resource [mem 0xfedc0000-0xfedc0fff window]
[    0.945059] pci_bus 0000:00: root bus resource [mem 0xfedc6000-0xfedc6fff window]
[    0.945059] pci_bus 0000:00: root bus resource [mem 0x8a0200000-0x833fffffff window]
[    0.945060] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.945083] pci 0000:00:00.0: [1022:14b5] type 00 class 0x060000
[    0.945219] pci 0000:00:00.2: [1022:14b6] type 00 class 0x080600
[    0.945352] pci 0000:00:01.0: [1022:14b7] type 00 class 0x060000
[    0.945446] pci 0000:00:01.1: [1022:14b8] type 01 class 0x060400
[    0.945600] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.945769] pci 0000:00:02.0: [1022:14b7] type 00 class 0x060000
[    0.945874] pci 0000:00:02.3: [1022:14ba] type 01 class 0x060400
[    0.946055] pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
[    0.946226] pci 0000:00:02.4: [1022:14ba] type 01 class 0x060400
[    0.946408] pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
[    0.946578] pci 0000:00:03.0: [1022:14b7] type 00 class 0x060000
[    0.946686] pci 0000:00:04.0: [1022:14b7] type 00 class 0x060000
[    0.946802] pci 0000:00:08.0: [1022:14b7] type 00 class 0x060000
[    0.946898] pci 0000:00:08.1: [1022:14b9] type 01 class 0x060400
[    0.946954] pci 0000:00:08.1: enabling Extended Tags
[    0.947044] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.947183] pci 0000:00:08.3: [1022:14b9] type 01 class 0x060400
[    0.947239] pci 0000:00:08.3: enabling Extended Tags
[    0.947335] pci 0000:00:08.3: PME# supported from D0 D3hot D3cold
[    0.947661] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.947829] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.948003] pci 0000:00:18.0: [1022:1679] type 00 class 0x060000
[    0.948073] pci 0000:00:18.1: [1022:167a] type 00 class 0x060000
[    0.948142] pci 0000:00:18.2: [1022:167b] type 00 class 0x060000
[    0.948212] pci 0000:00:18.3: [1022:167c] type 00 class 0x060000
[    0.948283] pci 0000:00:18.4: [1022:167d] type 00 class 0x060000
[    0.948353] pci 0000:00:18.5: [1022:167e] type 00 class 0x060000
[    0.948424] pci 0000:00:18.6: [1022:167f] type 00 class 0x060000
[    0.948493] pci 0000:00:18.7: [1022:1680] type 00 class 0x060000
[    0.948642] pci 0000:01:00.0: [10de:25e2] type 00 class 0x030000
[    0.948658] pci 0000:01:00.0: reg 0x10: [mem 0x80000000-0x80ffffff]
[    0.948671] pci 0000:01:00.0: reg 0x14: [mem 0x8200000000-0x82ffffffff 64bit pref]
[    0.948683] pci 0000:01:00.0: reg 0x1c: [mem 0x8300000000-0x8301ffffff 64bit pref]
[    0.948691] pci 0000:01:00.0: reg 0x24: [io  0x2000-0x207f]
[    0.948698] pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
[    0.948804] pci 0000:01:00.0: PME# supported from D0 D3hot
[    0.948966] pci 0000:01:00.0: 126.024 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x8 link at 0000:00:01.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.949247] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.949253] pci 0000:00:01.1:   bridge window [io  0x2000-0x2fff]
[    0.949257] pci 0000:00:01.1:   bridge window [mem 0x80000000-0x80ffffff]
[    0.949264] pci 0000:00:01.1:   bridge window [mem 0x8200000000-0x8301ffffff 64bit pref]
[    0.949348] pci 0000:02:00.0: [14c3:0616] type 00 class 0x028000
[    0.949379] pci 0000:02:00.0: reg 0x10: [mem 0x8302000000-0x83020fffff 64bit pref]
[    0.949398] pci 0000:02:00.0: reg 0x18: [mem 0x81800000-0x81807fff 64bit]
[    0.949543] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.949770] pci 0000:00:02.3: PCI bridge to [bus 02]
[    0.949781] pci 0000:00:02.3:   bridge window [mem 0x81800000-0x818fffff]
[    0.949788] pci 0000:00:02.3:   bridge window [mem 0x8302000000-0x83020fffff 64bit pref]
[    0.949927] pci 0000:03:00.0: [1344:5407] type 00 class 0x010802
[    0.949954] pci 0000:03:00.0: reg 0x10: [mem 0x81700000-0x81703fff 64bit]
[    0.950307] pci 0000:00:02.4: PCI bridge to [bus 03]
[    0.950316] pci 0000:00:02.4:   bridge window [mem 0x81700000-0x817fffff]
[    0.950395] pci 0000:04:00.0: [1002:1681] type 00 class 0x030000
[    0.950418] pci 0000:04:00.0: reg 0x10: [mem 0x8310000000-0x831fffffff 64bit pref]
[    0.950433] pci 0000:04:00.0: reg 0x18: [mem 0x8320000000-0x83201fffff 64bit pref]
[    0.950444] pci 0000:04:00.0: reg 0x20: [io  0x1000-0x10ff]
[    0.950454] pci 0000:04:00.0: reg 0x24: [mem 0x81600000-0x8167ffff]
[    0.950472] pci 0000:04:00.0: enabling Extended Tags
[    0.950500] pci 0000:04:00.0: BAR 0: assigned to efifb
[    0.950595] pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.950765] pci 0000:04:00.1: [1002:1640] type 00 class 0x040300
[    0.950781] pci 0000:04:00.1: reg 0x10: [mem 0x816c8000-0x816cbfff]
[    0.950828] pci 0000:04:00.1: enabling Extended Tags
[    0.950897] pci 0000:04:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.950999] pci 0000:04:00.2: [1022:1649] type 00 class 0x108000
[    0.951082] pci 0000:04:00.2: reg 0x18: [mem 0x81500000-0x815fffff]
[    0.951103] pci 0000:04:00.2: reg 0x24: [mem 0x816cc000-0x816cdfff]
[    0.951118] pci 0000:04:00.2: enabling Extended Tags
[    0.951294] pci 0000:04:00.3: [1022:161d] type 00 class 0x0c0330
[    0.951319] pci 0000:04:00.3: reg 0x10: [mem 0x81300000-0x813fffff 64bit]
[    0.951377] pci 0000:04:00.3: enabling Extended Tags
[    0.951461] pci 0000:04:00.3: PME# supported from D0 D3hot D3cold
[    0.951580] pci 0000:04:00.4: [1022:161e] type 00 class 0x0c0330
[    0.951604] pci 0000:04:00.4: reg 0x10: [mem 0x81400000-0x814fffff 64bit]
[    0.951661] pci 0000:04:00.4: enabling Extended Tags
[    0.951746] pci 0000:04:00.4: PME# supported from D0 D3hot D3cold
[    0.951865] pci 0000:04:00.5: [1022:15e2] type 00 class 0x048000
[    0.951881] pci 0000:04:00.5: reg 0x10: [mem 0x81680000-0x816bffff]
[    0.951931] pci 0000:04:00.5: enabling Extended Tags
[    0.952003] pci 0000:04:00.5: PME# supported from D0 D3hot D3cold
[    0.952106] pci 0000:04:00.6: [1022:15e3] type 00 class 0x040300
[    0.952122] pci 0000:04:00.6: reg 0x10: [mem 0x816c0000-0x816c7fff]
[    0.952172] pci 0000:04:00.6: enabling Extended Tags
[    0.952244] pci 0000:04:00.6: PME# supported from D0 D3hot D3cold
[    0.952430] pci 0000:00:08.1: PCI bridge to [bus 04]
[    0.952436] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
[    0.952440] pci 0000:00:08.1:   bridge window [mem 0x81300000-0x816fffff]
[    0.952445] pci 0000:00:08.1:   bridge window [mem 0x8310000000-0x83201fffff 64bit pref]
[    0.952515] pci 0000:05:00.0: [1022:161f] type 00 class 0x0c0330
[    0.952539] pci 0000:05:00.0: reg 0x10: [mem 0x81000000-0x810fffff 64bit]
[    0.952594] pci 0000:05:00.0: enabling Extended Tags
[    0.952694] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[    0.952845] pci 0000:05:00.3: [1022:15d6] type 00 class 0x0c0330
[    0.952868] pci 0000:05:00.3: reg 0x10: [mem 0x81100000-0x811fffff 64bit]
[    0.952923] pci 0000:05:00.3: enabling Extended Tags
[    0.953004] pci 0000:05:00.3: PME# supported from D0 D3hot D3cold
[    0.953119] pci 0000:05:00.4: [1022:15d7] type 00 class 0x0c0330
[    0.953143] pci 0000:05:00.4: reg 0x10: [mem 0x81200000-0x812fffff 64bit]
[    0.953198] pci 0000:05:00.4: enabling Extended Tags
[    0.953279] pci 0000:05:00.4: PME# supported from D0 D3hot D3cold
[    0.953432] pci 0000:00:08.3: PCI bridge to [bus 05]
[    0.953440] pci 0000:00:08.3:   bridge window [mem 0x81000000-0x812fffff]
[    0.957594] xen: registering gsi 8 triggering 1 polarity 0
[    0.957652] xen: registering gsi 13 triggering 1 polarity 0
[    0.958287] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.958288] ACPI: PCI: Interrupt link LNKA disabled
[    0.958554] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.958555] ACPI: PCI: Interrupt link LNKB disabled
[    0.958801] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.958802] ACPI: PCI: Interrupt link LNKC disabled
[    0.959065] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.959066] ACPI: PCI: Interrupt link LNKD disabled
[    0.959321] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.959322] ACPI: PCI: Interrupt link LNKE disabled
[    0.959524] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.959525] ACPI: PCI: Interrupt link LNKF disabled
[    0.959725] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.959725] ACPI: PCI: Interrupt link LNKG disabled
[    0.959925] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.959925] ACPI: PCI: Interrupt link LNKH disabled
[    0.960024] xen: registering gsi 7 triggering 0 polarity 1
[    0.960114] xen: registering gsi 10 triggering 1 polarity 0
[    0.960276] xen: registering gsi 11 triggering 1 polarity 0
[    0.960364] xen: registering gsi 4 triggering 1 polarity 0
[    0.960467] xen: registering gsi 6 triggering 1 polarity 0
[    0.961699] ACPI: EC: interrupt unblocked
[    0.961700] ACPI: EC: event unblocked
[    0.961707] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.961708] ACPI: EC: GPE=0x9
[    0.961709] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
[    0.961711] ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
[    0.961730] xen:balloon: Initialising balloon driver
[    0.961832] iommu: Default domain type: Translated 
[    0.961833] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.961882] SCSI subsystem initialized
[    0.961909] libata version 3.00 loaded.
[    0.961922] ACPI: bus type USB registered
[    0.961929] usbcore: registered new interface driver usbfs
[    0.961934] usbcore: registered new interface driver hub
[    0.961937] usbcore: registered new device driver usb
[    0.986258] pps_core: LinuxPPS API ver. 1 registered
[    0.986259] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.986262] PTP clock support registered
[    0.986373] EDAC MC: Ver: 3.0.0
[    0.986521] Registered efivars operations
[    0.986613] NetLabel: Initializing
[    0.986613] NetLabel:  domain hash size = 128
[    0.986614] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.986624] NetLabel:  unlabeled traffic allowed by default
[    0.986627] mctp: management component transport protocol core
[    0.986627] NET: Registered PF_MCTP protocol family
[    0.986630] PCI: Using ACPI for IRQ routing
[    0.986630] PCI: pci_cache_line_size set to 64 bytes
[    0.986741] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.986743] e820: reserve RAM buffer [mem 0x09b00000-0x0bffffff]
[    0.986744] e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
[    0.986744] e820: reserve RAM buffer [mem 0x5fbff000-0x5fffffff]
[    0.986745] e820: reserve RAM buffer [mem 0x62364000-0x63ffffff]
[    0.986746] e820: reserve RAM buffer [mem 0x6456d000-0x67ffffff]
[    0.986746] e820: reserve RAM buffer [mem 0x7077f000-0x73ffffff]
[    0.986747] e820: reserve RAM buffer [mem 0x7b000000-0x7bffffff]
[    0.986747] e820: reserve RAM buffer [mem 0x191e0d000-0x193ffffff]
[    0.986780] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.986782] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.986782] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.986791] pci 0000:04:00.0: vgaarb: setting as boot VGA device (overriding previous)
[    0.986792] pci 0000:04:00.0: vgaarb: bridge control possible
[    0.986792] pci 0000:04:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.986793] vgaarb: loaded
[    0.986874] clocksource: Switched to clocksource tsc-early
[    0.993955] VFS: Disk quotas dquot_6.6.0
[    0.993963] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.993977] hugetlbfs: disabling because there are no supported hugepage sizes
[    0.994008] pnp: PnP ACPI init
[    0.994235] system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
[    0.994237] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.994239] system 00:00: [mem 0xa0200000-0xa02fffff] has been reserved
[    0.996228] xen: registering gsi 1 triggering 1 polarity 1
[    0.996277] system 00:03: [io  0x0400-0x04cf] could not be reserved
[    0.996278] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    0.996279] system 00:03: [io  0x04d6] has been reserved
[    0.996280] system 00:03: [io  0x0c00-0x0c01] has been reserved
[    0.996280] system 00:03: [io  0x0c14] has been reserved
[    0.996281] system 00:03: [io  0x0c50-0x0c52] has been reserved
[    0.996282] system 00:03: [io  0x0c6c] has been reserved
[    0.996283] system 00:03: [io  0x0c6f] has been reserved
[    0.996283] system 00:03: [io  0x0cd0-0x0cdb] has been reserved
[    0.996344] system 00:04: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.996345] system 00:04: [mem 0xfe000000-0xffffffff] could not be reserved
[    0.997475] pnp: PnP ACPI: found 5 devices
[    1.006589] PM-Timer failed consistency check  (0xffffff) - aborting.
[    1.006625] NET: Registered PF_INET protocol family
[    1.006642] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    1.006864] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    1.006872] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    1.006875] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    1.006912] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    1.006987] TCP: Hash tables configured (established 32768 bind 32768)
[    1.007019] MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
[    1.007040] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    1.007051] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    1.007083] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    1.007088] NET: Registered PF_XDP protocol family
[    1.007090] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
[    1.007100] pci 0000:01:00.0: BAR 6: no space for [mem size 0x00080000 pref]
[    1.007102] pci 0000:01:00.0: BAR 6: failed to assign [mem size 0x00080000 pref]
[    1.007103] pci 0000:00:01.1: PCI bridge to [bus 01]
[    1.007112] pci 0000:00:01.1:   bridge window [io  0x2000-0x2fff]
[    1.007118] pci 0000:00:01.1:   bridge window [mem 0x80000000-0x80ffffff]
[    1.007122] pci 0000:00:01.1:   bridge window [mem 0x8200000000-0x8301ffffff 64bit pref]
[    1.007129] pci 0000:00:02.3: PCI bridge to [bus 02]
[    1.007135] pci 0000:00:02.3:   bridge window [mem 0x81800000-0x818fffff]
[    1.007140] pci 0000:00:02.3:   bridge window [mem 0x8302000000-0x83020fffff 64bit pref]
[    1.007147] pci 0000:00:02.4: PCI bridge to [bus 03]
[    1.007153] pci 0000:00:02.4:   bridge window [mem 0x81700000-0x817fffff]
[    1.007164] pci 0000:00:08.1: PCI bridge to [bus 04]
[    1.007166] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
[    1.007174] pci 0000:00:08.1:   bridge window [mem 0x81300000-0x816fffff]
[    1.007177] pci 0000:00:08.1:   bridge window [mem 0x8310000000-0x83201fffff 64bit pref]
[    1.007184] pci 0000:00:08.3: PCI bridge to [bus 05]
[    1.007189] pci 0000:00:08.3:   bridge window [mem 0x81000000-0x812fffff]
[    1.007199] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    1.007200] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    1.007201] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    1.007201] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000cffff window]
[    1.007202] pci_bus 0000:00: resource 8 [mem 0x000d0000-0x000effff window]
[    1.007203] pci_bus 0000:00: resource 9 [mem 0x80000000-0xdfffffff window]
[    1.007203] pci_bus 0000:00: resource 10 [mem 0xf0000000-0xfeafffff window]
[    1.007204] pci_bus 0000:00: resource 11 [mem 0xfed45000-0xfed814ff window]
[    1.007205] pci_bus 0000:00: resource 12 [mem 0xfed81900-0xfed81fff window]
[    1.007206] pci_bus 0000:00: resource 13 [mem 0xfedc0000-0xfedc0fff window]
[    1.007206] pci_bus 0000:00: resource 14 [mem 0xfedc6000-0xfedc6fff window]
[    1.007207] pci_bus 0000:00: resource 15 [mem 0x8a0200000-0x833fffffff window]
[    1.007208] pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
[    1.007208] pci_bus 0000:01: resource 1 [mem 0x80000000-0x80ffffff]
[    1.007209] pci_bus 0000:01: resource 2 [mem 0x8200000000-0x8301ffffff 64bit pref]
[    1.007210] pci_bus 0000:02: resource 1 [mem 0x81800000-0x818fffff]
[    1.007211] pci_bus 0000:02: resource 2 [mem 0x8302000000-0x83020fffff 64bit pref]
[    1.007212] pci_bus 0000:03: resource 1 [mem 0x81700000-0x817fffff]
[    1.007213] pci_bus 0000:04: resource 0 [io  0x1000-0x1fff]
[    1.007213] pci_bus 0000:04: resource 1 [mem 0x81300000-0x816fffff]
[    1.007214] pci_bus 0000:04: resource 2 [mem 0x8310000000-0x83201fffff 64bit pref]
[    1.007215] pci_bus 0000:05: resource 1 [mem 0x81000000-0x812fffff]
[    1.007332] pci 0000:04:00.1: D0 power state depends on 0000:04:00.0
[    1.007398] xen: registering gsi 32 triggering 0 polarity 1
[    1.007408] xen: --> pirq=32 -> irq=32 (gsi=32)
[    1.007471] xen: registering gsi 33 triggering 0 polarity 1
[    1.007475] xen: --> pirq=33 -> irq=33 (gsi=33)
[    1.007783] xen: registering gsi 34 triggering 0 polarity 1
[    1.007790] xen: --> pirq=34 -> irq=34 (gsi=34)
[    1.008113] xen: registering gsi 32 triggering 0 polarity 1
[    1.008114] Already setup the GSI :32
[    1.008156] xen: registering gsi 26 triggering 0 polarity 1
[    1.008162] xen: --> pirq=26 -> irq=26 (gsi=26)
[    1.008454] xen: registering gsi 24 triggering 0 polarity 1
[    1.008460] xen: --> pirq=24 -> irq=24 (gsi=24)
[    1.008747] xen: registering gsi 25 triggering 0 polarity 1
[    1.008752] xen: --> pirq=25 -> irq=25 (gsi=25)
[    1.008999] PCI: CLS 64 bytes, default 64
[    1.009037] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2e0a334ccc6, max_idle_ns: 440795314254 ns
[    1.009395] Trying to unpack rootfs image as initramfs...
[    1.056793] clocksource: Switched to clocksource tsc
[    1.057738] Initialise system trusted keyrings
[    1.057747] Key type blacklist registered
[    1.059806] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[    1.060578] zbud: loaded
[    1.060880] integrity: Platform Keyring initialized
[    1.060882] integrity: Machine keyring initialized
[    1.063402] NET: Registered PF_ALG protocol family
[    1.063404] xor: automatically using best checksumming function   avx       
[    1.063405] Key type asymmetric registered
[    1.063406] Asymmetric key parser 'x509' registered
[    1.440969] Freeing initrd memory: 49600K
[    1.444500] alg: self-tests for CTR-KDF (hmac(sha256)) passed
[    1.444527] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    1.444555] io scheduler mq-deadline registered
[    1.444556] io scheduler kyber registered
[    1.444583] io scheduler bfq registered
[    1.445636] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    1.447243] pcieport 0000:00:01.1: PME: Signaling with IRQ 70
[    1.447456] pcieport 0000:00:02.3: PME: Signaling with IRQ 71
[    1.447680] pcieport 0000:00:02.4: PME: Signaling with IRQ 72
[    1.447908] pcieport 0000:00:08.1: PME: Signaling with IRQ 73
[    1.448077] pcieport 0000:00:08.3: PME: Signaling with IRQ 74
[    1.449334] ACPI: AC: AC Adapter [ADP0] (on-line)
[    1.449379] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    1.449389] ACPI: button: Lid Switch [LID0]
[    1.449404] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    1.449414] ACPI: button: Power Button [PWRB]
[    1.449464] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[    1.449474] ACPI: \_SB_.PLTF.C000: Found 3 idle states
[    1.449797] thermal LNXTHERM:00: registered as thermal_zone0
[    1.449799] ACPI: thermal: Thermal Zone [TZ01] (67 C)
[    1.450751] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.451656] hpet_acpi_add: no address or irqs in _CRS
[    1.451680] Non-volatile memory driver v1.3
[    1.451685] Linux agpgart interface v0.103
[    1.470860] ACPI: bus type drm_connector registered
[    1.472103] usbcore: registered new interface driver usbserial_generic
[    1.472107] usbserial: USB Serial support registered for generic
[    1.472125] i8042: PNP: PS/2 Controller [PNP0303:KBC0] at 0x60,0x64 irq 1
[    1.472127] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    1.473335] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.473389] mousedev: PS/2 mouse device common for all mice
[    1.473496] rtc_cmos 00:01: RTC can wake from S4
[    1.473577] rtc_cmos 00:01: registered as rtc0
[    1.473610] rtc_cmos 00:01: setting system clock to 2022-08-15T04:35:00 UTC (1660538100)
[    1.473623] rtc_cmos 00:01: no alarms, 114 bytes nvram
[    1.473635] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    1.473645] device-mapper: uevent: version 1.0.3
[    1.473693] device-mapper: ioctl: 4.46.0-ioctl (2022-02-22) initialised: dm-devel@redhat.com
[    1.473749] amd_pstate: This processor supports shared memory solution, you can enable it with amd_pstate.shared_mem=1
[    1.474125] sysfb: VRAM smaller than advertised
[    1.474139] efifb: probing for efifb
[    1.475209] efifb: No BGRT, not showing boot graphics
[    1.475210] efifb: framebuffer at 0x8310000000, using 23040k, total 23040k
[    1.475211] efifb: mode is 3072x1920x32, linelength=12288, pages=1
[    1.475212] efifb: scrolling: redraw
[    1.475212] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.475237] fbcon: Deferring console take-over
[    1.475238] fb0: EFI VGA frame buffer device
[    1.483300] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    1.483827] pstore: Registered efi as persistent store backend
[    1.483854] hid: raw HID events driver (C) Jiri Kosina
[    1.483923] usbcore: registered new interface driver usbhid
[    1.483924] usbhid: USB HID core driver
[    1.484117] drop_monitor: Initializing network drop monitor service
[    1.484173] Initializing XFRM netlink socket
[    1.484234] NET: Registered PF_INET6 protocol family
[    1.487667] Segment Routing with IPv6
[    1.487669] RPL Segment Routing with IPv6
[    1.487675] In-situ OAM (IOAM) with IPv6
[    1.487688] mip6: Mobile IPv6
[    1.487689] NET: Registered PF_PACKET protocol family
[    1.487843] IPI shorthand broadcast: enabled
[    1.487849] AVX2 version of gcm_enc/dec engaged.
[    1.487912] AES CTR mode by8 optimization enabled
[    1.488061] sched_clock: Marking stable (1440935138, 46793220)->(1489766942, -2038584)
[    1.488169] registered taskstats version 1
[    1.488201] Loading compiled-in X.509 certificates
[    1.505121] Loaded X.509 cert 'Build time autogenerated kernel key: f92ee6df0ea6b50b008440174aa40f620272ec8f'
[    1.505250] zswap: loaded using pool lzo/zbud
[    1.505311] page_owner is disabled
[    1.505338] Key type ._fscrypt registered
[    1.505339] Key type .fscrypt registered
[    1.505340] Key type fscrypt-provisioning registered
[    1.505529] Btrfs loaded, crc32c=crc32c-generic, zoned=yes, fsverity=yes
[    1.505693] pstore: Using crash dump compression: deflate
[    1.505702] Key type big_key registered
[    1.505785] Key type trusted registered
[    1.508424] Key type encrypted registered
[    1.509450] integrity: Loading X.509 certificate: UEFI:db
[    1.509481] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    1.509483] integrity: Loading X.509 certificate: UEFI:db
[    1.509495] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    1.509496] integrity: Loading X.509 certificate: UEFI:db
[    1.509503] integrity: Loaded X.509 cert ': cd806e3a28f730a04a8c4fd0f2156bd6'
[    1.509504] integrity: Loading X.509 certificate: UEFI:db
[    1.509505] integrity: Problem loading X.509 certificate -65
[    1.509506] integrity: Error adding keys to platform keyring UEFI:db
[    1.510415] Loading compiled-in module X.509 certificates
[    1.510747] Loaded X.509 cert 'Build time autogenerated kernel key: f92ee6df0ea6b50b008440174aa40f620272ec8f'
[    1.510749] ima: Allocated hash algorithm: sha256
[    1.522061] ACPI: battery: Slot [BAT0] (battery present)
[    1.525887] ima: No architecture policies found
[    1.525916] evm: Initialising EVM extended attributes:
[    1.525918] evm: security.selinux
[    1.525921] evm: security.SMACK64 (disabled)
[    1.525922] evm: security.SMACK64EXEC (disabled)
[    1.525924] evm: security.SMACK64TRANSMUTE (disabled)
[    1.525925] evm: security.SMACK64MMAP (disabled)
[    1.525926] evm: security.apparmor
[    1.525927] evm: security.ima
[    1.525928] evm: security.capability
[    1.525930] evm: HMAC attrs: 0x1
[    1.548349] alg: No test for 842 (842-scomp)
[    1.548366] alg: No test for 842 (842-generic)
[    1.618828] PM:   Magic number: 2:590:565
[    1.618926] acpi LNXPOWER:0a: hash matches
[    1.618997] RAS: Correctable Errors collector initialized.
[    1.619063] amd_gpio AMDI0030:00: failed to enable wake-up interrupt
[    1.619861] amd_gpio AMDI0030:00: failed to enable wake-up interrupt
[    1.619894] amd_gpio AMDI0030:00: failed to enable wake-up interrupt
[    1.619928] amd_gpio AMDI0030:00: failed to enable wake-up interrupt
[    1.619959] amd_gpio AMDI0030:00: failed to enable wake-up interrupt
[    1.619990] amd_gpio AMDI0030:00: failed to enable wake-up interrupt
[    1.620020] amd_gpio AMDI0030:00: failed to enable wake-up interrupt
[    1.621238] Freeing unused decrypted memory: 2036K
[    1.621987] Freeing unused kernel image (initmem) memory: 3216K
[    1.622757] Write protecting the kernel read-only data: 24576k
[    1.626659] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    1.626667] Freeing unused kernel image (rodata/data gap) memory: 20K
[    1.626671] rodata_test: all tests were successful
[    1.626675] Run /init as init process
[    1.626676]   with arguments:
[    1.626677]     /init
[    1.626678]     placeholder
[    1.626678]     rhgb
[    1.626679]   with environment:
[    1.626679]     HOME=/
[    1.626680]     TERM=linux
[    1.642489] systemd[1]: systemd v245.9-1.fc32 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
[    1.642576] systemd[1]: Detected architecture x86-64.
[    1.642578] systemd[1]: Running in initial RAM disk.
[    1.642595] systemd[1]: Set hostname to <dom0>.
[    1.724853] systemd[1]: Created slice system-systemd\x2dcryptsetup.slice.
[    1.724914] systemd[1]: Reached target Local File Systems.
[    1.724926] systemd[1]: Reached target Slices.
[    1.724935] systemd[1]: Reached target Swap.
[    1.724943] systemd[1]: Reached target Timers.
[    1.725075] systemd[1]: Listening on Journal Audit Socket.
[    1.725148] systemd[1]: Listening on Journal Socket (/dev/log).
[    1.725222] systemd[1]: Listening on Journal Socket.
[    1.725292] systemd[1]: Listening on udev Control Socket.
[    1.725340] systemd[1]: Listening on udev Kernel Socket.
[    1.725348] systemd[1]: Reached target Sockets.
[    1.726155] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    1.727308] systemd[1]: Starting Journal Service...
[    1.728143] systemd[1]: Starting Load Kernel Modules...
[    1.728830] systemd[1]: Starting Setup Virtual Console...
[    1.734759] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    1.743838] systemd[1]: Starting Create Static Device Nodes in /dev...
[    1.754445] systemd[1]: Finished Create Static Device Nodes in /dev.
[    1.805516] xen:xen_evtchn: Event-channel device installed
[    1.815975] xen_pciback: backend is vpci
[    1.819406] xen_acpi_processor: Uploading Xen processor PM info
[    1.823537] systemd[1]: Finished Load Kernel Modules.
[    1.824307] systemd[1]: Starting Apply Kernel Variables...
[    1.824331] audit: type=1130 audit(1660538100.849:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.836212] systemd[1]: Finished Apply Kernel Variables.
[    1.836307] audit: type=1130 audit(1660538100.862:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.859801] systemd[1]: Started Journal Service.
[    1.860790] audit: type=1130 audit(1660538100.886:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.877110] audit: type=1130 audit(1660538100.903:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.903127] audit: type=1130 audit(1660538100.928:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.942780] fbcon: Taking over console
[    1.942864] Console: switching to colour frame buffer device 384x120
[    1.958791] pciback 0000:02:00.0: xen_pciback: seizing device
[    1.958857] pciback 0000:02:00.0: enabling device (0000 -> 0002)
[    1.958927] xen: registering gsi 46 triggering 0 polarity 1
[    1.958945] xen: --> pirq=46 -> irq=46 (gsi=46)
[    3.144028] pciback 0000:02:00.0: not ready 1023ms after FLR; waiting
[    4.231949] pciback 0000:02:00.0: not ready 2047ms after FLR; waiting
[    6.343951] pciback 0000:02:00.0: not ready 4095ms after FLR; waiting
[   10.504002] pciback 0000:02:00.0: not ready 8191ms after FLR; waiting
[   19.207981] pciback 0000:02:00.0: not ready 16383ms after FLR; waiting
[   36.103947] pciback 0000:02:00.0: not ready 32767ms after FLR; waiting
[   71.432010] pciback 0000:02:00.0: not ready 65535ms after FLR; giving up
[   72.541289] audit: type=1130 audit(1660538171.566:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   72.568737] audit: type=1130 audit(1660538171.594:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   72.568740] audit: type=1334 audit(1660538171.594:9): prog-id=6 op=LOAD
[   72.568742] audit: type=1334 audit(1660538171.594:10): prog-id=7 op=LOAD
[   72.592563] audit: type=1130 audit(1660538171.617:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   72.793178] audit: type=1130 audit(1660538171.818:12): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   72.814668] audit: type=1130 audit(1660538171.840:13): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=plymouth-start comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   72.835373] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[   72.836119] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[   72.836166] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[   72.836694] acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[   72.837866] acpi PNP0C14:05: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[   72.838147] ACPI: video: [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[   72.838162] ACPI: video: Video Device [PEGP] (multi-head: yes  rom: no  post: no)
[   72.838338] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input3
[   72.841105] ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[   72.841337] acpi device:17: registered as cooling_device1
[   72.841362] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:16/LNXVIDEO:01/input/input4
[   72.891114] ccp 0000:04:00.2: enabling device (0000 -> 0002)
[   72.891193] xen: registering gsi 32 triggering 0 polarity 1
[   72.891197] Already setup the GSI :32
[   72.891469] ccp 0000:04:00.2: ccp: unable to access the device: you might be running a broken BIOS.
[   72.901747] ccp 0000:04:00.2: tee: ring init command failed (0x00000005)
[   72.901751] ccp 0000:04:00.2: tee: failed to init ring buffer
[   72.901752] ccp 0000:04:00.2: tee initialization failed
[   72.901777] ccp 0000:04:00.2: psp initialization failed
[   72.903712] input: MSFT0001:00 04F3:3202 Mouse as /devices/platform/AMDI0010:00/i2c-0/i2c-MSFT0001:00/0018:04F3:3202.0001/input/input5
[   72.903770] input: MSFT0001:00 04F3:3202 Touchpad as /devices/platform/AMDI0010:00/i2c-0/i2c-MSFT0001:00/0018:04F3:3202.0001/input/input7
[   72.903805] hid-generic 0018:04F3:3202.0001: input,hidraw0: I2C HID v1.00 Mouse [MSFT0001:00 04F3:3202] on i2c-MSFT0001:00
[   72.943927] xen: registering gsi 33 triggering 0 polarity 1
[   72.943932] Already setup the GSI :33
[   72.944047] xhci_hcd 0000:04:00.3: xHCI Host Controller
[   72.949576] xhci_hcd 0000:04:00.3: new USB bus registered, assigned bus number 1
[   72.953363] xhci_hcd 0000:04:00.3: hcc params 0x0120ffc5 hci version 0x120 quirks 0x0000000200000410
[   72.953689] xhci_hcd 0000:04:00.3: xHCI Host Controller
[   72.962138] xhci_hcd 0000:04:00.3: new USB bus registered, assigned bus number 2
[   72.962141] xhci_hcd 0000:04:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[   72.964033] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.18
[   72.964036] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   72.964037] usb usb1: Product: xHCI Host Controller
[   72.964038] usb usb1: Manufacturer: Linux 5.18.9-2.fc32.qubes.x86_64 xhci-hcd
[   72.964039] usb usb1: SerialNumber: 0000:04:00.3
[   72.965292] hub 1-0:1.0: USB hub found
[   72.965656] hub 1-0:1.0: 4 ports detected
[   72.969446] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[   72.969803] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.18
[   72.969806] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   72.969807] usb usb2: Product: xHCI Host Controller
[   72.969808] usb usb2: Manufacturer: Linux 5.18.9-2.fc32.qubes.x86_64 xhci-hcd
[   72.969808] usb usb2: SerialNumber: 0000:04:00.3
[   72.971765] hub 2-0:1.0: USB hub found
[   72.971786] hub 2-0:1.0: 2 ports detected
[   72.973809] xen: registering gsi 34 triggering 0 polarity 1
[   72.973813] Already setup the GSI :34
[   72.973905] xhci_hcd 0000:04:00.4: xHCI Host Controller
[   72.975876] xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 3
[   72.976251] xhci_hcd 0000:04:00.4: hcc params 0x0120ffc5 hci version 0x120 quirks 0x0000000200000410
[   72.976545] xhci_hcd 0000:04:00.4: xHCI Host Controller
[   72.989224] xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 4
[   72.989239] xhci_hcd 0000:04:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[   72.989299] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.18
[   72.989301] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   72.989302] usb usb3: Product: xHCI Host Controller
[   72.989312] usb usb3: Manufacturer: Linux 5.18.9-2.fc32.qubes.x86_64 xhci-hcd
[   72.989313] usb usb3: SerialNumber: 0000:04:00.4
[   72.991551] hub 3-0:1.0: USB hub found
[   72.992999] hub 3-0:1.0: 3 ports detected
[   72.995828] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[   72.995870] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.18
[   72.995872] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   72.995873] usb usb4: Product: xHCI Host Controller
[   72.995873] usb usb4: Manufacturer: Linux 5.18.9-2.fc32.qubes.x86_64 xhci-hcd
[   72.995874] usb usb4: SerialNumber: 0000:04:00.4
[   72.998350] hub 4-0:1.0: USB hub found
[   72.998415] hub 4-0:1.0: 2 ports detected
[   72.999852] xen: registering gsi 26 triggering 0 polarity 1
[   72.999855] Already setup the GSI :26
[   72.999994] xhci_hcd 0000:05:00.0: xHCI Host Controller
[   73.002095] xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 5
[   73.009576] xhci_hcd 0000:05:00.0: hcc params 0x0110ffc5 hci version 0x120 quirks 0x0000000200000410
[   73.013257] xhci_hcd 0000:05:00.0: xHCI Host Controller
[   73.016455] xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 6
[   73.016458] xhci_hcd 0000:05:00.0: Host supports USB 3.0 SuperSpeed
[   73.017195] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.18
[   73.017197] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   73.017198] usb usb5: Product: xHCI Host Controller
[   73.017199] usb usb5: Manufacturer: Linux 5.18.9-2.fc32.qubes.x86_64 xhci-hcd
[   73.017200] usb usb5: SerialNumber: 0000:05:00.0
[   73.017281] hub 5-0:1.0: USB hub found
[   73.019770] hub 5-0:1.0: 1 port detected
[   73.021405] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[   73.021450] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.18
[   73.021451] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   73.021452] usb usb6: Product: xHCI Host Controller
[   73.021453] usb usb6: Manufacturer: Linux 5.18.9-2.fc32.qubes.x86_64 xhci-hcd
[   73.021454] usb usb6: SerialNumber: 0000:05:00.0
[   73.021549] hub 6-0:1.0: USB hub found
[   73.021554] hub 6-0:1.0: config failed, hub doesn't have any ports! (err -19)
[   73.023306] xen: registering gsi 24 triggering 0 polarity 1
[   73.023309] Already setup the GSI :24
[   73.023436] xhci_hcd 0000:05:00.3: xHCI Host Controller
[   73.025347] hid-generic 0018:048D:8320.0002: hidraw1: I2C HID v1.00 Device [ITE8120:00 048D:8320] on i2c-ITE8120:00
[   73.026558] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[   73.032315] nvme 0000:03:00.0: platform quirk: setting simple suspend
[   73.033765] nvme nvme0: pci function 0000:03:00.0
[   73.033819] xen: registering gsi 46 triggering 0 polarity 1
[   73.033822] Already setup the GSI :46
[   73.035346] xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 7
[   73.042324] xhci_hcd 0000:05:00.3: hcc params 0x0110ffc5 hci version 0x120 quirks 0x0000000200000410
[   73.042610] xhci_hcd 0000:05:00.3: xHCI Host Controller
[   73.045111] xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 8
[   73.045114] xhci_hcd 0000:05:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[   73.045405] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.18
[   73.045407] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   73.045408] usb usb7: Product: xHCI Host Controller
[   73.045409] usb usb7: Manufacturer: Linux 5.18.9-2.fc32.qubes.x86_64 xhci-hcd
[   73.045409] usb usb7: SerialNumber: 0000:05:00.3
[   73.045702] hub 7-0:1.0: USB hub found
[   73.046892] hub 7-0:1.0: 1 port detected
[   73.047529] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
[   73.048275] usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.18
[   73.048277] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   73.048278] usb usb8: Product: xHCI Host Controller
[   73.048279] usb usb8: Manufacturer: Linux 5.18.9-2.fc32.qubes.x86_64 xhci-hcd
[   73.048280] usb usb8: SerialNumber: 0000:05:00.3
[   73.048327] hub 8-0:1.0: USB hub found
[   73.048346] hub 8-0:1.0: 1 port detected
[   73.050273] xen: registering gsi 25 triggering 0 polarity 1
[   73.050276] Already setup the GSI :25
[   73.050376] xhci_hcd 0000:05:00.4: xHCI Host Controller
[   73.051677] xhci_hcd 0000:05:00.4: new USB bus registered, assigned bus number 9
[   73.053298] xhci_hcd 0000:05:00.4: hcc params 0x0110ffc5 hci version 0x120 quirks 0x0000000200000410
[   73.053566] xhci_hcd 0000:05:00.4: xHCI Host Controller
[   73.060018] xhci_hcd 0000:05:00.4: new USB bus registered, assigned bus number 10
[   73.060022] xhci_hcd 0000:05:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[   73.060531] usb usb9: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.18
[   73.060534] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   73.060535] usb usb9: Product: xHCI Host Controller
[   73.060535] usb usb9: Manufacturer: Linux 5.18.9-2.fc32.qubes.x86_64 xhci-hcd
[   73.060536] usb usb9: SerialNumber: 0000:05:00.4
[   73.060586] hub 9-0:1.0: USB hub found
[   73.062106] hub 9-0:1.0: 1 port detected
[   73.063110] usb usb10: We don't know the algorithms for LPM for this host, disabling LPM.
[   73.063131] usb usb10: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.18
[   73.063133] usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   73.063134] usb usb10: Product: xHCI Host Controller
[   73.063134] usb usb10: Manufacturer: Linux 5.18.9-2.fc32.qubes.x86_64 xhci-hcd
[   73.063135] usb usb10: SerialNumber: 0000:05:00.4
[   73.063186] hub 10-0:1.0: USB hub found
[   73.063680] hub 10-0:1.0: 1 port detected
[   73.086237] nvme nvme0: 1/0/0 default/read/poll queues
[   73.088524]  nvme0n1: p1 p2 p3
[   73.180642] input: MSFT0001:00 04F3:3202 Mouse as /devices/platform/AMDI0010:00/i2c-0/i2c-MSFT0001:00/0018:04F3:3202.0001/input/input8
[   73.180687] input: MSFT0001:00 04F3:3202 Touchpad as /devices/platform/AMDI0010:00/i2c-0/i2c-MSFT0001:00/0018:04F3:3202.0001/input/input10
[   73.180786] hid-multitouch 0018:04F3:3202.0001: input,hidraw0: I2C HID v1.00 Mouse [MSFT0001:00 04F3:3202] on i2c-MSFT0001:00
[   73.261696] usb 5-1: new high-speed USB device number 2 using xhci_hcd
[   73.261709] usb 3-3: new high-speed USB device number 2 using xhci_hcd
[   73.276933] audit: type=1334 audit(1660538172.303:14): prog-id=0 op=UNLOAD
[   73.276987] audit: type=1334 audit(1660538172.303:15): prog-id=0 op=UNLOAD
[   73.277037] audit: type=1334 audit(1660538172.303:16): prog-id=0 op=UNLOAD
[   73.387374] ACPI Warning: \_SB.PCI0.GPP0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20211217/nsarguments-61)
[   73.390931] pci 0000:01:00.0: optimus capabilities: enabled, status dynamic power, hda bios codec supported
[   73.390944] VGA switcheroo: detected Optimus DSM method \_SB_.PCI0.GPP0.PEGP handle
[   73.390944] nouveau: detected PR support, will not use DSM
[   73.391347] usb 3-3: New USB device found, idVendor=0489, idProduct=e0d8, bcdDevice= 1.00
[   73.391350] usb 3-3: New USB device strings: Mfr=5, Product=6, SerialNumber=7
[   73.391352] usb 3-3: Product: Wireless_Device
[   73.391353] usb 3-3: Manufacturer: MediaTek Inc.
[   73.391354] usb 3-3: SerialNumber: 000000000
[   73.391567] nouveau 0000:01:00.0: enabling device (0000 -> 0003)
[   73.391633] xen: registering gsi 24 triggering 0 polarity 1
[   73.391639] Already setup the GSI :24
[   73.422001] checking generic (8310000000 1680000) vs hw (80000000 1000000)
[   73.422004] checking generic (8310000000 1680000) vs hw (8200000000 100000000)
[   73.422005] checking generic (8310000000 1680000) vs hw (8300000000 2000000)
[   73.422035] xen: registering gsi 24 triggering 0 polarity 1
[   73.422040] Already setup the GSI :24
[   73.425858] nouveau 0000:01:00.0: NVIDIA GA107 (b77000a1)
[   73.429183] usb 5-1: New USB device found, idVendor=30c9, idProduct=0057, bcdDevice= 0.26
[   73.429186] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   73.429187] usb 5-1: Product: Integrated RGB Camera
[   73.429188] usb 5-1: Manufacturer: 8SSC21D70376V1SR25S7ELS
[   73.429189] usb 5-1: SerialNumber: 01.00.00
[   73.799434] [drm] amdgpu kernel modesetting enabled.
[   73.799459] amdgpu: vga_switcheroo: detected switching method \_SB_.PCI0.GP17.VGA_.ATPX handle
[   73.800028] ATPX version 1, functions 0x00000001
[   73.800085] ATPX Hybrid Graphics
[   73.807000] amdgpu: Virtual CRAT table created for CPU
[   73.807009] amdgpu: Topology: Add CPU node
[   73.807313] checking generic (8310000000 1680000) vs hw (8310000000 10000000)
[   73.807315] checking generic (8310000000 1680000) vs hw (8310000000 10000000)
[   73.807316] fb0: switching to amdgpu from EFI VGA
[   73.807570] Console: switching to colour dummy device 80x25
[   73.810933] amdgpu 0000:04:00.0: vgaarb: deactivate vga console
[   73.810979] amdgpu 0000:04:00.0: enabling device (0006 -> 0007)
[   73.811023] xen: registering gsi 34 triggering 0 polarity 1
[   73.811027] Already setup the GSI :34
[   73.811042] [drm] initializing kernel modesetting (YELLOW_CARP 0x1002:0x1681 0x17AA:0x3B1E 0x02).
[   73.811045] amdgpu 0000:04:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
[   73.811187] [drm] register mmio base: 0x81600000
[   73.811188] [drm] register mmio size: 524288
[   73.811665] nouveau 0000:01:00.0: bios: version 94.07.57.00.6a
[   73.814282] [drm] add ip block number 0 <nv_common>
[   73.814284] [drm] add ip block number 1 <gmc_v10_0>
[   73.814285] [drm] add ip block number 2 <navi10_ih>
[   73.814285] [drm] add ip block number 3 <psp>
[   73.814286] [drm] add ip block number 4 <smu>
[   73.814287] [drm] add ip block number 5 <dm>
[   73.814288] [drm] add ip block number 6 <gfx_v10_0>
[   73.814289] [drm] add ip block number 7 <sdma_v5_2>
[   73.814290] [drm] add ip block number 8 <vcn_v3_0>
[   73.814290] [drm] add ip block number 9 <jpeg_v3_0>
[   73.815157] amdgpu 0000:04:00.0: amdgpu: Fetched VBIOS from VFCT
[   73.816131] amdgpu: ATOM BIOS: 113-REMBRANDT-X35
[   73.816139] [drm] VCN(0) decode is enabled in VM mode
[   73.816140] [drm] VCN(0) encode is enabled in VM mode
[   73.816141] [drm] JPEG decode is enabled in VM mode
[   73.816149] amdgpu 0000:04:00.0: amdgpu: PCIE atomic ops is not supported
[   73.816177] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[   73.816181] amdgpu 0000:04:00.0: amdgpu: VRAM: 1024M 0x000000F400000000 - 0x000000F43FFFFFFF (1024M used)
[   73.816183] amdgpu 0000:04:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
[   73.816184] amdgpu 0000:04:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[   73.816190] [drm] Detected VRAM RAM=1024M, BAR=1024M
[   73.816190] [drm] RAM width 256bits DDR5
[   73.821973] nouveau 0000:01:00.0: fb: 4096 MiB GDDR6
[   73.843833] nouveau 0000:01:00.0: DRM: VRAM: 4096 MiB
[   73.843835] nouveau 0000:01:00.0: DRM: GART: 536870912 MiB
[   73.843838] nouveau 0000:01:00.0: DRM: BIT table 'A' not found
[   73.843839] nouveau 0000:01:00.0: DRM: BIT table 'L' not found
[   73.843840] nouveau 0000:01:00.0: DRM: TMDS table version 2.0
[   73.843840] nouveau 0000:01:00.0: DRM: DCB version 4.1
[   73.843841] nouveau 0000:01:00.0: DRM: DCB outp 00: 02800f66 04610020
[   73.843842] nouveau 0000:01:00.0: DRM: DCB conn 00: 00020047
[   73.844140] nouveau 0000:01:00.0: DRM: MM: using COPY for buffer copies
[   73.889277] [drm] amdgpu: 1024M of VRAM memory ready
[   73.889279] [drm] amdgpu: 2925M of GTT memory ready.
[   73.889286] [drm] GART: num cpu pages 131072, num gpu pages 131072
[   73.889675] [drm] PCIE GART of 512M enabled (table at 0x000000F401680000).
[   73.889968] amdgpu 0000:04:00.0: amdgpu: PSP runtime database doesn't exist
[   73.890103] [drm] Loading DMUB firmware via PSP: version=0x04000008
[   73.891171] [drm] use_doorbell being set to: [true]
[   73.891302] [drm] Found VCN firmware Version ENC: 1.14 DEC: 2 VEP: 0 Revision: 3
[   73.891307] amdgpu 0000:04:00.0: amdgpu: Will use PSP to load VCN firmware
[   73.914909] [drm] reserve 0xa00000 from 0xf43f400000 for PSP TMR
[   74.070272] amdgpu 0000:04:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   74.081856] amdgpu 0000:04:00.0: amdgpu: RAP: optional rap ta ucode is not available
[   74.081860] amdgpu 0000:04:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[   74.085106] amdgpu 0000:04:00.0: amdgpu: SMU is initialized successfully!
[   74.085409] [drm] Display Core initialized with v3.2.177!
[   74.087295] [drm] DMUB hardware initialized: version=0x04000008
[   74.176481] nouveau 0000:01:00.0: [drm] Cannot find any crtc or sizes
[   74.177050] [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 1
[   74.208276] nouveau 0000:01:00.0: [drm] Cannot find any crtc or sizes
[   74.229798] [drm] PSR support:0
[   74.230597] [drm] kiq ring mec 2 pipe 1 q 0
[   74.233211] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[   74.233248] [drm] JPEG decode initialized successfully.
[   74.234665] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[   74.243190] memmap_init_zone_device initialised 262144 pages in 2ms
[   74.243204] amdgpu: HMM registered 1024MB device memory
[   74.243652] amdgpu: SRAT table not found
[   74.243653] amdgpu: Virtual CRAT table created for GPU
[   74.244807] amdgpu: Topology: Add dGPU node [0x1681:0x1002]
[   74.244815] kfd kfd: amdgpu: added device 1002:1681
[   74.244832] amdgpu 0000:04:00.0: amdgpu: SE 1, SH per SE 2, CU per SH 6, active_cu_number 12
[   74.246325] amdgpu 0000:04:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[   74.246327] amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[   74.246329] amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[   74.246329] amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[   74.246330] amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[   74.246331] amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[   74.246332] amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[   74.246332] amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[   74.246333] amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[   74.246334] amdgpu 0000:04:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[   74.246334] amdgpu 0000:04:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[   74.246335] amdgpu 0000:04:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[   74.246336] amdgpu 0000:04:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[   74.246337] amdgpu 0000:04:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[   74.246338] amdgpu 0000:04:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[   74.250901] [drm] Initialized amdgpu 3.46.0 20150101 for 0000:04:00.0 on minor 0
[   74.265337] fbcon: amdgpudrmfb (fb0) is primary device
[   74.266479] [drm] DSC precompute is not needed.
[   75.184355] Console: switching to colour frame buffer device 384x120
[   75.204072] amdgpu 0000:04:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[   85.851446] kauditd_printk_skb: 8 callbacks suppressed
[   85.851448] audit: type=1338 audit(1660538184.877:25): module=crypt op=ctr ppid=1 pid=434 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd-cryptse" exe="/usr/lib/systemd/systemd-cryptsetup" dev=253:0 error_msg='success' res=1
[   85.851685] audit: type=1300 audit(1660538184.877:25): arch=c000003e syscall=16 success=yes exit=0 a0=4 a1=c138fd09 a2=5ede5463f340 a3=5ede546366a0 items=6 ppid=1 pid=434 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd-cryptse" exe="/usr/lib/systemd/systemd-cryptsetup" key=(null)
[   85.851688] audit: type=1307 audit(1660538184.877:25): cwd="/"
[   85.851689] audit: type=1302 audit(1660538184.877:25): item=0 name=(null) inode=34 dev=00:07 mode=040755 ouid=0 ogid=0 rdev=00:00 nametype=PARENT cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
[   85.851691] audit: type=1302 audit(1660538184.877:25): item=1 name=(null) inode=18071 dev=00:07 mode=040755 ouid=0 ogid=0 rdev=00:00 nametype=CREATE cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
[   85.851692] audit: type=1302 audit(1660538184.877:25): item=2 name=(null) inode=23 dev=00:07 mode=040755 ouid=0 ogid=0 rdev=00:00 nametype=PARENT cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
[   85.851693] audit: type=1302 audit(1660538184.877:25): item=3 name=(null) inode=18072 dev=00:07 mode=040755 ouid=0 ogid=0 rdev=00:00 nametype=CREATE cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
[   85.851694] audit: type=1302 audit(1660538184.877:25): item=4 name=(null) inode=18072 dev=00:07 mode=040755 ouid=0 ogid=0 rdev=00:00 nametype=PARENT cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
[   85.851696] audit: type=1302 audit(1660538184.877:25): item=5 name=(null) inode=18073 dev=00:07 mode=0100444 ouid=0 ogid=0 rdev=00:00 nametype=CREATE cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
[   85.851697] audit: type=1327 audit(1660538184.877:25): proctitle=2F7573722F6C69622F73797374656D642F73797374656D642D6372797074736574757000617474616368006C756B732D63346331313266342D616431302D346362302D626662622D633964333635333233333232002F6465762F6469736B2F62792D757569642F63346331313266342D616431302D346362302D626662622D63
[   86.342666] EXT4-fs (dm-4): mounted filesystem with ordered data mode. Quota mode: none.
[   86.596748] systemd-journald[221]: Received SIGTERM from PID 1 (systemd).
[   86.672991] systemd[1]: RTC configured in localtime, applying delta of 600 minutes to system time.
[   86.685258] systemd[1]: systemd v245.9-1.fc32 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
[   86.685366] systemd[1]: Detected architecture x86-64.
[   86.685785] systemd[1]: Set hostname to <dom0>.
[   86.800795] systemd[1]: /usr/lib/systemd/system/usbguard.service:15: PIDFile= references a path below legacy directory /var/run/, updating /var/run/usbguard.pid → /run/usbguard.pid; please update the unit file accordingly.
[   86.915927] systemd[1]: initrd-switch-root.service: Succeeded.
[   86.916057] systemd[1]: Stopped Switch Root.
[   86.916359] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[   86.916508] systemd[1]: Created slice system-getty.slice.
[   86.916707] systemd[1]: Created slice system-modprobe.slice.
[   86.916923] systemd[1]: Created slice system-serial\x2dgetty.slice.
[   86.917118] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[   86.917297] systemd[1]: Created slice User and Session Slice.
[   86.917366] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch being skipped.
[   86.917487] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   86.917570] systemd[1]: Reached target Block Device Preparation for /dev/mapper/luks-c4c112f4-ad10-4cb0-bfbb-c9d365323322.
[   86.917645] systemd[1]: Stopped target Switch Root.
[   86.917702] systemd[1]: Stopped target Initrd File Systems.
[   86.917939] systemd[1]: Stopped target Initrd Root File System.
[   86.918005] systemd[1]: Reached target Remote Encrypted Volumes.
[   86.918061] systemd[1]: Reached target Remote File Systems.
[   86.918132] systemd[1]: Reached target Slices.
[   86.918255] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[   86.919350] systemd[1]: Listening on Process Core Dump Socket.
[   86.919451] systemd[1]: Listening on initctl Compatibility Named Pipe.
[   86.919572] systemd[1]: Listening on udev Control Socket.
[   86.919684] systemd[1]: Listening on udev Kernel Socket.
[   86.919847] systemd[1]: Listening on User Database Manager Socket.
[   86.920762] systemd[1]: Activating swap /dev/mapper/qubes_dom0-swap...
[   86.920996] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
[   86.921802] systemd[1]: Mounting POSIX Message Queue File System...
[   86.922610] systemd[1]: Mounting Mount /proc/xen files...
[   86.923557] systemd[1]: Mounting Kernel Debug File System...
[   86.928371] Adding 4128764k swap on /dev/mapper/qubes_dom0-swap.  Priority:-2 extents:1 across:4128764k SSFS
[   86.928590] systemd[1]: Mounting Kernel Trace File System...
[   86.932689] systemd[1]: Starting Create list of static device nodes for the current kernel...
[   86.937239] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[   86.938447] systemd[1]: Condition check resulted in Load Kernel Module configfs being skipped.
[   86.945783] systemd[1]: Mounting Kernel Configuration File System...
[   86.945893] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
[   86.950035] systemd[1]: Starting Load Kernel Module fuse...
[   86.951920] systemd[1]: plymouth-switch-root.service: Succeeded.
[   86.953767] systemd[1]: Stopped Plymouth switch root service.
[   86.957597] fuse: init (API version 7.36)
[   86.959786] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[   86.959832] systemd[1]: Stopped Journal Service.
[   86.961673] systemd[1]: Starting Journal Service...
[   86.962798] systemd[1]: Starting Load Kernel Modules...
[   86.963542] systemd[1]: Starting Remount Root and Kernel File Systems...
[   86.964310] systemd[1]: Starting Repartition Root Disk...
[   86.965112] systemd[1]: Starting udev Coldplug all Devices...
[   86.969551] systemd[1]: sysroot.mount: Succeeded.
[   87.003088] systemd[1]: Activated swap /dev/mapper/qubes_dom0-swap.
[   87.004438] systemd[1]: Mounted POSIX Message Queue File System.
[   87.006445] systemd[1]: Mounted Mount /proc/xen files.
[   87.006949] systemd[1]: Mounted Kernel Debug File System.
[   87.007159] systemd[1]: Mounted Kernel Trace File System.
[   87.007195] EXT4-fs (dm-4): re-mounted. Quota mode: none.
[   87.011747] systemd[1]: Finished Create list of static device nodes for the current kernel.
[   87.012038] systemd[1]: Mounted Kernel Configuration File System.
[   87.012332] systemd[1]: modprobe@fuse.service: Succeeded.
[   87.012755] systemd[1]: Finished Load Kernel Module fuse.
[   87.013854] systemd[1]: Finished Load Kernel Modules.
[   87.015023] systemd[1]: Finished Remount Root and Kernel File Systems.
[   87.015384] systemd[1]: Finished Repartition Root Disk.
[   87.015941] systemd[1]: Reached target Swap.
[   87.019780] systemd[1]: Mounting FUSE Control File System...
[   87.020853] systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway.
[   87.021781] systemd[1]: Mounting Temporary Directory (/tmp)...
[   87.022016] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[   87.027155] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[   87.027199] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[   87.032824] systemd[1]: Starting Load/Save Random Seed...
[   87.041056] systemd-journald[807]: File /run/log/journal/20fb4a6318df4cb18eab3f31c5e5395c/system.journal corrupted or uncleanly shut down, renaming and replacing.
[   87.042786] systemd[1]: Starting Apply Kernel Variables...
[   87.042905] systemd[1]: Condition check resulted in Create System Users being skipped.
[   87.050745] systemd[1]: Starting Create Static Device Nodes in /dev...
[   87.057737] systemd[1]: Started Journal Service.
[   87.095843] systemd-journald[807]: Received client request to flush runtime journal.
[   87.098214] systemd-journald[807]: File /var/log/journal/20fb4a6318df4cb18eab3f31c5e5395c/system.journal corrupted or uncleanly shut down, renaming and replacing.
[   87.364237] acpi-tad ACPI000E:00: Missing _PRW
[   87.566744] ACPI Error: No handler for Region [ECSI] (0000000041c6cbfd) [EmbeddedControl] (20211217/evregion-130)
[   87.566750] ACPI Error: Region EmbeddedControl (ID=3) has no handler (20211217/exfldio-261)
[   87.566753] ACPI Error: Aborting method \_SB.UBTC.ECRD due to previous error (AE_NOT_EXIST) (20211217/psparse-529)
[   87.566758] ACPI Error: Aborting method \_SB.UBTC._DSM due to previous error (AE_NOT_EXIST) (20211217/psparse-529)
[   87.566765] ACPI: \_SB_.UBTC: failed to evaluate _DSM (0x6)
[   87.566767] ucsi_acpi USBC000:00: ucsi_acpi_dsm: failed to evaluate _DSM 2
[   87.571001] input: Ideapad extra buttons as /devices/pci0000:00/0000:00:14.3/PNP0C09:00/VPC2004:00/input/input11
[   87.571026] ideapad_acpi VPC2004:00: Keyboard backlight control not available
[   87.727243] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[   87.727246] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[   87.727292] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[   87.728657] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[   87.731113] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[   87.735152] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[   87.826942] snd_pci_acp6x 0000:04:00.5: enabling device (0000 -> 0002)
[   87.827030] xen: registering gsi 35 triggering 0 polarity 1
[   87.827053] xen: --> pirq=35 -> irq=35 (gsi=35)
[   87.922259] snd_hda_intel 0000:04:00.1: enabling device (0000 -> 0002)
[   87.922329] xen: registering gsi 35 triggering 0 polarity 1
[   87.922337] Already setup the GSI :35
[   87.922370] snd_hda_intel 0000:04:00.1: Handle vga_switcheroo audio client
[   87.922677] snd_hda_intel 0000:04:00.6: enabling device (0000 -> 0002)
[   87.923260] xen: registering gsi 32 triggering 0 polarity 1
[   87.923263] Already setup the GSI :32
[   87.945231] snd_hda_intel 0000:04:00.1: bound 0000:04:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[   87.946108] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input12
[   87.946165] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input13
[   87.956382] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC257: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   87.956385] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   87.956387] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   87.956388] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[   87.956388] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[   87.956389] snd_hda_codec_realtek hdaudioC1D0:      Mic=0x19
[   87.959953] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   87.962945] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   87.964084] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[   87.964088] cfg80211: failed to load regulatory.db
[   88.000915] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input14
[   88.000942] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input15
[   88.063120] input: PC Speaker as /devices/platform/pcspkr/input/input16
[   88.241800] mc: Linux media interface: v0.10
[   88.268695] videodev: Linux video capture interface: v2.00
[   88.383641] Bluetooth: Core ver 2.22
[   88.383898] NET: Registered PF_BLUETOOTH protocol family
[   88.383900] Bluetooth: HCI device and connection manager initialized
[   88.383903] Bluetooth: HCI socket layer initialized
[   88.383905] Bluetooth: L2CAP socket layer initialized
[   88.383908] Bluetooth: SCO socket layer initialized
[   88.397435] usb 5-1: Found UVC 1.50 device Integrated RGB Camera (30c9:0057)
[   88.408309] usbcore: registered new interface driver btusb
[   88.445071] input: Integrated RGB Camera: Integrat as /devices/pci0000:00/0000:00:08.3/0000:05:00.0/usb5/5-1/5-1:1.0/input/input17
[   88.447387] usb 5-1: Found UVC 1.50 device Integrated RGB Camera (30c9:0057)
[   88.464212] input: Integrated RGB Camera: Integrat as /devices/pci0000:00/0000:00:08.3/0000:05:00.0/usb5/5-1/5-1:1.2/input/input18
[   88.464249] usbcore: registered new interface driver uvcvideo
[   88.687747] ucsi_acpi: probe of USBC000:00 failed with error -5
[   90.640888] Bluetooth: hci0: Device setup in 2175904 usecs
[   90.717744] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Quota mode: none.
[   90.866000] kauditd_printk_skb: 90 callbacks suppressed
[   90.866003] audit: type=1130 audit(1660502189.891:114): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus-broker comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   90.871361] audit: type=1130 audit(1660502189.896:115): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   90.898373] audit: type=1130 audit(1660502189.923:116): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=qubes-input-sender-keyboard@event7 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   90.920610] audit: type=1334 audit(1660502189.945:117): prog-id=29 op=LOAD
[   90.927944] audit: type=1334 audit(1660502189.953:118): prog-id=30 op=LOAD
[   90.928263] audit: type=1334 audit(1660502189.953:119): prog-id=31 op=LOAD
[   90.935710] audit: type=1334 audit(1660502189.960:120): prog-id=32 op=LOAD
[   90.949882] audit: type=1334 audit(1660502189.975:121): prog-id=33 op=LOAD
[   90.949993] audit: type=1334 audit(1660502189.975:122): prog-id=34 op=LOAD
[   90.956733] audit: type=1334 audit(1660502189.981:123): prog-id=35 op=LOAD
[   94.175238] nouveau 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
[   94.175242] amdgpu 0000:04:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
[  110.127154] kauditd_printk_skb: 40 callbacks suppressed
[  110.127157] audit: type=1100 audit(1660502209.152:162): pid=3173 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_unix acct="chairman" exe="/usr/sbin/lightdm" hostname=? addr=? terminal=:0 res=success'
[  110.127908] audit: type=1101 audit(1660502209.153:163): pid=3173 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix acct="chairman" exe="/usr/sbin/lightdm" hostname=? addr=? terminal=:0 res=success'
[  110.199505] audit: type=1106 audit(1660502209.224:164): pid=2809 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/sbin/lightdm" hostname=? addr=? terminal=:0 res=success'
[  110.199510] audit: type=1104 audit(1660502209.224:165): pid=2809 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/sbin/lightdm" hostname=? addr=? terminal=:0 res=success'
[  110.210207] audit: type=1103 audit(1660502209.235:166): pid=3173 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_unix acct="chairman" exe="/usr/sbin/lightdm" hostname=? addr=? terminal=:0 res=success'
[  110.210321] audit: type=1006 audit(1660502209.235:167): pid=3173 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[  110.210346] audit: type=1300 audit(1660502209.235:167): arch=c000003e syscall=1 success=yes exit=4 a0=7 a1=7ffcd5c0b5f0 a2=4 a3=7ffcd5c0b304 items=0 ppid=2548 pid=3173 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="lightdm" exe="/usr/sbin/lightdm" key=(null)
[  110.210428] audit: type=1327 audit(1660502209.235:167): proctitle=6C69676874646D002D2D73657373696F6E2D6368696C64003132003139
[  110.240496] audit: type=1130 audit(1660502209.264:168): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  110.245465] audit: type=1101 audit(1660502209.270:169): pid=3182 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix acct="chairman" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  110.397568] systemd-journald[807]: File /var/log/journal/20fb4a6318df4cb18eab3f31c5e5395c/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
[  111.016113] [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
[  115.190396] kauditd_printk_skb: 18 callbacks suppressed
[  115.190398] audit: type=1101 audit(1660502214.215:186): pid=3381 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix acct="chairman" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
[  115.191742] audit: type=1123 audit(1660502214.217:187): pid=3381 uid=1000 auid=1000 ses=2 msg='cwd="/home/chairman" cmd=2F62696E2F73797374656D63746C202D2D6E6F2D626C6F636B2073746172742071756265732D696E7075742D73656E6465722D7461626C6574406576656E74362E73657276696365 exe="/usr/bin/sudo" terminal=? res=success'
[  115.192863] audit: type=1110 audit(1660502214.218:188): pid=3381 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
[  115.198782] audit: type=1105 audit(1660502214.224:189): pid=3381 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
[  115.233544] audit: type=1130 audit(1660502214.258:190): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=qubes-input-sender-tablet@event6 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  115.238922] audit: type=1131 audit(1660502214.264:191): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=qubes-input-sender-tablet@event6 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  115.245639] audit: type=1106 audit(1660502214.270:192): pid=3381 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
[  115.245845] audit: type=1104 audit(1660502214.271:193): pid=3381 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
[  115.333494] audit: type=1101 audit(1660502214.358:194): pid=3386 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix acct="chairman" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
[  115.336471] audit: type=1123 audit(1660502214.361:195): pid=3386 uid=1000 auid=1000 ses=2 msg='cwd="/home/chairman" cmd=2F62696E2F73797374656D63746C202D2D6E6F2D626C6F636B2073746172742071756265732D696E7075742D73656E6465722D6D6F757365406576656E74352E73657276696365 exe="/usr/bin/sudo" terminal=? res=success'
[  120.427955] kauditd_printk_skb: 38 callbacks suppressed
[  120.427958] audit: type=1131 audit(1660502219.451:234): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@994 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  120.442375] audit: type=1131 audit(1660502219.467:235): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@994 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  133.576816] audit: type=1101 audit(1660502232.602:236): pid=3445 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix acct="chairman" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  133.577073] audit: type=1123 audit(1660502232.602:237): pid=3445 uid=1000 auid=1000 ses=2 msg='cwd="/home/chairman" cmd="dmesg" exe="/usr/bin/sudo" terminal=pts/0 res=success'
[  133.577539] audit: type=1110 audit(1660502232.602:238): pid=3445 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  133.580014] audit: type=1105 audit(1660502232.605:239): pid=3445 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'

^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Ryzen 6000 (Mobile)
  2022-08-15 16:54                 ` Dylanger Daly
@ 2022-08-16  6:17                   ` Jan Beulich
  2022-08-16  8:34                     ` Dylanger Daly
  2022-08-16 11:22                   ` Jan Beulich
  1 sibling, 1 reply; 35+ messages in thread
From: Jan Beulich @ 2022-08-16  6:17 UTC (permalink / raw)
  To: Dylanger Daly; +Cc: xen-devel, Andrew Cooper

On 15.08.2022 18:54, Dylanger Daly wrote:
> Please see the attached dom0 dmesg log, verbose lspci output and a tar of all SSDT and DSDT decompiled ACPI tables.
> 
> Please let let me know if I can send anything else

The lspci output reminds me of having forgotten to ask which device it
is that the domain about to be created is being handed. (I can't help
the impression that the issue isn't with the creation of _any_ DomU,
but only with such where some specific device is passed to it.)

Jan


^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Ryzen 6000 (Mobile)
  2022-08-16  6:17                   ` Jan Beulich
@ 2022-08-16  8:34                     ` Dylanger Daly
  2022-08-16  8:59                       ` Jan Beulich
  0 siblings, 1 reply; 35+ messages in thread
From: Dylanger Daly @ 2022-08-16  8:34 UTC (permalink / raw)
  To: jbeulich; +Cc: xen-devel, Andrew.Cooper3

[-- Attachment #1: Type: text/plain, Size: 323 bytes --]

Hi Jan,

Indeed no devices are being passed into the domU, I'm simply trying to start a vanilla VM with no PCIe devices attached.

Could it be a misconfiguration with ACPI tables? I originally thought it could be AMD's SEV but I think it might just be that Xen is attempting to use a memory region that it shouldn't

Cheers

[-- Attachment #2: Type: text/html, Size: 341 bytes --]

^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Ryzen 6000 (Mobile)
  2022-08-16  8:34                     ` Dylanger Daly
@ 2022-08-16  8:59                       ` Jan Beulich
  2022-08-16  9:19                         ` Dylanger Daly
  0 siblings, 1 reply; 35+ messages in thread
From: Jan Beulich @ 2022-08-16  8:59 UTC (permalink / raw)
  To: Dylanger Daly; +Cc: xen-devel, Andrew.Cooper3

On 16.08.2022 10:34, Dylanger Daly wrote:
> Indeed no devices are being passed into the domU, I'm simply trying to start a vanilla VM with no PCIe devices attached.

Hmm, looking more closely it's the sound device which is being opened by
some ALSA process. I have no clue at all why this would happen while
starting a VM. If the firmware setup allows you to, you may want to try
turning off that device and see if then the VM starts successfully.

> Could it be a misconfiguration with ACPI tables? I originally thought it could be AMD's SEV but I think it might just be that Xen is attempting to use a memory region that it shouldn't

No, it's clearly ACPI which tries to evaluate / modify something. That's not
initiated by Xen at all. It's merely likely that under Xen something works
differently than under native. As said, since now you're able to see log
output on the screen, quite likely you would also see an earlier message
about some mapping operation having failed. Whether that would be a Xen or
kernel message (or both) is uncertain, as it would depend on the specific
operation that is being attempted.

Jan


^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Ryzen 6000 (Mobile)
  2022-08-16  8:59                       ` Jan Beulich
@ 2022-08-16  9:19                         ` Dylanger Daly
  2022-08-16  9:30                           ` Jan Beulich
  0 siblings, 1 reply; 35+ messages in thread
From: Dylanger Daly @ 2022-08-16  9:19 UTC (permalink / raw)
  To: jbeulich; +Cc: xen-devel, Andrew.Cooper3

[-- Attachment #1: Type: text/plain, Size: 171 bytes --]

Hi Jan,

Interesting morning indeed!

Opening sound settings in dom0 and setting the HD Audio Controller to "Off" allowed the VM to boot! 🎉

Very strange indeed

Cheers

[-- Attachment #2: Type: text/html, Size: 195 bytes --]

^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Ryzen 6000 (Mobile)
  2022-08-16  9:19                         ` Dylanger Daly
@ 2022-08-16  9:30                           ` Jan Beulich
  0 siblings, 0 replies; 35+ messages in thread
From: Jan Beulich @ 2022-08-16  9:30 UTC (permalink / raw)
  To: Dylanger Daly; +Cc: xen-devel, Andrew.Cooper3

On 16.08.2022 11:19, Dylanger Daly wrote:
> Opening sound settings in dom0 and setting the HD Audio Controller to "Off" allowed the VM to boot! 🎉

"The HD Audio Controller" is somewhat ambiguous - according to lspci
apparently you've got three of them, one named as "multimedia controller"
(and hence likely having functions beyond just sound).

In any event we still need to figure out what ACPI is trying to do when
the controller is being "opened" and why that doesn't work under Xen.

Jan


^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Ryzen 6000 (Mobile)
  2022-08-15 16:54                 ` Dylanger Daly
  2022-08-16  6:17                   ` Jan Beulich
@ 2022-08-16 11:22                   ` Jan Beulich
  2022-08-24 18:15                     ` Dylanger Daly
  1 sibling, 1 reply; 35+ messages in thread
From: Jan Beulich @ 2022-08-16 11:22 UTC (permalink / raw)
  To: Dylanger Daly; +Cc: xen-devel, Andrew Cooper

On 15.08.2022 18:54, Dylanger Daly wrote:
> Please see the attached dom0 dmesg log, verbose lspci output and a tar of all SSDT and DSDT decompiled ACPI tables.

The only way I can currently explain all aspects of the behavior that
I'm aware of is for Dom0's kernel somehow not identifying the page
that ACPI wants to map (via ioremap_cache()) as identity mapped. As
far as ACPI goes, this is what I read out of the tables:

In SSDT27.dsl we have

    Scope (\_SB.PCI0.GP17.AZAL)
    {
        Method (_PS0, 0, NotSerialized)  // _PS0: Power State 0
        {
            Acquire (\M27E, 0xFFFF)
            M460 ("FEA-ASL-\\_SB.PCI0.PBC.AZAL._PS0 CpmAzaliaPresentState = 1\n", Zero, Zero, Zero, Zero, Zero, Zero)
            M279 = One
            M276 ()
            Release (\M27E)
        }

M276() then invokes

                Local0 = M017 (Zero, 0x08, One, 0x19, Zero, 0x08)

with M017() located in SSDT16.dsl:

    Method (M017, 6, Serialized)
    {
        Local0 = M083 /* \M083 */
        Local1 = (M083 >> 0x14)
        Local2 = (Local1 & 0x0F00)
        Local2 += 0x0100
        If (((Local1 + Arg0) >= Local2))
        {
            Local3 = 0x7FFFFFFF
            Local3 |= 0x80000000
            Local4 = ((Local3 >> Arg4) & (Local3 >> (0x20 - Arg5)
                ))
            Return (Local4)
        }

        Local0 += (Arg0 << 0x14)
        Local0 += (Arg1 << 0x0F)
        Local0 += (Arg2 << 0x0C)
        Return (M013 (Local0, Arg3, Arg4, Arg5))
    }

M013 carries out the actual memory access (32 bits at offset 0x19 from
Local0 that was determined here; oddly enough a mis-aligned access,
but that itself isn't a problem). The base address therefore is M083
offset by (0 << 0x14) + (8 << 0xf) + (1 << 0xc) = 0x41000 if I got
things right.

M083 in turn is a field in

    OperationRegion (CPNV, SystemMemory, 0x7AF67018, 0x000100F7)
    Field (CPNV, AnyAcc, Lock, Preserve)
    {
        M082,   32, 
        M083,   32, 
        M084,   32, 
        ...

so the first few words of machine memory at 0x7af67018 would be of
interest (assuming of course that address doesn't change across
boots). 0x7af67018 itself is within the ACPI NVS range. Could you
perhaps obtain this from one of the /proc or /sys interfaces (perhaps
from a native kernel), or should I make a debugging patch for the
hypervisor? (Making one right away, with further logging added,
doesn't seem useful until it's clear whether you can actually also
observe output slightly before the actual crash, which has a risk of
being overwritten or scrolling off the screen.)

The situation of course isn't helped by the kernel's PFN <-> MFN
translation asymmetry in pte_pfn_to_mfn() nor pte_mfn_to_pfn()'s
anomaly (as already noted over two years ago in
https://lists.xen.org/archives/html/xen-devel/2020-05/msg00549.html),
albeit the exception error code suggests that the former is what is
getting in the way (and what would then also result in entirely
silent mapping failure). While I would like to patch the kernel at
least as much for the PFN/MFN to survive and hence appear in the page
table entry dump associated with the page fault, I'm afraid the
resulting entry could be recognized as a swap one. Such a patch could
hence only be used for debugging purposes when no swap space is in
use.

Jan


^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Ryzen 6000 (Mobile)
  2022-08-16 11:22                   ` Jan Beulich
@ 2022-08-24 18:15                     ` Dylanger Daly
  2022-08-25  8:35                       ` Jan Beulich
  0 siblings, 1 reply; 35+ messages in thread
From: Dylanger Daly @ 2022-08-24 18:15 UTC (permalink / raw)
  To: jbeulich; +Cc: xen-devel, Andrew.Cooper3

[-- Attachment #1: Type: text/plain, Size: 246 bytes --]

Hi Jan,

I'm sorry I didn't get where in /sys/firmware you'd like to take a look at.

Sometimes when I power the laptop off I can see it's crashing somewhere in ACPI/weird address issue

Is there anyone else struggling with AMD Ryzen 6000 on Xen?

[-- Attachment #2: Type: text/html, Size: 264 bytes --]

^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Ryzen 6000 (Mobile)
  2022-08-24 18:15                     ` Dylanger Daly
@ 2022-08-25  8:35                       ` Jan Beulich
  2022-08-25 11:10                         ` Dylanger Daly
  0 siblings, 1 reply; 35+ messages in thread
From: Jan Beulich @ 2022-08-25  8:35 UTC (permalink / raw)
  To: Dylanger Daly; +Cc: xen-devel, Andrew.Cooper3

On 24.08.2022 20:15, Dylanger Daly wrote:
> I'm sorry I didn't get where in /sys/firmware you'd like to take a look at.

It's been a long time since I last needed to access that, when it
was still /proc/mem and/or /proc/kmem. Their modern equivalents might
be /sys/devices/virtual/mem/{,k}mem ... But if that's not usable to
get at the needed data, perhaps we should go with logging it by way
of a patch to Xen. Please let me know if I need to hand you a patch
to do so.

> Sometimes when I power the laptop off I can see it's crashing somewhere in ACPI/weird address issue

In ACPI or in EFI? In the latter case suppressing the use of the EFI
runtime service for shutdown/reboot may help ("efi=no-rs" to disable
all runtime services use might be a good first try).

> Is there anyone else struggling with AMD Ryzen 6000 on Xen?

Don't know.

Jan


^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Ryzen 6000 (Mobile)
  2022-08-25  8:35                       ` Jan Beulich
@ 2022-08-25 11:10                         ` Dylanger Daly
  2022-08-25 14:55                           ` Jan Beulich
  0 siblings, 1 reply; 35+ messages in thread
From: Dylanger Daly @ 2022-08-25 11:10 UTC (permalink / raw)
  To: jbeulich; +Cc: xen-devel, Andrew.Cooper3

[-- Attachment #1: Type: text/plain, Size: 329 bytes --]

Hi Jan,

Yes please, I have Qubes's Build System setup with sourcehut so I can add patches at will, however please be aware Qubes currently uses Xen 4.14.

I'll take a look and see if I can access that location

With the added logging I should be able to trigger the crash and get to the bottom of it

Thank you for your help Jan

[-- Attachment #2: Type: text/html, Size: 358 bytes --]

^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Ryzen 6000 (Mobile)
  2022-08-25 11:10                         ` Dylanger Daly
@ 2022-08-25 14:55                           ` Jan Beulich
  2022-08-29 15:26                             ` Dylanger Daly
                                               ` (4 more replies)
  0 siblings, 5 replies; 35+ messages in thread
From: Jan Beulich @ 2022-08-25 14:55 UTC (permalink / raw)
  To: Dylanger Daly; +Cc: xen-devel, Andrew.Cooper3

On 25.08.2022 13:10, Dylanger Daly wrote:
> Yes please, I have Qubes's Build System setup with sourcehut so I can add patches at will, however please be aware Qubes currently uses Xen 4.14.
> 
> I'll take a look and see if I can access that location
> 
> With the added logging I should be able to trigger the crash and get to the bottom of it

Here's the (trivial) patch. It's against out version of 4.14, but I expect
to apply fine. Further logging would likely need to go in the kernel,
since - if my analysis+guessing is right - we wouldn't even see a mapping
attempt in Xen.

Jan

--- sle15sp3.orig/xen/arch/x86/e820.c
+++ sle15sp3/xen/arch/x86/e820.c
@@ -700,3 +700,15 @@ unsigned long __init init_e820(const cha
 
     return find_max_pfn();
 }
+
+#include <xen/domain_page.h>//temp
+static int __init ryzen6000_init(void) {//temp
+ if(e820_all_mapped(0x7AF67000, 0x7AF68000, E820_NVS)) {
+  const uint32_t*p = map_domain_page(_mfn(0x7AF67));
+  printk("0x7AF67000: %08x %08x %08x %08x\n", p[0], p[1], p[2], p[3]);
+  printk("0x7AF67010: %08x %08x %08x %08x\n", p[4], p[5], p[6], p[7]);
+  unmap_domain_page(p);
+ }
+ return 0;
+}
+__initcall(ryzen6000_init);



^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Ryzen 6000 (Mobile)
  2022-08-25 14:55                           ` Jan Beulich
@ 2022-08-29 15:26                             ` Dylanger Daly
  2022-09-06 10:52                               ` Jan Beulich
  2022-08-31 22:12                             ` Dylanger Daly
                                               ` (3 subsequent siblings)
  4 siblings, 1 reply; 35+ messages in thread
From: Dylanger Daly @ 2022-08-29 15:26 UTC (permalink / raw)
  To: jbeulich; +Cc: xen-devel, Andrew.Cooper3


[-- Attachment #1.1: Type: text/plain, Size: 600 bytes --]

Hi Jan,

Please see the attached iomem and meminfo text files from both Qubes under Xen and functional Fedora Workstation.

After some investigation, I've seen that I'm able to run a few small VMs just fine, however as soon as I start a larger VM, PCI devices appear to stop working, I assume this is because AMD moved PCI register addresses and Xen doesn't know about this change, so it's mapping this memory for other appVMs to use, resulting in weird behavior? Does that sound correct?

Please also see a screenshot of dom0 crashing when I issue a restart after triggering the bad state

Thank you

[-- Attachment #1.2: Type: text/html, Size: 624 bytes --]

[-- Attachment #2: iomem_fedora.txt --]
[-- Type: text/plain, Size: 4375 bytes --]

00000000-00000fff : Reserved
00001000-0009efff : System RAM
0009f000-000bffff : Reserved
  000a0000-000bffff : PCI Bus 0000:00
00000000-00000000 : PCI Bus 0000:00
00000000-00000000 : PCI Bus 0000:00
00000000-00000000 : PCI Bus 0000:00
000c0000-000cffff : PCI Bus 0000:00
00000000-00000000 : PCI Bus 0000:00
00000000-00000000 : PCI Bus 0000:00
00000000-00000000 : PCI Bus 0000:00
00000000-00000000 : PCI Bus 0000:00
00000000-00000000 : PCI Bus 0000:00
00000000-00000000 : PCI Bus 0000:00
00000000-00000000 : PCI Bus 0000:00
000d0000-000effff : PCI Bus 0000:00
000f0000-000fffff : System ROM
00100000-09afffff : System RAM
09b00000-09dfffff : Reserved
09e00000-09efffff : System RAM
09f00000-09f27fff : ACPI Non-volatile Storage
09f28000-5fbfefff : System RAM
5fbff000-5fbfffff : Reserved
5fc00000-601aa017 : System RAM
601aa018-601b4e57 : System RAM
601b4e58-601b5017 : System RAM
601b5018-601d9657 : System RAM
601d9658-62363fff : System RAM
62364000-64563fff : Reserved
64564000-6456cfff : System RAM
6456d000-6456ffff : Reserved
64570000-6aa40fff : System RAM
6aa41000-6acf4fff : Reserved
6acf5000-6c02ffff : System RAM
6c030000-6c030fff : Reserved
6c031000-6c38ffff : System RAM
6c390000-6c390fff : Reserved
6c391000-7077efff : System RAM
7077f000-72f7efff : Reserved
  72ed2000-72ed5fff : MSFT0101:00
    72ed2000-72ed5fff : MSFT0101:00
  72ed6000-72ed9fff : MSFT0101:00
    72ed6000-72ed9fff : MSFT0101:00
72f7f000-7af7efff : ACPI Non-volatile Storage
  7af66000-7af66fff : USBC000:00
7af7f000-7affefff : ACPI Tables
7afff000-7affffff : System RAM
7b000000-7bffffff : Reserved
7d800000-7fffffff : Reserved
80000000-dfffffff : PCI Bus 0000:00
  80000000-80ffffff : PCI Bus 0000:01
    80000000-80ffffff : 0000:01:00.0
  81000000-812fffff : PCI Bus 0000:05
    81000000-810fffff : 0000:05:00.0
      81000000-810fffff : xhci-hcd
    81100000-811fffff : 0000:05:00.3
      81100000-811fffff : xhci-hcd
    81200000-812fffff : 0000:05:00.4
      81200000-812fffff : xhci-hcd
  81300000-816fffff : PCI Bus 0000:04
    81300000-813fffff : 0000:04:00.3
      81300000-813fffff : xhci-hcd
    81400000-814fffff : 0000:04:00.4
      81400000-814fffff : xhci-hcd
    81500000-815fffff : 0000:04:00.2
      81500000-815fffff : ccp
    81600000-8167ffff : 0000:04:00.0
    81680000-816bffff : 0000:04:00.5
      81680000-816bffff : AMD ACP3x audio
        81680000-81690200 : acp_iomem
    816c0000-816c7fff : 0000:04:00.6
      816c0000-816c7fff : ICH HD audio
    816c8000-816cbfff : 0000:04:00.1
      816c8000-816cbfff : ICH HD audio
    816cc000-816cdfff : 0000:04:00.2
      816cc000-816cdfff : ccp
  81700000-817fffff : PCI Bus 0000:03
    81700000-81703fff : 0000:03:00.0
      81700000-81703fff : nvme
  81800000-818fffff : PCI Bus 0000:02
    81800000-81807fff : 0000:02:00.0
  a0200000-a02fffff : Reserved
    a0200000-a02fffff : pnp 00:00
      a0210510-a021053f : MSFT0101:00
  a0400000-a047ffff : amd_iommu
f0000000-feafffff : PCI Bus 0000:00
fec00000-fec003ff : IOAPIC 0
fec01000-fec013ff : IOAPIC 1
fed00000-fed003ff : HPET 0
  fed00000-fed003ff : PNP0103:00
fed45000-fed814ff : PCI Bus 0000:00
  fed80000-fed80fff : Reserved
fed81500-fed818ff : AMDI0030:00
fed81900-fed81fff : PCI Bus 0000:00
fedc0000-fedc0fff : PCI Bus 0000:00
fedc2000-fedc2fff : AMDI0010:00
  fedc2000-fedc2fff : AMDI0010:00 AMDI0010:00
fedc3000-fedc3fff : AMDI0010:01
  fedc3000-fedc3fff : AMDI0010:01 AMDI0010:01
fedc4000-fedc4fff : AMDI0010:02
  fedc4000-fedc4fff : AMDI0010:02 AMDI0010:02
fedc5000-fedc5fff : AMDI0010:03
  fedc5000-fedc5fff : AMDI0010:03 AMDI0010:03
fedc6000-fedc6fff : PCI Bus 0000:00
fee00000-fee00fff : Local APIC
  fee00000-fee00fff : pnp 00:00
ff000000-ffffffff : Reserved
100000000-83e2fffff : System RAM
  3a1000000-3a20024df : Kernel code
  3a2200000-3a2ce9fff : Kernel rodata
  3a2e00000-3a319337f : Kernel data
  3a39f7000-3a3ffffff : Kernel bss
83e300000-83f33ffff : RAM buffer
83f340000-8a01fffff : Reserved
8a0200000-833fffffff : PCI Bus 0000:00
  8200000000-8301ffffff : PCI Bus 0000:01
    8200000000-82ffffffff : 0000:01:00.0
    8300000000-8301ffffff : 0000:01:00.0
  8302000000-83020fffff : PCI Bus 0000:02
    8302000000-83020fffff : 0000:02:00.0
      8302000000-83020fffff : 0000:02:00.0
  8310000000-83201fffff : PCI Bus 0000:04
    8310000000-831fffffff : 0000:04:00.0
    8320000000-83201fffff : 0000:04:00.0
3fffc0000000-3fffffffffff : 0000:04:00.0

[-- Attachment #3: iomem_qubes.txt --]
[-- Type: text/plain, Size: 3942 bytes --]

00000000-00000fff : Reserved
00001000-0009efff : System RAM
0009f000-000fffff : Reserved
  000a0000-000bffff : PCI Bus 0000:00
  00000000-00000000 : PCI Bus 0000:00
  00000000-00000000 : PCI Bus 0000:00
  00000000-00000000 : PCI Bus 0000:00
  000c0000-000cffff : PCI Bus 0000:00
  00000000-00000000 : PCI Bus 0000:00
  00000000-00000000 : PCI Bus 0000:00
  00000000-00000000 : PCI Bus 0000:00
  00000000-00000000 : PCI Bus 0000:00
  00000000-00000000 : PCI Bus 0000:00
  00000000-00000000 : PCI Bus 0000:00
  00000000-00000000 : PCI Bus 0000:00
  000d0000-000effff : PCI Bus 0000:00
  000f0000-000fffff : System ROM
00100000-09afffff : System RAM
  01000000-02202387 : Kernel code
  02400000-029f6fff : Kernel rodata
  02a00000-02d9a6bf : Kernel data
  036c4000-03bfffff : Kernel bss
09b00000-09dfffff : Reserved
09e00000-09efffff : System RAM
09f00000-09f27fff : ACPI Non-volatile Storage
09f28000-5fbfefff : System RAM
5fbff000-5fbfffff : Reserved
5fc00000-62363fff : System RAM
62364000-64563fff : Reserved
64564000-6456cfff : System RAM
6456d000-6456ffff : Reserved
64570000-7077efff : System RAM
7077f000-72f7efff : Reserved
  72ed2000-72ed5fff : MSFT0101:00
    72ed2000-72ed5fff : MSFT0101:00
  72ed6000-72ed9fff : MSFT0101:00
    72ed6000-72ed9fff : MSFT0101:00
72f7f000-7af7efff : ACPI Non-volatile Storage
  7af66000-7af66fff : USBC000:00
7af7f000-7affefff : ACPI Tables
7afff000-7affffff : System RAM
7b000000-7bffffff : Reserved
7d800000-7fffffff : Reserved
80000000-dfffffff : PCI Bus 0000:00
  80000000-802fffff : PCI Bus 0000:04
    80000000-800fffff : 0000:04:00.0
      80000000-800fffff : xhci-hcd
    80100000-801fffff : 0000:04:00.3
      80100000-801fffff : xhci-hcd
    80200000-802fffff : 0000:04:00.4
      80200000-802fffff : xhci-hcd
  80300000-806fffff : PCI Bus 0000:03
    80300000-803fffff : 0000:03:00.3
      80300000-803fffff : xhci-hcd
    80400000-804fffff : 0000:03:00.4
      80400000-804fffff : xhci-hcd
    80500000-805fffff : 0000:03:00.2
      80500000-805fffff : ccp
    80600000-8067ffff : 0000:03:00.0
    80680000-806bffff : 0000:03:00.5
      80680000-806bffff : AMD ACP3x audio
        80680000-80690200 : acp_iomem
    806c0000-806c7fff : 0000:03:00.6
      806c0000-806c7fff : ICH HD audio
    806c8000-806cbfff : 0000:03:00.1
      806c8000-806cbfff : ICH HD audio
    806cc000-806cdfff : 0000:03:00.2
      806cc000-806cdfff : ccp
  80700000-807fffff : PCI Bus 0000:02
    80700000-80703fff : 0000:02:00.0
      80700000-80703fff : nvme
  80800000-808fffff : PCI Bus 0000:01
    80800000-80807fff : 0000:01:00.0
  a0200000-a02fffff : Reserved
    a0200000-a02fffff : pnp 00:00
      a0210510-a021053f : MSFT0101:00
  a0400000-a0403fff : Reserved
f0000000-feafffff : PCI Bus 0000:00
feb00000-feb00007 : SB800 TCO
fec00000-fec01fff : Reserved
  fec00000-fec003ff : IOAPIC 0
  fec01000-fec013ff : IOAPIC 1
fed00000-fed003ff : HPET 0
  fed00000-fed003ff : PNP0103:00
fed45000-fed814ff : PCI Bus 0000:00
  fed80000-fed80fff : Reserved
fed81500-fed818ff : AMDI0030:00
fed81900-fed81fff : PCI Bus 0000:00
fedc0000-fedc0fff : PCI Bus 0000:00
fedc2000-fedc2fff : AMDI0010:00
  fedc2000-fedc2fff : AMDI0010:00 AMDI0010:00
fedc3000-fedc3fff : AMDI0010:01
  fedc3000-fedc3fff : AMDI0010:01 AMDI0010:01
fedc4000-fedc4fff : AMDI0010:02
  fedc4000-fedc4fff : AMDI0010:02 AMDI0010:02
fedc5000-fedc5fff : AMDI0010:03
  fedc5000-fedc5fff : AMDI0010:03 AMDI0010:03
fedc6000-fedc6fff : PCI Bus 0000:00
fee00000-feefffff : Reserved
  fee00000-fee00fff : Local APIC
    fee00000-fee00fff : pnp 00:00
ff000000-ffffffff : Reserved
100000000-191e0cfff : System RAM
191e0d000-193ffffff : RAM buffer
83f340000-8a01fffff : Reserved
8a0200000-833fffffff : PCI Bus 0000:00
  8320000000-83301fffff : PCI Bus 0000:03
    8320000000-832fffffff : 0000:03:00.0
    8330000000-83301fffff : 0000:03:00.0
  8330200000-83302fffff : PCI Bus 0000:01
    8330200000-83302fffff : 0000:01:00.0
3fffc0000000-3fffffffffff : 0000:03:00.0

[-- Attachment #4: meminfo_fedora.txt --]
[-- Type: text/plain, Size: 1475 bytes --]

MemTotal:       31577100 kB
MemFree:        28634996 kB
MemAvailable:   29930400 kB
Buffers:           30016 kB
Cached:          1721468 kB
SwapCached:            0 kB
Active:           757592 kB
Inactive:        1612952 kB
Active(anon):       3252 kB
Inactive(anon):   740884 kB
Active(file):     754340 kB
Inactive(file):   872068 kB
Unevictable:       71024 kB
Mlocked:            3944 kB
SwapTotal:       8388604 kB
SwapFree:        8388604 kB
Dirty:               504 kB
Writeback:             0 kB
AnonPages:        690128 kB
Mapped:           302544 kB
Shmem:             54556 kB
KReclaimable:      60008 kB
Slab:             201568 kB
SReclaimable:      60008 kB
SUnreclaim:       141560 kB
KernelStack:       11776 kB
PageTables:        16276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    24177152 kB
Committed_AS:    3995880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      104476 kB
VmallocChunk:          0 kB
Percpu:            19584 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      308560 kB
DirectMap2M:     6709248 kB
DirectMap1G:    25165824 kB

[-- Attachment #5: meminfo_qubes.txt --]
[-- Type: text/plain, Size: 1291 bytes --]

MemTotal:        3976552 kB
MemFree:         2863548 kB
MemAvailable:    3131716 kB
Buffers:           31340 kB
Cached:           297952 kB
SwapCached:            0 kB
Active:           125136 kB
Inactive:         775572 kB
Active(anon):       1596 kB
Inactive(anon):   604956 kB
Active(file):     123540 kB
Inactive(file):   170616 kB
Unevictable:       32784 kB
Mlocked:           32784 kB
SwapTotal:       4128764 kB
SwapFree:        4128764 kB
Dirty:               532 kB
Writeback:             0 kB
AnonPages:        604256 kB
Mapped:           179228 kB
Shmem:             25544 kB
KReclaimable:      37860 kB
Slab:              86220 kB
SReclaimable:      37860 kB
SUnreclaim:        48360 kB
KernelStack:        5216 kB
PageTables:         7784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:     6117040 kB
Committed_AS:    1599760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:       32032 kB
VmallocChunk:          0 kB
Percpu:              716 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
DirectMap4k:     4194692 kB
DirectMap2M:           0 kB

[-- Attachment #6: PXL_20220829_135505523.TS_exported_190583_1661781549183~2.jpg --]
[-- Type: image/jpeg, Size: 492161 bytes --]

^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Ryzen 6000 (Mobile)
  2022-08-25 14:55                           ` Jan Beulich
  2022-08-29 15:26                             ` Dylanger Daly
@ 2022-08-31 22:12                             ` Dylanger Daly
  2022-09-06 10:50                               ` Jan Beulich
  2022-09-03 15:59                             ` Dylanger Daly
                                               ` (2 subsequent siblings)
  4 siblings, 1 reply; 35+ messages in thread
From: Dylanger Daly @ 2022-08-31 22:12 UTC (permalink / raw)
  To: jbeulich; +Cc: xen-devel, Andrew.Cooper3

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

Hi Jan,

I think I've narrowed the issue down to a PCI device, if I start 2 large VM, then simply run lspci in dom0, it'll trigger a crash.

This makes sense as sys-net works fine until I start a larger VM, then I see a 'chip reset' error in the appVM's dmesg, I assume the entire PCI Bus goes into a bad state.

Cheers

[-- Attachment #2: Type: text/html, Size: 337 bytes --]

^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Ryzen 6000 (Mobile)
  2022-08-25 14:55                           ` Jan Beulich
  2022-08-29 15:26                             ` Dylanger Daly
  2022-08-31 22:12                             ` Dylanger Daly
@ 2022-09-03 15:59                             ` Dylanger Daly
  2022-09-05 20:44                             ` Dylanger Daly
       [not found]                             ` <6JMvOsjmpWkAsnm6AXzNsjtj5_jy5vG_vG_PwTyDzX0z1buoX89r5UEpSGKf-H7CTBtg9gNlq4Icy7Q9OIDjfrxp2AqNMXbyKTCD0y_d0Hc=@protonmail.com>
  4 siblings, 0 replies; 35+ messages in thread
From: Dylanger Daly @ 2022-09-03 15:59 UTC (permalink / raw)
  To: jbeulich; +Cc: xen-devel, Andrew.Cooper3


[-- Attachment #1.1: Type: text/plain, Size: 304 bytes --]

Hi Jan,

Another update, if I assign only 1 core to my VMs, the system seems stable and does not break the PCIe Bus, so I assume the issue is related to the Scheduler or APIC, setting loglvl=all then triggering the issue (4 cores) Xen complains about APIC, I've attached a picture of the Xen log.

Cheers

[-- Attachment #1.2: Type: text/html, Size: 316 bytes --]

[-- Attachment #2: PXL_20220903_153615927~2.jpg --]
[-- Type: image/jpeg, Size: 388151 bytes --]

^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Ryzen 6000 (Mobile)
  2022-08-25 14:55                           ` Jan Beulich
                                               ` (2 preceding siblings ...)
  2022-09-03 15:59                             ` Dylanger Daly
@ 2022-09-05 20:44                             ` Dylanger Daly
       [not found]                             ` <6JMvOsjmpWkAsnm6AXzNsjtj5_jy5vG_vG_PwTyDzX0z1buoX89r5UEpSGKf-H7CTBtg9gNlq4Icy7Q9OIDjfrxp2AqNMXbyKTCD0y_d0Hc=@protonmail.com>
  4 siblings, 0 replies; 35+ messages in thread
From: Dylanger Daly @ 2022-09-05 20:44 UTC (permalink / raw)
  To: jbeulich; +Cc: xen-devel, Andrew.Cooper3

[-- Attachment #1: Type: text/plain, Size: 483 bytes --]

Hi Jan,

I've managed to finangle a very unstable environment together

What I'm seeing is the following:

1. All appVMs including dom0 must have 1 core assigned
2. This means I'm able to launch 4 appVMs, as soon as I launch a 5th, it puts all PCIe devices into a bad state
3. If I shut the 5th VM down, I'm able to restart sys-usb for example and "recover" the USB Controller.

I'm not 💯 but I think this means it's a scheduling/core issue?

It almost works 🤦‍♂️

Cheers

[-- Attachment #2: Type: text/html, Size: 525 bytes --]

^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Ryzen 6000 (Mobile)
  2022-08-31 22:12                             ` Dylanger Daly
@ 2022-09-06 10:50                               ` Jan Beulich
  0 siblings, 0 replies; 35+ messages in thread
From: Jan Beulich @ 2022-09-06 10:50 UTC (permalink / raw)
  To: Dylanger Daly; +Cc: xen-devel, Andrew.Cooper3

On 01.09.2022 00:12, Dylanger Daly wrote:
> I think I've narrowed the issue down to a PCI device, if I start 2 large VM, then simply run lspci in dom0, it'll trigger a crash.
> 
> This makes sense as sys-net works fine until I start a larger VM, then I see a 'chip reset' error in the appVM's dmesg, I assume the entire PCI Bus goes into a bad state.

Sounds like this wants investigating from the Qubes site first then.

Jan



^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Ryzen 6000 (Mobile)
  2022-08-29 15:26                             ` Dylanger Daly
@ 2022-09-06 10:52                               ` Jan Beulich
  2022-09-06 11:45                                 ` Dylanger Daly
  0 siblings, 1 reply; 35+ messages in thread
From: Jan Beulich @ 2022-09-06 10:52 UTC (permalink / raw)
  To: Dylanger Daly; +Cc: xen-devel, Andrew.Cooper3

On 29.08.2022 17:26, Dylanger Daly wrote:
> Please see the attached iomem and meminfo text files from both Qubes under Xen and functional Fedora Workstation.
> 
> After some investigation, I've seen that I'm able to run a few small VMs just fine, however as soon as I start a larger VM, PCI devices appear to stop working, I assume this is because AMD moved PCI register addresses and Xen doesn't know about this change, so it's mapping this memory for other appVMs to use, resulting in weird behavior? Does that sound correct?

Not really, no. Even if BARs were moved, they still shouldn't overlap RAM.

But yes, BARs moving without Xen knowing would already be a problem. But
then the basic question is: Why would BARs be moved? The only reason I
could see (in the context of VM creation) is if PCI pass-through was
involved. Iirc you said it isn't, though.

Jan


^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Ryzen 6000 (Mobile)
  2022-09-06 10:52                               ` Jan Beulich
@ 2022-09-06 11:45                                 ` Dylanger Daly
  0 siblings, 0 replies; 35+ messages in thread
From: Dylanger Daly @ 2022-09-06 11:45 UTC (permalink / raw)
  To: jbeulich; +Cc: xen-devel, Andrew.Cooper3


[-- Attachment #1.1: Type: text/plain, Size: 551 bytes --]

Hi Jan,

Sorry for the rolling/spam manner I've been emailing, last night I actually managed to drop the dom0/1 core per VM issue via adding 'x2apic=false' to Xen's CMDLINE, I observed Xen complaining about ACPI/APIC when I dropped the `dom0_max_vcpus=1`, please see the attached error.

After pciback'ing the troublesome AMD SoundCards/Multimedia Controllers I'm happy to say the device is now stable and I can reliably use it 🎉

Thank you for helping me troubleshoot this, next steps would be to figure out the soundcard/other weird PCIe devices.

[-- Attachment #1.2: Type: text/html, Size: 577 bytes --]

[-- Attachment #2: PXL_20220905_214013238~2.jpg --]
[-- Type: image/jpeg, Size: 717595 bytes --]

^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Ryzen 6000 (Mobile)
       [not found]                             ` <6JMvOsjmpWkAsnm6AXzNsjtj5_jy5vG_vG_PwTyDzX0z1buoX89r5UEpSGKf-H7CTBtg9gNlq4Icy7Q9OIDjfrxp2AqNMXbyKTCD0y_d0Hc=@protonmail.com>
@ 2022-09-06 11:51                               ` Jan Beulich
  0 siblings, 0 replies; 35+ messages in thread
From: Jan Beulich @ 2022-09-06 11:51 UTC (permalink / raw)
  To: Dylanger Daly; +Cc: xen-devel, Andrew.Cooper3

On 27.08.2022 19:52, Dylanger Daly wrote:
> Thank you for your reply, Xen appears to crash immediately on startup and appears to hit the patch

Oh, yes, silly me - map_domain_page() can't be used that way. You
may want to give the replacement patch (below) a try, albeit later
replies of yours have hinted in a different direction now anyway.

Jan

--- sle15sp3.orig/xen/arch/x86/e820.c
+++ sle15sp3/xen/arch/x86/e820.c
@@ -700,3 +700,16 @@ unsigned long __init init_e820(const cha
 
     return find_max_pfn();
 }
+
+#include <xen/domain_page.h>//temp
+static int __init ryzen6000_init(void) {//temp
+ if(e820_all_mapped(0x7AF67000, 0x7AF68000, E820_NVS)) {
+  mfn_t mfn = _mfn(0x7AF67);
+  const uint32_t*p = vmap(&mfn, 1);
+  printk("0x7AF67000: %08x %08x %08x %08x\n", p[0], p[1], p[2], p[3]);
+  printk("0x7AF67010: %08x %08x %08x %08x\n", p[4], p[5], p[6], p[7]);
+  vunmap(p);
+ }
+ return 0;
+}
+__initcall(ryzen6000_init);




^ permalink raw reply	[flat|nested] 35+ messages in thread

end of thread, other threads:[~2022-09-07  5:13 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-18 23:04 Ryzen 6000 (Mobile) Dylanger Daly
2022-07-19  6:29 ` Jan Beulich
2022-07-19  6:47   ` Dylanger Daly
2022-07-19  6:58     ` Jan Beulich
2022-07-19  6:50   ` Dylanger Daly
2022-07-19  9:34 ` Andrew Cooper
2022-07-20  0:33   ` Dylanger Daly
2022-07-20  8:11     ` Jan Beulich
2022-07-20  8:13       ` Jan Beulich
2022-08-15 11:07         ` Dylanger Daly
2022-08-15 11:30           ` Jan Beulich
2022-08-15 11:50             ` Dylanger Daly
2022-08-15 11:55               ` Jan Beulich
2022-08-15 12:03           ` Andrew Cooper
2022-08-15 15:39             ` Dylanger Daly
2022-08-15 16:19               ` Jan Beulich
2022-08-15 16:54                 ` Dylanger Daly
2022-08-16  6:17                   ` Jan Beulich
2022-08-16  8:34                     ` Dylanger Daly
2022-08-16  8:59                       ` Jan Beulich
2022-08-16  9:19                         ` Dylanger Daly
2022-08-16  9:30                           ` Jan Beulich
2022-08-16 11:22                   ` Jan Beulich
2022-08-24 18:15                     ` Dylanger Daly
2022-08-25  8:35                       ` Jan Beulich
2022-08-25 11:10                         ` Dylanger Daly
2022-08-25 14:55                           ` Jan Beulich
2022-08-29 15:26                             ` Dylanger Daly
2022-09-06 10:52                               ` Jan Beulich
2022-09-06 11:45                                 ` Dylanger Daly
2022-08-31 22:12                             ` Dylanger Daly
2022-09-06 10:50                               ` Jan Beulich
2022-09-03 15:59                             ` Dylanger Daly
2022-09-05 20:44                             ` Dylanger Daly
     [not found]                             ` <6JMvOsjmpWkAsnm6AXzNsjtj5_jy5vG_vG_PwTyDzX0z1buoX89r5UEpSGKf-H7CTBtg9gNlq4Icy7Q9OIDjfrxp2AqNMXbyKTCD0y_d0Hc=@protonmail.com>
2022-09-06 11:51                               ` Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.