xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [BUG] problems with NICs pass through to OpenBSD guest
@ 2022-09-16  6:22 Adam Szewczyk
  2022-09-16  9:37 ` Roger Pau Monné
  0 siblings, 1 reply; 12+ messages in thread
From: Adam Szewczyk @ 2022-09-16  6:22 UTC (permalink / raw)
  To: xen-devel

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

I have QubesOS 4.1.1 with Xen 4.14.5 hypervisor system on which I want to
install OpenBSD as a HVM and pass through my NICs to it (Intel Wireless
AC-9560 and Realtek 8168 rev 0x15: RTL8168H/8111H). I tested that when
installing OpenBSD on actual hardware both NICs seems to working properly.
But on hvm ethernet spamming me with: re0: watchdog timeout messages and
not working. Wireless causing OpenBSD Panic! first throwing errors like
this: iwm0: fw chunk addr 0x404000 len 712 failed to load.

I previously try to report it on OpenBSD mailing list, with my dmesg when
only eth passad through attached:
https://marc.info/?l=openbsd-bugs&m=166318676430481&w=2
and also on QubesOS issue tracker:
https://github.com/QubesOS/qubes-issues/issues/7765

I found also an similar issue with bhyve (re fw on guest not working when
passed through the same eth NIC to OpenBSD) on FreeBSD mailing list:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245392

If You think that error is on the driver side please let me know, I will
try to forced it on Open BSD mailing list or report to the fw vendor.

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

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

* Re: [BUG] problems with NICs pass through to OpenBSD guest
  2022-09-16  6:22 [BUG] problems with NICs pass through to OpenBSD guest Adam Szewczyk
@ 2022-09-16  9:37 ` Roger Pau Monné
       [not found]   ` <CAHsotTibs204KVYsm5E0x7ogUzpZOdmV4g_6LyD8RSkLnfJ0UA@mail.gmail.com>
  0 siblings, 1 reply; 12+ messages in thread
From: Roger Pau Monné @ 2022-09-16  9:37 UTC (permalink / raw)
  To: Adam Szewczyk; +Cc: xen-devel

On Fri, Sep 16, 2022 at 08:22:43AM +0200, Adam Szewczyk wrote:
> I have QubesOS 4.1.1 with Xen 4.14.5 hypervisor system on which I want to
> install OpenBSD as a HVM and pass through my NICs to it (Intel Wireless
> AC-9560 and Realtek 8168 rev 0x15: RTL8168H/8111H). I tested that when
> installing OpenBSD on actual hardware both NICs seems to working properly.
> But on hvm ethernet spamming me with: re0: watchdog timeout messages and
> not working. Wireless causing OpenBSD Panic!

Can you also paste the panic message?

> first throwing errors like
> this: iwm0: fw chunk addr 0x404000 len 712 failed to load.

So you tested with two different devices, and both failed to
passthrough.

We need to analyze the issues separately I think.

AFAICT, for Intel Wireless AC-9560 you get:

iwm0: fw chunk addr 0x404000 len 712 failed to load.

For this, could you get the output of `pcidump -v` from inside the
guest?

And for Realtek 8168 rev 0x15:

re0: watchdog timeout

For this one, does disabling msi fix the issue? I've been looking,
but have no idea how to prevent OpenBSD from using MSI interrupts,
either for the re interface only or globally.

With MSI enabled, and the guest running, can you paste the output of
the 'M' and 'i' Xen debug keys?  You can do that on the serial
console, or alternatively:

# xl debug-keys 'Mi'
# xl dmesg

You will see the output of the debug keys in the `xl dmesg` command.

Regards, Roger.


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

* Re: [BUG] problems with NICs pass through to OpenBSD guest
       [not found]   ` <CAHsotTibs204KVYsm5E0x7ogUzpZOdmV4g_6LyD8RSkLnfJ0UA@mail.gmail.com>
@ 2022-09-16 13:09     ` Roger Pau Monné
  2022-09-16 13:35       ` Roger Pau Monné
  0 siblings, 1 reply; 12+ messages in thread
From: Roger Pau Monné @ 2022-09-16 13:09 UTC (permalink / raw)
  To: Adam Szewczyk, marmarek; +Cc: xen-devel

Please keep xen-devel in Cc and avoid top-posting.

On Fri, Sep 16, 2022 at 02:35:17PM +0200, Adam Szewczyk wrote:
> After trying to configure previously disabled iwm0 interface first those
> errors appears:
> 
> > iwm0: fw chunk addr Ox404000 len 712 failed to load
> > iwm0: could not load firmware chunk 0 (error 35)
> > iwm0: failed to load init firmware
> >
> Then after second attempt or if config is set in /etc/hostname.iwm0  during
> boot system panic:
> 
> > panic: kernel diagnostic assertion "sc->task_refs.r_refs == 0" failed:
> > file "/usr/src/sys/dev/pci/if_iwm.c", line 10352
> > Stopped at db_enter+0x10: popq %rbp
> >        TID        PID        UID        PRFLAGS        PFLAGS
> > CPU        COMMAND
> > * 19554    71630            0                   0x3                    0
> >         0K               ifconfig
> > db_enter at db_enter+0x10
> > panic(ffffffff81f1e289) at panic 0xbf
> > assert(ffffffff81f8dd81,ffffffff81f8a6db, 2870,ffffffff81f39e88) at
> > assert+0x25
> > iwm_init(ffff800000211048) at iwm_init+0x2c4
> > iwm_ioctl(ffff800000211048, 80206910, ffff800014bc88c0) at iwm ioctl+0xf9
> > ifioctl(fffffd802900d8c0, 8020699dffff800014bc88c0,ffff800014b1f7a8) at
> > ifioctly+0x92b
> > soo_ioctl(fffffd8030f e0b40,80206990 ,ffff800014bc88c0,ffff800014b1f7a8)
> > at soo_ioctl+0x161
> > sys_ioctl(ffff800014b1f7a8,ffff800014bc8900,ffff800014bc8a20) at
> > sys_ioctl+0x2c
> > syscall(ffff800014bc8a90) at syscall+0x374
> > Xsyscal10 at Xsyscall+Ox128
> > end of kernel
> > end trace frame: Ox7f7fffc3330, count: 5
> > https://www.openbsd.org/ddb.html describes the minimum info required in
> > bug reports. Insufficient info makes it difficult to find and fix bugs.
> > ddb{0}>
> >
> 
> pcidump returns:
> 
> > Domain /dev/pci0:
> >  0:0:0: Intel 82441FX
> > 0x0000: Vendor ID: 8086, Product ID: 1237
> > 0x0004: Command: 0004, Status: 0000
> > 0x0008: Class: 06 Bridge, Subclass: 00 Host,
> > Interface: 00, Revision: 02
> > 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00,
> > Cache Line Size: 00
> > 0x0010: BAR empty (00000000)
> > 0x0014: BAR empty (00000000)
> > 0x0018: BAR empty (00000000)
> > 0x001c: BAR empty (00000000)
> > 0x0020: BAR empty (00000000)
> > 0x0024: BAR empty (00000000)
> > 0x0028: Cardbus CIS: 00000000
> > 0x002c: Subsystem Vendor ID: 1af4 Product ID: 1100
> > 0x0030: Expansion ROM Base Address: 00000000
> > 0x0038: 00000000
> > 0x003c: Interrupt Pin: 00 Line: 00 Min Gnt: 00 Max Lat: 00
> >  0:1:0: Intel 82371SB ISA
> > 0x0000: Vendor ID: 8086, Product ID: 7000
> > 0x0004: Command: 0004, Status: 0200
> > 0x0008: Class: 06 Bridge, Subclass: 01 ISA,
> > Interface: 00, Revision: 00
> > 0x000c: BIST: 00, Header Type: 80, Latency Timer: 00,
> > Cache Line Size: 00
> > 0x0010: BAR empty (00000000)
> > 0x0014: BAR empty (00000000)
> > 0x0018: BAR empty (00000000)
> > 0x001c: BAR empty (00000000)
> > 0x0020: BAR empty (00000000)
> > 0x0024: BAR empty (00000000)
> > 0x0028: Cardbus CIS: 00000000
> > 0x002c: Subsystem Vendor ID: 1af4 Product ID: 1100
> > 0x0030: Expansion ROM Base Address: 00000000
> > 0x0038: 00000000
> > 0x003c: Interrupt Pin: 00 Line: 00 Min Gnt: 00 Max Lat: 00
> >  0:1:1: Intel 82371SB IDE
> > 0x0000: Vendor ID: 8086, Product ID: 7010
> > 0x0004: Command: 0005, Status: 0280
> > 0x0008: Class: 01 Mass Storage, Subclass: 01 IDE,
> > Interface: 80, Revision: 00
> > 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00,
> > Cache Line Size: 00
> > 0x0010: BAR empty (00000000)
> > 0x0014: BAR empty (00000000)
> > 0x0018: BAR empty (00000000)
> > 0x001c: BAR empty (00000000)
> > 0x0020: BAR io addr: 0x0000c200/0x0010
> > 0x0024: BAR empty (00000000)
> > 0x0028: Cardbus CIS: 00000000
> > 0x002c: Subsystem Vendor ID: 1af4 Product ID: 1100
> > 0x0030: Expansion ROM Base Address: 00000000
> > 0x0038: 00000000
> > 0x003c: Interrupt Pin: 00 Line: 00 Min Gnt: 00 Max Lat: 00
> >  0:1:3: Intel 82371AB Power
> > 0x0000: Vendor ID: 8086, Product ID: 7113
> > 0x0004: Command: 0004, Status: 0280
> > 0x0008: Class: 06 Bridge, Subclass: 80 Miscellaneous,
> > Interface: 00, Revision: 03
> > 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00,
> > Cache Line Size: 00
> > 0x0010: BAR empty (00000000)
> > 0x0014: BAR empty (00000000)
> > 0x0018: BAR empty (00000000)
> > 0x001c: BAR empty (00000000)
> > 0x0020: BAR empty (00000000)
> > 0x0024: BAR empty (00000000)
> > 0x0028: Cardbus CIS: 00000000
> > 0x002c: Subsystem Vendor ID: 1af4 Product ID: 1100
> > 0x0030: Expansion ROM Base Address: 00000000
> > 0x0038: 00000000
> > 0x003c: Interrupt Pin: 01 Line: 0a Min Gnt: 00 Max Lat: 00
> >  0:2:0: XenSource Platform Device
> > 0x0000: Vendor ID: 5853, Product ID: 0001
> > 0x0004: Command: 0007, Status: 0000
> > 0x0008: Class: ff (unknown), Subclass: 80 (unknown),
> > Interface: 00, Revision: 01
> > 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00,
> > Cache Line Size: 00
> > 0x0010: BAR io addr: 0x0000c000/0x0100
> > 0x0014: BAR mem prefetchable 32bit addr: 0xf0000000/0x01000000
> > 0x0018: BAR empty (00000000)
> > 0x001c: BAR empty (00000000)
> > 0x0020: BAR empty (00000000)
> > 0x0024: BAR empty (00000000)
> > 0x0028: Cardbus CIS: 00000000
> > 0x002c: Subsystem Vendor ID: 5853 Product ID: 0001
> > 0x0030: Expansion ROM Base Address: 00000000
> > 0x0038: 00000000
> > 0x003c: Interrupt Pin: 01 Line: 0b Min Gnt: 00 Max Lat: 00
> >  0:3:0: Bochs VGA
> > 0x0000: Vendor ID: 1234, Product ID: 1111
> > 0x0004: Command: 0007, Status: 0000
> > 0x0008: Class: 03 Display, Subclass: 00 VGA,
> > Interface: 00, Revision: 02
> > 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00,
> > Cache Line Size: 00
> > 0x0010: BAR mem prefetchable 32bit addr: 0xf1000000/0x01000000
> > 0x0014: BAR empty (00000000)
> > 0x0018: BAR mem 32bit addr: 0xf2018000/0x00001000
> > 0x001c: BAR empty (00000000)
> > 0x0020: BAR empty (00000000)
> > 0x0024: BAR empty (00000000)
> > 0x0028: Cardbus CIS: 00000000
> > 0x002c: Subsystem Vendor ID: 1af4 Product ID: 1100
> > 0x0030: Expansion ROM Base Address: f2000000
> > 0x0038: 00000000
> > 0x003c: Interrupt Pin: 00 Line: 00 Min Gnt: 00 Max Lat: 00
> >  0:4:0: Intel 82801DB USB
> > 0x0000: Vendor ID: 8086, Product ID: 24cd
> > 0x0004: Command: 0006, Status: 0000
> > 0x0008: Class: 0c Serial Bus, Subclass: 03 USB,
> > Interface: 20, Revision: 10
> > 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00,
> > Cache Line Size: 00
> > 0x0010: BAR mem 32bit addr: 0xf2019000/0x00001000
> > 0x0014: BAR empty (00000000)
> > 0x0018: BAR empty (00000000)
> > 0x001c: BAR empty (00000000)
> > 0x0020: BAR empty (00000000)
> > 0x0024: BAR empty (00000000)
> > 0x0028: Cardbus CIS: 00000000
> > 0x002c: Subsystem Vendor ID: 1af4 Product ID: 1100
> > 0x0030: Expansion ROM Base Address: 00000000
> > 0x0038: 00000000
> > 0x003c: Interrupt Pin: 04 Line: 05 Min Gnt: 00 Max Lat: 00
> >  0:6:0: NEC xHCI
> > 0x0000: Vendor ID: 1033, Product ID: 0194
> > 0x0004: Command: 0006, Status: 0010
> > 0x0008: Class: 0c Serial Bus, Subclass: 03 USB,
> > Interface: 30, Revision: 03
> > 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00,
> > Cache Line Size: 00
> > 0x0010: BAR mem 64bit addr: 0x00000000f2010000/0x00004000
> > 0x0018: BAR empty (00000000)
> > 0x001c: BAR empty (00000000)
> > 0x0020: BAR empty (00000000)
> > 0x0024: BAR empty (00000000)
> > 0x0028: Cardbus CIS: 00000000
> > 0x002c: Subsystem Vendor ID: 1af4 Product ID: 1100
> > 0x0030: Expansion ROM Base Address: 00000000
> > 0x0038: 00000000
> > 0x003c: Interrupt Pin: 01 Line: 0b Min Gnt: 00 Max Lat: 00
> > 0x0090: Capability 0x11: Extended Message Signalled Interrupts (MSI-X)
> > Enabled: no; table size 16 (BAR 0:12288)
> > 0x0070: Capability 0x05: Message Signalled Interrupts (MSI)
> > Enabled: yes
> >  0:7:0: Intel AC 9560
> > 0x0000: Vendor ID: 8086, Product ID: a370
> > 0x0004: Command: 0006, Status: 0010
> > 0x0008: Class: 02 Network, Subclass: 80 Miscellaneous,
> > Interface: 00, Revision: 10
> > 0x000c: BIST: 00, Header Type: 80, Latency Timer: 00,
> > Cache Line Size: 00
> > 0x0010: BAR mem 64bit addr: 0x00000000f2014000/0x00004000
> > 0x0018: BAR empty (00000000)
> > 0x001c: BAR empty (00000000)
> > 0x0020: BAR empty (00000000)
> > 0x0024: BAR empty (00000000)
> > 0x0028: Cardbus CIS: 00000000
> > 0x002c: Subsystem Vendor ID: 8086 Product ID: 0034
> > 0x0030: Expansion ROM Base Address: 00000000
> > 0x0038: 00000000

None of the BARs are at 0x404000 which seems to be where OpenBSD is
trying to load the firmware?

I would have to look at the code to figure out exactly what it is
trying to do here (and why it fails).

Can you also paste the output from `lspci -v`?

Just to compare with what is OpenBSD is reporting.

> > 0x003c: Interrupt Pin: 01 Line: 05 Min Gnt: 00 Max Lat: 00
> > 0x00c8: Capability 0x01: Power Management
> > State: D0
> > 0x00d0: Capability 0x05: Message Signalled Interrupts (MSI)
> > Enabled: no
> > 0x0040: Capability 0x10: PCI Express
> > Max Payload Size: 128 / 128 bytes
> > Max Read Request Size: 512 bytes
> >
> 
> As for realtek can You send me some guide for using xl console or some
> marks for xl dump to find those keys?

I'm not sure about QubesOS, but you have to execute:

# xl debug-keys 'Mi'
# xl dmesg

From the control domain.  I'm adding Marek because he can likely
provide guidance about how to execute those commands from the control
domain.

Regards, Roger.


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

* Re: [BUG] problems with NICs pass through to OpenBSD guest
  2022-09-16 13:09     ` Roger Pau Monné
@ 2022-09-16 13:35       ` Roger Pau Monné
  2022-09-16 15:08         ` Adam Szewczyk
  0 siblings, 1 reply; 12+ messages in thread
From: Roger Pau Monné @ 2022-09-16 13:35 UTC (permalink / raw)
  To: Adam Szewczyk; +Cc: xen-devel

Again, please keep xen-devel on Cc and don't top-post.

On Fri, Sep 16, 2022 at 03:19:30PM +0200, Adam Szewczyk wrote:
> I executed it in dom0 terminal and it prints lots of stuff, but when I run
> jus xl dmesg it prints almost the same logs. So I'm not sure if I have
> right output or what I shuld search for to paste it here.

Hm, you should see something like:

(XEN) [ 8729.266567] MSI information:
[...]
(XEN) [ 8709.154958] IRQ information:
[...]

In the output of `xl dmesg`

You can paste the full output of `xl dmesg`, that should be fine.

> Regards Adam.
> 
> pt., 16 wrz 2022, 15:09 użytkownik Roger Pau Monné <roger.pau@citrix.com>
> napisał:
> 
> > Please keep xen-devel in Cc and avoid top-posting.
> >
> > On Fri, Sep 16, 2022 at 02:35:17PM +0200, Adam Szewczyk wrote:
> > > >  0:7:0: Intel AC 9560
> > > > 0x0000: Vendor ID: 8086, Product ID: a370
> > > > 0x0004: Command: 0006, Status: 0010
> > > > 0x0008: Class: 02 Network, Subclass: 80 Miscellaneous,
> > > > Interface: 00, Revision: 10
> > > > 0x000c: BIST: 00, Header Type: 80, Latency Timer: 00,
> > > > Cache Line Size: 00
> > > > 0x0010: BAR mem 64bit addr: 0x00000000f2014000/0x00004000
> > > > 0x0018: BAR empty (00000000)
> > > > 0x001c: BAR empty (00000000)
> > > > 0x0020: BAR empty (00000000)
> > > > 0x0024: BAR empty (00000000)
> > > > 0x0028: Cardbus CIS: 00000000
> > > > 0x002c: Subsystem Vendor ID: 8086 Product ID: 0034
> > > > 0x0030: Expansion ROM Base Address: 00000000
> > > > 0x0038: 00000000
> >
> > None of the BARs are at 0x404000 which seems to be where OpenBSD is
> > trying to load the firmware?
> >
> > I would have to look at the code to figure out exactly what it is
> > trying to do here (and why it fails).
> >
> > Can you also paste the output from `lspci -v`?

You seem to have missed this bit.

Regards, Roger.


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

* Re: [BUG] problems with NICs pass through to OpenBSD guest
  2022-09-16 13:35       ` Roger Pau Monné
@ 2022-09-16 15:08         ` Adam Szewczyk
  2022-09-16 19:26           ` Adam Szewczyk
  2022-09-19  9:21           ` Roger Pau Monné
  0 siblings, 2 replies; 12+ messages in thread
From: Adam Szewczyk @ 2022-09-16 15:08 UTC (permalink / raw)
  To: Roger Pau Monné; +Cc: xen-devel

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

Sorry, I always forgot that default answer is "answer" to not "answer to
all".

My xl dmesg after calling those debug-keys is:

> t=0 d0:  8(---)
> (XEN)    IRQ:   9 vec:39 IO-APIC-level   status=030 aff:{4}/{0-11}
> in-flight=0 d0:  9(---)
> (XEN)    IRQ:  10 vec:78 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
> unbound
> (XEN)    IRQ:  11 vec:88 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
> unbound
> (XEN)    IRQ:  12 vec:90 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
> unbound
> (XEN)    IRQ:  13 vec:98 IO-APIC-edge    status=002 aff:{0-15}/{0} mapped,
> unbound
> (XEN)    IRQ:  14 vec:a0 IO-APIC-level   status=030 aff:{0}/{0}
> in-flight=0 d0: 14(---)
> (XEN)    IRQ:  15 vec:a8 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
> unbound
> (XEN)    IRQ:  16 vec:b0 IO-APIC-level   status=030 aff:{2}/{0-11}
> in-flight=0 d0: 16(---),d3: 16(-M-),d78: 16(-M-)
> (XEN)    IRQ:  17 vec:d0 IO-APIC-level   status=010 aff:{2}/{0-11}
> in-flight=1 d0: 17(---),d81: 17(-MM)
> (XEN)    IRQ:  18 vec:b8 IO-APIC-level   status=030 aff:{10}/{0-11}
> in-flight=0 d0: 18(---),d3: 18(-M-)
> (XEN)    IRQ:  19 vec:a1 IO-APIC-level   status=002 aff:{0-15}/{0-11}
> mapped, unbound
> (XEN)    IRQ:  20 vec:e0 IO-APIC-level   status=030 aff:{0}/{0-11}
> in-flight=0 d0: 20(---)
> (XEN)    IRQ:  83 vec:41 IO-APIC-level   status=030 aff:{10}/{0-11}
> in-flight=0 d0: 83(---)
> (XEN)    IRQ: 120 vec:30 DMA_MSI         status=000 aff:{0-15}/{0}
> iommu.c#iommu_page_fault()
> (XEN)    IRQ: 121 vec:c0 PCI-MSI         status=030 aff:{0}/{0-11}
> in-flight=0 d0:951(---)
> (XEN)    IRQ: 122 vec:c8 PCI-MSI         status=030 aff:{0}/{0-11}
> in-flight=0 d0:950(---)
> (XEN)    IRQ: 123 vec:d8 PCI-MSI         status=030 aff:{0}/{0-11}
> in-flight=0 d0:949(---)
> (XEN)    IRQ: 124 vec:e8 PCI-MSI         status=030 aff:{8}/{0-11}
> in-flight=0 d0:948(---)
> (XEN)    IRQ: 125 vec:4a PCI-MSI         status=010 aff:{6}/{0-11}
> in-flight=0 d78:151(---)
> (XEN)    IRQ: 126 vec:59 PCI-MSI/-X      status=030 aff:{8}/{0-11}
> in-flight=0 d0:946(---)
> (XEN)    IRQ: 127 vec:61 PCI-MSI/-X      status=030 aff:{0}/{0-11}
> in-flight=0 d0:945(---)
> (XEN)    IRQ: 128 vec:69 PCI-MSI/-X      status=030 aff:{6}/{0-11}
> in-flight=0 d0:944(---)
> (XEN)    IRQ: 129 vec:71 PCI-MSI/-X      status=030 aff:{4}/{0-11}
> in-flight=0 d0:943(---)
> (XEN)    IRQ: 130 vec:79 PCI-MSI/-X      status=030 aff:{6}/{0-11}
> in-flight=0 d0:942(---)
> (XEN)    IRQ: 131 vec:81 PCI-MSI/-X      status=030 aff:{10}/{0-11}
> in-flight=0 d0:941(---)
> (XEN)    IRQ: 132 vec:89 PCI-MSI/-X      status=030 aff:{2}/{0-11}
> in-flight=0 d0:940(---)
> (XEN)    IRQ: 133 vec:52 PCI-MSI         status=030 aff:{4}/{0-11}
> in-flight=0 d81:151(-M-)
> (XEN)    IRQ: 134 vec:99 PCI-MSI         status=030 aff:{6}/{0-11}
> in-flight=0 d0:938(---)
> (XEN)    IRQ: 135 vec:a9 PCI-MSI         status=002 aff:{0-15}/{0-11}
> mapped, unbound
> (XEN)    IRQ: 136 vec:b1 PCI-MSI         status=030 aff:{4}/{0-11}
> in-flight=0 d0:936(---)
> (XEN)    IRQ: 137 vec:b9 PCI-MSI         status=030 aff:{2}/{0-11}
> in-flight=0 d0:935(---)
> (XEN)    IRQ: 138 vec:d1 PCI-MSI         status=030 aff:{2}/{0-11}
> in-flight=0 d3:151(---)
> (XEN)    IRQ: 139 vec:d9 PCI-MSI         status=030 aff:{4}/{0-11}
> in-flight=0 d3:150(---)
> (XEN) Direct vector information:
> (XEN)    0x22 -> irq_move_cleanup_interrupt()
> (XEN)    0xf1 -> mce_intel.c#cmci_interrupt()
> (XEN)    0xf2 -> mce_intel.c#intel_thermal_interrupt()
> (XEN)    0xf9 -> pmu_apic_interrupt()
> (XEN)    0xfa -> apic_timer_interrupt()
> (XEN)    0xfb -> call_function_interrupt()
> (XEN)    0xfc -> event_check_interrupt()
> (XEN)    0xfd -> invalidate_interrupt()
> (XEN)    0xfe -> error_interrupt()
> (XEN)    0xff -> spurious_interrupt()
> (XEN) IO-APIC interrupt information:
> (XEN)     IRQ  0 Vec240:
> (XEN)       Apic 0x00, Pin  2: vec=f0 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ  1 Vec 49:
> (XEN)       Apic 0x00, Pin  1: vec=31 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000400
> (XEN)     IRQ  3 Vec 64:
> (XEN)       Apic 0x00, Pin  3: vec=40 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ  4 Vec 72:
> (XEN)       Apic 0x00, Pin  4: vec=48 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ  5 Vec 80:
> (XEN)       Apic 0x00, Pin  5: vec=50 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ  6 Vec 88:
> (XEN)       Apic 0x00, Pin  6: vec=58 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ  7 Vec 96:
> (XEN)       Apic 0x00, Pin  7: vec=60 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ  8 Vec104:
> (XEN)       Apic 0x00, Pin  8: vec=68 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ  9 Vec 57:
> (XEN)       Apic 0x00, Pin  9: vec=39 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=L mask=0 dest_id:00000010
> (XEN)     IRQ 10 Vec120:
> (XEN)       Apic 0x00, Pin 10: vec=78 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ 11 Vec136:
> (XEN)       Apic 0x00, Pin 11: vec=88 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ 12 Vec144:
> (XEN)       Apic 0x00, Pin 12: vec=90 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ 13 Vec152:
> (XEN)       Apic 0x00, Pin 13: vec=98 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=1 dest_id:00000001
> (XEN)     IRQ 14 Vec160:
> (XEN)       Apic 0x00, Pin 14: vec=a0 delivery=LoPri dest=L status=0
> polarity=1 irr=0 trig=L mask=0 dest_id:00000001
> (XEN)     IRQ 15 Vec168:
> (XEN)       Apic 0x00, Pin 15: vec=a8 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ 16 Vec176:
> (XEN)       Apic 0x00, Pin 16: vec=b0 delivery=LoPri dest=L status=0
> polarity=1 irr=0 trig=L mask=0 dest_id:00000004
> (XEN)     IRQ 17 Vec208:
> (XEN)       Apic 0x00, Pin 17: vec=d0 delivery=LoPri dest=L status=1
> polarity=1 irr=1 trig=L mask=0 dest_id:00000004
> (XEN)     IRQ 18 Vec184:
> (XEN)       Apic 0x00, Pin 18: vec=b8 delivery=LoPri dest=L status=0
> polarity=1 irr=0 trig=L mask=0 dest_id:00000400
> (XEN)     IRQ 19 Vec161:
> (XEN)       Apic 0x00, Pin 19: vec=a1 delivery=LoPri dest=L status=0
> polarity=1 irr=0 trig=L mask=1 dest_id:00000555
> (XEN)     IRQ 20 Vec224:
> (XEN)       Apic 0x00, Pin 20: vec=e0 delivery=LoPri dest=L status=0
> polarity=1 irr=0 trig=L mask=0 dest_id:00000001
> (XEN)     IRQ 83 Vec 65:
> (XEN)       Apic 0x00, Pin 83: vec=41 delivery=LoPri dest=L status=0
> polarity=1 irr=0 trig=L mask=0 dest_id:00000400
> (XEN) MSI information:
> (XEN)  IOMMU  120 vec=30 lowest  edge   assert  log lowest dest=00000001
> mask=1/  /?
> (XEN)  MSI    121 vec=c0 lowest  edge   assert  log lowest dest=00000001
> mask=0/  /?
> (XEN)  MSI    122 vec=c8 lowest  edge   assert  log lowest dest=00000001
> mask=0/  /?
> (XEN)  MSI    123 vec=d8 lowest  edge   assert  log lowest dest=00000001
> mask=0/  /?
> (XEN)  MSI    124 vec=e8 lowest  edge   assert  log lowest dest=00000100
> mask=0/  /?
> (XEN)  MSI    125 vec=4a lowest  edge   assert  log lowest dest=00000004
> mask=0/  /?
> (XEN)  MSI-X  126 vec=59 lowest  edge   assert  log lowest dest=00000100
> mask=1/  /0
> (XEN)  MSI-X  127 vec=61 lowest  edge   assert  log lowest dest=00000010
> mask=1/  /0
> (XEN)  MSI-X  128 vec=69 lowest  edge   assert  log lowest dest=00000400
> mask=1/  /0
> (XEN)  MSI-X  129 vec=71 lowest  edge   assert  log lowest dest=00000400
> mask=1/  /0
> (XEN)  MSI-X  130 vec=79 lowest  edge   assert  log lowest dest=00000040
> mask=1/  /0
> (XEN)  MSI-X  131 vec=81 lowest  edge   assert  log lowest dest=00000100
> mask=1/  /0
> (XEN)  MSI-X  132 vec=89 lowest  edge   assert  log lowest dest=00000040
> mask=1/  /0
> (XEN)  MSI    133 vec=5a lowest  edge   assert  log lowest dest=00000004
> mask=0/  /?
> (XEN)  MSI    134 vec=99 lowest  edge   assert  log lowest dest=00000004
> mask=0/  /?
> (XEN)  MSI    135 vec=a9 lowest  edge   assert  log lowest dest=00000555
> mask=0/  /?
> (XEN)  MSI    136 vec=b1 lowest  edge   assert  log lowest dest=00000010
> mask=0/  /?
> (XEN)  MSI    137 vec=b9 lowest  edge   assert  log lowest dest=00000010
> mask=0/  /?
> (XEN)  MSI    138 vec=d1 lowest  edge   assert  log lowest dest=00000004
> mask=0/  /?
> (XEN)  MSI    139 vec=d9 lowest  edge   assert  log lowest dest=00000001
> mask=0/  /?
> (XEN) IRQ information:
> (XEN)    IRQ:   0 vec:f0 IO-APIC-edge    status=000 aff:{0}/{0}
> time.c#timer_interrupt()
> (XEN)    IRQ:   1 vec:31 IO-APIC-edge    status=034 aff:{10}/{0-11}
> in-flight=0 d0:  1(---)
> (XEN)    IRQ:   3 vec:40 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
> unbound
> (XEN)    IRQ:   4 vec:48 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
> unbound
> (XEN)    IRQ:   5 vec:50 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
> unbound
> (XEN)    IRQ:   6 vec:58 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
> unbound
> (XEN)    IRQ:   7 vec:60 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
> unbound
> (XEN)    IRQ:   8 vec:68 IO-APIC-edge    status=030 aff:{0}/{0}
> in-flight=0 d0:  8(---)
> (XEN)    IRQ:   9 vec:39 IO-APIC-level   status=030 aff:{4}/{0-11}
> in-flight=0 d0:  9(---)
> (XEN)    IRQ:  10 vec:78 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
> unbound
> (XEN)    IRQ:  11 vec:88 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
> unbound
> (XEN)    IRQ:  12 vec:90 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
> unbound
> (XEN)    IRQ:  13 vec:98 IO-APIC-edge    status=002 aff:{0-15}/{0} mapped,
> unbound
> (XEN)    IRQ:  14 vec:a0 IO-APIC-level   status=030 aff:{0}/{0}
> in-flight=0 d0: 14(---)
> (XEN)    IRQ:  15 vec:a8 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
> unbound
> (XEN)    IRQ:  16 vec:b0 IO-APIC-level   status=030 aff:{2}/{0-11}
> in-flight=0 d0: 16(---),d3: 16(-M-),d78: 16(-M-)
> (XEN)    IRQ:  17 vec:d0 IO-APIC-level   status=030 aff:{10}/{0-11}
> in-flight=1 d0: 17(---),d87: 17(-MM)
> (XEN)    IRQ:  18 vec:b8 IO-APIC-level   status=030 aff:{10}/{0-11}
> in-flight=0 d0: 18(---),d3: 18(-M-)
> (XEN)    IRQ:  19 vec:a1 IO-APIC-level   status=002 aff:{0-15}/{0-11}
> mapped, unbound
> (XEN)    IRQ:  20 vec:e0 IO-APIC-level   status=030 aff:{0}/{0-11}
> in-flight=0 d0: 20(---)
> (XEN)    IRQ:  83 vec:41 IO-APIC-level   status=030 aff:{8}/{0-11}
> in-flight=0 d0: 83(---)
> (XEN)    IRQ: 120 vec:30 DMA_MSI         status=000 aff:{0-15}/{0}
> iommu.c#iommu_page_fault()
> (XEN)    IRQ: 121 vec:c0 PCI-MSI         status=030 aff:{0}/{0-11}
> in-flight=0 d0:951(---)
> (XEN)    IRQ: 122 vec:c8 PCI-MSI         status=030 aff:{0}/{0-11}
> in-flight=0 d0:950(---)
> (XEN)    IRQ: 123 vec:d8 PCI-MSI         status=030 aff:{0}/{0-11}
> in-flight=0 d0:949(---)
> (XEN)    IRQ: 124 vec:e8 PCI-MSI         status=030 aff:{8}/{0-11}
> in-flight=0 d0:948(---)
> (XEN)    IRQ: 125 vec:4a PCI-MSI         status=010 aff:{2}/{0-11}
> in-flight=0 d78:151(---)
> (XEN)    IRQ: 126 vec:59 PCI-MSI/-X      status=030 aff:{8}/{0-11}
> in-flight=0 d0:946(---)
> (XEN)    IRQ: 127 vec:61 PCI-MSI/-X      status=030 aff:{4}/{0-11}
> in-flight=0 d0:945(---)
> (XEN)    IRQ: 128 vec:69 PCI-MSI/-X      status=030 aff:{10}/{0-11}
> in-flight=0 d0:944(---)
> (XEN)    IRQ: 129 vec:71 PCI-MSI/-X      status=030 aff:{10}/{0-11}
> in-flight=0 d0:943(---)
> (XEN)    IRQ: 130 vec:79 PCI-MSI/-X      status=030 aff:{6}/{0-11}
> in-flight=0 d0:942(---)
> (XEN)    IRQ: 131 vec:81 PCI-MSI/-X      status=030 aff:{8}/{0-11}
> in-flight=0 d0:941(---)
> (XEN)    IRQ: 132 vec:89 PCI-MSI/-X      status=030 aff:{6}/{0-11}
> in-flight=0 d0:940(---)
> (XEN)    IRQ: 133 vec:5a PCI-MSI         status=030 aff:{2}/{0-11}
> in-flight=0 d87:151(-M-)
> (XEN)    IRQ: 134 vec:99 PCI-MSI         status=010 aff:{2}/{0-11}
> in-flight=0 d0:938(---)
> (XEN)    IRQ: 135 vec:a9 PCI-MSI         status=002 aff:{0-15}/{0-11}
> mapped, unbound
> (XEN)    IRQ: 136 vec:b1 PCI-MSI         status=030 aff:{4}/{0-11}
> in-flight=0 d0:936(---)
> (XEN)    IRQ: 137 vec:b9 PCI-MSI         status=030 aff:{4}/{0-11}
> in-flight=0 d0:935(---)
> (XEN)    IRQ: 138 vec:d1 PCI-MSI         status=030 aff:{2}/{0-11}
> in-flight=0 d3:151(---)
> (XEN)    IRQ: 139 vec:d9 PCI-MSI         status=010 aff:{0}/{0-11}
> in-flight=0 d3:150(---)
> (XEN) Direct vector information:
> (XEN)    0x22 -> irq_move_cleanup_interrupt()
> (XEN)    0xf1 -> mce_intel.c#cmci_interrupt()
> (XEN)    0xf2 -> mce_intel.c#intel_thermal_interrupt()
> (XEN)    0xf9 -> pmu_apic_interrupt()
> (XEN)    0xfa -> apic_timer_interrupt()
> (XEN)    0xfb -> call_function_interrupt()
> (XEN)    0xfc -> event_check_interrupt()
> (XEN)    0xfd -> invalidate_interrupt()
> (XEN)    0xfe -> error_interrupt()
> (XEN)    0xff -> spurious_interrupt()
> (XEN) IO-APIC interrupt information:
> (XEN)     IRQ  0 Vec240:
> (XEN)       Apic 0x00, Pin  2: vec=f0 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ  1 Vec 49:
> (XEN)       Apic 0x00, Pin  1: vec=31 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000400
> (XEN)     IRQ  3 Vec 64:
> (XEN)       Apic 0x00, Pin  3: vec=40 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ  4 Vec 72:
> (XEN)       Apic 0x00, Pin  4: vec=48 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ  5 Vec 80:
> (XEN)       Apic 0x00, Pin  5: vec=50 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ  6 Vec 88:
> (XEN)       Apic 0x00, Pin  6: vec=58 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ  7 Vec 96:
> (XEN)       Apic 0x00, Pin  7: vec=60 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ  8 Vec104:
> (XEN)       Apic 0x00, Pin  8: vec=68 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ  9 Vec 57:
> (XEN)       Apic 0x00, Pin  9: vec=39 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=L mask=0 dest_id:00000010
> (XEN)     IRQ 10 Vec120:
> (XEN)       Apic 0x00, Pin 10: vec=78 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ 11 Vec136:
> (XEN)       Apic 0x00, Pin 11: vec=88 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ 12 Vec144:
> (XEN)       Apic 0x00, Pin 12: vec=90 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ 13 Vec152:
> (XEN)       Apic 0x00, Pin 13: vec=98 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=1 dest_id:00000001
> (XEN)     IRQ 14 Vec160:
> (XEN)       Apic 0x00, Pin 14: vec=a0 delivery=LoPri dest=L status=0
> polarity=1 irr=0 trig=L mask=0 dest_id:00000001
> (XEN)     IRQ 15 Vec168:
> (XEN)       Apic 0x00, Pin 15: vec=a8 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ 16 Vec176:
> (XEN)       Apic 0x00, Pin 16: vec=b0 delivery=LoPri dest=L status=0
> polarity=1 irr=0 trig=L mask=0 dest_id:00000004
> (XEN)     IRQ 17 Vec208:
> (XEN)       Apic 0x00, Pin 17: vec=d0 delivery=LoPri dest=L status=1
> polarity=1 irr=1 trig=L mask=0 dest_id:00000001
> (XEN)     IRQ 18 Vec184:
> (XEN)       Apic 0x00, Pin 18: vec=b8 delivery=LoPri dest=L status=0
> polarity=1 irr=0 trig=L mask=0 dest_id:00000400
> (XEN)     IRQ 19 Vec161:
> (XEN)       Apic 0x00, Pin 19: vec=a1 delivery=LoPri dest=L status=0
> polarity=1 irr=0 trig=L mask=1 dest_id:00000555
> (XEN)     IRQ 20 Vec224:
> (XEN)       Apic 0x00, Pin 20: vec=e0 delivery=LoPri dest=L status=0
> polarity=1 irr=0 trig=L mask=0 dest_id:00000001
> (XEN)     IRQ 83 Vec 65:
> (XEN)       Apic 0x00, Pin 83: vec=41 delivery=LoPri dest=L status=0
> polarity=1 irr=0 trig=L mask=0 dest_id:00000100
> (XEN) MSI information:
> (XEN)  IOMMU  120 vec=30 lowest  edge   assert  log lowest dest=00000001
> mask=1/  /?
> (XEN)  MSI    121 vec=c0 lowest  edge   assert  log lowest dest=00000001
> mask=0/  /?
> (XEN)  MSI    122 vec=c8 lowest  edge   assert  log lowest dest=00000001
> mask=0/  /?
> (XEN)  MSI    123 vec=d8 lowest  edge   assert  log lowest dest=00000001
> mask=0/  /?
> (XEN)  MSI    124 vec=e8 lowest  edge   assert  log lowest dest=00000004
> mask=0/  /?
> (XEN)  MSI    125 vec=72 lowest  edge   assert  log lowest dest=00000100
> mask=0/  /?
> (XEN)  MSI-X  126 vec=59 lowest  edge   assert  log lowest dest=00000100
> mask=1/  /0
> (XEN)  MSI-X  127 vec=61 lowest  edge   assert  log lowest dest=00000010
> mask=1/  /0
> (XEN)  MSI-X  128 vec=69 lowest  edge   assert  log lowest dest=00000010
> mask=1/  /0
> (XEN)  MSI-X  129 vec=71 lowest  edge   assert  log lowest dest=00000100
> mask=1/  /0
> (XEN)  MSI-X  130 vec=79 lowest  edge   assert  log lowest dest=00000040
> mask=1/  /0
> (XEN)  MSI-X  131 vec=81 lowest  edge   assert  log lowest dest=00000010
> mask=1/  /0
> (XEN)  MSI-X  132 vec=89 lowest  edge   assert  log lowest dest=00000040
> mask=1/  /0
> (XEN)  MSI    134 vec=99 lowest  edge   assert  log lowest dest=00000001
> mask=0/  /?
> (XEN)  MSI    135 vec=a9 lowest  edge   assert  log lowest dest=00000555
> mask=0/  /?
> (XEN)  MSI    136 vec=b1 lowest  edge   assert  log lowest dest=00000010
> mask=0/  /?
> (XEN)  MSI    137 vec=b9 lowest  edge   assert  log lowest dest=00000400
> mask=0/  /?
> (XEN)  MSI    138 vec=62 lowest  edge   assert  log lowest dest=00000001
> mask=0/  /?
> (XEN)  MSI    139 vec=6a lowest  edge   assert  log lowest dest=00000010
> mask=0/  /?
> (XEN) IRQ information:
> (XEN)    IRQ:   0 vec:f0 IO-APIC-edge    status=000 aff:{0}/{0}
> time.c#timer_interrupt()
> (XEN)    IRQ:   1 vec:31 IO-APIC-edge    status=034 aff:{6}/{0-11}
> in-flight=0 d0:  1(---)
> (XEN)    IRQ:   3 vec:40 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
> unbound
> (XEN)    IRQ:   4 vec:48 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
> unbound
> (XEN)    IRQ:   5 vec:50 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
> unbound
> (XEN)    IRQ:   6 vec:58 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
> unbound
> (XEN)    IRQ:   7 vec:60 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
> unbound
> (XEN)    IRQ:   8 vec:68 IO-APIC-edge    status=030 aff:{0}/{0}
> in-flight=0 d0:  8(---)
> (XEN)    IRQ:   9 vec:39 IO-APIC-level   status=030 aff:{2}/{0-11}
> in-flight=0 d0:  9(---)
> (XEN)    IRQ:  10 vec:78 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
> unbound
> (XEN)    IRQ:  11 vec:88 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
> unbound
> (XEN)    IRQ:  12 vec:90 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
> unbound
> (XEN)    IRQ:  13 vec:98 IO-APIC-edge    status=002 aff:{0-15}/{0} mapped,
> unbound
> (XEN)    IRQ:  14 vec:a0 IO-APIC-level   status=030 aff:{0}/{0}
> in-flight=0 d0: 14(---)
> (XEN)    IRQ:  15 vec:a8 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
> unbound
> (XEN)    IRQ:  16 vec:b0 IO-APIC-level   status=030 aff:{2}/{0-11}
> in-flight=0 d0: 16(---),d92: 16(-M-)
> (XEN)    IRQ:  17 vec:d0 IO-APIC-level   status=010 aff:{8}/{0-11}
> in-flight=1 d0: 17(---),d94: 17(-MM)
> (XEN)    IRQ:  18 vec:b8 IO-APIC-level   status=030 aff:{2}/{0-11}
> in-flight=0 d0: 18(---),d92: 18(-M-)
> (XEN)    IRQ:  19 vec:a1 IO-APIC-level   status=002 aff:{0-15}/{0-11}
> mapped, unbound
> (XEN)    IRQ:  20 vec:e0 IO-APIC-level   status=030 aff:{0}/{0-11}
> in-flight=0 d0: 20(---)
> (XEN)    IRQ:  83 vec:41 IO-APIC-level   status=030 aff:{10}/{0-11}
> in-flight=0 d0: 83(---)
> (XEN)    IRQ: 120 vec:30 DMA_MSI         status=000 aff:{0-15}/{0}
> iommu.c#iommu_page_fault()
> (XEN)    IRQ: 121 vec:c0 PCI-MSI         status=030 aff:{0}/{0-11}
> in-flight=0 d0:951(---)
> (XEN)    IRQ: 122 vec:c8 PCI-MSI         status=030 aff:{0}/{0-11}
> in-flight=0 d0:950(---)
> (XEN)    IRQ: 123 vec:d8 PCI-MSI         status=030 aff:{0}/{0-11}
> in-flight=0 d0:949(---)
> (XEN)    IRQ: 124 vec:e8 PCI-MSI         status=030 aff:{2}/{0-11}
> in-flight=0 d0:948(---)
> (XEN)    IRQ: 125 vec:72 PCI-MSI         status=030 aff:{8}/{0-11}
> in-flight=0 d94:151(-M-)
> (XEN)    IRQ: 126 vec:59 PCI-MSI/-X      status=030 aff:{8}/{0-11}
> in-flight=0 d0:946(---)
> (XEN)    IRQ: 127 vec:61 PCI-MSI/-X      status=030 aff:{4}/{0-11}
> in-flight=0 d0:945(---)
> (XEN)    IRQ: 128 vec:69 PCI-MSI/-X      status=030 aff:{4}/{0-11}
> in-flight=0 d0:944(---)
> (XEN)    IRQ: 129 vec:71 PCI-MSI/-X      status=030 aff:{8}/{0-11}
> in-flight=0 d0:943(---)
> (XEN)    IRQ: 130 vec:79 PCI-MSI/-X      status=030 aff:{6}/{0-11}
> in-flight=0 d0:942(---)
> (XEN)    IRQ: 131 vec:81 PCI-MSI/-X      status=030 aff:{4}/{0-11}
> in-flight=0 d0:941(---)
> (XEN)    IRQ: 132 vec:89 PCI-MSI/-X      status=030 aff:{6}/{0-11}
> in-flight=0 d0:940(---)
> (XEN)    IRQ: 134 vec:99 PCI-MSI         status=010 aff:{0}/{0-11}
> in-flight=0 d0:938(---)
> (XEN)    IRQ: 135 vec:a9 PCI-MSI         status=002 aff:{0-15}/{0-11}
> mapped, unbound
> (XEN)    IRQ: 136 vec:b1 PCI-MSI         status=030 aff:{4}/{0-11}
> in-flight=0 d0:936(---)
> (XEN)    IRQ: 137 vec:b9 PCI-MSI         status=030 aff:{10}/{0-11}
> in-flight=0 d0:935(---)
> (XEN)    IRQ: 138 vec:62 PCI-MSI         status=030 aff:{0}/{0-11}
> in-flight=0 d92:151(---)
> (XEN)    IRQ: 139 vec:6a PCI-MSI         status=030 aff:{4}/{0-11}
> in-flight=0 d92:150(---)
> (XEN) Direct vector information:
> (XEN)    0x22 -> irq_move_cleanup_interrupt()
> (XEN)    0xf1 -> mce_intel.c#cmci_interrupt()
> (XEN)    0xf2 -> mce_intel.c#intel_thermal_interrupt()
> (XEN)    0xf9 -> pmu_apic_interrupt()
> (XEN)    0xfa -> apic_timer_interrupt()
> (XEN)    0xfb -> call_function_interrupt()
> (XEN)    0xfc -> event_check_interrupt()
> (XEN)    0xfd -> invalidate_interrupt()
> (XEN)    0xfe -> error_interrupt()
> (XEN)    0xff -> spurious_interrupt()
> (XEN) IO-APIC interrupt information:
> (XEN)     IRQ  0 Vec240:
> (XEN)       Apic 0x00, Pin  2: vec=f0 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ  1 Vec 49:
> (XEN)       Apic 0x00, Pin  1: vec=31 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000040
> (XEN)     IRQ  3 Vec 64:
> (XEN)       Apic 0x00, Pin  3: vec=40 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ  4 Vec 72:
> (XEN)       Apic 0x00, Pin  4: vec=48 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ  5 Vec 80:
> (XEN)       Apic 0x00, Pin  5: vec=50 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ  6 Vec 88:
> (XEN)       Apic 0x00, Pin  6: vec=58 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ  7 Vec 96:
> (XEN)       Apic 0x00, Pin  7: vec=60 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ  8 Vec104:
> (XEN)       Apic 0x00, Pin  8: vec=68 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ  9 Vec 57:
> (XEN)       Apic 0x00, Pin  9: vec=39 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=L mask=0 dest_id:00000004
> (XEN)     IRQ 10 Vec120:
> (XEN)       Apic 0x00, Pin 10: vec=78 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ 11 Vec136:
> (XEN)       Apic 0x00, Pin 11: vec=88 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ 12 Vec144:
> (XEN)       Apic 0x00, Pin 12: vec=90 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ 13 Vec152:
> (XEN)       Apic 0x00, Pin 13: vec=98 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=1 dest_id:00000001
> (XEN)     IRQ 14 Vec160:
> (XEN)       Apic 0x00, Pin 14: vec=a0 delivery=LoPri dest=L status=0
> polarity=1 irr=0 trig=L mask=0 dest_id:00000001
> (XEN)     IRQ 15 Vec168:
> (XEN)       Apic 0x00, Pin 15: vec=a8 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ 16 Vec176:
> (XEN)       Apic 0x00, Pin 16: vec=b0 delivery=LoPri dest=L status=0
> polarity=1 irr=0 trig=L mask=0 dest_id:00000004
> (XEN)     IRQ 17 Vec208:
> (XEN)       Apic 0x00, Pin 17: vec=d0 delivery=LoPri dest=L status=1
> polarity=1 irr=1 trig=L mask=0 dest_id:00000100
> (XEN)     IRQ 18 Vec184:
> (XEN)       Apic 0x00, Pin 18: vec=b8 delivery=LoPri dest=L status=0
> polarity=1 irr=0 trig=L mask=0 dest_id:00000004
> (XEN)     IRQ 19 Vec161:
> (XEN)       Apic 0x00, Pin 19: vec=a1 delivery=LoPri dest=L status=0
> polarity=1 irr=0 trig=L mask=1 dest_id:00000555
> (XEN)     IRQ 20 Vec224:
> (XEN)       Apic 0x00, Pin 20: vec=e0 delivery=LoPri dest=L status=0
> polarity=1 irr=0 trig=L mask=0 dest_id:00000001
> (XEN)     IRQ 83 Vec 65:
> (XEN)       Apic 0x00, Pin 83: vec=41 delivery=LoPri dest=L status=0
> polarity=1 irr=0 trig=L mask=0 dest_id:00000400
> (XEN) MSI information:
> (XEN)  IOMMU  120 vec=30 lowest  edge   assert  log lowest dest=00000001
> mask=1/  /?
> (XEN)  MSI    121 vec=c0 lowest  edge   assert  log lowest dest=00000001
> mask=0/  /?
> (XEN)  MSI    122 vec=c8 lowest  edge   assert  log lowest dest=00000001
> mask=0/  /?
> (XEN)  MSI    123 vec=d8 lowest  edge   assert  log lowest dest=00000001
> mask=0/  /?
> (XEN)  MSI    124 vec=e8 lowest  edge   assert  log lowest dest=00000004
> mask=0/  /?
> (XEN)  MSI    125 vec=72 lowest  edge   assert  log lowest dest=00000100
> mask=0/  /?
> (XEN)  MSI-X  126 vec=59 lowest  edge   assert  log lowest dest=00000100
> mask=1/  /0
> (XEN)  MSI-X  127 vec=61 lowest  edge   assert  log lowest dest=00000010
> mask=1/  /0
> (XEN)  MSI-X  128 vec=69 lowest  edge   assert  log lowest dest=00000400
> mask=1/  /0
> (XEN)  MSI-X  129 vec=71 lowest  edge   assert  log lowest dest=00000100
> mask=1/  /0
> (XEN)  MSI-X  130 vec=79 lowest  edge   assert  log lowest dest=00000001
> mask=1/  /0
> (XEN)  MSI-X  131 vec=81 lowest  edge   assert  log lowest dest=00000010
> mask=1/  /0
> (XEN)  MSI-X  132 vec=89 lowest  edge   assert  log lowest dest=00000040
> mask=1/  /0
> (XEN)  MSI    134 vec=99 lowest  edge   assert  log lowest dest=00000400
> mask=0/  /?
> (XEN)  MSI    135 vec=a9 lowest  edge   assert  log lowest dest=00000555
> mask=0/  /?
> (XEN)  MSI    136 vec=b1 lowest  edge   assert  log lowest dest=00000010
> mask=0/  /?
> (XEN)  MSI    137 vec=b9 lowest  edge   assert  log lowest dest=00000400
> mask=0/  /?
> (XEN)  MSI    138 vec=62 lowest  edge   assert  log lowest dest=00000001
> mask=0/  /?
> (XEN)  MSI    139 vec=6a lowest  edge   assert  log lowest dest=00000010
> mask=0/  /?
> (XEN) IRQ information:
> (XEN)    IRQ:   0 vec:f0 IO-APIC-edge    status=000 aff:{0}/{0}
> time.c#timer_interrupt()
> (XEN)    IRQ:   1 vec:31 IO-APIC-edge    status=034 aff:{6}/{0-11}
> in-flight=0 d0:  1(---)
> (XEN)    IRQ:   3 vec:40 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
> unbound
> (XEN)    IRQ:   4 vec:48 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
> unbound
> (XEN)    IRQ:   5 vec:50 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
> unbound
> (XEN)    IRQ:   6 vec:58 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
> unbound
> (XEN)    IRQ:   7 vec:60 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
> unbound
> (XEN)    IRQ:   8 vec:68 IO-APIC-edge    status=030 aff:{0}/{0}
> in-flight=0 d0:  8(---)
> (XEN)    IRQ:   9 vec:39 IO-APIC-level   status=030 aff:{2}/{0-11}
> in-flight=0 d0:  9(---)
> (XEN)    IRQ:  10 vec:78 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
> unbound
> (XEN)    IRQ:  11 vec:88 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
> unbound
> (XEN)    IRQ:  12 vec:90 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
> unbound
> (XEN)    IRQ:  13 vec:98 IO-APIC-edge    status=002 aff:{0-15}/{0} mapped,
> unbound
> (XEN)    IRQ:  14 vec:a0 IO-APIC-level   status=030 aff:{0}/{0}
> in-flight=0 d0: 14(---)
> (XEN)    IRQ:  15 vec:a8 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
> unbound
> (XEN)    IRQ:  16 vec:b0 IO-APIC-level   status=030 aff:{2}/{0-11}
> in-flight=0 d0: 16(---),d92: 16(-M-)
> (XEN)    IRQ:  17 vec:d0 IO-APIC-level   status=010 aff:{8}/{0-11}
> in-flight=1 d0: 17(---),d94: 17(-MM)
> (XEN)    IRQ:  18 vec:b8 IO-APIC-level   status=030 aff:{2}/{0-11}
> in-flight=0 d0: 18(---),d92: 18(-M-)
> (XEN)    IRQ:  19 vec:a1 IO-APIC-level   status=002 aff:{0-15}/{0-11}
> mapped, unbound
> (XEN)    IRQ:  20 vec:e0 IO-APIC-level   status=030 aff:{0}/{0-11}
> in-flight=0 d0: 20(---)
> (XEN)    IRQ:  83 vec:41 IO-APIC-level   status=030 aff:{10}/{0-11}
> in-flight=0 d0: 83(---)
> (XEN)    IRQ: 120 vec:30 DMA_MSI         status=000 aff:{0-15}/{0}
> iommu.c#iommu_page_fault()
> (XEN)    IRQ: 121 vec:c0 PCI-MSI         status=030 aff:{0}/{0-11}
> in-flight=0 d0:951(---)
> (XEN)    IRQ: 122 vec:c8 PCI-MSI         status=030 aff:{0}/{0-11}
> in-flight=0 d0:950(---)
> (XEN)    IRQ: 123 vec:d8 PCI-MSI         status=030 aff:{0}/{0-11}
> in-flight=0 d0:949(---)
> (XEN)    IRQ: 124 vec:e8 PCI-MSI         status=030 aff:{2}/{0-11}
> in-flight=0 d0:948(---)
> (XEN)    IRQ: 125 vec:72 PCI-MSI         status=030 aff:{8}/{0-11}
> in-flight=0 d94:151(-M-)
> (XEN)    IRQ: 126 vec:59 PCI-MSI/-X      status=030 aff:{8}/{0-11}
> in-flight=0 d0:946(---)
> (XEN)    IRQ: 127 vec:61 PCI-MSI/-X      status=030 aff:{4}/{0-11}
> in-flight=0 d0:945(---)
> (XEN)    IRQ: 128 vec:69 PCI-MSI/-X      status=030 aff:{10}/{0-11}
> in-flight=0 d0:944(---)
> (XEN)    IRQ: 129 vec:71 PCI-MSI/-X      status=030 aff:{8}/{0-11}
> in-flight=0 d0:943(---)
> (XEN)    IRQ: 130 vec:79 PCI-MSI/-X      status=030 aff:{0}/{0-11}
> in-flight=0 d0:942(---)
> (XEN)    IRQ: 131 vec:81 PCI-MSI/-X      status=030 aff:{4}/{0-11}
> in-flight=0 d0:941(---)
> (XEN)    IRQ: 132 vec:89 PCI-MSI/-X      status=030 aff:{6}/{0-11}
> in-flight=0 d0:940(---)
> (XEN)    IRQ: 134 vec:99 PCI-MSI         status=010 aff:{10}/{0-11}
> in-flight=0 d0:938(---)
> (XEN)    IRQ: 135 vec:a9 PCI-MSI         status=002 aff:{0-15}/{0-11}
> mapped, unbound
> (XEN)    IRQ: 136 vec:b1 PCI-MSI         status=030 aff:{4}/{0-11}
> in-flight=0 d0:936(---)
> (XEN)    IRQ: 137 vec:b9 PCI-MSI         status=030 aff:{10}/{0-11}
> in-flight=0 d0:935(---)
> (XEN)    IRQ: 138 vec:62 PCI-MSI         status=030 aff:{0}/{0-11}
> in-flight=0 d92:151(---)
> (XEN)    IRQ: 139 vec:6a PCI-MSI         status=010 aff:{4}/{0-11}
> in-flight=0 d92:150(---)
> (XEN) Direct vector information:
> (XEN)    0x22 -> irq_move_cleanup_interrupt()
> (XEN)    0xf1 -> mce_intel.c#cmci_interrupt()
> (XEN)    0xf2 -> mce_intel.c#intel_thermal_interrupt()
> (XEN)    0xf9 -> pmu_apic_interrupt()
> (XEN)    0xfa -> apic_timer_interrupt()
> (XEN)    0xfb -> call_function_interrupt()
> (XEN)    0xfc -> event_check_interrupt()
> (XEN)    0xfd -> invalidate_interrupt()
> (XEN)    0xfe -> error_interrupt()
> (XEN)    0xff -> spurious_interrupt()
> (XEN) IO-APIC interrupt information:
> (XEN)     IRQ  0 Vec240:
> (XEN)       Apic 0x00, Pin  2: vec=f0 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ  1 Vec 49:
> (XEN)       Apic 0x00, Pin  1: vec=31 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000040
> (XEN)     IRQ  3 Vec 64:
> (XEN)       Apic 0x00, Pin  3: vec=40 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ  4 Vec 72:
> (XEN)       Apic 0x00, Pin  4: vec=48 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ  5 Vec 80:
> (XEN)       Apic 0x00, Pin  5: vec=50 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ  6 Vec 88:
> (XEN)       Apic 0x00, Pin  6: vec=58 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ  7 Vec 96:
> (XEN)       Apic 0x00, Pin  7: vec=60 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ  8 Vec104:
> (XEN)       Apic 0x00, Pin  8: vec=68 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ  9 Vec 57:
> (XEN)       Apic 0x00, Pin  9: vec=39 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=L mask=0 dest_id:00000004
> (XEN)     IRQ 10 Vec120:
> (XEN)       Apic 0x00, Pin 10: vec=78 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ 11 Vec136:
> (XEN)       Apic 0x00, Pin 11: vec=88 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ 12 Vec144:
> (XEN)       Apic 0x00, Pin 12: vec=90 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ 13 Vec152:
> (XEN)       Apic 0x00, Pin 13: vec=98 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=1 dest_id:00000001
> (XEN)     IRQ 14 Vec160:
> (XEN)       Apic 0x00, Pin 14: vec=a0 delivery=LoPri dest=L status=0
> polarity=1 irr=0 trig=L mask=0 dest_id:00000001
> (XEN)     IRQ 15 Vec168:
> (XEN)       Apic 0x00, Pin 15: vec=a8 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ 16 Vec176:
> (XEN)       Apic 0x00, Pin 16: vec=b0 delivery=LoPri dest=L status=0
> polarity=1 irr=0 trig=L mask=0 dest_id:00000004
> (XEN)     IRQ 17 Vec208:
> (XEN)       Apic 0x00, Pin 17: vec=d0 delivery=LoPri dest=L status=1
> polarity=1 irr=1 trig=L mask=0 dest_id:00000100
> (XEN)     IRQ 18 Vec184:
> (XEN)       Apic 0x00, Pin 18: vec=b8 delivery=LoPri dest=L status=0
> polarity=1 irr=0 trig=L mask=0 dest_id:00000004
> (XEN)     IRQ 19 Vec161:
> (XEN)       Apic 0x00, Pin 19: vec=a1 delivery=LoPri dest=L status=0
> polarity=1 irr=0 trig=L mask=1 dest_id:00000555
> (XEN)     IRQ 20 Vec224:
> (XEN)       Apic 0x00, Pin 20: vec=e0 delivery=LoPri dest=L status=0
> polarity=1 irr=0 trig=L mask=0 dest_id:00000001
> (XEN)     IRQ 83 Vec 65:
> (XEN)       Apic 0x00, Pin 83: vec=41 delivery=LoPri dest=L status=0
> polarity=1 irr=0 trig=L mask=0 dest_id:00000400
>

I shutted down all VMs excluding sys-usb (which I need to be able to use
keyboard) and OpenBSD HVM befor that command.

My pcidum is:

Domain /dev/pci0:
>  0:0:0: Intel 82441FX
> 0x0000: Vendor ID: 8086, Product ID: 1237
> 0x0004: Command: 0004, Status: 0000
> 0x0008: Class: 06 Bridge, Subclass: 00 Host,
> Interface: 00, Revision: 02
> 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00,
> Cache Line Size: 00
> 0x0010: BAR empty (00000000)
> 0x0014: BAR empty (00000000)
> 0x0018: BAR empty (00000000)
> 0x001c: BAR empty (00000000)
> 0x0020: BAR empty (00000000)
> 0x0024: BAR empty (00000000)
> 0x0028: Cardbus CIS: 00000000
> 0x002c: Subsystem Vendor ID: 1af4 Product ID: 1100
> 0x0030: Expansion ROM Base Address: 00000000
> 0x0038: 00000000
> 0x003c: Interrupt Pin: 00 Line: 00 Min Gnt: 00 Max Lat: 00
>  0:1:0: Intel 82371SB ISA
> 0x0000: Vendor ID: 8086, Product ID: 7000
> 0x0004: Command: 0004, Status: 0200
> 0x0008: Class: 06 Bridge, Subclass: 01 ISA,
> Interface: 00, Revision: 00
> 0x000c: BIST: 00, Header Type: 80, Latency Timer: 00,
> Cache Line Size: 00
> 0x0010: BAR empty (00000000)
> 0x0014: BAR empty (00000000)
> 0x0018: BAR empty (00000000)
> 0x001c: BAR empty (00000000)
> 0x0020: BAR empty (00000000)
> 0x0024: BAR empty (00000000)
> 0x0028: Cardbus CIS: 00000000
> 0x002c: Subsystem Vendor ID: 1af4 Product ID: 1100
> 0x0030: Expansion ROM Base Address: 00000000
> 0x0038: 00000000
> 0x003c: Interrupt Pin: 00 Line: 00 Min Gnt: 00 Max Lat: 00
>  0:1:1: Intel 82371SB IDE
> 0x0000: Vendor ID: 8086, Product ID: 7010
> 0x0004: Command: 0005, Status: 0280
> 0x0008: Class: 01 Mass Storage, Subclass: 01 IDE,
> Interface: 80, Revision: 00
> 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00,
> Cache Line Size: 00
> 0x0010: BAR empty (00000000)
> 0x0014: BAR empty (00000000)
> 0x0018: BAR empty (00000000)
> 0x001c: BAR empty (00000000)
> 0x0020: BAR io addr: 0x0000c200/0x0010
> 0x0024: BAR empty (00000000)
> 0x0028: Cardbus CIS: 00000000
> 0x002c: Subsystem Vendor ID: 1af4 Product ID: 1100
> 0x0030: Expansion ROM Base Address: 00000000
> 0x0038: 00000000
> 0x003c: Interrupt Pin: 00 Line: 00 Min Gnt: 00 Max Lat: 00
>  0:1:3: Intel 82371AB Power
> 0x0000: Vendor ID: 8086, Product ID: 7113
> 0x0004: Command: 0004, Status: 0280
> 0x0008: Class: 06 Bridge, Subclass: 80 Miscellaneous,
> Interface: 00, Revision: 03
> 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00,
> Cache Line Size: 00
> 0x0010: BAR empty (00000000)
> 0x0014: BAR empty (00000000)
> 0x0018: BAR empty (00000000)
> 0x001c: BAR empty (00000000)
> 0x0020: BAR empty (00000000)
> 0x0024: BAR empty (00000000)
> 0x0028: Cardbus CIS: 00000000
> 0x002c: Subsystem Vendor ID: 1af4 Product ID: 1100
> 0x0030: Expansion ROM Base Address: 00000000
> 0x0038: 00000000
> 0x003c: Interrupt Pin: 01 Line: 0a Min Gnt: 00 Max Lat: 00
>  0:2:0: XenSource Platform Device
> 0x0000: Vendor ID: 5853, Product ID: 0001
> 0x0004: Command: 0007, Status: 0000
> 0x0008: Class: ff (unknown), Subclass: 80 (unknown),
> Interface: 00, Revision: 01
> 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00,
> Cache Line Size: 00
> 0x0010: BAR io addr: 0x0000c000/0x0100
> 0x0014: BAR mem prefetchable 32bit addr: 0xf0000000/0x01000000
> 0x0018: BAR empty (00000000)
> 0x001c: BAR empty (00000000)
> 0x0020: BAR empty (00000000)
> 0x0024: BAR empty (00000000)
> 0x0028: Cardbus CIS: 00000000
> 0x002c: Subsystem Vendor ID: 5853 Product ID: 0001
> 0x0030: Expansion ROM Base Address: 00000000
> 0x0038: 00000000
> 0x003c: Interrupt Pin: 01 Line: 0b Min Gnt: 00 Max Lat: 00
>  0:3:0: Bochs VGA
> 0x0000: Vendor ID: 1234, Product ID: 1111
> 0x0004: Command: 0007, Status: 0000
> 0x0008: Class: 03 Display, Subclass: 00 VGA,
> Interface: 00, Revision: 02
> 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00,
> Cache Line Size: 00
> 0x0010: BAR mem prefetchable 32bit addr: 0xf1000000/0x01000000
> 0x0014: BAR empty (00000000)
> 0x0018: BAR mem 32bit addr: 0xf2018000/0x00001000
> 0x001c: BAR empty (00000000)
> 0x0020: BAR empty (00000000)
> 0x0024: BAR empty (00000000)
> 0x0028: Cardbus CIS: 00000000
> 0x002c: Subsystem Vendor ID: 1af4 Product ID: 1100
> 0x0030: Expansion ROM Base Address: f2000000
> 0x0038: 00000000
> 0x003c: Interrupt Pin: 00 Line: 00 Min Gnt: 00 Max Lat: 00
>  0:4:0: Intel 82801DB USB
> 0x0000: Vendor ID: 8086, Product ID: 24cd
> 0x0004: Command: 0006, Status: 0000
> 0x0008: Class: 0c Serial Bus, Subclass: 03 USB,
> Interface: 20, Revision: 10
> 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00,
> Cache Line Size: 00
> 0x0010: BAR mem 32bit addr: 0xf2019000/0x00001000
> 0x0014: BAR empty (00000000)
> 0x0018: BAR empty (00000000)
> 0x001c: BAR empty (00000000)
> 0x0020: BAR empty (00000000)
> 0x0024: BAR empty (00000000)
> 0x0028: Cardbus CIS: 00000000
> 0x002c: Subsystem Vendor ID: 1af4 Product ID: 1100
> 0x0030: Expansion ROM Base Address: 00000000
> 0x0038: 00000000
> 0x003c: Interrupt Pin: 04 Line: 05 Min Gnt: 00 Max Lat: 00
>  0:6:0: NEC xHCI
> 0x0000: Vendor ID: 1033, Product ID: 0194
> 0x0004: Command: 0006, Status: 0010
> 0x0008: Class: 0c Serial Bus, Subclass: 03 USB,
> Interface: 30, Revision: 03
> 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00,
> Cache Line Size: 00
> 0x0010: BAR mem 64bit addr: 0x00000000f2010000/0x00004000
> 0x0018: BAR empty (00000000)
> 0x001c: BAR empty (00000000)
> 0x0020: BAR empty (00000000)
> 0x0024: BAR empty (00000000)
> 0x0028: Cardbus CIS: 00000000
> 0x002c: Subsystem Vendor ID: 1af4 Product ID: 1100
> 0x0030: Expansion ROM Base Address: 00000000
> 0x0038: 00000000
> 0x003c: Interrupt Pin: 01 Line: 0b Min Gnt: 00 Max Lat: 00
> 0x0090: Capability 0x11: Extended Message Signalled Interrupts (MSI-X)
> Enabled: no; table size 16 (BAR 0:12288)
> 0x0070: Capability 0x05: Message Signalled Interrupts (MSI)
> Enabled: yes
>  0:7:0: Intel AC 9560
> 0x0000: Vendor ID: 8086, Product ID: a370
> 0x0004: Command: 0006, Status: 0010
> 0x0008: Class: 02 Network, Subclass: 80 Miscellaneous,
> Interface: 00, Revision: 10
> 0x000c: BIST: 00, Header Type: 80, Latency Timer: 00,
> Cache Line Size: 00
> 0x0010: BAR mem 64bit addr: 0x00000000f2014000/0x00004000
> 0x0018: BAR empty (00000000)
> 0x001c: BAR empty (00000000)
> 0x0020: BAR empty (00000000)
> 0x0024: BAR empty (00000000)
> 0x0028: Cardbus CIS: 00000000
> 0x002c: Subsystem Vendor ID: 8086 Product ID: 0034
> 0x0030: Expansion ROM Base Address: 00000000
> 0x0038: 00000000
> 0x003c: Interrupt Pin: 01 Line: 05 Min Gnt: 00 Max Lat: 00
> 0x00c8: Capability 0x01: Power Management
> State: D0
> 0x00d0: Capability 0x05: Message Signalled Interrupts (MSI)
> Enabled: no
> 0x0040: Capability 0x10: PCI Express
> Max Payload Size: 128 / 128 bytes
> Max Read Request Size: 512 bytes
>

BR Adam Szewczyk


pt., 16 wrz 2022 o 15:35 Roger Pau Monné <roger.pau@citrix.com> napisał(a):

> Again, please keep xen-devel on Cc and don't top-post.
>
> On Fri, Sep 16, 2022 at 03:19:30PM +0200, Adam Szewczyk wrote:
> > I executed it in dom0 terminal and it prints lots of stuff, but when I
> run
> > jus xl dmesg it prints almost the same logs. So I'm not sure if I have
> > right output or what I shuld search for to paste it here.
>
> Hm, you should see something like:
>
> (XEN) [ 8729.266567] MSI information:
> [...]
> (XEN) [ 8709.154958] IRQ information:
> [...]
>
> In the output of `xl dmesg`
>
> You can paste the full output of `xl dmesg`, that should be fine.
>
> > Regards Adam.
> >
> > pt., 16 wrz 2022, 15:09 użytkownik Roger Pau Monné <roger.pau@citrix.com
> >
> > napisał:
> >
> > > Please keep xen-devel in Cc and avoid top-posting.
> > >
> > > On Fri, Sep 16, 2022 at 02:35:17PM +0200, Adam Szewczyk wrote:
> > > > >  0:7:0: Intel AC 9560
> > > > > 0x0000: Vendor ID: 8086, Product ID: a370
> > > > > 0x0004: Command: 0006, Status: 0010
> > > > > 0x0008: Class: 02 Network, Subclass: 80 Miscellaneous,
> > > > > Interface: 00, Revision: 10
> > > > > 0x000c: BIST: 00, Header Type: 80, Latency Timer: 00,
> > > > > Cache Line Size: 00
> > > > > 0x0010: BAR mem 64bit addr: 0x00000000f2014000/0x00004000
> > > > > 0x0018: BAR empty (00000000)
> > > > > 0x001c: BAR empty (00000000)
> > > > > 0x0020: BAR empty (00000000)
> > > > > 0x0024: BAR empty (00000000)
> > > > > 0x0028: Cardbus CIS: 00000000
> > > > > 0x002c: Subsystem Vendor ID: 8086 Product ID: 0034
> > > > > 0x0030: Expansion ROM Base Address: 00000000
> > > > > 0x0038: 00000000
> > >
> > > None of the BARs are at 0x404000 which seems to be where OpenBSD is
> > > trying to load the firmware?
> > >
> > > I would have to look at the code to figure out exactly what it is
> > > trying to do here (and why it fails).
> > >
> > > Can you also paste the output from `lspci -v`?
>
> You seem to have missed this bit.
>
> Regards, Roger.
>

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

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

* Re: [BUG] problems with NICs pass through to OpenBSD guest
  2022-09-16 15:08         ` Adam Szewczyk
@ 2022-09-16 19:26           ` Adam Szewczyk
  2022-09-16 20:50             ` Adam Szewczyk
  2022-09-19  9:21           ` Roger Pau Monné
  1 sibling, 1 reply; 12+ messages in thread
From: Adam Szewczyk @ 2022-09-16 19:26 UTC (permalink / raw)
  To: Roger Pau Monné; +Cc: xen-devel

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

>
> 00:00.0 Host bridge: Intel Corporation 8th Gen Core Processor Host
> Bridge/DRAM Registers (rev 07)
> Subsystem: Lenovo Device 3807
> Flags: bus master, fast devsel, latency 0
> Capabilities: <access denied>
>
> 00:01.0 PCI bridge: Intel Corporation 6th-10th Gen Core Processor PCIe
> Controller (x16) (rev 07) (prog-if 00 [Normal decode])
> Flags: bus master, fast devsel, latency 0, IRQ 158
> Bus: primary=00, secondary=01, subordinate=05, sec-latency=0
> I/O behind bridge: 00004000-00004fff [size=4K]
> Memory behind bridge: a0000000-b40fffff [size=321M]
> Prefetchable memory behind bridge: 00000000b4100000-00000000b41fffff
> [size=1M]
> Capabilities: <access denied>
> Kernel driver in use: pcieport
>
> 00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200
> v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 07)
> Subsystem: Lenovo Device 382f
> Flags: bus master, fast devsel, latency 0, IRQ 16
> Memory at b4510000 (64-bit, non-prefetchable) [size=32K]
> Capabilities: <access denied>
> Kernel driver in use: proc_thermal
> Kernel modules: processor_thermal_device_pci_legacy
>
> 00:08.0 System peripheral: Intel Corporation Xeon E3-1200 v5/v6 / E3-1500
> v5 / 6th/7th/8th Gen Core Processor Gaussian Mixture Model
> Subsystem: Lenovo Device 3864
> Flags: bus master, fast devsel, latency 0, IRQ 255
> Memory at b4524000 (64-bit, non-prefetchable) [size=4K]
> Capabilities: <access denied>
>
> 00:12.0 Signal processing controller: Intel Corporation Cannon Lake PCH
> Thermal Controller (rev 10)
> Subsystem: Lenovo Device 3802
> Flags: bus master, fast devsel, latency 0, IRQ 16
> Memory at b4525000 (64-bit, non-prefetchable) [size=4K]
> Capabilities: <access denied>
> Kernel driver in use: intel_pch_thermal
> Kernel modules: intel_pch_thermal
>
> 00:14.0 USB controller: Intel Corporation Cannon Lake PCH USB 3.1 xHCI
> Host Controller (rev 10) (prog-if 30 [XHCI])
> Subsystem: Lenovo Device 3806
> Flags: bus master, medium devsel, latency 0, IRQ 16
> Memory at b4500000 (64-bit, non-prefetchable) [size=64K]
> Capabilities: <access denied>
> Kernel driver in use: pciback
> Kernel modules: xhci_pci
>
> 00:14.2 RAM memory: Intel Corporation Cannon Lake PCH Shared SRAM (rev 10)
> Subsystem: Lenovo Device 3824
> Flags: bus master, fast devsel, latency 0
> Memory at b4520000 (64-bit, non-prefetchable) [size=8K]
> Memory at b4526000 (64-bit, non-prefetchable) [size=4K]
> Capabilities: <access denied>
>
> 00:14.3 Network controller: Intel Corporation Wireless-AC 9560 [Jefferson
> Peak] (rev 10)
> Subsystem: Intel Corporation Device 0034
> Flags: fast devsel, IRQ 16
> Memory at b4518000 (64-bit, non-prefetchable) [size=16K]
> Capabilities: <access denied>
> Kernel driver in use: pciback
> Kernel modules: iwlwifi
>
> 00:15.0 Serial bus controller [0c80]: Intel Corporation Cannon Lake PCH
> Serial IO I2C Controller #0 (rev 10)
> Subsystem: Lenovo Device 3803
> Flags: bus master, fast devsel, latency 0, IRQ 16
> Memory at b4527000 (64-bit, non-prefetchable) [virtual] [size=4K]
> Capabilities: <access denied>
> Kernel driver in use: intel-lpss
>
> 00:15.1 Serial bus controller [0c80]: Intel Corporation Cannon Lake PCH
> Serial IO I2C Controller #1 (rev 10)
> Subsystem: Lenovo Device 3804
> Flags: bus master, fast devsel, latency 0, IRQ 17
> Memory at b4528000 (64-bit, non-prefetchable) [virtual] [size=4K]
> Capabilities: <access denied>
> Kernel driver in use: intel-lpss
>
> 00:16.0 Communication controller: Intel Corporation Cannon Lake PCH HECI
> Controller (rev 10)
> Subsystem: Lenovo Device 3810
> Flags: bus master, fast devsel, latency 0, IRQ 174
> Memory at b4529000 (64-bit, non-prefetchable) [size=4K]
> Capabilities: <access denied>
> Kernel driver in use: mei_me
> Kernel modules: mei_me
>
> 00:17.0 SATA controller: Intel Corporation Cannon Lake Mobile PCH SATA
> AHCI Controller (rev 10) (prog-if 01 [AHCI 1.0])
> Subsystem: Lenovo Device 3808
> Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 162
> Memory at b4522000 (32-bit, non-prefetchable) [size=8K]
> Memory at b452e000 (32-bit, non-prefetchable) [size=256]
> I/O ports at 5040 [size=8]
> I/O ports at 5048 [size=4]
> I/O ports at 5020 [size=32]
> Memory at b452d000 (32-bit, non-prefetchable) [size=2K]
> Capabilities: <access denied>
> Kernel driver in use: ahci
>
> 00:1d.0 PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root
> Port #9 (rev f0) (prog-if 00 [Normal decode])
> Flags: bus master, fast devsel, latency 0, IRQ 159
> Bus: primary=00, secondary=06, subordinate=06, sec-latency=0
> I/O behind bridge: [disabled]
> Memory behind bridge: b4400000-b44fffff [size=1M]
> Prefetchable memory behind bridge: [disabled]
> Capabilities: <access denied>
> Kernel driver in use: pcieport
>
> 00:1d.5 PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root
> Port #14 (rev f0) (prog-if 00 [Normal decode])
> Flags: bus master, fast devsel, latency 0, IRQ 160
> Bus: primary=00, secondary=07, subordinate=07, sec-latency=0
> I/O behind bridge: 00003000-00003fff [size=4K]
> Memory behind bridge: b4300000-b43fffff [size=1M]
> Prefetchable memory behind bridge: [disabled]
> Capabilities: <access denied>
> Kernel driver in use: pcieport
>
> 00:1e.0 Communication controller: Intel Corporation Cannon Lake PCH Serial
> IO UART Host Controller (rev 10)
> Subsystem: Lenovo Device 3813
> Flags: bus master, fast devsel, latency 0, IRQ 20
> Memory at b452a000 (64-bit, non-prefetchable) [virtual] [size=4K]
> Capabilities: <access denied>
> Kernel driver in use: intel-lpss
>
> 00:1f.0 ISA bridge: Intel Corporation HM470 Chipset LPC/eSPI Controller
> (rev 10)
> Subsystem: Lenovo Device 380e
> Flags: bus master, medium devsel, latency 0
>
> 00:1f.3 Audio device: Intel Corporation Cannon Lake PCH cAVS (rev 10)
> Subsystem: Lenovo Device 380f
> Flags: bus master, fast devsel, latency 32, IRQ 175
> Memory at b451c000 (64-bit, non-prefetchable) [size=16K]
> Memory at b4200000 (64-bit, non-prefetchable) [size=1M]
> Capabilities: <access denied>
> Kernel driver in use: snd_hda_intel
> Kernel modules: snd_hda_intel, snd_soc_skl, snd_sof_pci_intel_cnl
>
> 00:1f.4 SMBus: Intel Corporation Cannon Lake PCH SMBus Controller (rev 10)
> Subsystem: Lenovo Device 3814
> Flags: medium devsel, IRQ 16
> Memory at b452b000 (64-bit, non-prefetchable) [size=256]
> I/O ports at 5000 [size=32]
> Kernel driver in use: i801_smbus
> Kernel modules: i2c_i801
>
> 00:1f.5 Serial bus controller [0c80]: Intel Corporation Cannon Lake PCH
> SPI Controller (rev 10)
> Subsystem: Lenovo Device 3827
> Flags: bus master, fast devsel, latency 0
> Memory at fe010000 (32-bit, non-prefetchable) [size=4K]
>
> 01:00.0 VGA compatible controller: NVIDIA Corporation TU116M [GeForce GTX
> 1660 Ti Mobile] (rev a1) (prog-if 00 [VGA controller])
> Subsystem: Lenovo Device 3ffc
> Flags: bus master, fast devsel, latency 0, IRQ 172
> Memory at b3000000 (32-bit, non-prefetchable) [size=16M]
> Memory at a0000000 (64-bit, prefetchable) [size=256M]
> Memory at b0000000 (64-bit, prefetchable) [size=32M]
> I/O ports at 4000 [size=128]
> Expansion ROM at b2000000 [disabled] [size=512K]
> Capabilities: <access denied>
> Kernel driver in use: nouveau
> Kernel modules: nouveau
>
> 01:00.1 Audio device: NVIDIA Corporation TU116 High Definition Audio
> Controller (rev a1)
> Subsystem: Lenovo Device 3ffc
> Flags: bus master, fast devsel, latency 0, IRQ 17
> Memory at b4000000 (32-bit, non-prefetchable) [size=16K]
> Capabilities: <access denied>
> Kernel driver in use: snd_hda_intel
> Kernel modules: snd_hda_intel
>
> 01:00.2 USB controller: NVIDIA Corporation TU116 USB 3.1 Host Controller
> (rev a1) (prog-if 30 [XHCI])
> Subsystem: Lenovo Device 3ffc
> Flags: bus master, fast devsel, latency 0, IRQ 18
> Memory at b4100000 (64-bit, prefetchable) [size=256K]
> Memory at b4140000 (64-bit, prefetchable) [size=64K]
> Capabilities: <access denied>
> Kernel driver in use: pciback
> Kernel modules: xhci_pci
>
> 01:00.3 Serial bus controller [0c80]: NVIDIA Corporation TU116 USB Type-C
> UCSI Controller (rev a1)
> Subsystem: Lenovo Device 3ffc
> Flags: bus master, fast devsel, latency 0, IRQ 173
> Memory at b4004000 (32-bit, non-prefetchable) [size=4K]
> Capabilities: <access denied>
> Kernel driver in use: nvidia-gpu
> Kernel modules: i2c_nvidia_gpu
>
> 06:00.0 Non-Volatile memory controller: Sandisk Corp WD Blue SN500 / PC
> SN520 NVMe SSD (rev 01) (prog-if 02 [NVM Express])
> Subsystem: Sandisk Corp WD Blue SN500 / PC SN520 NVMe SSD
> Flags: bus master, fast devsel, latency 0, IRQ 16, NUMA node 0
> Memory at b4400000 (64-bit, non-prefetchable) [size=16K]
> Capabilities: <access denied>
> Kernel driver in use: nvme
> Kernel modules: nvme
>
> 07:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
> RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
> Subsystem: Lenovo Device 38cd
> Flags: bus master, fast devsel, latency 0, IRQ 17
> I/O ports at 3000 [size=256]
> Memory at b4304000 (64-bit, non-prefetchable) [size=4K]
> Memory at b4300000 (64-bit, non-prefetchable) [size=16K]
> Capabilities: <access denied>
> Kernel driver in use: pciback
> Kernel modules: r8169
>

Sorry I forgot about lscpi -v

pt., 16 wrz 2022 o 17:08 Adam Szewczyk <szewcson@gmail.com> napisał(a):

> Sorry, I always forgot that default answer is "answer" to not "answer to
> all".
>
> My xl dmesg after calling those debug-keys is:
>
>> t=0 d0:  8(---)
>> (XEN)    IRQ:   9 vec:39 IO-APIC-level   status=030 aff:{4}/{0-11}
>> in-flight=0 d0:  9(---)
>> (XEN)    IRQ:  10 vec:78 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>> unbound
>> (XEN)    IRQ:  11 vec:88 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>> unbound
>> (XEN)    IRQ:  12 vec:90 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>> unbound
>> (XEN)    IRQ:  13 vec:98 IO-APIC-edge    status=002 aff:{0-15}/{0}
>> mapped, unbound
>> (XEN)    IRQ:  14 vec:a0 IO-APIC-level   status=030 aff:{0}/{0}
>> in-flight=0 d0: 14(---)
>> (XEN)    IRQ:  15 vec:a8 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>> unbound
>> (XEN)    IRQ:  16 vec:b0 IO-APIC-level   status=030 aff:{2}/{0-11}
>> in-flight=0 d0: 16(---),d3: 16(-M-),d78: 16(-M-)
>> (XEN)    IRQ:  17 vec:d0 IO-APIC-level   status=010 aff:{2}/{0-11}
>> in-flight=1 d0: 17(---),d81: 17(-MM)
>> (XEN)    IRQ:  18 vec:b8 IO-APIC-level   status=030 aff:{10}/{0-11}
>> in-flight=0 d0: 18(---),d3: 18(-M-)
>> (XEN)    IRQ:  19 vec:a1 IO-APIC-level   status=002 aff:{0-15}/{0-11}
>> mapped, unbound
>> (XEN)    IRQ:  20 vec:e0 IO-APIC-level   status=030 aff:{0}/{0-11}
>> in-flight=0 d0: 20(---)
>> (XEN)    IRQ:  83 vec:41 IO-APIC-level   status=030 aff:{10}/{0-11}
>> in-flight=0 d0: 83(---)
>> (XEN)    IRQ: 120 vec:30 DMA_MSI         status=000 aff:{0-15}/{0}
>> iommu.c#iommu_page_fault()
>> (XEN)    IRQ: 121 vec:c0 PCI-MSI         status=030 aff:{0}/{0-11}
>> in-flight=0 d0:951(---)
>> (XEN)    IRQ: 122 vec:c8 PCI-MSI         status=030 aff:{0}/{0-11}
>> in-flight=0 d0:950(---)
>> (XEN)    IRQ: 123 vec:d8 PCI-MSI         status=030 aff:{0}/{0-11}
>> in-flight=0 d0:949(---)
>> (XEN)    IRQ: 124 vec:e8 PCI-MSI         status=030 aff:{8}/{0-11}
>> in-flight=0 d0:948(---)
>> (XEN)    IRQ: 125 vec:4a PCI-MSI         status=010 aff:{6}/{0-11}
>> in-flight=0 d78:151(---)
>> (XEN)    IRQ: 126 vec:59 PCI-MSI/-X      status=030 aff:{8}/{0-11}
>> in-flight=0 d0:946(---)
>> (XEN)    IRQ: 127 vec:61 PCI-MSI/-X      status=030 aff:{0}/{0-11}
>> in-flight=0 d0:945(---)
>> (XEN)    IRQ: 128 vec:69 PCI-MSI/-X      status=030 aff:{6}/{0-11}
>> in-flight=0 d0:944(---)
>> (XEN)    IRQ: 129 vec:71 PCI-MSI/-X      status=030 aff:{4}/{0-11}
>> in-flight=0 d0:943(---)
>> (XEN)    IRQ: 130 vec:79 PCI-MSI/-X      status=030 aff:{6}/{0-11}
>> in-flight=0 d0:942(---)
>> (XEN)    IRQ: 131 vec:81 PCI-MSI/-X      status=030 aff:{10}/{0-11}
>> in-flight=0 d0:941(---)
>> (XEN)    IRQ: 132 vec:89 PCI-MSI/-X      status=030 aff:{2}/{0-11}
>> in-flight=0 d0:940(---)
>> (XEN)    IRQ: 133 vec:52 PCI-MSI         status=030 aff:{4}/{0-11}
>> in-flight=0 d81:151(-M-)
>> (XEN)    IRQ: 134 vec:99 PCI-MSI         status=030 aff:{6}/{0-11}
>> in-flight=0 d0:938(---)
>> (XEN)    IRQ: 135 vec:a9 PCI-MSI         status=002 aff:{0-15}/{0-11}
>> mapped, unbound
>> (XEN)    IRQ: 136 vec:b1 PCI-MSI         status=030 aff:{4}/{0-11}
>> in-flight=0 d0:936(---)
>> (XEN)    IRQ: 137 vec:b9 PCI-MSI         status=030 aff:{2}/{0-11}
>> in-flight=0 d0:935(---)
>> (XEN)    IRQ: 138 vec:d1 PCI-MSI         status=030 aff:{2}/{0-11}
>> in-flight=0 d3:151(---)
>> (XEN)    IRQ: 139 vec:d9 PCI-MSI         status=030 aff:{4}/{0-11}
>> in-flight=0 d3:150(---)
>> (XEN) Direct vector information:
>> (XEN)    0x22 -> irq_move_cleanup_interrupt()
>> (XEN)    0xf1 -> mce_intel.c#cmci_interrupt()
>> (XEN)    0xf2 -> mce_intel.c#intel_thermal_interrupt()
>> (XEN)    0xf9 -> pmu_apic_interrupt()
>> (XEN)    0xfa -> apic_timer_interrupt()
>> (XEN)    0xfb -> call_function_interrupt()
>> (XEN)    0xfc -> event_check_interrupt()
>> (XEN)    0xfd -> invalidate_interrupt()
>> (XEN)    0xfe -> error_interrupt()
>> (XEN)    0xff -> spurious_interrupt()
>> (XEN) IO-APIC interrupt information:
>> (XEN)     IRQ  0 Vec240:
>> (XEN)       Apic 0x00, Pin  2: vec=f0 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ  1 Vec 49:
>> (XEN)       Apic 0x00, Pin  1: vec=31 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000400
>> (XEN)     IRQ  3 Vec 64:
>> (XEN)       Apic 0x00, Pin  3: vec=40 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ  4 Vec 72:
>> (XEN)       Apic 0x00, Pin  4: vec=48 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ  5 Vec 80:
>> (XEN)       Apic 0x00, Pin  5: vec=50 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ  6 Vec 88:
>> (XEN)       Apic 0x00, Pin  6: vec=58 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ  7 Vec 96:
>> (XEN)       Apic 0x00, Pin  7: vec=60 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ  8 Vec104:
>> (XEN)       Apic 0x00, Pin  8: vec=68 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ  9 Vec 57:
>> (XEN)       Apic 0x00, Pin  9: vec=39 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=L mask=0 dest_id:00000010
>> (XEN)     IRQ 10 Vec120:
>> (XEN)       Apic 0x00, Pin 10: vec=78 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ 11 Vec136:
>> (XEN)       Apic 0x00, Pin 11: vec=88 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ 12 Vec144:
>> (XEN)       Apic 0x00, Pin 12: vec=90 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ 13 Vec152:
>> (XEN)       Apic 0x00, Pin 13: vec=98 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=1 dest_id:00000001
>> (XEN)     IRQ 14 Vec160:
>> (XEN)       Apic 0x00, Pin 14: vec=a0 delivery=LoPri dest=L status=0
>> polarity=1 irr=0 trig=L mask=0 dest_id:00000001
>> (XEN)     IRQ 15 Vec168:
>> (XEN)       Apic 0x00, Pin 15: vec=a8 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ 16 Vec176:
>> (XEN)       Apic 0x00, Pin 16: vec=b0 delivery=LoPri dest=L status=0
>> polarity=1 irr=0 trig=L mask=0 dest_id:00000004
>> (XEN)     IRQ 17 Vec208:
>> (XEN)       Apic 0x00, Pin 17: vec=d0 delivery=LoPri dest=L status=1
>> polarity=1 irr=1 trig=L mask=0 dest_id:00000004
>> (XEN)     IRQ 18 Vec184:
>> (XEN)       Apic 0x00, Pin 18: vec=b8 delivery=LoPri dest=L status=0
>> polarity=1 irr=0 trig=L mask=0 dest_id:00000400
>> (XEN)     IRQ 19 Vec161:
>> (XEN)       Apic 0x00, Pin 19: vec=a1 delivery=LoPri dest=L status=0
>> polarity=1 irr=0 trig=L mask=1 dest_id:00000555
>> (XEN)     IRQ 20 Vec224:
>> (XEN)       Apic 0x00, Pin 20: vec=e0 delivery=LoPri dest=L status=0
>> polarity=1 irr=0 trig=L mask=0 dest_id:00000001
>> (XEN)     IRQ 83 Vec 65:
>> (XEN)       Apic 0x00, Pin 83: vec=41 delivery=LoPri dest=L status=0
>> polarity=1 irr=0 trig=L mask=0 dest_id:00000400
>> (XEN) MSI information:
>> (XEN)  IOMMU  120 vec=30 lowest  edge   assert  log lowest dest=00000001
>> mask=1/  /?
>> (XEN)  MSI    121 vec=c0 lowest  edge   assert  log lowest dest=00000001
>> mask=0/  /?
>> (XEN)  MSI    122 vec=c8 lowest  edge   assert  log lowest dest=00000001
>> mask=0/  /?
>> (XEN)  MSI    123 vec=d8 lowest  edge   assert  log lowest dest=00000001
>> mask=0/  /?
>> (XEN)  MSI    124 vec=e8 lowest  edge   assert  log lowest dest=00000100
>> mask=0/  /?
>> (XEN)  MSI    125 vec=4a lowest  edge   assert  log lowest dest=00000004
>> mask=0/  /?
>> (XEN)  MSI-X  126 vec=59 lowest  edge   assert  log lowest dest=00000100
>> mask=1/  /0
>> (XEN)  MSI-X  127 vec=61 lowest  edge   assert  log lowest dest=00000010
>> mask=1/  /0
>> (XEN)  MSI-X  128 vec=69 lowest  edge   assert  log lowest dest=00000400
>> mask=1/  /0
>> (XEN)  MSI-X  129 vec=71 lowest  edge   assert  log lowest dest=00000400
>> mask=1/  /0
>> (XEN)  MSI-X  130 vec=79 lowest  edge   assert  log lowest dest=00000040
>> mask=1/  /0
>> (XEN)  MSI-X  131 vec=81 lowest  edge   assert  log lowest dest=00000100
>> mask=1/  /0
>> (XEN)  MSI-X  132 vec=89 lowest  edge   assert  log lowest dest=00000040
>> mask=1/  /0
>> (XEN)  MSI    133 vec=5a lowest  edge   assert  log lowest dest=00000004
>> mask=0/  /?
>> (XEN)  MSI    134 vec=99 lowest  edge   assert  log lowest dest=00000004
>> mask=0/  /?
>> (XEN)  MSI    135 vec=a9 lowest  edge   assert  log lowest dest=00000555
>> mask=0/  /?
>> (XEN)  MSI    136 vec=b1 lowest  edge   assert  log lowest dest=00000010
>> mask=0/  /?
>> (XEN)  MSI    137 vec=b9 lowest  edge   assert  log lowest dest=00000010
>> mask=0/  /?
>> (XEN)  MSI    138 vec=d1 lowest  edge   assert  log lowest dest=00000004
>> mask=0/  /?
>> (XEN)  MSI    139 vec=d9 lowest  edge   assert  log lowest dest=00000001
>> mask=0/  /?
>> (XEN) IRQ information:
>> (XEN)    IRQ:   0 vec:f0 IO-APIC-edge    status=000 aff:{0}/{0}
>> time.c#timer_interrupt()
>> (XEN)    IRQ:   1 vec:31 IO-APIC-edge    status=034 aff:{10}/{0-11}
>> in-flight=0 d0:  1(---)
>> (XEN)    IRQ:   3 vec:40 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>> unbound
>> (XEN)    IRQ:   4 vec:48 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>> unbound
>> (XEN)    IRQ:   5 vec:50 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>> unbound
>> (XEN)    IRQ:   6 vec:58 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>> unbound
>> (XEN)    IRQ:   7 vec:60 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>> unbound
>> (XEN)    IRQ:   8 vec:68 IO-APIC-edge    status=030 aff:{0}/{0}
>> in-flight=0 d0:  8(---)
>> (XEN)    IRQ:   9 vec:39 IO-APIC-level   status=030 aff:{4}/{0-11}
>> in-flight=0 d0:  9(---)
>> (XEN)    IRQ:  10 vec:78 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>> unbound
>> (XEN)    IRQ:  11 vec:88 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>> unbound
>> (XEN)    IRQ:  12 vec:90 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>> unbound
>> (XEN)    IRQ:  13 vec:98 IO-APIC-edge    status=002 aff:{0-15}/{0}
>> mapped, unbound
>> (XEN)    IRQ:  14 vec:a0 IO-APIC-level   status=030 aff:{0}/{0}
>> in-flight=0 d0: 14(---)
>> (XEN)    IRQ:  15 vec:a8 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>> unbound
>> (XEN)    IRQ:  16 vec:b0 IO-APIC-level   status=030 aff:{2}/{0-11}
>> in-flight=0 d0: 16(---),d3: 16(-M-),d78: 16(-M-)
>> (XEN)    IRQ:  17 vec:d0 IO-APIC-level   status=030 aff:{10}/{0-11}
>> in-flight=1 d0: 17(---),d87: 17(-MM)
>> (XEN)    IRQ:  18 vec:b8 IO-APIC-level   status=030 aff:{10}/{0-11}
>> in-flight=0 d0: 18(---),d3: 18(-M-)
>> (XEN)    IRQ:  19 vec:a1 IO-APIC-level   status=002 aff:{0-15}/{0-11}
>> mapped, unbound
>> (XEN)    IRQ:  20 vec:e0 IO-APIC-level   status=030 aff:{0}/{0-11}
>> in-flight=0 d0: 20(---)
>> (XEN)    IRQ:  83 vec:41 IO-APIC-level   status=030 aff:{8}/{0-11}
>> in-flight=0 d0: 83(---)
>> (XEN)    IRQ: 120 vec:30 DMA_MSI         status=000 aff:{0-15}/{0}
>> iommu.c#iommu_page_fault()
>> (XEN)    IRQ: 121 vec:c0 PCI-MSI         status=030 aff:{0}/{0-11}
>> in-flight=0 d0:951(---)
>> (XEN)    IRQ: 122 vec:c8 PCI-MSI         status=030 aff:{0}/{0-11}
>> in-flight=0 d0:950(---)
>> (XEN)    IRQ: 123 vec:d8 PCI-MSI         status=030 aff:{0}/{0-11}
>> in-flight=0 d0:949(---)
>> (XEN)    IRQ: 124 vec:e8 PCI-MSI         status=030 aff:{8}/{0-11}
>> in-flight=0 d0:948(---)
>> (XEN)    IRQ: 125 vec:4a PCI-MSI         status=010 aff:{2}/{0-11}
>> in-flight=0 d78:151(---)
>> (XEN)    IRQ: 126 vec:59 PCI-MSI/-X      status=030 aff:{8}/{0-11}
>> in-flight=0 d0:946(---)
>> (XEN)    IRQ: 127 vec:61 PCI-MSI/-X      status=030 aff:{4}/{0-11}
>> in-flight=0 d0:945(---)
>> (XEN)    IRQ: 128 vec:69 PCI-MSI/-X      status=030 aff:{10}/{0-11}
>> in-flight=0 d0:944(---)
>> (XEN)    IRQ: 129 vec:71 PCI-MSI/-X      status=030 aff:{10}/{0-11}
>> in-flight=0 d0:943(---)
>> (XEN)    IRQ: 130 vec:79 PCI-MSI/-X      status=030 aff:{6}/{0-11}
>> in-flight=0 d0:942(---)
>> (XEN)    IRQ: 131 vec:81 PCI-MSI/-X      status=030 aff:{8}/{0-11}
>> in-flight=0 d0:941(---)
>> (XEN)    IRQ: 132 vec:89 PCI-MSI/-X      status=030 aff:{6}/{0-11}
>> in-flight=0 d0:940(---)
>> (XEN)    IRQ: 133 vec:5a PCI-MSI         status=030 aff:{2}/{0-11}
>> in-flight=0 d87:151(-M-)
>> (XEN)    IRQ: 134 vec:99 PCI-MSI         status=010 aff:{2}/{0-11}
>> in-flight=0 d0:938(---)
>> (XEN)    IRQ: 135 vec:a9 PCI-MSI         status=002 aff:{0-15}/{0-11}
>> mapped, unbound
>> (XEN)    IRQ: 136 vec:b1 PCI-MSI         status=030 aff:{4}/{0-11}
>> in-flight=0 d0:936(---)
>> (XEN)    IRQ: 137 vec:b9 PCI-MSI         status=030 aff:{4}/{0-11}
>> in-flight=0 d0:935(---)
>> (XEN)    IRQ: 138 vec:d1 PCI-MSI         status=030 aff:{2}/{0-11}
>> in-flight=0 d3:151(---)
>> (XEN)    IRQ: 139 vec:d9 PCI-MSI         status=010 aff:{0}/{0-11}
>> in-flight=0 d3:150(---)
>> (XEN) Direct vector information:
>> (XEN)    0x22 -> irq_move_cleanup_interrupt()
>> (XEN)    0xf1 -> mce_intel.c#cmci_interrupt()
>> (XEN)    0xf2 -> mce_intel.c#intel_thermal_interrupt()
>> (XEN)    0xf9 -> pmu_apic_interrupt()
>> (XEN)    0xfa -> apic_timer_interrupt()
>> (XEN)    0xfb -> call_function_interrupt()
>> (XEN)    0xfc -> event_check_interrupt()
>> (XEN)    0xfd -> invalidate_interrupt()
>> (XEN)    0xfe -> error_interrupt()
>> (XEN)    0xff -> spurious_interrupt()
>> (XEN) IO-APIC interrupt information:
>> (XEN)     IRQ  0 Vec240:
>> (XEN)       Apic 0x00, Pin  2: vec=f0 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ  1 Vec 49:
>> (XEN)       Apic 0x00, Pin  1: vec=31 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000400
>> (XEN)     IRQ  3 Vec 64:
>> (XEN)       Apic 0x00, Pin  3: vec=40 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ  4 Vec 72:
>> (XEN)       Apic 0x00, Pin  4: vec=48 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ  5 Vec 80:
>> (XEN)       Apic 0x00, Pin  5: vec=50 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ  6 Vec 88:
>> (XEN)       Apic 0x00, Pin  6: vec=58 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ  7 Vec 96:
>> (XEN)       Apic 0x00, Pin  7: vec=60 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ  8 Vec104:
>> (XEN)       Apic 0x00, Pin  8: vec=68 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ  9 Vec 57:
>> (XEN)       Apic 0x00, Pin  9: vec=39 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=L mask=0 dest_id:00000010
>> (XEN)     IRQ 10 Vec120:
>> (XEN)       Apic 0x00, Pin 10: vec=78 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ 11 Vec136:
>> (XEN)       Apic 0x00, Pin 11: vec=88 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ 12 Vec144:
>> (XEN)       Apic 0x00, Pin 12: vec=90 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ 13 Vec152:
>> (XEN)       Apic 0x00, Pin 13: vec=98 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=1 dest_id:00000001
>> (XEN)     IRQ 14 Vec160:
>> (XEN)       Apic 0x00, Pin 14: vec=a0 delivery=LoPri dest=L status=0
>> polarity=1 irr=0 trig=L mask=0 dest_id:00000001
>> (XEN)     IRQ 15 Vec168:
>> (XEN)       Apic 0x00, Pin 15: vec=a8 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ 16 Vec176:
>> (XEN)       Apic 0x00, Pin 16: vec=b0 delivery=LoPri dest=L status=0
>> polarity=1 irr=0 trig=L mask=0 dest_id:00000004
>> (XEN)     IRQ 17 Vec208:
>> (XEN)       Apic 0x00, Pin 17: vec=d0 delivery=LoPri dest=L status=1
>> polarity=1 irr=1 trig=L mask=0 dest_id:00000001
>> (XEN)     IRQ 18 Vec184:
>> (XEN)       Apic 0x00, Pin 18: vec=b8 delivery=LoPri dest=L status=0
>> polarity=1 irr=0 trig=L mask=0 dest_id:00000400
>> (XEN)     IRQ 19 Vec161:
>> (XEN)       Apic 0x00, Pin 19: vec=a1 delivery=LoPri dest=L status=0
>> polarity=1 irr=0 trig=L mask=1 dest_id:00000555
>> (XEN)     IRQ 20 Vec224:
>> (XEN)       Apic 0x00, Pin 20: vec=e0 delivery=LoPri dest=L status=0
>> polarity=1 irr=0 trig=L mask=0 dest_id:00000001
>> (XEN)     IRQ 83 Vec 65:
>> (XEN)       Apic 0x00, Pin 83: vec=41 delivery=LoPri dest=L status=0
>> polarity=1 irr=0 trig=L mask=0 dest_id:00000100
>> (XEN) MSI information:
>> (XEN)  IOMMU  120 vec=30 lowest  edge   assert  log lowest dest=00000001
>> mask=1/  /?
>> (XEN)  MSI    121 vec=c0 lowest  edge   assert  log lowest dest=00000001
>> mask=0/  /?
>> (XEN)  MSI    122 vec=c8 lowest  edge   assert  log lowest dest=00000001
>> mask=0/  /?
>> (XEN)  MSI    123 vec=d8 lowest  edge   assert  log lowest dest=00000001
>> mask=0/  /?
>> (XEN)  MSI    124 vec=e8 lowest  edge   assert  log lowest dest=00000004
>> mask=0/  /?
>> (XEN)  MSI    125 vec=72 lowest  edge   assert  log lowest dest=00000100
>> mask=0/  /?
>> (XEN)  MSI-X  126 vec=59 lowest  edge   assert  log lowest dest=00000100
>> mask=1/  /0
>> (XEN)  MSI-X  127 vec=61 lowest  edge   assert  log lowest dest=00000010
>> mask=1/  /0
>> (XEN)  MSI-X  128 vec=69 lowest  edge   assert  log lowest dest=00000010
>> mask=1/  /0
>> (XEN)  MSI-X  129 vec=71 lowest  edge   assert  log lowest dest=00000100
>> mask=1/  /0
>> (XEN)  MSI-X  130 vec=79 lowest  edge   assert  log lowest dest=00000040
>> mask=1/  /0
>> (XEN)  MSI-X  131 vec=81 lowest  edge   assert  log lowest dest=00000010
>> mask=1/  /0
>> (XEN)  MSI-X  132 vec=89 lowest  edge   assert  log lowest dest=00000040
>> mask=1/  /0
>> (XEN)  MSI    134 vec=99 lowest  edge   assert  log lowest dest=00000001
>> mask=0/  /?
>> (XEN)  MSI    135 vec=a9 lowest  edge   assert  log lowest dest=00000555
>> mask=0/  /?
>> (XEN)  MSI    136 vec=b1 lowest  edge   assert  log lowest dest=00000010
>> mask=0/  /?
>> (XEN)  MSI    137 vec=b9 lowest  edge   assert  log lowest dest=00000400
>> mask=0/  /?
>> (XEN)  MSI    138 vec=62 lowest  edge   assert  log lowest dest=00000001
>> mask=0/  /?
>> (XEN)  MSI    139 vec=6a lowest  edge   assert  log lowest dest=00000010
>> mask=0/  /?
>> (XEN) IRQ information:
>> (XEN)    IRQ:   0 vec:f0 IO-APIC-edge    status=000 aff:{0}/{0}
>> time.c#timer_interrupt()
>> (XEN)    IRQ:   1 vec:31 IO-APIC-edge    status=034 aff:{6}/{0-11}
>> in-flight=0 d0:  1(---)
>> (XEN)    IRQ:   3 vec:40 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>> unbound
>> (XEN)    IRQ:   4 vec:48 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>> unbound
>> (XEN)    IRQ:   5 vec:50 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>> unbound
>> (XEN)    IRQ:   6 vec:58 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>> unbound
>> (XEN)    IRQ:   7 vec:60 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>> unbound
>> (XEN)    IRQ:   8 vec:68 IO-APIC-edge    status=030 aff:{0}/{0}
>> in-flight=0 d0:  8(---)
>> (XEN)    IRQ:   9 vec:39 IO-APIC-level   status=030 aff:{2}/{0-11}
>> in-flight=0 d0:  9(---)
>> (XEN)    IRQ:  10 vec:78 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>> unbound
>> (XEN)    IRQ:  11 vec:88 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>> unbound
>> (XEN)    IRQ:  12 vec:90 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>> unbound
>> (XEN)    IRQ:  13 vec:98 IO-APIC-edge    status=002 aff:{0-15}/{0}
>> mapped, unbound
>> (XEN)    IRQ:  14 vec:a0 IO-APIC-level   status=030 aff:{0}/{0}
>> in-flight=0 d0: 14(---)
>> (XEN)    IRQ:  15 vec:a8 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>> unbound
>> (XEN)    IRQ:  16 vec:b0 IO-APIC-level   status=030 aff:{2}/{0-11}
>> in-flight=0 d0: 16(---),d92: 16(-M-)
>> (XEN)    IRQ:  17 vec:d0 IO-APIC-level   status=010 aff:{8}/{0-11}
>> in-flight=1 d0: 17(---),d94: 17(-MM)
>> (XEN)    IRQ:  18 vec:b8 IO-APIC-level   status=030 aff:{2}/{0-11}
>> in-flight=0 d0: 18(---),d92: 18(-M-)
>> (XEN)    IRQ:  19 vec:a1 IO-APIC-level   status=002 aff:{0-15}/{0-11}
>> mapped, unbound
>> (XEN)    IRQ:  20 vec:e0 IO-APIC-level   status=030 aff:{0}/{0-11}
>> in-flight=0 d0: 20(---)
>> (XEN)    IRQ:  83 vec:41 IO-APIC-level   status=030 aff:{10}/{0-11}
>> in-flight=0 d0: 83(---)
>> (XEN)    IRQ: 120 vec:30 DMA_MSI         status=000 aff:{0-15}/{0}
>> iommu.c#iommu_page_fault()
>> (XEN)    IRQ: 121 vec:c0 PCI-MSI         status=030 aff:{0}/{0-11}
>> in-flight=0 d0:951(---)
>> (XEN)    IRQ: 122 vec:c8 PCI-MSI         status=030 aff:{0}/{0-11}
>> in-flight=0 d0:950(---)
>> (XEN)    IRQ: 123 vec:d8 PCI-MSI         status=030 aff:{0}/{0-11}
>> in-flight=0 d0:949(---)
>> (XEN)    IRQ: 124 vec:e8 PCI-MSI         status=030 aff:{2}/{0-11}
>> in-flight=0 d0:948(---)
>> (XEN)    IRQ: 125 vec:72 PCI-MSI         status=030 aff:{8}/{0-11}
>> in-flight=0 d94:151(-M-)
>> (XEN)    IRQ: 126 vec:59 PCI-MSI/-X      status=030 aff:{8}/{0-11}
>> in-flight=0 d0:946(---)
>> (XEN)    IRQ: 127 vec:61 PCI-MSI/-X      status=030 aff:{4}/{0-11}
>> in-flight=0 d0:945(---)
>> (XEN)    IRQ: 128 vec:69 PCI-MSI/-X      status=030 aff:{4}/{0-11}
>> in-flight=0 d0:944(---)
>> (XEN)    IRQ: 129 vec:71 PCI-MSI/-X      status=030 aff:{8}/{0-11}
>> in-flight=0 d0:943(---)
>> (XEN)    IRQ: 130 vec:79 PCI-MSI/-X      status=030 aff:{6}/{0-11}
>> in-flight=0 d0:942(---)
>> (XEN)    IRQ: 131 vec:81 PCI-MSI/-X      status=030 aff:{4}/{0-11}
>> in-flight=0 d0:941(---)
>> (XEN)    IRQ: 132 vec:89 PCI-MSI/-X      status=030 aff:{6}/{0-11}
>> in-flight=0 d0:940(---)
>> (XEN)    IRQ: 134 vec:99 PCI-MSI         status=010 aff:{0}/{0-11}
>> in-flight=0 d0:938(---)
>> (XEN)    IRQ: 135 vec:a9 PCI-MSI         status=002 aff:{0-15}/{0-11}
>> mapped, unbound
>> (XEN)    IRQ: 136 vec:b1 PCI-MSI         status=030 aff:{4}/{0-11}
>> in-flight=0 d0:936(---)
>> (XEN)    IRQ: 137 vec:b9 PCI-MSI         status=030 aff:{10}/{0-11}
>> in-flight=0 d0:935(---)
>> (XEN)    IRQ: 138 vec:62 PCI-MSI         status=030 aff:{0}/{0-11}
>> in-flight=0 d92:151(---)
>> (XEN)    IRQ: 139 vec:6a PCI-MSI         status=030 aff:{4}/{0-11}
>> in-flight=0 d92:150(---)
>> (XEN) Direct vector information:
>> (XEN)    0x22 -> irq_move_cleanup_interrupt()
>> (XEN)    0xf1 -> mce_intel.c#cmci_interrupt()
>> (XEN)    0xf2 -> mce_intel.c#intel_thermal_interrupt()
>> (XEN)    0xf9 -> pmu_apic_interrupt()
>> (XEN)    0xfa -> apic_timer_interrupt()
>> (XEN)    0xfb -> call_function_interrupt()
>> (XEN)    0xfc -> event_check_interrupt()
>> (XEN)    0xfd -> invalidate_interrupt()
>> (XEN)    0xfe -> error_interrupt()
>> (XEN)    0xff -> spurious_interrupt()
>> (XEN) IO-APIC interrupt information:
>> (XEN)     IRQ  0 Vec240:
>> (XEN)       Apic 0x00, Pin  2: vec=f0 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ  1 Vec 49:
>> (XEN)       Apic 0x00, Pin  1: vec=31 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000040
>> (XEN)     IRQ  3 Vec 64:
>> (XEN)       Apic 0x00, Pin  3: vec=40 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ  4 Vec 72:
>> (XEN)       Apic 0x00, Pin  4: vec=48 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ  5 Vec 80:
>> (XEN)       Apic 0x00, Pin  5: vec=50 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ  6 Vec 88:
>> (XEN)       Apic 0x00, Pin  6: vec=58 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ  7 Vec 96:
>> (XEN)       Apic 0x00, Pin  7: vec=60 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ  8 Vec104:
>> (XEN)       Apic 0x00, Pin  8: vec=68 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ  9 Vec 57:
>> (XEN)       Apic 0x00, Pin  9: vec=39 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=L mask=0 dest_id:00000004
>> (XEN)     IRQ 10 Vec120:
>> (XEN)       Apic 0x00, Pin 10: vec=78 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ 11 Vec136:
>> (XEN)       Apic 0x00, Pin 11: vec=88 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ 12 Vec144:
>> (XEN)       Apic 0x00, Pin 12: vec=90 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ 13 Vec152:
>> (XEN)       Apic 0x00, Pin 13: vec=98 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=1 dest_id:00000001
>> (XEN)     IRQ 14 Vec160:
>> (XEN)       Apic 0x00, Pin 14: vec=a0 delivery=LoPri dest=L status=0
>> polarity=1 irr=0 trig=L mask=0 dest_id:00000001
>> (XEN)     IRQ 15 Vec168:
>> (XEN)       Apic 0x00, Pin 15: vec=a8 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ 16 Vec176:
>> (XEN)       Apic 0x00, Pin 16: vec=b0 delivery=LoPri dest=L status=0
>> polarity=1 irr=0 trig=L mask=0 dest_id:00000004
>> (XEN)     IRQ 17 Vec208:
>> (XEN)       Apic 0x00, Pin 17: vec=d0 delivery=LoPri dest=L status=1
>> polarity=1 irr=1 trig=L mask=0 dest_id:00000100
>> (XEN)     IRQ 18 Vec184:
>> (XEN)       Apic 0x00, Pin 18: vec=b8 delivery=LoPri dest=L status=0
>> polarity=1 irr=0 trig=L mask=0 dest_id:00000004
>> (XEN)     IRQ 19 Vec161:
>> (XEN)       Apic 0x00, Pin 19: vec=a1 delivery=LoPri dest=L status=0
>> polarity=1 irr=0 trig=L mask=1 dest_id:00000555
>> (XEN)     IRQ 20 Vec224:
>> (XEN)       Apic 0x00, Pin 20: vec=e0 delivery=LoPri dest=L status=0
>> polarity=1 irr=0 trig=L mask=0 dest_id:00000001
>> (XEN)     IRQ 83 Vec 65:
>> (XEN)       Apic 0x00, Pin 83: vec=41 delivery=LoPri dest=L status=0
>> polarity=1 irr=0 trig=L mask=0 dest_id:00000400
>> (XEN) MSI information:
>> (XEN)  IOMMU  120 vec=30 lowest  edge   assert  log lowest dest=00000001
>> mask=1/  /?
>> (XEN)  MSI    121 vec=c0 lowest  edge   assert  log lowest dest=00000001
>> mask=0/  /?
>> (XEN)  MSI    122 vec=c8 lowest  edge   assert  log lowest dest=00000001
>> mask=0/  /?
>> (XEN)  MSI    123 vec=d8 lowest  edge   assert  log lowest dest=00000001
>> mask=0/  /?
>> (XEN)  MSI    124 vec=e8 lowest  edge   assert  log lowest dest=00000004
>> mask=0/  /?
>> (XEN)  MSI    125 vec=72 lowest  edge   assert  log lowest dest=00000100
>> mask=0/  /?
>> (XEN)  MSI-X  126 vec=59 lowest  edge   assert  log lowest dest=00000100
>> mask=1/  /0
>> (XEN)  MSI-X  127 vec=61 lowest  edge   assert  log lowest dest=00000010
>> mask=1/  /0
>> (XEN)  MSI-X  128 vec=69 lowest  edge   assert  log lowest dest=00000400
>> mask=1/  /0
>> (XEN)  MSI-X  129 vec=71 lowest  edge   assert  log lowest dest=00000100
>> mask=1/  /0
>> (XEN)  MSI-X  130 vec=79 lowest  edge   assert  log lowest dest=00000001
>> mask=1/  /0
>> (XEN)  MSI-X  131 vec=81 lowest  edge   assert  log lowest dest=00000010
>> mask=1/  /0
>> (XEN)  MSI-X  132 vec=89 lowest  edge   assert  log lowest dest=00000040
>> mask=1/  /0
>> (XEN)  MSI    134 vec=99 lowest  edge   assert  log lowest dest=00000400
>> mask=0/  /?
>> (XEN)  MSI    135 vec=a9 lowest  edge   assert  log lowest dest=00000555
>> mask=0/  /?
>> (XEN)  MSI    136 vec=b1 lowest  edge   assert  log lowest dest=00000010
>> mask=0/  /?
>> (XEN)  MSI    137 vec=b9 lowest  edge   assert  log lowest dest=00000400
>> mask=0/  /?
>> (XEN)  MSI    138 vec=62 lowest  edge   assert  log lowest dest=00000001
>> mask=0/  /?
>> (XEN)  MSI    139 vec=6a lowest  edge   assert  log lowest dest=00000010
>> mask=0/  /?
>> (XEN) IRQ information:
>> (XEN)    IRQ:   0 vec:f0 IO-APIC-edge    status=000 aff:{0}/{0}
>> time.c#timer_interrupt()
>> (XEN)    IRQ:   1 vec:31 IO-APIC-edge    status=034 aff:{6}/{0-11}
>> in-flight=0 d0:  1(---)
>> (XEN)    IRQ:   3 vec:40 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>> unbound
>> (XEN)    IRQ:   4 vec:48 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>> unbound
>> (XEN)    IRQ:   5 vec:50 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>> unbound
>> (XEN)    IRQ:   6 vec:58 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>> unbound
>> (XEN)    IRQ:   7 vec:60 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>> unbound
>> (XEN)    IRQ:   8 vec:68 IO-APIC-edge    status=030 aff:{0}/{0}
>> in-flight=0 d0:  8(---)
>> (XEN)    IRQ:   9 vec:39 IO-APIC-level   status=030 aff:{2}/{0-11}
>> in-flight=0 d0:  9(---)
>> (XEN)    IRQ:  10 vec:78 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>> unbound
>> (XEN)    IRQ:  11 vec:88 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>> unbound
>> (XEN)    IRQ:  12 vec:90 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>> unbound
>> (XEN)    IRQ:  13 vec:98 IO-APIC-edge    status=002 aff:{0-15}/{0}
>> mapped, unbound
>> (XEN)    IRQ:  14 vec:a0 IO-APIC-level   status=030 aff:{0}/{0}
>> in-flight=0 d0: 14(---)
>> (XEN)    IRQ:  15 vec:a8 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>> unbound
>> (XEN)    IRQ:  16 vec:b0 IO-APIC-level   status=030 aff:{2}/{0-11}
>> in-flight=0 d0: 16(---),d92: 16(-M-)
>> (XEN)    IRQ:  17 vec:d0 IO-APIC-level   status=010 aff:{8}/{0-11}
>> in-flight=1 d0: 17(---),d94: 17(-MM)
>> (XEN)    IRQ:  18 vec:b8 IO-APIC-level   status=030 aff:{2}/{0-11}
>> in-flight=0 d0: 18(---),d92: 18(-M-)
>> (XEN)    IRQ:  19 vec:a1 IO-APIC-level   status=002 aff:{0-15}/{0-11}
>> mapped, unbound
>> (XEN)    IRQ:  20 vec:e0 IO-APIC-level   status=030 aff:{0}/{0-11}
>> in-flight=0 d0: 20(---)
>> (XEN)    IRQ:  83 vec:41 IO-APIC-level   status=030 aff:{10}/{0-11}
>> in-flight=0 d0: 83(---)
>> (XEN)    IRQ: 120 vec:30 DMA_MSI         status=000 aff:{0-15}/{0}
>> iommu.c#iommu_page_fault()
>> (XEN)    IRQ: 121 vec:c0 PCI-MSI         status=030 aff:{0}/{0-11}
>> in-flight=0 d0:951(---)
>> (XEN)    IRQ: 122 vec:c8 PCI-MSI         status=030 aff:{0}/{0-11}
>> in-flight=0 d0:950(---)
>> (XEN)    IRQ: 123 vec:d8 PCI-MSI         status=030 aff:{0}/{0-11}
>> in-flight=0 d0:949(---)
>> (XEN)    IRQ: 124 vec:e8 PCI-MSI         status=030 aff:{2}/{0-11}
>> in-flight=0 d0:948(---)
>> (XEN)    IRQ: 125 vec:72 PCI-MSI         status=030 aff:{8}/{0-11}
>> in-flight=0 d94:151(-M-)
>> (XEN)    IRQ: 126 vec:59 PCI-MSI/-X      status=030 aff:{8}/{0-11}
>> in-flight=0 d0:946(---)
>> (XEN)    IRQ: 127 vec:61 PCI-MSI/-X      status=030 aff:{4}/{0-11}
>> in-flight=0 d0:945(---)
>> (XEN)    IRQ: 128 vec:69 PCI-MSI/-X      status=030 aff:{10}/{0-11}
>> in-flight=0 d0:944(---)
>> (XEN)    IRQ: 129 vec:71 PCI-MSI/-X      status=030 aff:{8}/{0-11}
>> in-flight=0 d0:943(---)
>> (XEN)    IRQ: 130 vec:79 PCI-MSI/-X      status=030 aff:{0}/{0-11}
>> in-flight=0 d0:942(---)
>> (XEN)    IRQ: 131 vec:81 PCI-MSI/-X      status=030 aff:{4}/{0-11}
>> in-flight=0 d0:941(---)
>> (XEN)    IRQ: 132 vec:89 PCI-MSI/-X      status=030 aff:{6}/{0-11}
>> in-flight=0 d0:940(---)
>> (XEN)    IRQ: 134 vec:99 PCI-MSI         status=010 aff:{10}/{0-11}
>> in-flight=0 d0:938(---)
>> (XEN)    IRQ: 135 vec:a9 PCI-MSI         status=002 aff:{0-15}/{0-11}
>> mapped, unbound
>> (XEN)    IRQ: 136 vec:b1 PCI-MSI         status=030 aff:{4}/{0-11}
>> in-flight=0 d0:936(---)
>> (XEN)    IRQ: 137 vec:b9 PCI-MSI         status=030 aff:{10}/{0-11}
>> in-flight=0 d0:935(---)
>> (XEN)    IRQ: 138 vec:62 PCI-MSI         status=030 aff:{0}/{0-11}
>> in-flight=0 d92:151(---)
>> (XEN)    IRQ: 139 vec:6a PCI-MSI         status=010 aff:{4}/{0-11}
>> in-flight=0 d92:150(---)
>> (XEN) Direct vector information:
>> (XEN)    0x22 -> irq_move_cleanup_interrupt()
>> (XEN)    0xf1 -> mce_intel.c#cmci_interrupt()
>> (XEN)    0xf2 -> mce_intel.c#intel_thermal_interrupt()
>> (XEN)    0xf9 -> pmu_apic_interrupt()
>> (XEN)    0xfa -> apic_timer_interrupt()
>> (XEN)    0xfb -> call_function_interrupt()
>> (XEN)    0xfc -> event_check_interrupt()
>> (XEN)    0xfd -> invalidate_interrupt()
>> (XEN)    0xfe -> error_interrupt()
>> (XEN)    0xff -> spurious_interrupt()
>> (XEN) IO-APIC interrupt information:
>> (XEN)     IRQ  0 Vec240:
>> (XEN)       Apic 0x00, Pin  2: vec=f0 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ  1 Vec 49:
>> (XEN)       Apic 0x00, Pin  1: vec=31 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000040
>> (XEN)     IRQ  3 Vec 64:
>> (XEN)       Apic 0x00, Pin  3: vec=40 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ  4 Vec 72:
>> (XEN)       Apic 0x00, Pin  4: vec=48 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ  5 Vec 80:
>> (XEN)       Apic 0x00, Pin  5: vec=50 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ  6 Vec 88:
>> (XEN)       Apic 0x00, Pin  6: vec=58 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ  7 Vec 96:
>> (XEN)       Apic 0x00, Pin  7: vec=60 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ  8 Vec104:
>> (XEN)       Apic 0x00, Pin  8: vec=68 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ  9 Vec 57:
>> (XEN)       Apic 0x00, Pin  9: vec=39 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=L mask=0 dest_id:00000004
>> (XEN)     IRQ 10 Vec120:
>> (XEN)       Apic 0x00, Pin 10: vec=78 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ 11 Vec136:
>> (XEN)       Apic 0x00, Pin 11: vec=88 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ 12 Vec144:
>> (XEN)       Apic 0x00, Pin 12: vec=90 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ 13 Vec152:
>> (XEN)       Apic 0x00, Pin 13: vec=98 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=1 dest_id:00000001
>> (XEN)     IRQ 14 Vec160:
>> (XEN)       Apic 0x00, Pin 14: vec=a0 delivery=LoPri dest=L status=0
>> polarity=1 irr=0 trig=L mask=0 dest_id:00000001
>> (XEN)     IRQ 15 Vec168:
>> (XEN)       Apic 0x00, Pin 15: vec=a8 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ 16 Vec176:
>> (XEN)       Apic 0x00, Pin 16: vec=b0 delivery=LoPri dest=L status=0
>> polarity=1 irr=0 trig=L mask=0 dest_id:00000004
>> (XEN)     IRQ 17 Vec208:
>> (XEN)       Apic 0x00, Pin 17: vec=d0 delivery=LoPri dest=L status=1
>> polarity=1 irr=1 trig=L mask=0 dest_id:00000100
>> (XEN)     IRQ 18 Vec184:
>> (XEN)       Apic 0x00, Pin 18: vec=b8 delivery=LoPri dest=L status=0
>> polarity=1 irr=0 trig=L mask=0 dest_id:00000004
>> (XEN)     IRQ 19 Vec161:
>> (XEN)       Apic 0x00, Pin 19: vec=a1 delivery=LoPri dest=L status=0
>> polarity=1 irr=0 trig=L mask=1 dest_id:00000555
>> (XEN)     IRQ 20 Vec224:
>> (XEN)       Apic 0x00, Pin 20: vec=e0 delivery=LoPri dest=L status=0
>> polarity=1 irr=0 trig=L mask=0 dest_id:00000001
>> (XEN)     IRQ 83 Vec 65:
>> (XEN)       Apic 0x00, Pin 83: vec=41 delivery=LoPri dest=L status=0
>> polarity=1 irr=0 trig=L mask=0 dest_id:00000400
>>
>
> I shutted down all VMs excluding sys-usb (which I need to be able to use
> keyboard) and OpenBSD HVM befor that command.
>
> My pcidum is:
>
> Domain /dev/pci0:
>>  0:0:0: Intel 82441FX
>> 0x0000: Vendor ID: 8086, Product ID: 1237
>> 0x0004: Command: 0004, Status: 0000
>> 0x0008: Class: 06 Bridge, Subclass: 00 Host,
>> Interface: 00, Revision: 02
>> 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00,
>> Cache Line Size: 00
>> 0x0010: BAR empty (00000000)
>> 0x0014: BAR empty (00000000)
>> 0x0018: BAR empty (00000000)
>> 0x001c: BAR empty (00000000)
>> 0x0020: BAR empty (00000000)
>> 0x0024: BAR empty (00000000)
>> 0x0028: Cardbus CIS: 00000000
>> 0x002c: Subsystem Vendor ID: 1af4 Product ID: 1100
>> 0x0030: Expansion ROM Base Address: 00000000
>> 0x0038: 00000000
>> 0x003c: Interrupt Pin: 00 Line: 00 Min Gnt: 00 Max Lat: 00
>>  0:1:0: Intel 82371SB ISA
>> 0x0000: Vendor ID: 8086, Product ID: 7000
>> 0x0004: Command: 0004, Status: 0200
>> 0x0008: Class: 06 Bridge, Subclass: 01 ISA,
>> Interface: 00, Revision: 00
>> 0x000c: BIST: 00, Header Type: 80, Latency Timer: 00,
>> Cache Line Size: 00
>> 0x0010: BAR empty (00000000)
>> 0x0014: BAR empty (00000000)
>> 0x0018: BAR empty (00000000)
>> 0x001c: BAR empty (00000000)
>> 0x0020: BAR empty (00000000)
>> 0x0024: BAR empty (00000000)
>> 0x0028: Cardbus CIS: 00000000
>> 0x002c: Subsystem Vendor ID: 1af4 Product ID: 1100
>> 0x0030: Expansion ROM Base Address: 00000000
>> 0x0038: 00000000
>> 0x003c: Interrupt Pin: 00 Line: 00 Min Gnt: 00 Max Lat: 00
>>  0:1:1: Intel 82371SB IDE
>> 0x0000: Vendor ID: 8086, Product ID: 7010
>> 0x0004: Command: 0005, Status: 0280
>> 0x0008: Class: 01 Mass Storage, Subclass: 01 IDE,
>> Interface: 80, Revision: 00
>> 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00,
>> Cache Line Size: 00
>> 0x0010: BAR empty (00000000)
>> 0x0014: BAR empty (00000000)
>> 0x0018: BAR empty (00000000)
>> 0x001c: BAR empty (00000000)
>> 0x0020: BAR io addr: 0x0000c200/0x0010
>> 0x0024: BAR empty (00000000)
>> 0x0028: Cardbus CIS: 00000000
>> 0x002c: Subsystem Vendor ID: 1af4 Product ID: 1100
>> 0x0030: Expansion ROM Base Address: 00000000
>> 0x0038: 00000000
>> 0x003c: Interrupt Pin: 00 Line: 00 Min Gnt: 00 Max Lat: 00
>>  0:1:3: Intel 82371AB Power
>> 0x0000: Vendor ID: 8086, Product ID: 7113
>> 0x0004: Command: 0004, Status: 0280
>> 0x0008: Class: 06 Bridge, Subclass: 80 Miscellaneous,
>> Interface: 00, Revision: 03
>> 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00,
>> Cache Line Size: 00
>> 0x0010: BAR empty (00000000)
>> 0x0014: BAR empty (00000000)
>> 0x0018: BAR empty (00000000)
>> 0x001c: BAR empty (00000000)
>> 0x0020: BAR empty (00000000)
>> 0x0024: BAR empty (00000000)
>> 0x0028: Cardbus CIS: 00000000
>> 0x002c: Subsystem Vendor ID: 1af4 Product ID: 1100
>> 0x0030: Expansion ROM Base Address: 00000000
>> 0x0038: 00000000
>> 0x003c: Interrupt Pin: 01 Line: 0a Min Gnt: 00 Max Lat: 00
>>  0:2:0: XenSource Platform Device
>> 0x0000: Vendor ID: 5853, Product ID: 0001
>> 0x0004: Command: 0007, Status: 0000
>> 0x0008: Class: ff (unknown), Subclass: 80 (unknown),
>> Interface: 00, Revision: 01
>> 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00,
>> Cache Line Size: 00
>> 0x0010: BAR io addr: 0x0000c000/0x0100
>> 0x0014: BAR mem prefetchable 32bit addr: 0xf0000000/0x01000000
>> 0x0018: BAR empty (00000000)
>> 0x001c: BAR empty (00000000)
>> 0x0020: BAR empty (00000000)
>> 0x0024: BAR empty (00000000)
>> 0x0028: Cardbus CIS: 00000000
>> 0x002c: Subsystem Vendor ID: 5853 Product ID: 0001
>> 0x0030: Expansion ROM Base Address: 00000000
>> 0x0038: 00000000
>> 0x003c: Interrupt Pin: 01 Line: 0b Min Gnt: 00 Max Lat: 00
>>  0:3:0: Bochs VGA
>> 0x0000: Vendor ID: 1234, Product ID: 1111
>> 0x0004: Command: 0007, Status: 0000
>> 0x0008: Class: 03 Display, Subclass: 00 VGA,
>> Interface: 00, Revision: 02
>> 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00,
>> Cache Line Size: 00
>> 0x0010: BAR mem prefetchable 32bit addr: 0xf1000000/0x01000000
>> 0x0014: BAR empty (00000000)
>> 0x0018: BAR mem 32bit addr: 0xf2018000/0x00001000
>> 0x001c: BAR empty (00000000)
>> 0x0020: BAR empty (00000000)
>> 0x0024: BAR empty (00000000)
>> 0x0028: Cardbus CIS: 00000000
>> 0x002c: Subsystem Vendor ID: 1af4 Product ID: 1100
>> 0x0030: Expansion ROM Base Address: f2000000
>> 0x0038: 00000000
>> 0x003c: Interrupt Pin: 00 Line: 00 Min Gnt: 00 Max Lat: 00
>>  0:4:0: Intel 82801DB USB
>> 0x0000: Vendor ID: 8086, Product ID: 24cd
>> 0x0004: Command: 0006, Status: 0000
>> 0x0008: Class: 0c Serial Bus, Subclass: 03 USB,
>> Interface: 20, Revision: 10
>> 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00,
>> Cache Line Size: 00
>> 0x0010: BAR mem 32bit addr: 0xf2019000/0x00001000
>> 0x0014: BAR empty (00000000)
>> 0x0018: BAR empty (00000000)
>> 0x001c: BAR empty (00000000)
>> 0x0020: BAR empty (00000000)
>> 0x0024: BAR empty (00000000)
>> 0x0028: Cardbus CIS: 00000000
>> 0x002c: Subsystem Vendor ID: 1af4 Product ID: 1100
>> 0x0030: Expansion ROM Base Address: 00000000
>> 0x0038: 00000000
>> 0x003c: Interrupt Pin: 04 Line: 05 Min Gnt: 00 Max Lat: 00
>>  0:6:0: NEC xHCI
>> 0x0000: Vendor ID: 1033, Product ID: 0194
>> 0x0004: Command: 0006, Status: 0010
>> 0x0008: Class: 0c Serial Bus, Subclass: 03 USB,
>> Interface: 30, Revision: 03
>> 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00,
>> Cache Line Size: 00
>> 0x0010: BAR mem 64bit addr: 0x00000000f2010000/0x00004000
>> 0x0018: BAR empty (00000000)
>> 0x001c: BAR empty (00000000)
>> 0x0020: BAR empty (00000000)
>> 0x0024: BAR empty (00000000)
>> 0x0028: Cardbus CIS: 00000000
>> 0x002c: Subsystem Vendor ID: 1af4 Product ID: 1100
>> 0x0030: Expansion ROM Base Address: 00000000
>> 0x0038: 00000000
>> 0x003c: Interrupt Pin: 01 Line: 0b Min Gnt: 00 Max Lat: 00
>> 0x0090: Capability 0x11: Extended Message Signalled Interrupts (MSI-X)
>> Enabled: no; table size 16 (BAR 0:12288)
>> 0x0070: Capability 0x05: Message Signalled Interrupts (MSI)
>> Enabled: yes
>>  0:7:0: Intel AC 9560
>> 0x0000: Vendor ID: 8086, Product ID: a370
>> 0x0004: Command: 0006, Status: 0010
>> 0x0008: Class: 02 Network, Subclass: 80 Miscellaneous,
>> Interface: 00, Revision: 10
>> 0x000c: BIST: 00, Header Type: 80, Latency Timer: 00,
>> Cache Line Size: 00
>> 0x0010: BAR mem 64bit addr: 0x00000000f2014000/0x00004000
>> 0x0018: BAR empty (00000000)
>> 0x001c: BAR empty (00000000)
>> 0x0020: BAR empty (00000000)
>> 0x0024: BAR empty (00000000)
>> 0x0028: Cardbus CIS: 00000000
>> 0x002c: Subsystem Vendor ID: 8086 Product ID: 0034
>> 0x0030: Expansion ROM Base Address: 00000000
>> 0x0038: 00000000
>> 0x003c: Interrupt Pin: 01 Line: 05 Min Gnt: 00 Max Lat: 00
>> 0x00c8: Capability 0x01: Power Management
>> State: D0
>> 0x00d0: Capability 0x05: Message Signalled Interrupts (MSI)
>> Enabled: no
>> 0x0040: Capability 0x10: PCI Express
>> Max Payload Size: 128 / 128 bytes
>> Max Read Request Size: 512 bytes
>>
>
> BR Adam Szewczyk
>
>
> pt., 16 wrz 2022 o 15:35 Roger Pau Monné <roger.pau@citrix.com>
> napisał(a):
>
>> Again, please keep xen-devel on Cc and don't top-post.
>>
>> On Fri, Sep 16, 2022 at 03:19:30PM +0200, Adam Szewczyk wrote:
>> > I executed it in dom0 terminal and it prints lots of stuff, but when I
>> run
>> > jus xl dmesg it prints almost the same logs. So I'm not sure if I have
>> > right output or what I shuld search for to paste it here.
>>
>> Hm, you should see something like:
>>
>> (XEN) [ 8729.266567] MSI information:
>> [...]
>> (XEN) [ 8709.154958] IRQ information:
>> [...]
>>
>> In the output of `xl dmesg`
>>
>> You can paste the full output of `xl dmesg`, that should be fine.
>>
>> > Regards Adam.
>> >
>> > pt., 16 wrz 2022, 15:09 użytkownik Roger Pau Monné <
>> roger.pau@citrix.com>
>> > napisał:
>> >
>> > > Please keep xen-devel in Cc and avoid top-posting.
>> > >
>> > > On Fri, Sep 16, 2022 at 02:35:17PM +0200, Adam Szewczyk wrote:
>> > > > >  0:7:0: Intel AC 9560
>> > > > > 0x0000: Vendor ID: 8086, Product ID: a370
>> > > > > 0x0004: Command: 0006, Status: 0010
>> > > > > 0x0008: Class: 02 Network, Subclass: 80 Miscellaneous,
>> > > > > Interface: 00, Revision: 10
>> > > > > 0x000c: BIST: 00, Header Type: 80, Latency Timer: 00,
>> > > > > Cache Line Size: 00
>> > > > > 0x0010: BAR mem 64bit addr: 0x00000000f2014000/0x00004000
>> > > > > 0x0018: BAR empty (00000000)
>> > > > > 0x001c: BAR empty (00000000)
>> > > > > 0x0020: BAR empty (00000000)
>> > > > > 0x0024: BAR empty (00000000)
>> > > > > 0x0028: Cardbus CIS: 00000000
>> > > > > 0x002c: Subsystem Vendor ID: 8086 Product ID: 0034
>> > > > > 0x0030: Expansion ROM Base Address: 00000000
>> > > > > 0x0038: 00000000
>> > >
>> > > None of the BARs are at 0x404000 which seems to be where OpenBSD is
>> > > trying to load the firmware?
>> > >
>> > > I would have to look at the code to figure out exactly what it is
>> > > trying to do here (and why it fails).
>> > >
>> > > Can you also paste the output from `lspci -v`?
>>
>> You seem to have missed this bit.
>>
>> Regards, Roger.
>>
>

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

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

* Re: [BUG] problems with NICs pass through to OpenBSD guest
  2022-09-16 19:26           ` Adam Szewczyk
@ 2022-09-16 20:50             ` Adam Szewczyk
  0 siblings, 0 replies; 12+ messages in thread
From: Adam Szewczyk @ 2022-09-16 20:50 UTC (permalink / raw)
  To: Roger Pau Monné; +Cc: xen-devel

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

I made another experiment. I tried if eth pass trough works in HVMs with
other OSes. FreeBSD can't configure connection using DHCP. Ubuntu 22.04
kickstart the connection on Live Cd.

BR Adam

pt., 16 wrz 2022 o 21:26 Adam Szewczyk <szewcson@gmail.com> napisał(a):

> 00:00.0 Host bridge: Intel Corporation 8th Gen Core Processor Host
>> Bridge/DRAM Registers (rev 07)
>> Subsystem: Lenovo Device 3807
>> Flags: bus master, fast devsel, latency 0
>> Capabilities: <access denied>
>>
>> 00:01.0 PCI bridge: Intel Corporation 6th-10th Gen Core Processor PCIe
>> Controller (x16) (rev 07) (prog-if 00 [Normal decode])
>> Flags: bus master, fast devsel, latency 0, IRQ 158
>> Bus: primary=00, secondary=01, subordinate=05, sec-latency=0
>> I/O behind bridge: 00004000-00004fff [size=4K]
>> Memory behind bridge: a0000000-b40fffff [size=321M]
>> Prefetchable memory behind bridge: 00000000b4100000-00000000b41fffff
>> [size=1M]
>> Capabilities: <access denied>
>> Kernel driver in use: pcieport
>>
>> 00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200
>> v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 07)
>> Subsystem: Lenovo Device 382f
>> Flags: bus master, fast devsel, latency 0, IRQ 16
>> Memory at b4510000 (64-bit, non-prefetchable) [size=32K]
>> Capabilities: <access denied>
>> Kernel driver in use: proc_thermal
>> Kernel modules: processor_thermal_device_pci_legacy
>>
>> 00:08.0 System peripheral: Intel Corporation Xeon E3-1200 v5/v6 / E3-1500
>> v5 / 6th/7th/8th Gen Core Processor Gaussian Mixture Model
>> Subsystem: Lenovo Device 3864
>> Flags: bus master, fast devsel, latency 0, IRQ 255
>> Memory at b4524000 (64-bit, non-prefetchable) [size=4K]
>> Capabilities: <access denied>
>>
>> 00:12.0 Signal processing controller: Intel Corporation Cannon Lake PCH
>> Thermal Controller (rev 10)
>> Subsystem: Lenovo Device 3802
>> Flags: bus master, fast devsel, latency 0, IRQ 16
>> Memory at b4525000 (64-bit, non-prefetchable) [size=4K]
>> Capabilities: <access denied>
>> Kernel driver in use: intel_pch_thermal
>> Kernel modules: intel_pch_thermal
>>
>> 00:14.0 USB controller: Intel Corporation Cannon Lake PCH USB 3.1 xHCI
>> Host Controller (rev 10) (prog-if 30 [XHCI])
>> Subsystem: Lenovo Device 3806
>> Flags: bus master, medium devsel, latency 0, IRQ 16
>> Memory at b4500000 (64-bit, non-prefetchable) [size=64K]
>> Capabilities: <access denied>
>> Kernel driver in use: pciback
>> Kernel modules: xhci_pci
>>
>> 00:14.2 RAM memory: Intel Corporation Cannon Lake PCH Shared SRAM (rev 10)
>> Subsystem: Lenovo Device 3824
>> Flags: bus master, fast devsel, latency 0
>> Memory at b4520000 (64-bit, non-prefetchable) [size=8K]
>> Memory at b4526000 (64-bit, non-prefetchable) [size=4K]
>> Capabilities: <access denied>
>>
>> 00:14.3 Network controller: Intel Corporation Wireless-AC 9560 [Jefferson
>> Peak] (rev 10)
>> Subsystem: Intel Corporation Device 0034
>> Flags: fast devsel, IRQ 16
>> Memory at b4518000 (64-bit, non-prefetchable) [size=16K]
>> Capabilities: <access denied>
>> Kernel driver in use: pciback
>> Kernel modules: iwlwifi
>>
>> 00:15.0 Serial bus controller [0c80]: Intel Corporation Cannon Lake PCH
>> Serial IO I2C Controller #0 (rev 10)
>> Subsystem: Lenovo Device 3803
>> Flags: bus master, fast devsel, latency 0, IRQ 16
>> Memory at b4527000 (64-bit, non-prefetchable) [virtual] [size=4K]
>> Capabilities: <access denied>
>> Kernel driver in use: intel-lpss
>>
>> 00:15.1 Serial bus controller [0c80]: Intel Corporation Cannon Lake PCH
>> Serial IO I2C Controller #1 (rev 10)
>> Subsystem: Lenovo Device 3804
>> Flags: bus master, fast devsel, latency 0, IRQ 17
>> Memory at b4528000 (64-bit, non-prefetchable) [virtual] [size=4K]
>> Capabilities: <access denied>
>> Kernel driver in use: intel-lpss
>>
>> 00:16.0 Communication controller: Intel Corporation Cannon Lake PCH HECI
>> Controller (rev 10)
>> Subsystem: Lenovo Device 3810
>> Flags: bus master, fast devsel, latency 0, IRQ 174
>> Memory at b4529000 (64-bit, non-prefetchable) [size=4K]
>> Capabilities: <access denied>
>> Kernel driver in use: mei_me
>> Kernel modules: mei_me
>>
>> 00:17.0 SATA controller: Intel Corporation Cannon Lake Mobile PCH SATA
>> AHCI Controller (rev 10) (prog-if 01 [AHCI 1.0])
>> Subsystem: Lenovo Device 3808
>> Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 162
>> Memory at b4522000 (32-bit, non-prefetchable) [size=8K]
>> Memory at b452e000 (32-bit, non-prefetchable) [size=256]
>> I/O ports at 5040 [size=8]
>> I/O ports at 5048 [size=4]
>> I/O ports at 5020 [size=32]
>> Memory at b452d000 (32-bit, non-prefetchable) [size=2K]
>> Capabilities: <access denied>
>> Kernel driver in use: ahci
>>
>> 00:1d.0 PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root
>> Port #9 (rev f0) (prog-if 00 [Normal decode])
>> Flags: bus master, fast devsel, latency 0, IRQ 159
>> Bus: primary=00, secondary=06, subordinate=06, sec-latency=0
>> I/O behind bridge: [disabled]
>> Memory behind bridge: b4400000-b44fffff [size=1M]
>> Prefetchable memory behind bridge: [disabled]
>> Capabilities: <access denied>
>> Kernel driver in use: pcieport
>>
>> 00:1d.5 PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root
>> Port #14 (rev f0) (prog-if 00 [Normal decode])
>> Flags: bus master, fast devsel, latency 0, IRQ 160
>> Bus: primary=00, secondary=07, subordinate=07, sec-latency=0
>> I/O behind bridge: 00003000-00003fff [size=4K]
>> Memory behind bridge: b4300000-b43fffff [size=1M]
>> Prefetchable memory behind bridge: [disabled]
>> Capabilities: <access denied>
>> Kernel driver in use: pcieport
>>
>> 00:1e.0 Communication controller: Intel Corporation Cannon Lake PCH
>> Serial IO UART Host Controller (rev 10)
>> Subsystem: Lenovo Device 3813
>> Flags: bus master, fast devsel, latency 0, IRQ 20
>> Memory at b452a000 (64-bit, non-prefetchable) [virtual] [size=4K]
>> Capabilities: <access denied>
>> Kernel driver in use: intel-lpss
>>
>> 00:1f.0 ISA bridge: Intel Corporation HM470 Chipset LPC/eSPI Controller
>> (rev 10)
>> Subsystem: Lenovo Device 380e
>> Flags: bus master, medium devsel, latency 0
>>
>> 00:1f.3 Audio device: Intel Corporation Cannon Lake PCH cAVS (rev 10)
>> Subsystem: Lenovo Device 380f
>> Flags: bus master, fast devsel, latency 32, IRQ 175
>> Memory at b451c000 (64-bit, non-prefetchable) [size=16K]
>> Memory at b4200000 (64-bit, non-prefetchable) [size=1M]
>> Capabilities: <access denied>
>> Kernel driver in use: snd_hda_intel
>> Kernel modules: snd_hda_intel, snd_soc_skl, snd_sof_pci_intel_cnl
>>
>> 00:1f.4 SMBus: Intel Corporation Cannon Lake PCH SMBus Controller (rev 10)
>> Subsystem: Lenovo Device 3814
>> Flags: medium devsel, IRQ 16
>> Memory at b452b000 (64-bit, non-prefetchable) [size=256]
>> I/O ports at 5000 [size=32]
>> Kernel driver in use: i801_smbus
>> Kernel modules: i2c_i801
>>
>> 00:1f.5 Serial bus controller [0c80]: Intel Corporation Cannon Lake PCH
>> SPI Controller (rev 10)
>> Subsystem: Lenovo Device 3827
>> Flags: bus master, fast devsel, latency 0
>> Memory at fe010000 (32-bit, non-prefetchable) [size=4K]
>>
>> 01:00.0 VGA compatible controller: NVIDIA Corporation TU116M [GeForce GTX
>> 1660 Ti Mobile] (rev a1) (prog-if 00 [VGA controller])
>> Subsystem: Lenovo Device 3ffc
>> Flags: bus master, fast devsel, latency 0, IRQ 172
>> Memory at b3000000 (32-bit, non-prefetchable) [size=16M]
>> Memory at a0000000 (64-bit, prefetchable) [size=256M]
>> Memory at b0000000 (64-bit, prefetchable) [size=32M]
>> I/O ports at 4000 [size=128]
>> Expansion ROM at b2000000 [disabled] [size=512K]
>> Capabilities: <access denied>
>> Kernel driver in use: nouveau
>> Kernel modules: nouveau
>>
>> 01:00.1 Audio device: NVIDIA Corporation TU116 High Definition Audio
>> Controller (rev a1)
>> Subsystem: Lenovo Device 3ffc
>> Flags: bus master, fast devsel, latency 0, IRQ 17
>> Memory at b4000000 (32-bit, non-prefetchable) [size=16K]
>> Capabilities: <access denied>
>> Kernel driver in use: snd_hda_intel
>> Kernel modules: snd_hda_intel
>>
>> 01:00.2 USB controller: NVIDIA Corporation TU116 USB 3.1 Host Controller
>> (rev a1) (prog-if 30 [XHCI])
>> Subsystem: Lenovo Device 3ffc
>> Flags: bus master, fast devsel, latency 0, IRQ 18
>> Memory at b4100000 (64-bit, prefetchable) [size=256K]
>> Memory at b4140000 (64-bit, prefetchable) [size=64K]
>> Capabilities: <access denied>
>> Kernel driver in use: pciback
>> Kernel modules: xhci_pci
>>
>> 01:00.3 Serial bus controller [0c80]: NVIDIA Corporation TU116 USB Type-C
>> UCSI Controller (rev a1)
>> Subsystem: Lenovo Device 3ffc
>> Flags: bus master, fast devsel, latency 0, IRQ 173
>> Memory at b4004000 (32-bit, non-prefetchable) [size=4K]
>> Capabilities: <access denied>
>> Kernel driver in use: nvidia-gpu
>> Kernel modules: i2c_nvidia_gpu
>>
>> 06:00.0 Non-Volatile memory controller: Sandisk Corp WD Blue SN500 / PC
>> SN520 NVMe SSD (rev 01) (prog-if 02 [NVM Express])
>> Subsystem: Sandisk Corp WD Blue SN500 / PC SN520 NVMe SSD
>> Flags: bus master, fast devsel, latency 0, IRQ 16, NUMA node 0
>> Memory at b4400000 (64-bit, non-prefetchable) [size=16K]
>> Capabilities: <access denied>
>> Kernel driver in use: nvme
>> Kernel modules: nvme
>>
>> 07:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
>> RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
>> Subsystem: Lenovo Device 38cd
>> Flags: bus master, fast devsel, latency 0, IRQ 17
>> I/O ports at 3000 [size=256]
>> Memory at b4304000 (64-bit, non-prefetchable) [size=4K]
>> Memory at b4300000 (64-bit, non-prefetchable) [size=16K]
>> Capabilities: <access denied>
>> Kernel driver in use: pciback
>> Kernel modules: r8169
>>
>
> Sorry I forgot about lscpi -v
>
> pt., 16 wrz 2022 o 17:08 Adam Szewczyk <szewcson@gmail.com> napisał(a):
>
>> Sorry, I always forgot that default answer is "answer" to not "answer to
>> all".
>>
>> My xl dmesg after calling those debug-keys is:
>>
>>> t=0 d0:  8(---)
>>> (XEN)    IRQ:   9 vec:39 IO-APIC-level   status=030 aff:{4}/{0-11}
>>> in-flight=0 d0:  9(---)
>>> (XEN)    IRQ:  10 vec:78 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>>> unbound
>>> (XEN)    IRQ:  11 vec:88 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>>> unbound
>>> (XEN)    IRQ:  12 vec:90 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>>> unbound
>>> (XEN)    IRQ:  13 vec:98 IO-APIC-edge    status=002 aff:{0-15}/{0}
>>> mapped, unbound
>>> (XEN)    IRQ:  14 vec:a0 IO-APIC-level   status=030 aff:{0}/{0}
>>> in-flight=0 d0: 14(---)
>>> (XEN)    IRQ:  15 vec:a8 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>>> unbound
>>> (XEN)    IRQ:  16 vec:b0 IO-APIC-level   status=030 aff:{2}/{0-11}
>>> in-flight=0 d0: 16(---),d3: 16(-M-),d78: 16(-M-)
>>> (XEN)    IRQ:  17 vec:d0 IO-APIC-level   status=010 aff:{2}/{0-11}
>>> in-flight=1 d0: 17(---),d81: 17(-MM)
>>> (XEN)    IRQ:  18 vec:b8 IO-APIC-level   status=030 aff:{10}/{0-11}
>>> in-flight=0 d0: 18(---),d3: 18(-M-)
>>> (XEN)    IRQ:  19 vec:a1 IO-APIC-level   status=002 aff:{0-15}/{0-11}
>>> mapped, unbound
>>> (XEN)    IRQ:  20 vec:e0 IO-APIC-level   status=030 aff:{0}/{0-11}
>>> in-flight=0 d0: 20(---)
>>> (XEN)    IRQ:  83 vec:41 IO-APIC-level   status=030 aff:{10}/{0-11}
>>> in-flight=0 d0: 83(---)
>>> (XEN)    IRQ: 120 vec:30 DMA_MSI         status=000 aff:{0-15}/{0}
>>> iommu.c#iommu_page_fault()
>>> (XEN)    IRQ: 121 vec:c0 PCI-MSI         status=030 aff:{0}/{0-11}
>>> in-flight=0 d0:951(---)
>>> (XEN)    IRQ: 122 vec:c8 PCI-MSI         status=030 aff:{0}/{0-11}
>>> in-flight=0 d0:950(---)
>>> (XEN)    IRQ: 123 vec:d8 PCI-MSI         status=030 aff:{0}/{0-11}
>>> in-flight=0 d0:949(---)
>>> (XEN)    IRQ: 124 vec:e8 PCI-MSI         status=030 aff:{8}/{0-11}
>>> in-flight=0 d0:948(---)
>>> (XEN)    IRQ: 125 vec:4a PCI-MSI         status=010 aff:{6}/{0-11}
>>> in-flight=0 d78:151(---)
>>> (XEN)    IRQ: 126 vec:59 PCI-MSI/-X      status=030 aff:{8}/{0-11}
>>> in-flight=0 d0:946(---)
>>> (XEN)    IRQ: 127 vec:61 PCI-MSI/-X      status=030 aff:{0}/{0-11}
>>> in-flight=0 d0:945(---)
>>> (XEN)    IRQ: 128 vec:69 PCI-MSI/-X      status=030 aff:{6}/{0-11}
>>> in-flight=0 d0:944(---)
>>> (XEN)    IRQ: 129 vec:71 PCI-MSI/-X      status=030 aff:{4}/{0-11}
>>> in-flight=0 d0:943(---)
>>> (XEN)    IRQ: 130 vec:79 PCI-MSI/-X      status=030 aff:{6}/{0-11}
>>> in-flight=0 d0:942(---)
>>> (XEN)    IRQ: 131 vec:81 PCI-MSI/-X      status=030 aff:{10}/{0-11}
>>> in-flight=0 d0:941(---)
>>> (XEN)    IRQ: 132 vec:89 PCI-MSI/-X      status=030 aff:{2}/{0-11}
>>> in-flight=0 d0:940(---)
>>> (XEN)    IRQ: 133 vec:52 PCI-MSI         status=030 aff:{4}/{0-11}
>>> in-flight=0 d81:151(-M-)
>>> (XEN)    IRQ: 134 vec:99 PCI-MSI         status=030 aff:{6}/{0-11}
>>> in-flight=0 d0:938(---)
>>> (XEN)    IRQ: 135 vec:a9 PCI-MSI         status=002 aff:{0-15}/{0-11}
>>> mapped, unbound
>>> (XEN)    IRQ: 136 vec:b1 PCI-MSI         status=030 aff:{4}/{0-11}
>>> in-flight=0 d0:936(---)
>>> (XEN)    IRQ: 137 vec:b9 PCI-MSI         status=030 aff:{2}/{0-11}
>>> in-flight=0 d0:935(---)
>>> (XEN)    IRQ: 138 vec:d1 PCI-MSI         status=030 aff:{2}/{0-11}
>>> in-flight=0 d3:151(---)
>>> (XEN)    IRQ: 139 vec:d9 PCI-MSI         status=030 aff:{4}/{0-11}
>>> in-flight=0 d3:150(---)
>>> (XEN) Direct vector information:
>>> (XEN)    0x22 -> irq_move_cleanup_interrupt()
>>> (XEN)    0xf1 -> mce_intel.c#cmci_interrupt()
>>> (XEN)    0xf2 -> mce_intel.c#intel_thermal_interrupt()
>>> (XEN)    0xf9 -> pmu_apic_interrupt()
>>> (XEN)    0xfa -> apic_timer_interrupt()
>>> (XEN)    0xfb -> call_function_interrupt()
>>> (XEN)    0xfc -> event_check_interrupt()
>>> (XEN)    0xfd -> invalidate_interrupt()
>>> (XEN)    0xfe -> error_interrupt()
>>> (XEN)    0xff -> spurious_interrupt()
>>> (XEN) IO-APIC interrupt information:
>>> (XEN)     IRQ  0 Vec240:
>>> (XEN)       Apic 0x00, Pin  2: vec=f0 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>>> (XEN)     IRQ  1 Vec 49:
>>> (XEN)       Apic 0x00, Pin  1: vec=31 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000400
>>> (XEN)     IRQ  3 Vec 64:
>>> (XEN)       Apic 0x00, Pin  3: vec=40 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>>> (XEN)     IRQ  4 Vec 72:
>>> (XEN)       Apic 0x00, Pin  4: vec=48 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>>> (XEN)     IRQ  5 Vec 80:
>>> (XEN)       Apic 0x00, Pin  5: vec=50 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>>> (XEN)     IRQ  6 Vec 88:
>>> (XEN)       Apic 0x00, Pin  6: vec=58 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>>> (XEN)     IRQ  7 Vec 96:
>>> (XEN)       Apic 0x00, Pin  7: vec=60 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>>> (XEN)     IRQ  8 Vec104:
>>> (XEN)       Apic 0x00, Pin  8: vec=68 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>>> (XEN)     IRQ  9 Vec 57:
>>> (XEN)       Apic 0x00, Pin  9: vec=39 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=L mask=0 dest_id:00000010
>>> (XEN)     IRQ 10 Vec120:
>>> (XEN)       Apic 0x00, Pin 10: vec=78 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>>> (XEN)     IRQ 11 Vec136:
>>> (XEN)       Apic 0x00, Pin 11: vec=88 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>>> (XEN)     IRQ 12 Vec144:
>>> (XEN)       Apic 0x00, Pin 12: vec=90 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>>> (XEN)     IRQ 13 Vec152:
>>> (XEN)       Apic 0x00, Pin 13: vec=98 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=1 dest_id:00000001
>>> (XEN)     IRQ 14 Vec160:
>>> (XEN)       Apic 0x00, Pin 14: vec=a0 delivery=LoPri dest=L status=0
>>> polarity=1 irr=0 trig=L mask=0 dest_id:00000001
>>> (XEN)     IRQ 15 Vec168:
>>> (XEN)       Apic 0x00, Pin 15: vec=a8 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>>> (XEN)     IRQ 16 Vec176:
>>> (XEN)       Apic 0x00, Pin 16: vec=b0 delivery=LoPri dest=L status=0
>>> polarity=1 irr=0 trig=L mask=0 dest_id:00000004
>>> (XEN)     IRQ 17 Vec208:
>>> (XEN)       Apic 0x00, Pin 17: vec=d0 delivery=LoPri dest=L status=1
>>> polarity=1 irr=1 trig=L mask=0 dest_id:00000004
>>> (XEN)     IRQ 18 Vec184:
>>> (XEN)       Apic 0x00, Pin 18: vec=b8 delivery=LoPri dest=L status=0
>>> polarity=1 irr=0 trig=L mask=0 dest_id:00000400
>>> (XEN)     IRQ 19 Vec161:
>>> (XEN)       Apic 0x00, Pin 19: vec=a1 delivery=LoPri dest=L status=0
>>> polarity=1 irr=0 trig=L mask=1 dest_id:00000555
>>> (XEN)     IRQ 20 Vec224:
>>> (XEN)       Apic 0x00, Pin 20: vec=e0 delivery=LoPri dest=L status=0
>>> polarity=1 irr=0 trig=L mask=0 dest_id:00000001
>>> (XEN)     IRQ 83 Vec 65:
>>> (XEN)       Apic 0x00, Pin 83: vec=41 delivery=LoPri dest=L status=0
>>> polarity=1 irr=0 trig=L mask=0 dest_id:00000400
>>> (XEN) MSI information:
>>> (XEN)  IOMMU  120 vec=30 lowest  edge   assert  log lowest dest=00000001
>>> mask=1/  /?
>>> (XEN)  MSI    121 vec=c0 lowest  edge   assert  log lowest dest=00000001
>>> mask=0/  /?
>>> (XEN)  MSI    122 vec=c8 lowest  edge   assert  log lowest dest=00000001
>>> mask=0/  /?
>>> (XEN)  MSI    123 vec=d8 lowest  edge   assert  log lowest dest=00000001
>>> mask=0/  /?
>>> (XEN)  MSI    124 vec=e8 lowest  edge   assert  log lowest dest=00000100
>>> mask=0/  /?
>>> (XEN)  MSI    125 vec=4a lowest  edge   assert  log lowest dest=00000004
>>> mask=0/  /?
>>> (XEN)  MSI-X  126 vec=59 lowest  edge   assert  log lowest dest=00000100
>>> mask=1/  /0
>>> (XEN)  MSI-X  127 vec=61 lowest  edge   assert  log lowest dest=00000010
>>> mask=1/  /0
>>> (XEN)  MSI-X  128 vec=69 lowest  edge   assert  log lowest dest=00000400
>>> mask=1/  /0
>>> (XEN)  MSI-X  129 vec=71 lowest  edge   assert  log lowest dest=00000400
>>> mask=1/  /0
>>> (XEN)  MSI-X  130 vec=79 lowest  edge   assert  log lowest dest=00000040
>>> mask=1/  /0
>>> (XEN)  MSI-X  131 vec=81 lowest  edge   assert  log lowest dest=00000100
>>> mask=1/  /0
>>> (XEN)  MSI-X  132 vec=89 lowest  edge   assert  log lowest dest=00000040
>>> mask=1/  /0
>>> (XEN)  MSI    133 vec=5a lowest  edge   assert  log lowest dest=00000004
>>> mask=0/  /?
>>> (XEN)  MSI    134 vec=99 lowest  edge   assert  log lowest dest=00000004
>>> mask=0/  /?
>>> (XEN)  MSI    135 vec=a9 lowest  edge   assert  log lowest dest=00000555
>>> mask=0/  /?
>>> (XEN)  MSI    136 vec=b1 lowest  edge   assert  log lowest dest=00000010
>>> mask=0/  /?
>>> (XEN)  MSI    137 vec=b9 lowest  edge   assert  log lowest dest=00000010
>>> mask=0/  /?
>>> (XEN)  MSI    138 vec=d1 lowest  edge   assert  log lowest dest=00000004
>>> mask=0/  /?
>>> (XEN)  MSI    139 vec=d9 lowest  edge   assert  log lowest dest=00000001
>>> mask=0/  /?
>>> (XEN) IRQ information:
>>> (XEN)    IRQ:   0 vec:f0 IO-APIC-edge    status=000 aff:{0}/{0}
>>> time.c#timer_interrupt()
>>> (XEN)    IRQ:   1 vec:31 IO-APIC-edge    status=034 aff:{10}/{0-11}
>>> in-flight=0 d0:  1(---)
>>> (XEN)    IRQ:   3 vec:40 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>>> unbound
>>> (XEN)    IRQ:   4 vec:48 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>>> unbound
>>> (XEN)    IRQ:   5 vec:50 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>>> unbound
>>> (XEN)    IRQ:   6 vec:58 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>>> unbound
>>> (XEN)    IRQ:   7 vec:60 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>>> unbound
>>> (XEN)    IRQ:   8 vec:68 IO-APIC-edge    status=030 aff:{0}/{0}
>>> in-flight=0 d0:  8(---)
>>> (XEN)    IRQ:   9 vec:39 IO-APIC-level   status=030 aff:{4}/{0-11}
>>> in-flight=0 d0:  9(---)
>>> (XEN)    IRQ:  10 vec:78 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>>> unbound
>>> (XEN)    IRQ:  11 vec:88 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>>> unbound
>>> (XEN)    IRQ:  12 vec:90 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>>> unbound
>>> (XEN)    IRQ:  13 vec:98 IO-APIC-edge    status=002 aff:{0-15}/{0}
>>> mapped, unbound
>>> (XEN)    IRQ:  14 vec:a0 IO-APIC-level   status=030 aff:{0}/{0}
>>> in-flight=0 d0: 14(---)
>>> (XEN)    IRQ:  15 vec:a8 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>>> unbound
>>> (XEN)    IRQ:  16 vec:b0 IO-APIC-level   status=030 aff:{2}/{0-11}
>>> in-flight=0 d0: 16(---),d3: 16(-M-),d78: 16(-M-)
>>> (XEN)    IRQ:  17 vec:d0 IO-APIC-level   status=030 aff:{10}/{0-11}
>>> in-flight=1 d0: 17(---),d87: 17(-MM)
>>> (XEN)    IRQ:  18 vec:b8 IO-APIC-level   status=030 aff:{10}/{0-11}
>>> in-flight=0 d0: 18(---),d3: 18(-M-)
>>> (XEN)    IRQ:  19 vec:a1 IO-APIC-level   status=002 aff:{0-15}/{0-11}
>>> mapped, unbound
>>> (XEN)    IRQ:  20 vec:e0 IO-APIC-level   status=030 aff:{0}/{0-11}
>>> in-flight=0 d0: 20(---)
>>> (XEN)    IRQ:  83 vec:41 IO-APIC-level   status=030 aff:{8}/{0-11}
>>> in-flight=0 d0: 83(---)
>>> (XEN)    IRQ: 120 vec:30 DMA_MSI         status=000 aff:{0-15}/{0}
>>> iommu.c#iommu_page_fault()
>>> (XEN)    IRQ: 121 vec:c0 PCI-MSI         status=030 aff:{0}/{0-11}
>>> in-flight=0 d0:951(---)
>>> (XEN)    IRQ: 122 vec:c8 PCI-MSI         status=030 aff:{0}/{0-11}
>>> in-flight=0 d0:950(---)
>>> (XEN)    IRQ: 123 vec:d8 PCI-MSI         status=030 aff:{0}/{0-11}
>>> in-flight=0 d0:949(---)
>>> (XEN)    IRQ: 124 vec:e8 PCI-MSI         status=030 aff:{8}/{0-11}
>>> in-flight=0 d0:948(---)
>>> (XEN)    IRQ: 125 vec:4a PCI-MSI         status=010 aff:{2}/{0-11}
>>> in-flight=0 d78:151(---)
>>> (XEN)    IRQ: 126 vec:59 PCI-MSI/-X      status=030 aff:{8}/{0-11}
>>> in-flight=0 d0:946(---)
>>> (XEN)    IRQ: 127 vec:61 PCI-MSI/-X      status=030 aff:{4}/{0-11}
>>> in-flight=0 d0:945(---)
>>> (XEN)    IRQ: 128 vec:69 PCI-MSI/-X      status=030 aff:{10}/{0-11}
>>> in-flight=0 d0:944(---)
>>> (XEN)    IRQ: 129 vec:71 PCI-MSI/-X      status=030 aff:{10}/{0-11}
>>> in-flight=0 d0:943(---)
>>> (XEN)    IRQ: 130 vec:79 PCI-MSI/-X      status=030 aff:{6}/{0-11}
>>> in-flight=0 d0:942(---)
>>> (XEN)    IRQ: 131 vec:81 PCI-MSI/-X      status=030 aff:{8}/{0-11}
>>> in-flight=0 d0:941(---)
>>> (XEN)    IRQ: 132 vec:89 PCI-MSI/-X      status=030 aff:{6}/{0-11}
>>> in-flight=0 d0:940(---)
>>> (XEN)    IRQ: 133 vec:5a PCI-MSI         status=030 aff:{2}/{0-11}
>>> in-flight=0 d87:151(-M-)
>>> (XEN)    IRQ: 134 vec:99 PCI-MSI         status=010 aff:{2}/{0-11}
>>> in-flight=0 d0:938(---)
>>> (XEN)    IRQ: 135 vec:a9 PCI-MSI         status=002 aff:{0-15}/{0-11}
>>> mapped, unbound
>>> (XEN)    IRQ: 136 vec:b1 PCI-MSI         status=030 aff:{4}/{0-11}
>>> in-flight=0 d0:936(---)
>>> (XEN)    IRQ: 137 vec:b9 PCI-MSI         status=030 aff:{4}/{0-11}
>>> in-flight=0 d0:935(---)
>>> (XEN)    IRQ: 138 vec:d1 PCI-MSI         status=030 aff:{2}/{0-11}
>>> in-flight=0 d3:151(---)
>>> (XEN)    IRQ: 139 vec:d9 PCI-MSI         status=010 aff:{0}/{0-11}
>>> in-flight=0 d3:150(---)
>>> (XEN) Direct vector information:
>>> (XEN)    0x22 -> irq_move_cleanup_interrupt()
>>> (XEN)    0xf1 -> mce_intel.c#cmci_interrupt()
>>> (XEN)    0xf2 -> mce_intel.c#intel_thermal_interrupt()
>>> (XEN)    0xf9 -> pmu_apic_interrupt()
>>> (XEN)    0xfa -> apic_timer_interrupt()
>>> (XEN)    0xfb -> call_function_interrupt()
>>> (XEN)    0xfc -> event_check_interrupt()
>>> (XEN)    0xfd -> invalidate_interrupt()
>>> (XEN)    0xfe -> error_interrupt()
>>> (XEN)    0xff -> spurious_interrupt()
>>> (XEN) IO-APIC interrupt information:
>>> (XEN)     IRQ  0 Vec240:
>>> (XEN)       Apic 0x00, Pin  2: vec=f0 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>>> (XEN)     IRQ  1 Vec 49:
>>> (XEN)       Apic 0x00, Pin  1: vec=31 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000400
>>> (XEN)     IRQ  3 Vec 64:
>>> (XEN)       Apic 0x00, Pin  3: vec=40 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>>> (XEN)     IRQ  4 Vec 72:
>>> (XEN)       Apic 0x00, Pin  4: vec=48 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>>> (XEN)     IRQ  5 Vec 80:
>>> (XEN)       Apic 0x00, Pin  5: vec=50 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>>> (XEN)     IRQ  6 Vec 88:
>>> (XEN)       Apic 0x00, Pin  6: vec=58 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>>> (XEN)     IRQ  7 Vec 96:
>>> (XEN)       Apic 0x00, Pin  7: vec=60 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>>> (XEN)     IRQ  8 Vec104:
>>> (XEN)       Apic 0x00, Pin  8: vec=68 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>>> (XEN)     IRQ  9 Vec 57:
>>> (XEN)       Apic 0x00, Pin  9: vec=39 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=L mask=0 dest_id:00000010
>>> (XEN)     IRQ 10 Vec120:
>>> (XEN)       Apic 0x00, Pin 10: vec=78 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>>> (XEN)     IRQ 11 Vec136:
>>> (XEN)       Apic 0x00, Pin 11: vec=88 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>>> (XEN)     IRQ 12 Vec144:
>>> (XEN)       Apic 0x00, Pin 12: vec=90 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>>> (XEN)     IRQ 13 Vec152:
>>> (XEN)       Apic 0x00, Pin 13: vec=98 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=1 dest_id:00000001
>>> (XEN)     IRQ 14 Vec160:
>>> (XEN)       Apic 0x00, Pin 14: vec=a0 delivery=LoPri dest=L status=0
>>> polarity=1 irr=0 trig=L mask=0 dest_id:00000001
>>> (XEN)     IRQ 15 Vec168:
>>> (XEN)       Apic 0x00, Pin 15: vec=a8 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>>> (XEN)     IRQ 16 Vec176:
>>> (XEN)       Apic 0x00, Pin 16: vec=b0 delivery=LoPri dest=L status=0
>>> polarity=1 irr=0 trig=L mask=0 dest_id:00000004
>>> (XEN)     IRQ 17 Vec208:
>>> (XEN)       Apic 0x00, Pin 17: vec=d0 delivery=LoPri dest=L status=1
>>> polarity=1 irr=1 trig=L mask=0 dest_id:00000001
>>> (XEN)     IRQ 18 Vec184:
>>> (XEN)       Apic 0x00, Pin 18: vec=b8 delivery=LoPri dest=L status=0
>>> polarity=1 irr=0 trig=L mask=0 dest_id:00000400
>>> (XEN)     IRQ 19 Vec161:
>>> (XEN)       Apic 0x00, Pin 19: vec=a1 delivery=LoPri dest=L status=0
>>> polarity=1 irr=0 trig=L mask=1 dest_id:00000555
>>> (XEN)     IRQ 20 Vec224:
>>> (XEN)       Apic 0x00, Pin 20: vec=e0 delivery=LoPri dest=L status=0
>>> polarity=1 irr=0 trig=L mask=0 dest_id:00000001
>>> (XEN)     IRQ 83 Vec 65:
>>> (XEN)       Apic 0x00, Pin 83: vec=41 delivery=LoPri dest=L status=0
>>> polarity=1 irr=0 trig=L mask=0 dest_id:00000100
>>> (XEN) MSI information:
>>> (XEN)  IOMMU  120 vec=30 lowest  edge   assert  log lowest dest=00000001
>>> mask=1/  /?
>>> (XEN)  MSI    121 vec=c0 lowest  edge   assert  log lowest dest=00000001
>>> mask=0/  /?
>>> (XEN)  MSI    122 vec=c8 lowest  edge   assert  log lowest dest=00000001
>>> mask=0/  /?
>>> (XEN)  MSI    123 vec=d8 lowest  edge   assert  log lowest dest=00000001
>>> mask=0/  /?
>>> (XEN)  MSI    124 vec=e8 lowest  edge   assert  log lowest dest=00000004
>>> mask=0/  /?
>>> (XEN)  MSI    125 vec=72 lowest  edge   assert  log lowest dest=00000100
>>> mask=0/  /?
>>> (XEN)  MSI-X  126 vec=59 lowest  edge   assert  log lowest dest=00000100
>>> mask=1/  /0
>>> (XEN)  MSI-X  127 vec=61 lowest  edge   assert  log lowest dest=00000010
>>> mask=1/  /0
>>> (XEN)  MSI-X  128 vec=69 lowest  edge   assert  log lowest dest=00000010
>>> mask=1/  /0
>>> (XEN)  MSI-X  129 vec=71 lowest  edge   assert  log lowest dest=00000100
>>> mask=1/  /0
>>> (XEN)  MSI-X  130 vec=79 lowest  edge   assert  log lowest dest=00000040
>>> mask=1/  /0
>>> (XEN)  MSI-X  131 vec=81 lowest  edge   assert  log lowest dest=00000010
>>> mask=1/  /0
>>> (XEN)  MSI-X  132 vec=89 lowest  edge   assert  log lowest dest=00000040
>>> mask=1/  /0
>>> (XEN)  MSI    134 vec=99 lowest  edge   assert  log lowest dest=00000001
>>> mask=0/  /?
>>> (XEN)  MSI    135 vec=a9 lowest  edge   assert  log lowest dest=00000555
>>> mask=0/  /?
>>> (XEN)  MSI    136 vec=b1 lowest  edge   assert  log lowest dest=00000010
>>> mask=0/  /?
>>> (XEN)  MSI    137 vec=b9 lowest  edge   assert  log lowest dest=00000400
>>> mask=0/  /?
>>> (XEN)  MSI    138 vec=62 lowest  edge   assert  log lowest dest=00000001
>>> mask=0/  /?
>>> (XEN)  MSI    139 vec=6a lowest  edge   assert  log lowest dest=00000010
>>> mask=0/  /?
>>> (XEN) IRQ information:
>>> (XEN)    IRQ:   0 vec:f0 IO-APIC-edge    status=000 aff:{0}/{0}
>>> time.c#timer_interrupt()
>>> (XEN)    IRQ:   1 vec:31 IO-APIC-edge    status=034 aff:{6}/{0-11}
>>> in-flight=0 d0:  1(---)
>>> (XEN)    IRQ:   3 vec:40 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>>> unbound
>>> (XEN)    IRQ:   4 vec:48 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>>> unbound
>>> (XEN)    IRQ:   5 vec:50 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>>> unbound
>>> (XEN)    IRQ:   6 vec:58 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>>> unbound
>>> (XEN)    IRQ:   7 vec:60 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>>> unbound
>>> (XEN)    IRQ:   8 vec:68 IO-APIC-edge    status=030 aff:{0}/{0}
>>> in-flight=0 d0:  8(---)
>>> (XEN)    IRQ:   9 vec:39 IO-APIC-level   status=030 aff:{2}/{0-11}
>>> in-flight=0 d0:  9(---)
>>> (XEN)    IRQ:  10 vec:78 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>>> unbound
>>> (XEN)    IRQ:  11 vec:88 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>>> unbound
>>> (XEN)    IRQ:  12 vec:90 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>>> unbound
>>> (XEN)    IRQ:  13 vec:98 IO-APIC-edge    status=002 aff:{0-15}/{0}
>>> mapped, unbound
>>> (XEN)    IRQ:  14 vec:a0 IO-APIC-level   status=030 aff:{0}/{0}
>>> in-flight=0 d0: 14(---)
>>> (XEN)    IRQ:  15 vec:a8 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>>> unbound
>>> (XEN)    IRQ:  16 vec:b0 IO-APIC-level   status=030 aff:{2}/{0-11}
>>> in-flight=0 d0: 16(---),d92: 16(-M-)
>>> (XEN)    IRQ:  17 vec:d0 IO-APIC-level   status=010 aff:{8}/{0-11}
>>> in-flight=1 d0: 17(---),d94: 17(-MM)
>>> (XEN)    IRQ:  18 vec:b8 IO-APIC-level   status=030 aff:{2}/{0-11}
>>> in-flight=0 d0: 18(---),d92: 18(-M-)
>>> (XEN)    IRQ:  19 vec:a1 IO-APIC-level   status=002 aff:{0-15}/{0-11}
>>> mapped, unbound
>>> (XEN)    IRQ:  20 vec:e0 IO-APIC-level   status=030 aff:{0}/{0-11}
>>> in-flight=0 d0: 20(---)
>>> (XEN)    IRQ:  83 vec:41 IO-APIC-level   status=030 aff:{10}/{0-11}
>>> in-flight=0 d0: 83(---)
>>> (XEN)    IRQ: 120 vec:30 DMA_MSI         status=000 aff:{0-15}/{0}
>>> iommu.c#iommu_page_fault()
>>> (XEN)    IRQ: 121 vec:c0 PCI-MSI         status=030 aff:{0}/{0-11}
>>> in-flight=0 d0:951(---)
>>> (XEN)    IRQ: 122 vec:c8 PCI-MSI         status=030 aff:{0}/{0-11}
>>> in-flight=0 d0:950(---)
>>> (XEN)    IRQ: 123 vec:d8 PCI-MSI         status=030 aff:{0}/{0-11}
>>> in-flight=0 d0:949(---)
>>> (XEN)    IRQ: 124 vec:e8 PCI-MSI         status=030 aff:{2}/{0-11}
>>> in-flight=0 d0:948(---)
>>> (XEN)    IRQ: 125 vec:72 PCI-MSI         status=030 aff:{8}/{0-11}
>>> in-flight=0 d94:151(-M-)
>>> (XEN)    IRQ: 126 vec:59 PCI-MSI/-X      status=030 aff:{8}/{0-11}
>>> in-flight=0 d0:946(---)
>>> (XEN)    IRQ: 127 vec:61 PCI-MSI/-X      status=030 aff:{4}/{0-11}
>>> in-flight=0 d0:945(---)
>>> (XEN)    IRQ: 128 vec:69 PCI-MSI/-X      status=030 aff:{4}/{0-11}
>>> in-flight=0 d0:944(---)
>>> (XEN)    IRQ: 129 vec:71 PCI-MSI/-X      status=030 aff:{8}/{0-11}
>>> in-flight=0 d0:943(---)
>>> (XEN)    IRQ: 130 vec:79 PCI-MSI/-X      status=030 aff:{6}/{0-11}
>>> in-flight=0 d0:942(---)
>>> (XEN)    IRQ: 131 vec:81 PCI-MSI/-X      status=030 aff:{4}/{0-11}
>>> in-flight=0 d0:941(---)
>>> (XEN)    IRQ: 132 vec:89 PCI-MSI/-X      status=030 aff:{6}/{0-11}
>>> in-flight=0 d0:940(---)
>>> (XEN)    IRQ: 134 vec:99 PCI-MSI         status=010 aff:{0}/{0-11}
>>> in-flight=0 d0:938(---)
>>> (XEN)    IRQ: 135 vec:a9 PCI-MSI         status=002 aff:{0-15}/{0-11}
>>> mapped, unbound
>>> (XEN)    IRQ: 136 vec:b1 PCI-MSI         status=030 aff:{4}/{0-11}
>>> in-flight=0 d0:936(---)
>>> (XEN)    IRQ: 137 vec:b9 PCI-MSI         status=030 aff:{10}/{0-11}
>>> in-flight=0 d0:935(---)
>>> (XEN)    IRQ: 138 vec:62 PCI-MSI         status=030 aff:{0}/{0-11}
>>> in-flight=0 d92:151(---)
>>> (XEN)    IRQ: 139 vec:6a PCI-MSI         status=030 aff:{4}/{0-11}
>>> in-flight=0 d92:150(---)
>>> (XEN) Direct vector information:
>>> (XEN)    0x22 -> irq_move_cleanup_interrupt()
>>> (XEN)    0xf1 -> mce_intel.c#cmci_interrupt()
>>> (XEN)    0xf2 -> mce_intel.c#intel_thermal_interrupt()
>>> (XEN)    0xf9 -> pmu_apic_interrupt()
>>> (XEN)    0xfa -> apic_timer_interrupt()
>>> (XEN)    0xfb -> call_function_interrupt()
>>> (XEN)    0xfc -> event_check_interrupt()
>>> (XEN)    0xfd -> invalidate_interrupt()
>>> (XEN)    0xfe -> error_interrupt()
>>> (XEN)    0xff -> spurious_interrupt()
>>> (XEN) IO-APIC interrupt information:
>>> (XEN)     IRQ  0 Vec240:
>>> (XEN)       Apic 0x00, Pin  2: vec=f0 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>>> (XEN)     IRQ  1 Vec 49:
>>> (XEN)       Apic 0x00, Pin  1: vec=31 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000040
>>> (XEN)     IRQ  3 Vec 64:
>>> (XEN)       Apic 0x00, Pin  3: vec=40 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>>> (XEN)     IRQ  4 Vec 72:
>>> (XEN)       Apic 0x00, Pin  4: vec=48 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>>> (XEN)     IRQ  5 Vec 80:
>>> (XEN)       Apic 0x00, Pin  5: vec=50 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>>> (XEN)     IRQ  6 Vec 88:
>>> (XEN)       Apic 0x00, Pin  6: vec=58 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>>> (XEN)     IRQ  7 Vec 96:
>>> (XEN)       Apic 0x00, Pin  7: vec=60 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>>> (XEN)     IRQ  8 Vec104:
>>> (XEN)       Apic 0x00, Pin  8: vec=68 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>>> (XEN)     IRQ  9 Vec 57:
>>> (XEN)       Apic 0x00, Pin  9: vec=39 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=L mask=0 dest_id:00000004
>>> (XEN)     IRQ 10 Vec120:
>>> (XEN)       Apic 0x00, Pin 10: vec=78 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>>> (XEN)     IRQ 11 Vec136:
>>> (XEN)       Apic 0x00, Pin 11: vec=88 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>>> (XEN)     IRQ 12 Vec144:
>>> (XEN)       Apic 0x00, Pin 12: vec=90 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>>> (XEN)     IRQ 13 Vec152:
>>> (XEN)       Apic 0x00, Pin 13: vec=98 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=1 dest_id:00000001
>>> (XEN)     IRQ 14 Vec160:
>>> (XEN)       Apic 0x00, Pin 14: vec=a0 delivery=LoPri dest=L status=0
>>> polarity=1 irr=0 trig=L mask=0 dest_id:00000001
>>> (XEN)     IRQ 15 Vec168:
>>> (XEN)       Apic 0x00, Pin 15: vec=a8 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>>> (XEN)     IRQ 16 Vec176:
>>> (XEN)       Apic 0x00, Pin 16: vec=b0 delivery=LoPri dest=L status=0
>>> polarity=1 irr=0 trig=L mask=0 dest_id:00000004
>>> (XEN)     IRQ 17 Vec208:
>>> (XEN)       Apic 0x00, Pin 17: vec=d0 delivery=LoPri dest=L status=1
>>> polarity=1 irr=1 trig=L mask=0 dest_id:00000100
>>> (XEN)     IRQ 18 Vec184:
>>> (XEN)       Apic 0x00, Pin 18: vec=b8 delivery=LoPri dest=L status=0
>>> polarity=1 irr=0 trig=L mask=0 dest_id:00000004
>>> (XEN)     IRQ 19 Vec161:
>>> (XEN)       Apic 0x00, Pin 19: vec=a1 delivery=LoPri dest=L status=0
>>> polarity=1 irr=0 trig=L mask=1 dest_id:00000555
>>> (XEN)     IRQ 20 Vec224:
>>> (XEN)       Apic 0x00, Pin 20: vec=e0 delivery=LoPri dest=L status=0
>>> polarity=1 irr=0 trig=L mask=0 dest_id:00000001
>>> (XEN)     IRQ 83 Vec 65:
>>> (XEN)       Apic 0x00, Pin 83: vec=41 delivery=LoPri dest=L status=0
>>> polarity=1 irr=0 trig=L mask=0 dest_id:00000400
>>> (XEN) MSI information:
>>> (XEN)  IOMMU  120 vec=30 lowest  edge   assert  log lowest dest=00000001
>>> mask=1/  /?
>>> (XEN)  MSI    121 vec=c0 lowest  edge   assert  log lowest dest=00000001
>>> mask=0/  /?
>>> (XEN)  MSI    122 vec=c8 lowest  edge   assert  log lowest dest=00000001
>>> mask=0/  /?
>>> (XEN)  MSI    123 vec=d8 lowest  edge   assert  log lowest dest=00000001
>>> mask=0/  /?
>>> (XEN)  MSI    124 vec=e8 lowest  edge   assert  log lowest dest=00000004
>>> mask=0/  /?
>>> (XEN)  MSI    125 vec=72 lowest  edge   assert  log lowest dest=00000100
>>> mask=0/  /?
>>> (XEN)  MSI-X  126 vec=59 lowest  edge   assert  log lowest dest=00000100
>>> mask=1/  /0
>>> (XEN)  MSI-X  127 vec=61 lowest  edge   assert  log lowest dest=00000010
>>> mask=1/  /0
>>> (XEN)  MSI-X  128 vec=69 lowest  edge   assert  log lowest dest=00000400
>>> mask=1/  /0
>>> (XEN)  MSI-X  129 vec=71 lowest  edge   assert  log lowest dest=00000100
>>> mask=1/  /0
>>> (XEN)  MSI-X  130 vec=79 lowest  edge   assert  log lowest dest=00000001
>>> mask=1/  /0
>>> (XEN)  MSI-X  131 vec=81 lowest  edge   assert  log lowest dest=00000010
>>> mask=1/  /0
>>> (XEN)  MSI-X  132 vec=89 lowest  edge   assert  log lowest dest=00000040
>>> mask=1/  /0
>>> (XEN)  MSI    134 vec=99 lowest  edge   assert  log lowest dest=00000400
>>> mask=0/  /?
>>> (XEN)  MSI    135 vec=a9 lowest  edge   assert  log lowest dest=00000555
>>> mask=0/  /?
>>> (XEN)  MSI    136 vec=b1 lowest  edge   assert  log lowest dest=00000010
>>> mask=0/  /?
>>> (XEN)  MSI    137 vec=b9 lowest  edge   assert  log lowest dest=00000400
>>> mask=0/  /?
>>> (XEN)  MSI    138 vec=62 lowest  edge   assert  log lowest dest=00000001
>>> mask=0/  /?
>>> (XEN)  MSI    139 vec=6a lowest  edge   assert  log lowest dest=00000010
>>> mask=0/  /?
>>> (XEN) IRQ information:
>>> (XEN)    IRQ:   0 vec:f0 IO-APIC-edge    status=000 aff:{0}/{0}
>>> time.c#timer_interrupt()
>>> (XEN)    IRQ:   1 vec:31 IO-APIC-edge    status=034 aff:{6}/{0-11}
>>> in-flight=0 d0:  1(---)
>>> (XEN)    IRQ:   3 vec:40 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>>> unbound
>>> (XEN)    IRQ:   4 vec:48 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>>> unbound
>>> (XEN)    IRQ:   5 vec:50 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>>> unbound
>>> (XEN)    IRQ:   6 vec:58 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>>> unbound
>>> (XEN)    IRQ:   7 vec:60 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>>> unbound
>>> (XEN)    IRQ:   8 vec:68 IO-APIC-edge    status=030 aff:{0}/{0}
>>> in-flight=0 d0:  8(---)
>>> (XEN)    IRQ:   9 vec:39 IO-APIC-level   status=030 aff:{2}/{0-11}
>>> in-flight=0 d0:  9(---)
>>> (XEN)    IRQ:  10 vec:78 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>>> unbound
>>> (XEN)    IRQ:  11 vec:88 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>>> unbound
>>> (XEN)    IRQ:  12 vec:90 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>>> unbound
>>> (XEN)    IRQ:  13 vec:98 IO-APIC-edge    status=002 aff:{0-15}/{0}
>>> mapped, unbound
>>> (XEN)    IRQ:  14 vec:a0 IO-APIC-level   status=030 aff:{0}/{0}
>>> in-flight=0 d0: 14(---)
>>> (XEN)    IRQ:  15 vec:a8 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>>> unbound
>>> (XEN)    IRQ:  16 vec:b0 IO-APIC-level   status=030 aff:{2}/{0-11}
>>> in-flight=0 d0: 16(---),d92: 16(-M-)
>>> (XEN)    IRQ:  17 vec:d0 IO-APIC-level   status=010 aff:{8}/{0-11}
>>> in-flight=1 d0: 17(---),d94: 17(-MM)
>>> (XEN)    IRQ:  18 vec:b8 IO-APIC-level   status=030 aff:{2}/{0-11}
>>> in-flight=0 d0: 18(---),d92: 18(-M-)
>>> (XEN)    IRQ:  19 vec:a1 IO-APIC-level   status=002 aff:{0-15}/{0-11}
>>> mapped, unbound
>>> (XEN)    IRQ:  20 vec:e0 IO-APIC-level   status=030 aff:{0}/{0-11}
>>> in-flight=0 d0: 20(---)
>>> (XEN)    IRQ:  83 vec:41 IO-APIC-level   status=030 aff:{10}/{0-11}
>>> in-flight=0 d0: 83(---)
>>> (XEN)    IRQ: 120 vec:30 DMA_MSI         status=000 aff:{0-15}/{0}
>>> iommu.c#iommu_page_fault()
>>> (XEN)    IRQ: 121 vec:c0 PCI-MSI         status=030 aff:{0}/{0-11}
>>> in-flight=0 d0:951(---)
>>> (XEN)    IRQ: 122 vec:c8 PCI-MSI         status=030 aff:{0}/{0-11}
>>> in-flight=0 d0:950(---)
>>> (XEN)    IRQ: 123 vec:d8 PCI-MSI         status=030 aff:{0}/{0-11}
>>> in-flight=0 d0:949(---)
>>> (XEN)    IRQ: 124 vec:e8 PCI-MSI         status=030 aff:{2}/{0-11}
>>> in-flight=0 d0:948(---)
>>> (XEN)    IRQ: 125 vec:72 PCI-MSI         status=030 aff:{8}/{0-11}
>>> in-flight=0 d94:151(-M-)
>>> (XEN)    IRQ: 126 vec:59 PCI-MSI/-X      status=030 aff:{8}/{0-11}
>>> in-flight=0 d0:946(---)
>>> (XEN)    IRQ: 127 vec:61 PCI-MSI/-X      status=030 aff:{4}/{0-11}
>>> in-flight=0 d0:945(---)
>>> (XEN)    IRQ: 128 vec:69 PCI-MSI/-X      status=030 aff:{10}/{0-11}
>>> in-flight=0 d0:944(---)
>>> (XEN)    IRQ: 129 vec:71 PCI-MSI/-X      status=030 aff:{8}/{0-11}
>>> in-flight=0 d0:943(---)
>>> (XEN)    IRQ: 130 vec:79 PCI-MSI/-X      status=030 aff:{0}/{0-11}
>>> in-flight=0 d0:942(---)
>>> (XEN)    IRQ: 131 vec:81 PCI-MSI/-X      status=030 aff:{4}/{0-11}
>>> in-flight=0 d0:941(---)
>>> (XEN)    IRQ: 132 vec:89 PCI-MSI/-X      status=030 aff:{6}/{0-11}
>>> in-flight=0 d0:940(---)
>>> (XEN)    IRQ: 134 vec:99 PCI-MSI         status=010 aff:{10}/{0-11}
>>> in-flight=0 d0:938(---)
>>> (XEN)    IRQ: 135 vec:a9 PCI-MSI         status=002 aff:{0-15}/{0-11}
>>> mapped, unbound
>>> (XEN)    IRQ: 136 vec:b1 PCI-MSI         status=030 aff:{4}/{0-11}
>>> in-flight=0 d0:936(---)
>>> (XEN)    IRQ: 137 vec:b9 PCI-MSI         status=030 aff:{10}/{0-11}
>>> in-flight=0 d0:935(---)
>>> (XEN)    IRQ: 138 vec:62 PCI-MSI         status=030 aff:{0}/{0-11}
>>> in-flight=0 d92:151(---)
>>> (XEN)    IRQ: 139 vec:6a PCI-MSI         status=010 aff:{4}/{0-11}
>>> in-flight=0 d92:150(---)
>>> (XEN) Direct vector information:
>>> (XEN)    0x22 -> irq_move_cleanup_interrupt()
>>> (XEN)    0xf1 -> mce_intel.c#cmci_interrupt()
>>> (XEN)    0xf2 -> mce_intel.c#intel_thermal_interrupt()
>>> (XEN)    0xf9 -> pmu_apic_interrupt()
>>> (XEN)    0xfa -> apic_timer_interrupt()
>>> (XEN)    0xfb -> call_function_interrupt()
>>> (XEN)    0xfc -> event_check_interrupt()
>>> (XEN)    0xfd -> invalidate_interrupt()
>>> (XEN)    0xfe -> error_interrupt()
>>> (XEN)    0xff -> spurious_interrupt()
>>> (XEN) IO-APIC interrupt information:
>>> (XEN)     IRQ  0 Vec240:
>>> (XEN)       Apic 0x00, Pin  2: vec=f0 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>>> (XEN)     IRQ  1 Vec 49:
>>> (XEN)       Apic 0x00, Pin  1: vec=31 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000040
>>> (XEN)     IRQ  3 Vec 64:
>>> (XEN)       Apic 0x00, Pin  3: vec=40 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>>> (XEN)     IRQ  4 Vec 72:
>>> (XEN)       Apic 0x00, Pin  4: vec=48 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>>> (XEN)     IRQ  5 Vec 80:
>>> (XEN)       Apic 0x00, Pin  5: vec=50 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>>> (XEN)     IRQ  6 Vec 88:
>>> (XEN)       Apic 0x00, Pin  6: vec=58 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>>> (XEN)     IRQ  7 Vec 96:
>>> (XEN)       Apic 0x00, Pin  7: vec=60 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>>> (XEN)     IRQ  8 Vec104:
>>> (XEN)       Apic 0x00, Pin  8: vec=68 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>>> (XEN)     IRQ  9 Vec 57:
>>> (XEN)       Apic 0x00, Pin  9: vec=39 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=L mask=0 dest_id:00000004
>>> (XEN)     IRQ 10 Vec120:
>>> (XEN)       Apic 0x00, Pin 10: vec=78 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>>> (XEN)     IRQ 11 Vec136:
>>> (XEN)       Apic 0x00, Pin 11: vec=88 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>>> (XEN)     IRQ 12 Vec144:
>>> (XEN)       Apic 0x00, Pin 12: vec=90 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>>> (XEN)     IRQ 13 Vec152:
>>> (XEN)       Apic 0x00, Pin 13: vec=98 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=1 dest_id:00000001
>>> (XEN)     IRQ 14 Vec160:
>>> (XEN)       Apic 0x00, Pin 14: vec=a0 delivery=LoPri dest=L status=0
>>> polarity=1 irr=0 trig=L mask=0 dest_id:00000001
>>> (XEN)     IRQ 15 Vec168:
>>> (XEN)       Apic 0x00, Pin 15: vec=a8 delivery=LoPri dest=L status=0
>>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>>> (XEN)     IRQ 16 Vec176:
>>> (XEN)       Apic 0x00, Pin 16: vec=b0 delivery=LoPri dest=L status=0
>>> polarity=1 irr=0 trig=L mask=0 dest_id:00000004
>>> (XEN)     IRQ 17 Vec208:
>>> (XEN)       Apic 0x00, Pin 17: vec=d0 delivery=LoPri dest=L status=1
>>> polarity=1 irr=1 trig=L mask=0 dest_id:00000100
>>> (XEN)     IRQ 18 Vec184:
>>> (XEN)       Apic 0x00, Pin 18: vec=b8 delivery=LoPri dest=L status=0
>>> polarity=1 irr=0 trig=L mask=0 dest_id:00000004
>>> (XEN)     IRQ 19 Vec161:
>>> (XEN)       Apic 0x00, Pin 19: vec=a1 delivery=LoPri dest=L status=0
>>> polarity=1 irr=0 trig=L mask=1 dest_id:00000555
>>> (XEN)     IRQ 20 Vec224:
>>> (XEN)       Apic 0x00, Pin 20: vec=e0 delivery=LoPri dest=L status=0
>>> polarity=1 irr=0 trig=L mask=0 dest_id:00000001
>>> (XEN)     IRQ 83 Vec 65:
>>> (XEN)       Apic 0x00, Pin 83: vec=41 delivery=LoPri dest=L status=0
>>> polarity=1 irr=0 trig=L mask=0 dest_id:00000400
>>>
>>
>> I shutted down all VMs excluding sys-usb (which I need to be able to use
>> keyboard) and OpenBSD HVM befor that command.
>>
>> My pcidum is:
>>
>> Domain /dev/pci0:
>>>  0:0:0: Intel 82441FX
>>> 0x0000: Vendor ID: 8086, Product ID: 1237
>>> 0x0004: Command: 0004, Status: 0000
>>> 0x0008: Class: 06 Bridge, Subclass: 00 Host,
>>> Interface: 00, Revision: 02
>>> 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00,
>>> Cache Line Size: 00
>>> 0x0010: BAR empty (00000000)
>>> 0x0014: BAR empty (00000000)
>>> 0x0018: BAR empty (00000000)
>>> 0x001c: BAR empty (00000000)
>>> 0x0020: BAR empty (00000000)
>>> 0x0024: BAR empty (00000000)
>>> 0x0028: Cardbus CIS: 00000000
>>> 0x002c: Subsystem Vendor ID: 1af4 Product ID: 1100
>>> 0x0030: Expansion ROM Base Address: 00000000
>>> 0x0038: 00000000
>>> 0x003c: Interrupt Pin: 00 Line: 00 Min Gnt: 00 Max Lat: 00
>>>  0:1:0: Intel 82371SB ISA
>>> 0x0000: Vendor ID: 8086, Product ID: 7000
>>> 0x0004: Command: 0004, Status: 0200
>>> 0x0008: Class: 06 Bridge, Subclass: 01 ISA,
>>> Interface: 00, Revision: 00
>>> 0x000c: BIST: 00, Header Type: 80, Latency Timer: 00,
>>> Cache Line Size: 00
>>> 0x0010: BAR empty (00000000)
>>> 0x0014: BAR empty (00000000)
>>> 0x0018: BAR empty (00000000)
>>> 0x001c: BAR empty (00000000)
>>> 0x0020: BAR empty (00000000)
>>> 0x0024: BAR empty (00000000)
>>> 0x0028: Cardbus CIS: 00000000
>>> 0x002c: Subsystem Vendor ID: 1af4 Product ID: 1100
>>> 0x0030: Expansion ROM Base Address: 00000000
>>> 0x0038: 00000000
>>> 0x003c: Interrupt Pin: 00 Line: 00 Min Gnt: 00 Max Lat: 00
>>>  0:1:1: Intel 82371SB IDE
>>> 0x0000: Vendor ID: 8086, Product ID: 7010
>>> 0x0004: Command: 0005, Status: 0280
>>> 0x0008: Class: 01 Mass Storage, Subclass: 01 IDE,
>>> Interface: 80, Revision: 00
>>> 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00,
>>> Cache Line Size: 00
>>> 0x0010: BAR empty (00000000)
>>> 0x0014: BAR empty (00000000)
>>> 0x0018: BAR empty (00000000)
>>> 0x001c: BAR empty (00000000)
>>> 0x0020: BAR io addr: 0x0000c200/0x0010
>>> 0x0024: BAR empty (00000000)
>>> 0x0028: Cardbus CIS: 00000000
>>> 0x002c: Subsystem Vendor ID: 1af4 Product ID: 1100
>>> 0x0030: Expansion ROM Base Address: 00000000
>>> 0x0038: 00000000
>>> 0x003c: Interrupt Pin: 00 Line: 00 Min Gnt: 00 Max Lat: 00
>>>  0:1:3: Intel 82371AB Power
>>> 0x0000: Vendor ID: 8086, Product ID: 7113
>>> 0x0004: Command: 0004, Status: 0280
>>> 0x0008: Class: 06 Bridge, Subclass: 80 Miscellaneous,
>>> Interface: 00, Revision: 03
>>> 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00,
>>> Cache Line Size: 00
>>> 0x0010: BAR empty (00000000)
>>> 0x0014: BAR empty (00000000)
>>> 0x0018: BAR empty (00000000)
>>> 0x001c: BAR empty (00000000)
>>> 0x0020: BAR empty (00000000)
>>> 0x0024: BAR empty (00000000)
>>> 0x0028: Cardbus CIS: 00000000
>>> 0x002c: Subsystem Vendor ID: 1af4 Product ID: 1100
>>> 0x0030: Expansion ROM Base Address: 00000000
>>> 0x0038: 00000000
>>> 0x003c: Interrupt Pin: 01 Line: 0a Min Gnt: 00 Max Lat: 00
>>>  0:2:0: XenSource Platform Device
>>> 0x0000: Vendor ID: 5853, Product ID: 0001
>>> 0x0004: Command: 0007, Status: 0000
>>> 0x0008: Class: ff (unknown), Subclass: 80 (unknown),
>>> Interface: 00, Revision: 01
>>> 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00,
>>> Cache Line Size: 00
>>> 0x0010: BAR io addr: 0x0000c000/0x0100
>>> 0x0014: BAR mem prefetchable 32bit addr: 0xf0000000/0x01000000
>>> 0x0018: BAR empty (00000000)
>>> 0x001c: BAR empty (00000000)
>>> 0x0020: BAR empty (00000000)
>>> 0x0024: BAR empty (00000000)
>>> 0x0028: Cardbus CIS: 00000000
>>> 0x002c: Subsystem Vendor ID: 5853 Product ID: 0001
>>> 0x0030: Expansion ROM Base Address: 00000000
>>> 0x0038: 00000000
>>> 0x003c: Interrupt Pin: 01 Line: 0b Min Gnt: 00 Max Lat: 00
>>>  0:3:0: Bochs VGA
>>> 0x0000: Vendor ID: 1234, Product ID: 1111
>>> 0x0004: Command: 0007, Status: 0000
>>> 0x0008: Class: 03 Display, Subclass: 00 VGA,
>>> Interface: 00, Revision: 02
>>> 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00,
>>> Cache Line Size: 00
>>> 0x0010: BAR mem prefetchable 32bit addr: 0xf1000000/0x01000000
>>> 0x0014: BAR empty (00000000)
>>> 0x0018: BAR mem 32bit addr: 0xf2018000/0x00001000
>>> 0x001c: BAR empty (00000000)
>>> 0x0020: BAR empty (00000000)
>>> 0x0024: BAR empty (00000000)
>>> 0x0028: Cardbus CIS: 00000000
>>> 0x002c: Subsystem Vendor ID: 1af4 Product ID: 1100
>>> 0x0030: Expansion ROM Base Address: f2000000
>>> 0x0038: 00000000
>>> 0x003c: Interrupt Pin: 00 Line: 00 Min Gnt: 00 Max Lat: 00
>>>  0:4:0: Intel 82801DB USB
>>> 0x0000: Vendor ID: 8086, Product ID: 24cd
>>> 0x0004: Command: 0006, Status: 0000
>>> 0x0008: Class: 0c Serial Bus, Subclass: 03 USB,
>>> Interface: 20, Revision: 10
>>> 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00,
>>> Cache Line Size: 00
>>> 0x0010: BAR mem 32bit addr: 0xf2019000/0x00001000
>>> 0x0014: BAR empty (00000000)
>>> 0x0018: BAR empty (00000000)
>>> 0x001c: BAR empty (00000000)
>>> 0x0020: BAR empty (00000000)
>>> 0x0024: BAR empty (00000000)
>>> 0x0028: Cardbus CIS: 00000000
>>> 0x002c: Subsystem Vendor ID: 1af4 Product ID: 1100
>>> 0x0030: Expansion ROM Base Address: 00000000
>>> 0x0038: 00000000
>>> 0x003c: Interrupt Pin: 04 Line: 05 Min Gnt: 00 Max Lat: 00
>>>  0:6:0: NEC xHCI
>>> 0x0000: Vendor ID: 1033, Product ID: 0194
>>> 0x0004: Command: 0006, Status: 0010
>>> 0x0008: Class: 0c Serial Bus, Subclass: 03 USB,
>>> Interface: 30, Revision: 03
>>> 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00,
>>> Cache Line Size: 00
>>> 0x0010: BAR mem 64bit addr: 0x00000000f2010000/0x00004000
>>> 0x0018: BAR empty (00000000)
>>> 0x001c: BAR empty (00000000)
>>> 0x0020: BAR empty (00000000)
>>> 0x0024: BAR empty (00000000)
>>> 0x0028: Cardbus CIS: 00000000
>>> 0x002c: Subsystem Vendor ID: 1af4 Product ID: 1100
>>> 0x0030: Expansion ROM Base Address: 00000000
>>> 0x0038: 00000000
>>> 0x003c: Interrupt Pin: 01 Line: 0b Min Gnt: 00 Max Lat: 00
>>> 0x0090: Capability 0x11: Extended Message Signalled Interrupts (MSI-X)
>>> Enabled: no; table size 16 (BAR 0:12288)
>>> 0x0070: Capability 0x05: Message Signalled Interrupts (MSI)
>>> Enabled: yes
>>>  0:7:0: Intel AC 9560
>>> 0x0000: Vendor ID: 8086, Product ID: a370
>>> 0x0004: Command: 0006, Status: 0010
>>> 0x0008: Class: 02 Network, Subclass: 80 Miscellaneous,
>>> Interface: 00, Revision: 10
>>> 0x000c: BIST: 00, Header Type: 80, Latency Timer: 00,
>>> Cache Line Size: 00
>>> 0x0010: BAR mem 64bit addr: 0x00000000f2014000/0x00004000
>>> 0x0018: BAR empty (00000000)
>>> 0x001c: BAR empty (00000000)
>>> 0x0020: BAR empty (00000000)
>>> 0x0024: BAR empty (00000000)
>>> 0x0028: Cardbus CIS: 00000000
>>> 0x002c: Subsystem Vendor ID: 8086 Product ID: 0034
>>> 0x0030: Expansion ROM Base Address: 00000000
>>> 0x0038: 00000000
>>> 0x003c: Interrupt Pin: 01 Line: 05 Min Gnt: 00 Max Lat: 00
>>> 0x00c8: Capability 0x01: Power Management
>>> State: D0
>>> 0x00d0: Capability 0x05: Message Signalled Interrupts (MSI)
>>> Enabled: no
>>> 0x0040: Capability 0x10: PCI Express
>>> Max Payload Size: 128 / 128 bytes
>>> Max Read Request Size: 512 bytes
>>>
>>
>> BR Adam Szewczyk
>>
>>
>> pt., 16 wrz 2022 o 15:35 Roger Pau Monné <roger.pau@citrix.com>
>> napisał(a):
>>
>>> Again, please keep xen-devel on Cc and don't top-post.
>>>
>>> On Fri, Sep 16, 2022 at 03:19:30PM +0200, Adam Szewczyk wrote:
>>> > I executed it in dom0 terminal and it prints lots of stuff, but when I
>>> run
>>> > jus xl dmesg it prints almost the same logs. So I'm not sure if I have
>>> > right output or what I shuld search for to paste it here.
>>>
>>> Hm, you should see something like:
>>>
>>> (XEN) [ 8729.266567] MSI information:
>>> [...]
>>> (XEN) [ 8709.154958] IRQ information:
>>> [...]
>>>
>>> In the output of `xl dmesg`
>>>
>>> You can paste the full output of `xl dmesg`, that should be fine.
>>>
>>> > Regards Adam.
>>> >
>>> > pt., 16 wrz 2022, 15:09 użytkownik Roger Pau Monné <
>>> roger.pau@citrix.com>
>>> > napisał:
>>> >
>>> > > Please keep xen-devel in Cc and avoid top-posting.
>>> > >
>>> > > On Fri, Sep 16, 2022 at 02:35:17PM +0200, Adam Szewczyk wrote:
>>> > > > >  0:7:0: Intel AC 9560
>>> > > > > 0x0000: Vendor ID: 8086, Product ID: a370
>>> > > > > 0x0004: Command: 0006, Status: 0010
>>> > > > > 0x0008: Class: 02 Network, Subclass: 80 Miscellaneous,
>>> > > > > Interface: 00, Revision: 10
>>> > > > > 0x000c: BIST: 00, Header Type: 80, Latency Timer: 00,
>>> > > > > Cache Line Size: 00
>>> > > > > 0x0010: BAR mem 64bit addr: 0x00000000f2014000/0x00004000
>>> > > > > 0x0018: BAR empty (00000000)
>>> > > > > 0x001c: BAR empty (00000000)
>>> > > > > 0x0020: BAR empty (00000000)
>>> > > > > 0x0024: BAR empty (00000000)
>>> > > > > 0x0028: Cardbus CIS: 00000000
>>> > > > > 0x002c: Subsystem Vendor ID: 8086 Product ID: 0034
>>> > > > > 0x0030: Expansion ROM Base Address: 00000000
>>> > > > > 0x0038: 00000000
>>> > >
>>> > > None of the BARs are at 0x404000 which seems to be where OpenBSD is
>>> > > trying to load the firmware?
>>> > >
>>> > > I would have to look at the code to figure out exactly what it is
>>> > > trying to do here (and why it fails).
>>> > >
>>> > > Can you also paste the output from `lspci -v`?
>>>
>>> You seem to have missed this bit.
>>>
>>> Regards, Roger.
>>>
>>

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

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

* Re: [BUG] problems with NICs pass through to OpenBSD guest
  2022-09-16 15:08         ` Adam Szewczyk
  2022-09-16 19:26           ` Adam Szewczyk
@ 2022-09-19  9:21           ` Roger Pau Monné
  2022-09-20  7:41             ` Adam Szewczyk
  1 sibling, 1 reply; 12+ messages in thread
From: Roger Pau Monné @ 2022-09-19  9:21 UTC (permalink / raw)
  To: Adam Szewczyk; +Cc: xen-devel

On Fri, Sep 16, 2022 at 05:08:59PM +0200, Adam Szewczyk wrote:
> Sorry, I always forgot that default answer is "answer" to not "answer to
> all".
> 
> My xl dmesg after calling those debug-keys is:

Trimming the trace:

> (XEN) MSI information:

> (XEN)  MSI    125 vec=72 lowest  edge   assert  log lowest dest=00000100
> mask=0/  /?

> (XEN)  MSI    138 vec=62 lowest  edge   assert  log lowest dest=00000001
> mask=0/  /?
> (XEN)  MSI    139 vec=6a lowest  edge   assert  log lowest dest=00000010
> mask=0/  /?

> (XEN) IRQ information:

> (XEN)    IRQ: 125 vec:72 PCI-MSI         status=030 aff:{8}/{0-11}
> in-flight=0 d94:151(-M-)

> (XEN)    IRQ: 138 vec:62 PCI-MSI         status=030 aff:{0}/{0-11}
> in-flight=0 d92:151(---)
> (XEN)    IRQ: 139 vec:6a PCI-MSI         status=010 aff:{4}/{0-11}
> in-flight=0 d92:150(---)

Was domain with ID 94 your OpenBSD box? There's another domain with
passthrough devices (ID 92).

If your OpenBSD domain is the one with ID 94 it seems like the
interrupt source is masked, so no interrupts will be injected to the
guest.  That however might be just the response from the guest after
seeing that the interrupt source is not behaving correctly.

Are yuo using a debug hypervisor? If not it would be helpful to do so,
in order to maybe get more information on `xl dmesg`.

Can you also paste the QEMU log for the OpeNSD domain?  Those logs are
in /var/log/xen/qemu-dm-<domain name>.log, on most distros, not sure
if QubesOS puts them at the same place.

Regards, Roger.


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

* Re: [BUG] problems with NICs pass through to OpenBSD guest
  2022-09-19  9:21           ` Roger Pau Monné
@ 2022-09-20  7:41             ` Adam Szewczyk
  2022-09-20  8:12               ` Adam Szewczyk
  2022-09-20  9:13               ` Roger Pau Monné
  0 siblings, 2 replies; 12+ messages in thread
From: Adam Szewczyk @ 2022-09-20  7:41 UTC (permalink / raw)
  To: Roger Pau Monné; +Cc: xen-devel

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

>
> (XEN) Built-in command line: ept=exec-sp spec-ctrl=unpriv-mmio
> (XEN) parameter "no-real-mode" unknown!
>  Xen 4.14.5
> (XEN) Xen version 4.14.5 (mockbuild@[unknown]) (gcc (GCC) 10.3.1 20210422
> (Red Hat 10.3.1-1)) debug=n  Wed Aug 24 00:00:00 UTC 2022
> (XEN) Latest ChangeSet:
> (XEN) Bootloader: GRUB 2.04
> (XEN) Command line: placeholder console=none dom0_mem=min:1024M
> dom0_mem=max:4096M ucode=scan smt=off gnttab_max_frames=2048
> gnttab_max_maptrack_frames=4096 no-real-mode edd=off
> (XEN) Xen image load base address: 0x9c200000
> (XEN) Video information:
> (XEN)  VGA is graphics mode 1920x1080, 32 bpp
> (XEN) Disc information:
> (XEN)  Found 0 MBR signatures
> (XEN)  Found 2 EDD information structures
> (XEN) EFI RAM map:
> (XEN)  [0000000000000000, 000000000009efff] (usable)
> (XEN)  [000000000009f000, 00000000000fffff] (reserved)
> (XEN)  [0000000000100000, 0000000086466fff] (usable)
> (XEN)  [0000000086467000, 0000000086d66fff] (reserved)
> (XEN)  [0000000086d67000, 000000009cf7dfff] (usable)
> (XEN)  [000000009cf7e000, 000000009e49dfff] (reserved)
> (XEN)  [000000009e49e000, 000000009eb8dfff] (ACPI NVS)
> (XEN)  [000000009eb8e000, 000000009ec0dfff] (ACPI data)
> (XEN)  [000000009ec0e000, 000000009ec0efff] (usable)
> (XEN)  [000000009ec0f000, 000000009fffffff] (reserved)
> (XEN)  [00000000e0000000, 00000000efffffff] (reserved)
> (XEN)  [00000000fe000000, 00000000fe010fff] (reserved)
> (XEN)  [00000000fed10000, 00000000fed19fff] (reserved)
> (XEN)  [00000000fed84000, 00000000fed84fff] (reserved)
> (XEN)  [00000000fee00000, 00000000fee00fff] (reserved)
> (XEN)  [00000000ff600000, 00000000ffffffff] (reserved)
> (XEN)  [0000000100000000, 000000085dffffff] (usable)
> (XEN) ACPI: RSDP 9EC0D014, 0024 (r2 LENOVO)
> (XEN) ACPI: XSDT 9EBEE188, 00FC (r1 LENOVO CB-01           1       1000013)
> (XEN) ACPI: FACP 9EBF1000, 010C (r5 LENOVO CB-01           1 ACPI    40000)
> (XEN) ACPI: DSDT 9EBBD000, 2FF34 (r2 LENOVO CB-01           1 ACPI
>  40000)
> (XEN) ACPI: FACS 9EB0D000, 0040
> (XEN) ACPI: UEFI 9EC0C000, 0236 (r1 LENOVO CB-01           1 ACPI    40000)
> (XEN) ACPI: SSDT 9EC0A000, 1B1C (r2 LENOVO CB-01           1 ACPI    40000)
> (XEN) ACPI: SSDT 9EC06000, 31D0 (r2 LENOVO CB-01           1 ACPI    40000)
> (XEN) ACPI: UEFI 9EC05000, 0042 (r1 LENOVO CB-01           1 ACPI    40000)
> (XEN) ACPI: SSDT 9EC04000, 045A (r2 LENOVO CB-01           1 ACPI    40000)
> (XEN) ACPI: SSDT 9EC03000, 0046 (r2 LENOVO CB-01           1 ACPI    40000)
> (XEN) ACPI: TPM2 9EC02000, 0034 (r3 LENOVO CB-01           1 ACPI    40000)
> (XEN) ACPI: POAT 9EC01000, 0055 (r3 LENOVO CB-01           1 ACPI    40000)
> (XEN) ACPI: SSDT 9EBFC000, 44B6 (r2 LENOVO CB-01           1 ACPI    40000)
> (XEN) ACPI: LPIT 9EBFB000, 0094 (r1 LENOVO CB-01           1 ACPI    40000)
> (XEN) ACPI: WSMT 9EBFA000, 0028 (r1 LENOVO CB-01           1 ACPI    40000)
> (XEN) ACPI: SSDT 9EBF9000, 0C2F (r2 LENOVO CB-01           1 ACPI    40000)
> (XEN) ACPI: DBGP 9EBF8000, 0034 (r1 LENOVO CB-01           1 ACPI    40000)
> (XEN) ACPI: DBG2 9EBF7000, 0061 (r0 LENOVO CB-01           1 ACPI    40000)
> (XEN) ACPI: SSDT 9EBF6000, 0896 (r2 LENOVO CB-01           1 ACPI    40000)
> (XEN) ACPI: SSDT 9EBF3000, 2F89 (r2 LENOVO CB-01           1 ACPI    40000)
> (XEN) ACPI: ASF! 9EBF2000, 00A5 (r32 LENOVO CB-01           1 ACPI
>  40000)
> (XEN) ACPI: HPET 9EBF0000, 0038 (r1 LENOVO CB-01           1 ACPI    40000)
> (XEN) ACPI: APIC 9EBEF000, 012C (r3 LENOVO CB-01           1 ACPI    40000)
> (XEN) ACPI: MCFG 9EBED000, 003C (r1 LENOVO CB-01           1 ACPI    40000)
> (XEN) ACPI: SSDT 9EBBA000, 2BBF (r2 LENOVO CB-01           1 ACPI    40000)
> (XEN) ACPI: DMAR 9EBB9000, 0070 (r1 LENOVO CB-01           1 ACPI    40000)
> (XEN) ACPI: SSDT 9EBB6000, 2B68 (r1 LENOVO CB-01           1 ACPI    40000)
> (XEN) ACPI: SSDT 9EBB5000, 004C (r2 LENOVO CB-01           1 ACPI    40000)
> (XEN) ACPI: FPDT 9EBB4000, 0044 (r1 LENOVO CB-01           1 ACPI    40000)
> (XEN) ACPI: BGRT 9EBB3000, 0038 (r1 LENOVO CB-01           1 ACPI    40000)
> (XEN) System RAM: 32678MB (33462392kB)
> (XEN) Domain heap initialised
> (XEN) ACPI: 32/64X FACS address mismatch in FADT -
> 9eb0d000/0000000000000000, using 32
> (XEN) IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
> (XEN) Enabling APIC mode:  Phys.  Using 1 I/O APICs
> (XEN) Switched to APIC driver x2apic_cluster
> (XEN) CPU0: TSC: ratio: 216 / 2
> (XEN) CPU0: bus: 100 MHz base: 2600 MHz max: 4500 MHz
> (XEN) CPU0: 800 ... 2600 MHz
> (XEN) xstate: size: 0x440 and states: 0x1f
> (XEN) Speculative mitigation facilities:
> (XEN)   Hardware hints: RSBA
> (XEN)   Hardware features: IBPB IBRS STIBP SSBD L1D_FLUSH MD_CLEAR
> SRBDS_CTRL
> (XEN)   Compiled-in support: INDIRECT_THUNK
> (XEN)   Xen settings: BTI-Thunk JMP, SPEC_CTRL: IBRS+ STIBP+ SSBD-, Other:
> SRB_LOCK+ IBPB-ctxt L1D_FLUSH VERW BRANCH_HARDEN
> (XEN)   L1TF: believed vulnerable, maxphysaddr L1D 46, CPUID 39, Safe
> address 8000000000
> (XEN)   Support for HVM VMs: MSR_SPEC_CTRL RSB EAGER_FPU MD_CLEAR
> (XEN)   Support for PV VMs: MSR_SPEC_CTRL EAGER_FPU MD_CLEAR
> (XEN)   XPTI (64-bit PV only): Dom0 enabled, DomU enabled (with PCID)
> (XEN)   PV L1TF shadowing: Dom0 disabled, DomU enabled
> (XEN) Using scheduler: SMP Credit Scheduler rev2 (credit2)
> (XEN) Initializing Credit2 scheduler
> (XEN) Disabling HPET for being unreliable
> (XEN) Platform timer is 3.580MHz ACPI PM Timer
> (XEN) Detected 2591.999 MHz processor.
> (XEN) Unknown cachability for MFNs 0xa0-0xff
> (XEN) Unknown cachability for MFNs 0x9f000-0x9ffff
> (XEN) Intel VT-d iommu 0 supported page sizes: 4kB, 2MB, 1GB
> (XEN) Intel VT-d Snoop Control enabled.
> (XEN) Intel VT-d Dom0 DMA Passthrough not enabled.
> (XEN) Intel VT-d Queued Invalidation enabled.
> (XEN) Intel VT-d Interrupt Remapping enabled.
> (XEN) Intel VT-d Posted Interrupt not enabled.
> (XEN) Intel VT-d Shared EPT tables enabled.
> (XEN) I/O virtualisation enabled
> (XEN)  - Dom0 mode: Relaxed
> (XEN) Interrupt remapping enabled
> (XEN) Enabled directed EOI with ioapic_ack_old on!
> (XEN) ENABLING IO-APIC IRQs
> (XEN)  -> Using old ACK method
> (XEN) Allocated console ring of 32 KiB.
> (XEN) VMX: Supported advanced features:
> (XEN)  - APIC MMIO access virtualisation
> (XEN)  - APIC TPR shadow
> (XEN)  - Extended Page Tables (EPT)
> (XEN)  - Virtual-Processor Identifiers (VPID)
> (XEN)  - Virtual NMI
> (XEN)  - MSR direct-access bitmap
> (XEN)  - Unrestricted Guest
> (XEN)  - VM Functions
> (XEN)  - Virtualisation Exceptions
> (XEN)  - Page Modification Logging
> (XEN) HVM: ASIDs enabled.
> (XEN) HVM: VMX enabled
> (XEN) HVM: Hardware Assisted Paging (HAP) detected
> (XEN) HVM: HAP page sizes: 4kB, 2MB, 1GB
> (XEN) Brought up 6 CPUs
> (XEN) Scheduling granularity: cpu, 1 CPU per sched-resource
> (XEN) Dom0 has maximum 952 PIRQs
> (XEN)  Xen  kernel: 64-bit, lsb, compat32
> (XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x1000000 -> 0x4000000
> (XEN) PHYSICAL MEMORY ARRANGEMENT:
> (XEN)  Dom0 alloc.:   0000000838000000->0000000840000000 (1007932 pages to
> be allocated)
> (XEN)  Init. ramdisk: 000000085c13c000->000000085dffff1d
> (XEN) VIRTUAL MEMORY ARRANGEMENT:
> (XEN)  Loaded kernel: ffffffff81000000->ffffffff84000000
> (XEN)  Init. ramdisk: 0000000000000000->0000000000000000
> (XEN)  Phys-Mach map: 0000008000000000->0000008000800000
> (XEN)  Start info:    ffffffff84000000->ffffffff840004b8
> (XEN)  Xenstore ring: 0000000000000000->0000000000000000
> (XEN)  Console ring:  0000000000000000->0000000000000000
> (XEN)  Page tables:   ffffffff84001000->ffffffff84026000
> (XEN)  Boot stack:    ffffffff84026000->ffffffff84027000
> (XEN)  TOTAL:         ffffffff80000000->ffffffff84400000
> (XEN)  ENTRY ADDRESS: ffffffff830fb1c0
> (XEN) Dom0 has maximum 6 VCPUs
> (XEN) Initial low memory virq threshold set at 0x4000 pages.
> (XEN) Scrubbing Free RAM in background
> (XEN) Std. Loglevel: Errors and warnings
> (XEN) Guest Loglevel: Nothing (Rate-limited: Errors and warnings)
> (XEN) *** Serial input to DOM0 (type 'CTRL-a' three times to switch input)
> (XEN) Freed 580kB init memory
> (XEN) MSI information:
> (XEN)  IOMMU  120 vec=30 lowest  edge   assert  log lowest dest=00000001
> mask=1/  /?
> (XEN)  MSI    121 vec=c8 lowest  edge   assert  log lowest dest=00000001
> mask=0/  /?
> (XEN)  MSI    122 vec=d0 lowest  edge   assert  log lowest dest=00000001
> mask=0/  /?
> (XEN)  MSI    123 vec=e0 lowest  edge   assert  log lowest dest=00000001
> mask=0/  /?
> (XEN)  MSI    124 vec=31 lowest  edge   assert  log lowest dest=00000040
> mask=0/  /?
> (XEN)  MSI-X  125 vec=51 lowest  edge   assert  log lowest dest=00000040
> mask=1/  /0
> (XEN)  MSI-X  126 vec=59 lowest  edge   assert  log lowest dest=00000004
> mask=1/  /0
> (XEN)  MSI-X  127 vec=61 lowest  edge   assert  log lowest dest=00000040
> mask=1/  /0
> (XEN)  MSI-X  128 vec=69 lowest  edge   assert  log lowest dest=00000001
> mask=1/  /0
> (XEN)  MSI-X  129 vec=71 lowest  edge   assert  log lowest dest=00000010
> mask=1/  /0
> (XEN)  MSI-X  130 vec=79 lowest  edge   assert  log lowest dest=00000040
> mask=1/  /0
> (XEN)  MSI-X  131 vec=81 lowest  edge   assert  log lowest dest=00000001
> mask=1/  /0
> (XEN)  MSI    132 vec=d9 lowest  edge   assert  log lowest dest=00000100
> mask=0/  /?
> (XEN)  MSI    133 vec=c9 lowest  edge   assert  log lowest dest=00000004
> mask=0/  /?
> (XEN)  MSI    134 vec=99 lowest  edge   assert  log lowest dest=00000100
> mask=0/  /?
> (XEN)  MSI    135 vec=a9 lowest  edge   assert  log lowest dest=00000555
> mask=0/  /?
> (XEN)  MSI    136 vec=b1 lowest  edge   assert  log lowest dest=00000010
> mask=0/  /?
> (XEN)  MSI    137 vec=b9 lowest  edge   assert  log lowest dest=00000010
> mask=0/  /?
> (XEN)  MSI    138 vec=d1 lowest  edge   assert  log lowest dest=00000100
> mask=0/  /?
> (XEN) IRQ information:
> (XEN)    IRQ:   0 vec:f0 IO-APIC-edge    status=000 aff:{0}/{0}
> time.c#timer_interrupt()
> (XEN)    IRQ:   1 vec:39 IO-APIC-edge    status=034 aff:{8}/{0-11}
> in-flight=0 d0:  1(---)
> (XEN)    IRQ:   3 vec:40 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
> unbound
> (XEN)    IRQ:   4 vec:48 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
> unbound
> (XEN)    IRQ:   5 vec:50 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
> unbound
> (XEN)    IRQ:   6 vec:58 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
> unbound
> (XEN)    IRQ:   7 vec:60 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
> unbound
> (XEN)    IRQ:   8 vec:68 IO-APIC-edge    status=030 aff:{0}/{0}
> in-flight=0 d0:  8(---)
> (XEN)    IRQ:   9 vec:b0 IO-APIC-level   status=030 aff:{8}/{0-11}
> in-flight=0 d0:  9(---)
> (XEN)    IRQ:  10 vec:78 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
> unbound
> (XEN)    IRQ:  11 vec:88 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
> unbound
> (XEN)    IRQ:  12 vec:90 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
> unbound
> (XEN)    IRQ:  13 vec:98 IO-APIC-edge    status=002 aff:{0-15}/{0} mapped,
> unbound
> (XEN)    IRQ:  14 vec:a0 IO-APIC-level   status=030 aff:{0}/{0}
> in-flight=0 d0: 14(---)
> (XEN)    IRQ:  15 vec:a8 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
> unbound
> (XEN)    IRQ:  16 vec:b8 IO-APIC-level   status=030 aff:{2}/{0-11}
> in-flight=0 d0: 16(---),d3: 16(-M-)
> (XEN)    IRQ:  17 vec:d8 IO-APIC-level   status=010 aff:{10}/{0-11}
> in-flight=2 d0: 17(P-M),d7: 17(-MM)
> (XEN)    IRQ:  18 vec:c0 IO-APIC-level   status=030 aff:{8}/{0-11}
> in-flight=0 d0: 18(---),d3: 18(-M-)
> (XEN)    IRQ:  19 vec:a1 IO-APIC-level   status=002 aff:{0-15}/{0-11}
> mapped, unbound
> (XEN)    IRQ:  20 vec:e8 IO-APIC-level   status=030 aff:{0}/{0-11}
> in-flight=0 d0: 20(---)
> (XEN)    IRQ:  83 vec:41 IO-APIC-level   status=030 aff:{4}/{0-11}
> in-flight=0 d0: 83(---)
> (XEN)    IRQ: 120 vec:30 DMA_MSI         status=000 aff:{0-15}/{0}
> iommu.c#iommu_page_fault()
> (XEN)    IRQ: 121 vec:c8 PCI-MSI         status=030 aff:{0}/{0-11}
> in-flight=0 d0:951(---)
> (XEN)    IRQ: 122 vec:d0 PCI-MSI         status=030 aff:{0}/{0-11}
> in-flight=0 d0:950(---)
> (XEN)    IRQ: 123 vec:e0 PCI-MSI         status=030 aff:{0}/{0-11}
> in-flight=0 d0:949(---)
> (XEN)    IRQ: 124 vec:31 PCI-MSI         status=030 aff:{6}/{0-11}
> in-flight=0 d0:948(---)
> (XEN)    IRQ: 125 vec:51 PCI-MSI/-X      status=030 aff:{6}/{0-11}
> in-flight=0 d0:947(---)
> (XEN)    IRQ: 126 vec:59 PCI-MSI/-X      status=010 aff:{2}/{0-11}
> in-flight=0 d0:946(---)
> (XEN)    IRQ: 127 vec:61 PCI-MSI/-X      status=030 aff:{6}/{0-11}
> in-flight=0 d0:945(---)
> (XEN)    IRQ: 128 vec:69 PCI-MSI/-X      status=030 aff:{0}/{0-11}
> in-flight=0 d0:944(---)
> (XEN)    IRQ: 129 vec:71 PCI-MSI/-X      status=030 aff:{4}/{0-11}
> in-flight=0 d0:943(---)
> (XEN)    IRQ: 130 vec:79 PCI-MSI/-X      status=030 aff:{6}/{0-11}
> in-flight=0 d0:942(---)
> (XEN)    IRQ: 131 vec:81 PCI-MSI/-X      status=030 aff:{0}/{0-11}
> in-flight=0 d0:941(---)
> (XEN)    IRQ: 132 vec:d9 PCI-MSI         status=030 aff:{8}/{0-11}
> in-flight=0 d7:151(-M-)
> (XEN)    IRQ: 133 vec:c9 PCI-MSI         status=030 aff:{2}/{0-11}
> in-flight=0 d3:151(---)
> (XEN)    IRQ: 134 vec:99 PCI-MSI         status=030 aff:{8}/{0-11}
> in-flight=0 d0:938(---)
> (XEN)    IRQ: 135 vec:a9 PCI-MSI         status=002 aff:{0-15}/{0-11}
> mapped, unbound
> (XEN)    IRQ: 136 vec:b1 PCI-MSI         status=030 aff:{4}/{0-11}
> in-flight=0 d0:936(---)
> (XEN)    IRQ: 137 vec:b9 PCI-MSI         status=030 aff:{4}/{0-11}
> in-flight=0 d0:935(---)
> (XEN)    IRQ: 138 vec:d1 PCI-MSI         status=010 aff:{8}/{0-11}
> in-flight=0 d3:150(---)
> (XEN) Direct vector information:
> (XEN)    0x22 -> irq_move_cleanup_interrupt()
> (XEN)    0xf1 -> mce_intel.c#cmci_interrupt()
> (XEN)    0xf2 -> mce_intel.c#intel_thermal_interrupt()
> (XEN)    0xf9 -> pmu_apic_interrupt()
> (XEN)    0xfa -> apic_timer_interrupt()
> (XEN)    0xfb -> call_function_interrupt()
> (XEN)    0xfc -> event_check_interrupt()
> (XEN)    0xfd -> invalidate_interrupt()
> (XEN)    0xfe -> error_interrupt()
> (XEN)    0xff -> spurious_interrupt()
> (XEN) IO-APIC interrupt information:
> (XEN)     IRQ  0 Vec240:
> (XEN)       Apic 0x00, Pin  2: vec=f0 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ  1 Vec 57:
> (XEN)       Apic 0x00, Pin  1: vec=39 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000100
> (XEN)     IRQ  3 Vec 64:
> (XEN)       Apic 0x00, Pin  3: vec=40 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ  4 Vec 72:
> (XEN)       Apic 0x00, Pin  4: vec=48 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ  5 Vec 80:
> (XEN)       Apic 0x00, Pin  5: vec=50 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ  6 Vec 88:
> (XEN)       Apic 0x00, Pin  6: vec=58 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ  7 Vec 96:
> (XEN)       Apic 0x00, Pin  7: vec=60 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ  8 Vec104:
> (XEN)       Apic 0x00, Pin  8: vec=68 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ  9 Vec176:
> (XEN)       Apic 0x00, Pin  9: vec=b0 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=L mask=0 dest_id:00000100
> (XEN)     IRQ 10 Vec120:
> (XEN)       Apic 0x00, Pin 10: vec=78 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ 11 Vec136:
> (XEN)       Apic 0x00, Pin 11: vec=88 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ 12 Vec144:
> (XEN)       Apic 0x00, Pin 12: vec=90 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ 13 Vec152:
> (XEN)       Apic 0x00, Pin 13: vec=98 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=1 dest_id:00000001
> (XEN)     IRQ 14 Vec160:
> (XEN)       Apic 0x00, Pin 14: vec=a0 delivery=LoPri dest=L status=0
> polarity=1 irr=0 trig=L mask=0 dest_id:00000001
> (XEN)     IRQ 15 Vec168:
> (XEN)       Apic 0x00, Pin 15: vec=a8 delivery=LoPri dest=L status=0
> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
> (XEN)     IRQ 16 Vec184:
> (XEN)       Apic 0x00, Pin 16: vec=b8 delivery=LoPri dest=L status=0
> polarity=1 irr=0 trig=L mask=0 dest_id:00000004
> (XEN)     IRQ 17 Vec216:
> (XEN)       Apic 0x00, Pin 17: vec=d8 delivery=LoPri dest=L status=1
> polarity=1 irr=1 trig=L mask=0 dest_id:00000400
> (XEN)     IRQ 18 Vec192:
> (XEN)       Apic 0x00, Pin 18: vec=c0 delivery=LoPri dest=L status=0
> polarity=1 irr=0 trig=L mask=0 dest_id:00000100
> (XEN)     IRQ 19 Vec161:
> (XEN)       Apic 0x00, Pin 19: vec=a1 delivery=LoPri dest=L status=0
> polarity=1 irr=0 trig=L mask=1 dest_id:00000555
> (XEN)     IRQ 20 Vec232:
> (XEN)       Apic 0x00, Pin 20: vec=e8 delivery=LoPri dest=L status=0
> polarity=1 irr=0 trig=L mask=0 dest_id:00000001
> (XEN)     IRQ 83 Vec 65:
> (XEN)       Apic 0x00, Pin 83: vec=41 delivery=LoPri dest=L status=0
> polarity=1 irr=0 trig=L mask=0 dest_id:00000010


 Name                                        ID   Mem VCPUs State Time(s)
> Domain-0                                     0  4080     6     r-----
> 288.6
> sys-usb                                      3   284     2     -b----
>  20.5
> sys-usb-dm                                   4   144     1     -b----
>   3.5
> openbsd-71                                   7   511     2     -b----
>  63.0
> openbsd-71-dm                                8   144     1     -b----
>  14.0
>

How I can enable install this debug hypervisor? I have problems finding
anything about it.

I don't have logs with qemu in the name, instead I have gmp-proxy logs. But
their all looks empty.

BR Adam

pon., 19 wrz 2022 o 11:21 Roger Pau Monné <roger.pau@citrix.com> napisał(a):

> On Fri, Sep 16, 2022 at 05:08:59PM +0200, Adam Szewczyk wrote:
> > Sorry, I always forgot that default answer is "answer" to not "answer to
> > all".
> >
> > My xl dmesg after calling those debug-keys is:
>
> Trimming the trace:
>
> > (XEN) MSI information:
>
> > (XEN)  MSI    125 vec=72 lowest  edge   assert  log lowest dest=00000100
> > mask=0/  /?
>
> > (XEN)  MSI    138 vec=62 lowest  edge   assert  log lowest dest=00000001
> > mask=0/  /?
> > (XEN)  MSI    139 vec=6a lowest  edge   assert  log lowest dest=00000010
> > mask=0/  /?
>
> > (XEN) IRQ information:
>
> > (XEN)    IRQ: 125 vec:72 PCI-MSI         status=030 aff:{8}/{0-11}
> > in-flight=0 d94:151(-M-)
>
> > (XEN)    IRQ: 138 vec:62 PCI-MSI         status=030 aff:{0}/{0-11}
> > in-flight=0 d92:151(---)
> > (XEN)    IRQ: 139 vec:6a PCI-MSI         status=010 aff:{4}/{0-11}
> > in-flight=0 d92:150(---)
>
> Was domain with ID 94 your OpenBSD box? There's another domain with
> passthrough devices (ID 92).
>
> If your OpenBSD domain is the one with ID 94 it seems like the
> interrupt source is masked, so no interrupts will be injected to the
> guest.  That however might be just the response from the guest after
> seeing that the interrupt source is not behaving correctly.
>
> Are yuo using a debug hypervisor? If not it would be helpful to do so,
> in order to maybe get more information on `xl dmesg`.
>
> Can you also paste the QEMU log for the OpeNSD domain?  Those logs are
> in /var/log/xen/qemu-dm-<domain name>.log, on most distros, not sure
> if QubesOS puts them at the same place.
>
> Regards, Roger.
>

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

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

* Re: [BUG] problems with NICs pass through to OpenBSD guest
  2022-09-20  7:41             ` Adam Szewczyk
@ 2022-09-20  8:12               ` Adam Szewczyk
  2022-09-20  9:13               ` Roger Pau Monné
  1 sibling, 0 replies; 12+ messages in thread
From: Adam Szewczyk @ 2022-09-20  8:12 UTC (permalink / raw)
  To: Roger Pau Monné; +Cc: xen-devel

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

On, log section i Qubes manager also those logs are empty, but I can attach
/var/log/xen/console/guest-openbsd-71-dm.log:
[2022-09-19 19:50:55] Logfile Opened
[2022-09-19 19:50:56] Linux version 5.10.105-xen-stubdom
(mockbuild@0c9ad8f2058f40c49bc934dcc2ea73c7) (gcc (GCC) 10.3.1 20210422
(Red Hat 10.3.1-1), GNU ld version 2.34-6.fc32) #1 Fri Apr 22 17:53:39 CEST
2022
[2022-09-19 19:50:56] Command line:
[2022-09-19 19:50:56] x86/fpu: Supporting XSAVE feature 0x001: 'x87
floating point registers'
[2022-09-19 19:50:56] x86/fpu: Supporting XSAVE feature 0x002: 'SSE
registers'
[2022-09-19 19:50:56] x86/fpu: Supporting XSAVE feature 0x004: 'AVX
registers'
[2022-09-19 19:50:56] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[2022-09-19 19:50:56] x86/fpu: Enabled xstate features 0x7, context size is
832 bytes, using 'standard' format.
[2022-09-19 19:50:56] Released 0 page(s)
[2022-09-19 19:50:56] BIOS-provided physical RAM map:
[2022-09-19 19:50:56] Xen: [mem 0x0000000000000000-0x000000000009ffff]
usable
[2022-09-19 19:50:56] Xen: [mem 0x00000000000a0000-0x00000000000fffff]
reserved
[2022-09-19 19:50:56] Xen: [mem 0x0000000000100000-0x0000000008ffffff]
usable
[2022-09-19 19:50:56] NX (Execute Disable) protection: active
[2022-09-19 19:50:56] Hypervisor detected: Xen PV
[2022-09-19 19:50:56] tsc: Fast TSC calibration failed
[2022-09-19 19:50:56] tsc: Detected 2591.990 MHz processor
[2022-09-19 19:50:56] last_pfn = 0x9000 max_arch_pfn = 0x400000000
[2022-09-19 19:50:56] x86/PAT: Configuration [0-7]: WB  WT  UC- UC  WC  WP
 UC  UC
[2022-09-19 19:50:56] RAMDISK: [mem 0x02000000-0x03f7afff]
[2022-09-19 19:50:56] Zone ranges:
[2022-09-19 19:50:56]   DMA32    [mem 0x0000000000001000-0x0000000008ffffff]
[2022-09-19 19:50:56]   Normal   empty
[2022-09-19 19:50:56] Movable zone start for each node
[2022-09-19 19:50:56] Early memory node ranges
[2022-09-19 19:50:56]   node   0: [mem
0x0000000000001000-0x000000000009ffff]
[2022-09-19 19:50:56]   node   0: [mem
0x0000000000100000-0x0000000008ffffff]
[2022-09-19 19:50:56] Initmem setup node 0 [mem
0x0000000000001000-0x0000000008ffffff]
[2022-09-19 19:50:56] On node 0, zone DMA32: 1 pages in unavailable ranges
[2022-09-19 19:50:56] On node 0, zone DMA32: 96 pages in unavailable ranges
[2022-09-19 19:50:56] On node 0, zone DMA32: 28672 pages in unavailable
ranges
[2022-09-19 19:50:56] p2m virtual area at (____ptrval____), size is 200000
[2022-09-19 19:50:56] Remapped 0 page(s)
[2022-09-19 19:50:56] [mem 0x09000000-0xffffffff] available for PCI devices
[2022-09-19 19:50:56] Booting paravirtualized kernel on Xen
[2022-09-19 19:50:56] Xen version: 4.14.5 (preserve-AD)
[2022-09-19 19:50:56] clocksource: refined-jiffies: mask: 0xffffffff
max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[2022-09-19 19:50:56] Built 1 zonelists, mobility grouping on.  Total
pages: 36170
[2022-09-19 19:50:56] Kernel command line: clocksource=tsc
[2022-09-19 19:50:56] Dentry cache hash table entries: 32768 (order: 6,
262144 bytes, linear)
[2022-09-19 19:50:56] Inode-cache hash table entries: 16384 (order: 5,
131072 bytes, linear)
[2022-09-19 19:50:56] mem auto-init: stack:byref_all(zero), heap alloc:off,
heap free:off
[2022-09-19 19:50:56] Memory: 96968K/147068K available (6145K kernel code,
842K rwdata, 428K rodata, 696K init, 476K bss, 49848K reserved, 0K
cma-reserved)
[2022-09-19 19:50:56] random: get_random_u64 called from 0xffffffff810a0f18
with crng_init=0
[2022-09-19 19:50:56] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1,
Nodes=1
[2022-09-19 19:50:56] Using NULL legacy PIC
[2022-09-19 19:50:56] NR_IRQS: 4352, nr_irqs: 24, preallocated irqs: 0
[2022-09-19 19:50:56] xen:events: Using FIFO-based ABI
[2022-09-19 19:50:56] printk: console [hvc0] enabled
[2022-09-19 19:50:56] clocksource: xen: mask: 0xffffffffffffffff
max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[2022-09-19 19:50:56] installing Xen timer for CPU 0
[2022-09-19 19:50:56] clocksource: tsc-early: mask: 0xffffffffffffffff
max_cycles: 0x255cad98bda, max_idle_ns: 440795306906 ns
[2022-09-19 19:50:56] Calibrating delay loop (skipped), value calculated
using timer frequency.. 5183.98 BogoMIPS (lpj=10367960)
[2022-09-19 19:50:56] pid_max: default: 4096 minimum: 301
[2022-09-19 19:50:56] Mount-cache hash table entries: 512 (order: 0, 4096
bytes, linear)
[2022-09-19 19:50:56] Mountpoint-cache hash table entries: 512 (order: 0,
4096 bytes, linear)
[2022-09-19 19:50:56] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[2022-09-19 19:50:56] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[2022-09-19 19:50:56] CPU: Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz
(family: 0x6, model: 0x9e, stepping: 0xa)
[2022-09-19 19:50:56] Spectre V1 : Mitigation: usercopy/swapgs barriers and
__user pointer sanitization
[2022-09-19 19:50:56] Spectre V2 : Mitigation: Retpolines
[2022-09-19 19:50:56] Spectre V2 : Spectre v2 / SpectreRSB mitigation:
Filling RSB on context switch
[2022-09-19 19:50:56] Spectre V2 : Enabling Restricted Speculation for
firmware calls
[2022-09-19 19:50:56] Spectre V2 : mitigation: Enabling conditional
Indirect Branch Prediction Barrier
[2022-09-19 19:50:56] Speculative Store Bypass: Mitigation: Speculative
Store Bypass disabled via prctl and seccomp
[2022-09-19 19:50:56] SRBDS: Unknown: Dependent on hypervisor status
[2022-09-19 19:50:56] MDS: Mitigation: Clear CPU buffers
[2022-09-19 19:50:56] Performance Events: unsupported p6 CPU model 158 no
PMU driver, software events only.
[2022-09-19 19:50:56] devtmpfs: initialized
[2022-09-19 19:50:56] clocksource: jiffies: mask: 0xffffffff max_cycles:
0xffffffff, max_idle_ns: 7645041785100000 ns
[2022-09-19 19:50:56] futex hash table entries: 16 (order: -4, 384 bytes,
linear)
[2022-09-19 19:50:56] NET: Registered protocol family 16
[2022-09-19 19:50:56] xen:grant_table: Grant tables using version 1 layout
[2022-09-19 19:50:56] Grant table initialized
[2022-09-19 19:50:56] PCI: setting up Xen PCI frontend stub
[2022-09-19 19:50:56] xen:balloon: Initialising balloon driver
[2022-09-19 19:50:56] usbcore: registered new interface driver usbfs
[2022-09-19 19:50:56] usbcore: registered new interface driver hub
[2022-09-19 19:50:56] usbcore: registered new device driver usb
[2022-09-19 19:50:56] PCI: System does not support PCI
[2022-09-19 19:50:56] clocksource: Switched to clocksource xen
[2022-09-19 19:50:56] NET: Registered protocol family 2
[2022-09-19 19:50:56] IP idents hash table entries: 4096 (order: 3, 32768
bytes, linear)
[2022-09-19 19:50:56] tcp_listen_portaddr_hash hash table entries: 256
(order: 0, 4096 bytes, linear)
[2022-09-19 19:50:56] TCP established hash table entries: 2048 (order: 2,
16384 bytes, linear)
[2022-09-19 19:50:56] TCP bind hash table entries: 2048 (order: 2, 16384
bytes, linear)
[2022-09-19 19:50:56] TCP: Hash tables configured (established 2048 bind
2048)
[2022-09-19 19:50:56] UDP hash table entries: 128 (order: 0, 4096 bytes,
linear)
[2022-09-19 19:50:56] UDP-Lite hash table entries: 128 (order: 0, 4096
bytes, linear)
[2022-09-19 19:50:56] NET: Registered protocol family 1
[2022-09-19 19:50:56] Unpacking initramfs...
[2022-09-19 19:50:56] Freeing initrd memory: 32236K
[2022-09-19 19:50:56] clocksource: tsc: mask: 0xffffffffffffffff
max_cycles: 0x255cad98bda, max_idle_ns: 440795306906 ns
[2022-09-19 19:50:56] clocksource: Switched to clocksource tsc
[2022-09-19 19:50:56] workingset: timestamp_bits=62 max_order=15
bucket_order=0
[2022-09-19 19:50:56] xen:xen_evtchn: Event-channel device installed
[2022-09-19 19:50:56] Invalid max_queues (4), will use default max: 1.
[2022-09-19 19:50:56] tun: Universal TUN/TAP device driver, 1.6
[2022-09-19 19:50:56] xen_netfront: Initialising Xen virtual ethernet driver
[2022-09-19 19:50:56] vhci_hcd vhci_hcd.0: USB/IP Virtual Host Controller
[2022-09-19 19:50:56] vhci_hcd vhci_hcd.0: new USB bus registered, assigned
bus number 1
[2022-09-19 19:50:56] vhci_hcd: created sysfs vhci_hcd.0
[2022-09-19 19:50:56] hub 1-0:1.0: USB hub found
[2022-09-19 19:50:56] hub 1-0:1.0: 8 ports detected
[2022-09-19 19:50:56] vhci_hcd vhci_hcd.0: USB/IP Virtual Host Controller
[2022-09-19 19:50:56] vhci_hcd vhci_hcd.0: new USB bus registered, assigned
bus number 2
[2022-09-19 19:50:56] usb usb2: We don't know the algorithms for LPM for
this host, disabling LPM.
[2022-09-19 19:50:56] hub 2-0:1.0: USB hub found
[2022-09-19 19:50:56] hub 2-0:1.0: 8 ports detected
[2022-09-19 19:50:56] NET: Registered protocol family 17
[2022-09-19 19:50:56] sched_clock: Marking stable (273283961,
179377)->(275136085, -1672747)
[2022-09-19 19:50:56] random: fast init done
[2022-09-19 19:50:56] blkfront: xvda: flush diskcache: enabled; persistent
grants: enabled; indirect descriptors: enabled;
[2022-09-19 19:50:56]  xvda: xvda4
[2022-09-19 19:50:56] blkfront: xvdb: flush diskcache: enabled; persistent
grants: enabled; indirect descriptors: enabled;
[2022-09-19 19:50:56] blkfront: xvdc: flush diskcache: enabled; persistent
grants: enabled; indirect descriptors: enabled;
[2022-09-19 19:50:56] Freeing unused kernel image (initmem) memory: 696K
[2022-09-19 19:50:56] Write protecting the kernel read-only data: 10240k
[2022-09-19 19:50:56] Freeing unused kernel image (text/rodata gap) memory:
2044K
[2022-09-19 19:50:56] Freeing unused kernel image (rodata/data gap) memory:
1620K
[2022-09-19 19:50:56] Run /init as init process
[2022-09-19 19:50:56] + mount -t devtmpfs none /dev
[2022-09-19 19:50:56] + mount -t sysfs /sys /sys
[2022-09-19 19:50:56] + mount -t proc /proc /proc
[2022-09-19 19:50:56] + mount -t tmpfs -o 'size=1m,nodev,noexec' /tmp /tmp
[2022-09-19 19:50:56] + mount -o remount,ro /
[2022-09-19 19:50:56] + echo 1
[2022-09-19 19:50:56] + printf '%d\n' 1073741824
[2022-09-19 19:50:56] + /bin/xenstore-read target
[2022-09-19 19:50:56] + domid=62
[2022-09-19 19:50:56] + xenstore-read /local/domain/62/vm
[2022-09-19 19:50:56] + vm_path=/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3
[2022-09-19 19:50:56] + sort
[2022-09-19 19:50:56] + xenstore-list -p
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv
[2022-09-19 19:50:56] + xenstore-read
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/001
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/002
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/003
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/004
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/005
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/006
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/007
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/008
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/009
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/010
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/011
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/012
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/013
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/014
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/015
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/016
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/017
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/018
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/019
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/020
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/021
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/022
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/023
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/024
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/025
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/026
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/027
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/028
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/029
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/030
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/031
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/032
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/033
[2022-09-19 19:50:56] + dm_args='-xen-domid
[2022-09-19 19:50:56] 62
[2022-09-19 19:50:56] -no-shutdown
[2022-09-19 19:50:56] -nodefaults
[2022-09-19 19:50:56] -no-user-config
[2022-09-19 19:50:56] -name
[2022-09-19 19:50:56] openbsd-71
[2022-09-19 19:50:56] -display
[2022-09-19 19:50:56] none
[2022-09-19 19:50:56] -device
[2022-09-19 19:50:56] VGA,vgamem_mb=16
[2022-09-19 19:50:56] -boot
[2022-09-19 19:50:56] order=dc
[2022-09-19 19:50:56] -device
[2022-09-19 19:50:56] usb-ehci,id=ehci
[2022-09-19 19:50:56] -device
[2022-09-19 19:50:56] usb-tablet,bus=ehci.0
[2022-09-19 19:50:56] -smp
[2022-09-19 19:50:56] 2,maxcpus=2
[2022-09-19 19:50:56] -net
[2022-09-19 19:50:56] none
[2022-09-19 19:50:56] -display
[2022-09-19 19:50:56] qubes-gui,domid=0,log-level=0
[2022-09-19 19:50:56] -machine
[2022-09-19 19:50:56] xenfv
[2022-09-19 19:50:56] -m
[2022-09-19 19:50:56] 496
[2022-09-19 19:50:56] -drive
[2022-09-19 19:50:56]
file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-09-19 19:50:56] -drive
[2022-09-19 19:50:56]
file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-09-19 19:50:56] -drive
[2022-09-19 19:50:56]
file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback'
[2022-09-19 19:50:56] + usb_args=
[2022-09-19 19:50:56] + test -e /bin/qrexec-agent
[2022-09-19 19:50:56] + usb_args='-device
[2022-09-19 19:50:56] nec-usb-xhci,id=xhci'
[2022-09-19 19:50:56] + mkdir -p /var/run/qubes
[2022-09-19 19:50:56] + touch /dev/mdev.log
[2022-09-19 19:50:56] + mdev -d
[2022-09-19 19:50:56] + USER=root qrexec-agent
[2022-09-19 19:50:56] + sed -n '/^-soundhw/ {n;p}'
[2022-09-19 19:50:56] + echo '-xen-domid
[2022-09-19 19:50:56] 62
[2022-09-19 19:50:56] -no-shutdown
[2022-09-19 19:50:56] -nodefaults
[2022-09-19 19:50:56] -no-user-config
[2022-09-19 19:50:56] -name
[2022-09-19 19:50:56] openbsd-71
[2022-09-19 19:50:56] -display
[2022-09-19 19:50:56] none
[2022-09-19 19:50:56] -device
[2022-09-19 19:50:56] VGA,vgamem_mb=16
[2022-09-19 19:50:56] -boot
[2022-09-19 19:50:56] order=dc
[2022-09-19 19:50:56] -device
[2022-09-19 19:50:56] usb-ehci,id=ehci
[2022-09-19 19:50:56] -device
[2022-09-19 19:50:56] usb-tablet,bus=ehci.0
[2022-09-19 19:50:56] -smp
[2022-09-19 19:50:56] 2,maxcpus=2
[2022-09-19 19:50:56] -net
[2022-09-19 19:50:56] none
[2022-09-19 19:50:56] -display
[2022-09-19 19:50:56] qubes-gui,domid=0,log-level=0
[2022-09-19 19:50:56] -machine
[2022-09-19 19:50:56] xenfv
[2022-09-19 19:50:56] -m
[2022-09-19 19:50:56] 496
[2022-09-19 19:50:56] -drive
[2022-09-19 19:50:56]
file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-09-19 19:50:56] -drive
[2022-09-19 19:50:56]
file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-09-19 19:50:56] -drive
[2022-09-19 19:50:56]
file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback'
[2022-09-19 19:50:56] + audio_model=
[2022-09-19 19:50:56] + '[' -n  ]
[2022-09-19 19:50:56] + sed -n /^-qubes-net:/p
[2022-09-19 19:50:56] + echo '-xen-domid
[2022-09-19 19:50:56] 62
[2022-09-19 19:50:56] -no-shutdown
[2022-09-19 19:50:56] -nodefaults
[2022-09-19 19:50:56] -no-user-config
[2022-09-19 19:50:56] -name
[2022-09-19 19:50:56] openbsd-71
[2022-09-19 19:50:56] -display
[2022-09-19 19:50:56] none
[2022-09-19 19:50:56] -device
[2022-09-19 19:50:56] VGA,vgamem_mb=16
[2022-09-19 19:50:56] -boot
[2022-09-19 19:50:56] order=dc
[2022-09-19 19:50:56] -device
[2022-09-19 19:50:56] usb-ehci,id=ehci
[2022-09-19 19:50:56] -device
[2022-09-19 19:50:56] usb-tablet,bus=ehci.0
[2022-09-19 19:50:56] -smp
[2022-09-19 19:50:56] 2,maxcpus=2
[2022-09-19 19:50:56] -net
[2022-09-19 19:50:56] none
[2022-09-19 19:50:56] -display
[2022-09-19 19:50:56] qubes-gui,domid=0,log-level=0
[2022-09-19 19:50:56] -machine
[2022-09-19 19:50:56] xenfv
[2022-09-19 19:50:56] -m
[2022-09-19 19:50:56] 496
[2022-09-19 19:50:56] -drive
[2022-09-19 19:50:56]
file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-09-19 19:50:56] -drive
[2022-09-19 19:50:56]
file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-09-19 19:50:56] -drive
[2022-09-19 19:50:56]
file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback'
[2022-09-19 19:50:56] + net_args=
[2022-09-19 19:50:56] + sed /^-qubes-net:/d
[2022-09-19 19:50:56] + echo '-xen-domid
[2022-09-19 19:50:56] 62
[2022-09-19 19:50:56] -no-shutdown
[2022-09-19 19:50:56] -nodefaults
[2022-09-19 19:50:56] -no-user-config
[2022-09-19 19:50:56] -name
[2022-09-19 19:50:56] openbsd-71
[2022-09-19 19:50:56] -display
[2022-09-19 19:50:56] none
[2022-09-19 19:50:56] -device
[2022-09-19 19:50:56] VGA,vgamem_mb=16
[2022-09-19 19:50:56] -boot
[2022-09-19 19:50:56] order=dc
[2022-09-19 19:50:56] -device
[2022-09-19 19:50:56] usb-ehci,id=ehci
[2022-09-19 19:50:56] -device
[2022-09-19 19:50:56] usb-tablet,bus=ehci.0
[2022-09-19 19:50:56] -smp
[2022-09-19 19:50:56] 2,maxcpus=2
[2022-09-19 19:50:56] -net
[2022-09-19 19:50:56] none
[2022-09-19 19:50:56] -display
[2022-09-19 19:50:56] qubes-gui,domid=0,log-level=0
[2022-09-19 19:50:56] -machine
[2022-09-19 19:50:56] xenfv
[2022-09-19 19:50:56] -m
[2022-09-19 19:50:56] 496
[2022-09-19 19:50:56] -drive
[2022-09-19 19:50:56]
file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-09-19 19:50:56] -drive
[2022-09-19 19:50:56]
file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-09-19 19:50:56] -drive
[2022-09-19 19:50:56]
file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback'
[2022-09-19 19:50:56] + dm_args='-xen-domid
[2022-09-19 19:50:56] 62
[2022-09-19 19:50:56] -no-shutdown
[2022-09-19 19:50:56] -nodefaults
[2022-09-19 19:50:56] -no-user-config
[2022-09-19 19:50:56] -name
[2022-09-19 19:50:56] openbsd-71
[2022-09-19 19:50:56] -display
[2022-09-19 19:50:56] none
[2022-09-19 19:50:56] -device
[2022-09-19 19:50:56] VGA,vgamem_mb=16
[2022-09-19 19:50:56] -boot
[2022-09-19 19:50:56] order=dc
[2022-09-19 19:50:56] -device
[2022-09-19 19:50:56] usb-ehci,id=ehci
[2022-09-19 19:50:56] -device
[2022-09-19 19:50:56] usb-tablet,bus=ehci.0
[2022-09-19 19:50:56] -smp
[2022-09-19 19:50:56] 2,maxcpus=2
[2022-09-19 19:50:56] -net
[2022-09-19 19:50:56] none
[2022-09-19 19:50:56] -display
[2022-09-19 19:50:56] qubes-gui,domid=0,log-level=0
[2022-09-19 19:50:56] -machine
[2022-09-19 19:50:56] xenfv
[2022-09-19 19:50:56] -m
[2022-09-19 19:50:56] 496
[2022-09-19 19:50:56] -drive
[2022-09-19 19:50:56]
file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-09-19 19:50:56] -drive
[2022-09-19 19:50:56]
file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-09-19 19:50:56] -drive
[2022-09-19 19:50:56]
file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback'
[2022-09-19 19:50:56] + test -e /sys/class/net/eth0
[2022-09-19 19:50:56] + echo 'No network interface named eth0.'
[2022-09-19 19:50:56] No network interface named eth0.
[2022-09-19 19:50:56] + ls -l /sys/class/net/
[2022-09-19 19:50:56] total 0
[2022-09-19 19:50:56] lrwxrwxrwx    1 root     0                0 Sep 19
17:50 .[1;36mlo.[m -> .[1;34m../../devices/virtual/net/lo.[m
[2022-09-19 19:50:56] + xenstore-read target
[2022-09-19 19:50:56] + target=62
[2022-09-19 19:50:56] + device_model=device-model/62
[2022-09-19 19:50:56] + mkdir /tmp/qmp
[2022-09-19 19:50:56] + kernel=
[2022-09-19 19:50:56] + grep -q ^-append
[2022-09-19 19:50:56] + echo '-xen-domid
[2022-09-19 19:50:56] 62
[2022-09-19 19:50:56] -no-shutdown
[2022-09-19 19:50:56] -nodefaults
[2022-09-19 19:50:56] -no-user-config
[2022-09-19 19:50:56] -name
[2022-09-19 19:50:56] openbsd-71
[2022-09-19 19:50:56] -display
[2022-09-19 19:50:56] none
[2022-09-19 19:50:56] -device
[2022-09-19 19:50:56] VGA,vgamem_mb=16
[2022-09-19 19:50:56] -boot
[2022-09-19 19:50:56] order=dc
[2022-09-19 19:50:56] -device
[2022-09-19 19:50:56] usb-ehci,id=ehci
[2022-09-19 19:50:56] -device
[2022-09-19 19:50:56] usb-tablet,bus=ehci.0
[2022-09-19 19:50:56] -smp
[2022-09-19 19:50:56] 2,maxcpus=2
[2022-09-19 19:50:56] -net
[2022-09-19 19:50:56] none
[2022-09-19 19:50:56] -display
[2022-09-19 19:50:56] qubes-gui,domid=0,log-level=0
[2022-09-19 19:50:56] -machine
[2022-09-19 19:50:56] xenfv
[2022-09-19 19:50:56] -m
[2022-09-19 19:50:56] 496
[2022-09-19 19:50:56] -drive
[2022-09-19 19:50:56]
file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-09-19 19:50:56] -drive
[2022-09-19 19:50:56]
file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-09-19 19:50:56] -drive
[2022-09-19 19:50:56]
file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback'
[2022-09-19 19:50:56] + mkfifo /tmp/qmp/qemu.in /tmp/qmp/qemu.out
[2022-09-19 19:50:56] + set +x
[2022-09-19 19:50:56] Clearing kmsg buffer...
[2022-09-19 19:50:56] + set +x
[2022-09-19 19:50:56] + set +x
[2022-09-19 19:50:56] + sed 's/\$STUBDOM_RESTORE_INCOMING_ARG/fd:3/'
[2022-09-19 19:50:56] + echo '-xen-domid
[2022-09-19 19:50:56] 62
[2022-09-19 19:50:56] -no-shutdown
[2022-09-19 19:50:56] -nodefaults
[2022-09-19 19:50:56] -no-user-config
[2022-09-19 19:50:56] -name
[2022-09-19 19:50:56] openbsd-71
[2022-09-19 19:50:56] -display
[2022-09-19 19:50:56] none
[2022-09-19 19:50:56] -device
[2022-09-19 19:50:56] VGA,vgamem_mb=16
[2022-09-19 19:50:56] -boot
[2022-09-19 19:50:56] order=dc
[2022-09-19 19:50:56] -device
[2022-09-19 19:50:56] usb-ehci,id=ehci
[2022-09-19 19:50:56] -device
[2022-09-19 19:50:56] usb-tablet,bus=ehci.0
[2022-09-19 19:50:56] -smp
[2022-09-19 19:50:56] 2,maxcpus=2
[2022-09-19 19:50:56] -net
[2022-09-19 19:50:56] none
[2022-09-19 19:50:56] -display
[2022-09-19 19:50:56] qubes-gui,domid=0,log-level=0
[2022-09-19 19:50:56] -machine
[2022-09-19 19:50:56] xenfv
[2022-09-19 19:50:56] -m
[2022-09-19 19:50:56] 496
[2022-09-19 19:50:56] -drive
[2022-09-19 19:50:56]
file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-09-19 19:50:56] -drive
[2022-09-19 19:50:56]
file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-09-19 19:50:56] -drive
[2022-09-19 19:50:56]
file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback'
[2022-09-19 19:50:56] + dm_args='-xen-domid
[2022-09-19 19:50:56] 62
[2022-09-19 19:50:56] -no-shutdown
[2022-09-19 19:50:56] -nodefaults
[2022-09-19 19:50:56] -no-user-config
[2022-09-19 19:50:56] -name
[2022-09-19 19:50:56] openbsd-71
[2022-09-19 19:50:56] -display
[2022-09-19 19:50:56] none
[2022-09-19 19:50:56] -device
[2022-09-19 19:50:56] VGA,vgamem_mb=16
[2022-09-19 19:50:56] -boot
[2022-09-19 19:50:56] order=dc
[2022-09-19 19:50:56] -device
[2022-09-19 19:50:56] usb-ehci,id=ehci
[2022-09-19 19:50:56] -device
[2022-09-19 19:50:56] usb-tablet,bus=ehci.0
[2022-09-19 19:50:56] -smp
[2022-09-19 19:50:56] 2,maxcpus=2
[2022-09-19 19:50:56] -net
[2022-09-19 19:50:56] none
[2022-09-19 19:50:56] -display
[2022-09-19 19:50:56] qubes-gui,domid=0,log-level=0
[2022-09-19 19:50:56] -machine
[2022-09-19 19:50:56] xenfv
[2022-09-19 19:50:56] -m
[2022-09-19 19:50:56] 496
[2022-09-19 19:50:56] -drive
[2022-09-19 19:50:56]
file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-09-19 19:50:56] -drive
[2022-09-19 19:50:56]
file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-09-19 19:50:56] -drive
[2022-09-19 19:50:56]
file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback'
[2022-09-19 19:50:56] + xenstore-read device/console/2
[2022-09-19 19:50:56] + xenstore-read device/console/1
[2022-09-19 19:50:57] + IFS='
[2022-09-19 19:50:57] '
[2022-09-19 19:50:57] + set -f
[2022-09-19 19:50:57] + set +f
[2022-09-19 19:50:57] + unset IFS
[2022-09-19 19:50:57] + qemu_pid=171
[2022-09-19 19:50:57] + '[' '!' -e /tmp/qemu.qmp ]
[2022-09-19 19:50:57] + sleep 0.1
[2022-09-19 19:50:57] + qemu -sandbox
'on,obsolete=deny,elevateprivileges=deny,spawn=deny,resourcecontrol=deny'
-chardev 'pipe,path=/tmp/qmp/qemu,id=m' -mon 'chardev=m,mode=control'
-chardev 'socket,server,nowait,path=/tmp/qemu.qmp,id=m2' -mon
'chardev=m2,mode=control' -xen-domid 62 -no-shutdown -nodefaults
-no-user-config -name openbsd-71 -display none -device 'VGA,vgamem_mb=16'
-boot 'order=dc' -device 'usb-ehci,id=ehci' -device 'usb-tablet,bus=ehci.0'
-smp '2,maxcpus=2' -net none -display 'qubes-gui,domid=0,log-level=0'
-machine xenfv -m 496 -drive
'file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback'
-drive
'file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback'
-drive
'file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback'
-device 'nec-usb-xhci,id=xhci'
[2022-09-19 19:50:57] qemu: -chardev
socket,server,nowait,path=/tmp/qemu.qmp,id=m2: warning: short-form boolean
option 'server' deprecated
[2022-09-19 19:50:57] Please use server=on instead
[2022-09-19 19:50:57] qemu: -chardev
socket,server,nowait,path=/tmp/qemu.qmp,id=m2: warning: short-form boolean
option 'nowait' deprecated
[2022-09-19 19:50:57] Please use wait=off instead
[2022-09-19 19:50:57] random: qemu: uninitialized urandom read (16 bytes
read)
[2022-09-19 19:50:57] + tee /proc/self/fd/2
[2022-09-19 19:50:57] + echo '{"execute": "qmp_capabilities"}'
[2022-09-19 19:50:57] {"QMP": {"version": {"qemu": {"micro": 0, "minor": 1,
"major": 6}, "package": ""}, "capabilities": ["oob"]}}

[2022-09-19 19:50:57] {"execute": "qmp_capabilities"}
[2022-09-19 19:50:57] qubes_gui/init: 573
[2022-09-19 19:50:57] qubes_gui/init: 582
[2022-09-19 19:50:57] qubes_gui/init: 584
[2022-09-19 19:50:57] qubes_gui/init[611]: version sent, waiting for xorg
conf
[2022-09-19 19:50:57] {"return": {}}

[2022-09-19 19:50:57] + '[' '!' -e /tmp/qemu.qmp ]
[2022-09-19 19:50:57] + '[' -e /proc/self/fd/4 ]
[2022-09-19 19:50:57] + '[' -e /proc/self/fd/3 ]
[2022-09-19 19:50:57] + true
[2022-09-19 19:50:57] + printf '==== Press enter for shell ====\n'
[2022-09-19 19:50:57] ==== Press enter for shell ====
[2022-09-19 19:50:57] + read
[2022-09-19 19:50:57] + vchan-socket-proxy 0 device-model/62/qmp-vchan
/tmp/qemu.qmp
[2022-09-19 19:50:57] written 110 bytes to vchan
[2022-09-19 19:50:57] written 34 bytes to vchan
[2022-09-19 19:50:57] written 34 bytes to vchan
[2022-09-19 19:50:57] qubes_gui/init[622]: got xorg conf, creating window
[2022-09-19 19:50:57] qubes_gui/init: 632
[2022-09-19 19:50:57] random: crng init done
[2022-09-19 19:50:57] configure msg, x/y 600 365 (was 0 0), w/h 720 400
[2022-09-19 20:03:09] {"timestamp": {"seconds": 1663610590, "microseconds":
147671}, "event": "RESET", "data": {"guest": true, "reason": "guest-reset"}}

[2022-09-19 20:03:09] {"timestamp": {"seconds": 1663610590, "microseconds":
148655}, "event": "RESET", "data": {"guest": true, "reason": "guest-reset"}}

[2022-09-19 20:25:36] Logfile Opened
[2022-09-19 20:25:36] Linux version 5.10.105-xen-stubdom
(mockbuild@0c9ad8f2058f40c49bc934dcc2ea73c7) (gcc (GCC) 10.3.1 20210422
(Red Hat 10.3.1-1), GNU ld version 2.34-6.fc32) #1 Fri Apr 22 17:53:39 CEST
2022
[2022-09-19 20:25:36] Command line:
[2022-09-19 20:25:36] x86/fpu: Supporting XSAVE feature 0x001: 'x87
floating point registers'
[2022-09-19 20:25:36] x86/fpu: Supporting XSAVE feature 0x002: 'SSE
registers'
[2022-09-19 20:25:36] x86/fpu: Supporting XSAVE feature 0x004: 'AVX
registers'
[2022-09-19 20:25:36] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[2022-09-19 20:25:36] x86/fpu: Enabled xstate features 0x7, context size is
832 bytes, using 'standard' format.
[2022-09-19 20:25:36] Released 0 page(s)
[2022-09-19 20:25:36] BIOS-provided physical RAM map:
[2022-09-19 20:25:36] Xen: [mem 0x0000000000000000-0x000000000009ffff]
usable
[2022-09-19 20:25:36] Xen: [mem 0x00000000000a0000-0x00000000000fffff]
reserved
[2022-09-19 20:25:36] Xen: [mem 0x0000000000100000-0x0000000008ffffff]
usable
[2022-09-19 20:25:36] NX (Execute Disable) protection: active
[2022-09-19 20:25:36] Hypervisor detected: Xen PV
[2022-09-19 20:25:36] tsc: Fast TSC calibration failed
[2022-09-19 20:25:36] tsc: Detected 2591.998 MHz processor
[2022-09-19 20:25:36] last_pfn = 0x9000 max_arch_pfn = 0x400000000
[2022-09-19 20:25:36] x86/PAT: Configuration [0-7]: WB  WT  UC- UC  WC  WP
 UC  UC
[2022-09-19 20:25:36] RAMDISK: [mem 0x02000000-0x03f7afff]
[2022-09-19 20:25:36] Zone ranges:
[2022-09-19 20:25:36]   DMA32    [mem 0x0000000000001000-0x0000000008ffffff]
[2022-09-19 20:25:36]   Normal   empty
[2022-09-19 20:25:36] Movable zone start for each node
[2022-09-19 20:25:36] Early memory node ranges
[2022-09-19 20:25:36]   node   0: [mem
0x0000000000001000-0x000000000009ffff]
[2022-09-19 20:25:36]   node   0: [mem
0x0000000000100000-0x0000000008ffffff]
[2022-09-19 20:25:36] Initmem setup node 0 [mem
0x0000000000001000-0x0000000008ffffff]
[2022-09-19 20:25:36] On node 0, zone DMA32: 1 pages in unavailable ranges
[2022-09-19 20:25:36] On node 0, zone DMA32: 96 pages in unavailable ranges
[2022-09-19 20:25:36] On node 0, zone DMA32: 28672 pages in unavailable
ranges
[2022-09-19 20:25:36] p2m virtual area at (____ptrval____), size is 200000
[2022-09-19 20:25:36] Remapped 0 page(s)
[2022-09-19 20:25:36] [mem 0x09000000-0xffffffff] available for PCI devices
[2022-09-19 20:25:36] Booting paravirtualized kernel on Xen
[2022-09-19 20:25:36] Xen version: 4.14.5 (preserve-AD)
[2022-09-19 20:25:36] clocksource: refined-jiffies: mask: 0xffffffff
max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[2022-09-19 20:25:36] Built 1 zonelists, mobility grouping on.  Total
pages: 36170
[2022-09-19 20:25:36] Kernel command line: clocksource=tsc
[2022-09-19 20:25:36] Dentry cache hash table entries: 32768 (order: 6,
262144 bytes, linear)
[2022-09-19 20:25:36] Inode-cache hash table entries: 16384 (order: 5,
131072 bytes, linear)
[2022-09-19 20:25:36] mem auto-init: stack:byref_all(zero), heap alloc:off,
heap free:off
[2022-09-19 20:25:36] Memory: 96968K/147068K available (6145K kernel code,
842K rwdata, 428K rodata, 696K init, 476K bss, 49848K reserved, 0K
cma-reserved)
[2022-09-19 20:25:36] random: get_random_u64 called from 0xffffffff810a0f18
with crng_init=0
[2022-09-19 20:25:36] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1,
Nodes=1
[2022-09-19 20:25:36] Using NULL legacy PIC
[2022-09-19 20:25:36] NR_IRQS: 4352, nr_irqs: 24, preallocated irqs: 0
[2022-09-19 20:25:36] xen:events: Using FIFO-based ABI
[2022-09-19 20:25:36] printk: console [hvc0] enabled
[2022-09-19 20:25:36] clocksource: xen: mask: 0xffffffffffffffff
max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[2022-09-19 20:25:36] installing Xen timer for CPU 0
[2022-09-19 20:25:36] clocksource: tsc-early: mask: 0xffffffffffffffff
max_cycles: 0x255cb518234, max_idle_ns: 440795279333 ns
[2022-09-19 20:25:36] Calibrating delay loop (skipped), value calculated
using timer frequency.. 5183.99 BogoMIPS (lpj=10367992)
[2022-09-19 20:25:36] pid_max: default: 4096 minimum: 301
[2022-09-19 20:25:36] Mount-cache hash table entries: 512 (order: 0, 4096
bytes, linear)
[2022-09-19 20:25:36] Mountpoint-cache hash table entries: 512 (order: 0,
4096 bytes, linear)
[2022-09-19 20:25:36] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[2022-09-19 20:25:36] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[2022-09-19 20:25:36] CPU: Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz
(family: 0x6, model: 0x9e, stepping: 0xa)
[2022-09-19 20:25:36] Spectre V1 : Mitigation: usercopy/swapgs barriers and
__user pointer sanitization
[2022-09-19 20:25:36] Spectre V2 : Mitigation: Retpolines
[2022-09-19 20:25:36] Spectre V2 : Spectre v2 / SpectreRSB mitigation:
Filling RSB on context switch
[2022-09-19 20:25:36] Spectre V2 : Enabling Restricted Speculation for
firmware calls
[2022-09-19 20:25:36] Spectre V2 : mitigation: Enabling conditional
Indirect Branch Prediction Barrier
[2022-09-19 20:25:36] Speculative Store Bypass: Mitigation: Speculative
Store Bypass disabled via prctl and seccomp
[2022-09-19 20:25:36] SRBDS: Unknown: Dependent on hypervisor status
[2022-09-19 20:25:36] MDS: Mitigation: Clear CPU buffers
[2022-09-19 20:25:36] Performance Events: unsupported p6 CPU model 158 no
PMU driver, software events only.
[2022-09-19 20:25:36] devtmpfs: initialized
[2022-09-19 20:25:36] clocksource: jiffies: mask: 0xffffffff max_cycles:
0xffffffff, max_idle_ns: 7645041785100000 ns
[2022-09-19 20:25:36] futex hash table entries: 16 (order: -4, 384 bytes,
linear)
[2022-09-19 20:25:36] NET: Registered protocol family 16
[2022-09-19 20:25:36] xen:grant_table: Grant tables using version 1 layout
[2022-09-19 20:25:36] Grant table initialized
[2022-09-19 20:25:36] PCI: setting up Xen PCI frontend stub
[2022-09-19 20:25:36] xen:balloon: Initialising balloon driver
[2022-09-19 20:25:36] usbcore: registered new interface driver usbfs
[2022-09-19 20:25:36] usbcore: registered new interface driver hub
[2022-09-19 20:25:36] usbcore: registered new device driver usb
[2022-09-19 20:25:36] PCI: System does not support PCI
[2022-09-19 20:25:36] clocksource: Switched to clocksource xen
[2022-09-19 20:25:36] NET: Registered protocol family 2
[2022-09-19 20:25:36] IP idents hash table entries: 4096 (order: 3, 32768
bytes, linear)
[2022-09-19 20:25:36] tcp_listen_portaddr_hash hash table entries: 256
(order: 0, 4096 bytes, linear)
[2022-09-19 20:25:36] TCP established hash table entries: 2048 (order: 2,
16384 bytes, linear)
[2022-09-19 20:25:36] TCP bind hash table entries: 2048 (order: 2, 16384
bytes, linear)
[2022-09-19 20:25:36] TCP: Hash tables configured (established 2048 bind
2048)
[2022-09-19 20:25:36] UDP hash table entries: 128 (order: 0, 4096 bytes,
linear)
[2022-09-19 20:25:36] UDP-Lite hash table entries: 128 (order: 0, 4096
bytes, linear)
[2022-09-19 20:25:36] NET: Registered protocol family 1
[2022-09-19 20:25:36] Unpacking initramfs...
[2022-09-19 20:25:36] Freeing initrd memory: 32236K
[2022-09-19 20:25:36] clocksource: tsc: mask: 0xffffffffffffffff
max_cycles: 0x255cb518234, max_idle_ns: 440795279333 ns
[2022-09-19 20:25:36] clocksource: Switched to clocksource tsc
[2022-09-19 20:25:36] workingset: timestamp_bits=62 max_order=15
bucket_order=0
[2022-09-19 20:25:36] xen:xen_evtchn: Event-channel device installed
[2022-09-19 20:25:36] Invalid max_queues (4), will use default max: 1.
[2022-09-19 20:25:36] tun: Universal TUN/TAP device driver, 1.6
[2022-09-19 20:25:36] xen_netfront: Initialising Xen virtual ethernet driver
[2022-09-19 20:25:36] vhci_hcd vhci_hcd.0: USB/IP Virtual Host Controller
[2022-09-19 20:25:36] vhci_hcd vhci_hcd.0: new USB bus registered, assigned
bus number 1
[2022-09-19 20:25:36] vhci_hcd: created sysfs vhci_hcd.0
[2022-09-19 20:25:36] hub 1-0:1.0: USB hub found
[2022-09-19 20:25:36] hub 1-0:1.0: 8 ports detected
[2022-09-19 20:25:36] vhci_hcd vhci_hcd.0: USB/IP Virtual Host Controller
[2022-09-19 20:25:36] vhci_hcd vhci_hcd.0: new USB bus registered, assigned
bus number 2
[2022-09-19 20:25:36] usb usb2: We don't know the algorithms for LPM for
this host, disabling LPM.
[2022-09-19 20:25:36] hub 2-0:1.0: USB hub found
[2022-09-19 20:25:36] hub 2-0:1.0: 8 ports detected
[2022-09-19 20:25:36] NET: Registered protocol family 17
[2022-09-19 20:25:36] sched_clock: Marking stable (269302379,
234771)->(271578343, -2041193)
[2022-09-19 20:25:36] random: fast init done
[2022-09-19 20:25:36] pcifront pci-0: Installing PCI frontend
[2022-09-19 20:25:36] xen:swiotlb_xen: Warning: only able to allocate 4 MB
for software IO TLB
[2022-09-19 20:25:36] software IO TLB: mapped [mem
0x0000000003800000-0x0000000003c00000] (4MB)
[2022-09-19 20:25:36] pcifront pci-0: Creating PCI Frontend Bus 0000:00
[2022-09-19 20:25:36] pcifront pci-0: PCI host bridge to bus 0000:00
[2022-09-19 20:25:36] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[2022-09-19 20:25:36] pci_bus 0000:00: root bus resource [mem
0x00000000-0x7fffffffff]
[2022-09-19 20:25:36] pci_bus 0000:00: root bus resource [bus 00-ff]
[2022-09-19 20:25:36] pci 0000:00:00.0: [10ec:8168] type 00 class 0x020000
[2022-09-19 20:25:36] pci 0000:00:00.0: reg 0x10: [io  0x3000-0x30ff]
[2022-09-19 20:25:36] pci 0000:00:00.0: reg 0x18: [mem
0xb4304000-0xb4304fff 64bit]
[2022-09-19 20:25:36] pci 0000:00:00.0: reg 0x20: [mem
0xb4300000-0xb4303fff 64bit]
[2022-09-19 20:25:36] pci 0000:00:00.0: supports D1 D2
[2022-09-19 20:25:36] pcifront pci-0: claiming resource 0000:00:00.0/0
[2022-09-19 20:25:36] pcifront pci-0: claiming resource 0000:00:00.0/2
[2022-09-19 20:25:36] pcifront pci-0: claiming resource 0000:00:00.0/4
[2022-09-19 20:25:36] blkfront: xvda: flush diskcache: enabled; persistent
grants: enabled; indirect descriptors: enabled;
[2022-09-19 20:25:36]  xvda: xvda4
[2022-09-19 20:25:36] blkfront: xvdb: flush diskcache: enabled; persistent
grants: enabled; indirect descriptors: enabled;
[2022-09-19 20:25:36] blkfront: xvdc: flush diskcache: enabled; persistent
grants: enabled; indirect descriptors: enabled;
[2022-09-19 20:25:36] Freeing unused kernel image (initmem) memory: 696K
[2022-09-19 20:25:36] Write protecting the kernel read-only data: 10240k
[2022-09-19 20:25:36] Freeing unused kernel image (text/rodata gap) memory:
2044K
[2022-09-19 20:25:36] Freeing unused kernel image (rodata/data gap) memory:
1620K
[2022-09-19 20:25:36] Run /init as init process
[2022-09-19 20:25:36] + mount -t devtmpfs none /dev
[2022-09-19 20:25:36] + mount -t sysfs /sys /sys
[2022-09-19 20:25:36] + mount -t proc /proc /proc
[2022-09-19 20:25:36] + mount -t tmpfs -o 'size=1m,nodev,noexec' /tmp /tmp
[2022-09-19 20:25:36] + mount -o remount,ro /
[2022-09-19 20:25:36] + echo 1
[2022-09-19 20:25:36] + printf '%d\n' 1073741824
[2022-09-19 20:25:36] + /bin/xenstore-read target
[2022-09-19 20:25:36] + domid=12
[2022-09-19 20:25:36] + xenstore-read /local/domain/12/vm
[2022-09-19 20:25:36] + vm_path=/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3
[2022-09-19 20:25:36] + sort
[2022-09-19 20:25:36] + xenstore-list -p
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv
[2022-09-19 20:25:36] + xenstore-read
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/001
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/002
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/003
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/004
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/005
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/006
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/007
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/008
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/009
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/010
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/011
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/012
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/013
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/014
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/015
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/016
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/017
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/018
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/019
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/020
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/021
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/022
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/023
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/024
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/025
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/026
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/027
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/028
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/029
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/030
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/031
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/032
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/033
[2022-09-19 20:25:36] + dm_args='-xen-domid
[2022-09-19 20:25:36] 12
[2022-09-19 20:25:36] -no-shutdown
[2022-09-19 20:25:36] -nodefaults
[2022-09-19 20:25:36] -no-user-config
[2022-09-19 20:25:36] -name
[2022-09-19 20:25:36] openbsd-71
[2022-09-19 20:25:36] -display
[2022-09-19 20:25:36] none
[2022-09-19 20:25:36] -device
[2022-09-19 20:25:36] VGA,vgamem_mb=16
[2022-09-19 20:25:36] -boot
[2022-09-19 20:25:36] order=dc
[2022-09-19 20:25:36] -device
[2022-09-19 20:25:36] usb-ehci,id=ehci
[2022-09-19 20:25:36] -device
[2022-09-19 20:25:36] usb-tablet,bus=ehci.0
[2022-09-19 20:25:36] -smp
[2022-09-19 20:25:36] 2,maxcpus=2
[2022-09-19 20:25:36] -net
[2022-09-19 20:25:36] none
[2022-09-19 20:25:36] -display
[2022-09-19 20:25:36] qubes-gui,domid=0,log-level=0
[2022-09-19 20:25:36] -machine
[2022-09-19 20:25:36] xenfv
[2022-09-19 20:25:36] -m
[2022-09-19 20:25:36] 496
[2022-09-19 20:25:36] -drive
[2022-09-19 20:25:36]
file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-09-19 20:25:36] -drive
[2022-09-19 20:25:36]
file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-09-19 20:25:36] -drive
[2022-09-19 20:25:36]
file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback'
[2022-09-19 20:25:36] + usb_args=
[2022-09-19 20:25:36] + test -e /bin/qrexec-agent
[2022-09-19 20:25:36] + usb_args='-device
[2022-09-19 20:25:36] nec-usb-xhci,id=xhci'
[2022-09-19 20:25:36] + mkdir -p /var/run/qubes
[2022-09-19 20:25:36] + touch /dev/mdev.log
[2022-09-19 20:25:36] + USER=root qrexec-agent
[2022-09-19 20:25:36] + mdev -d
[2022-09-19 20:25:36] + sed -n '/^-soundhw/ {n;p}'
[2022-09-19 20:25:36] + echo '-xen-domid
[2022-09-19 20:25:36] 12
[2022-09-19 20:25:36] -no-shutdown
[2022-09-19 20:25:36] -nodefaults
[2022-09-19 20:25:36] -no-user-config
[2022-09-19 20:25:36] -name
[2022-09-19 20:25:36] openbsd-71
[2022-09-19 20:25:36] -display
[2022-09-19 20:25:36] none
[2022-09-19 20:25:36] -device
[2022-09-19 20:25:36] VGA,vgamem_mb=16
[2022-09-19 20:25:36] -boot
[2022-09-19 20:25:36] order=dc
[2022-09-19 20:25:36] -device
[2022-09-19 20:25:36] usb-ehci,id=ehci
[2022-09-19 20:25:36] -device
[2022-09-19 20:25:36] usb-tablet,bus=ehci.0
[2022-09-19 20:25:36] -smp
[2022-09-19 20:25:36] 2,maxcpus=2
[2022-09-19 20:25:36] -net
[2022-09-19 20:25:36] none
[2022-09-19 20:25:36] -display
[2022-09-19 20:25:36] qubes-gui,domid=0,log-level=0
[2022-09-19 20:25:36] -machine
[2022-09-19 20:25:36] xenfv
[2022-09-19 20:25:36] -m
[2022-09-19 20:25:36] 496
[2022-09-19 20:25:36] -drive
[2022-09-19 20:25:36]
file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-09-19 20:25:36] -drive
[2022-09-19 20:25:36]
file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-09-19 20:25:36] -drive
[2022-09-19 20:25:36]
file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback'
[2022-09-19 20:25:36] + audio_model=
[2022-09-19 20:25:36] + '[' -n  ]
[2022-09-19 20:25:36] + sed -n /^-qubes-net:/p
[2022-09-19 20:25:36] + echo '-xen-domid
[2022-09-19 20:25:36] 12
[2022-09-19 20:25:36] -no-shutdown
[2022-09-19 20:25:36] -nodefaults
[2022-09-19 20:25:36] -no-user-config
[2022-09-19 20:25:36] -name
[2022-09-19 20:25:36] openbsd-71
[2022-09-19 20:25:36] -display
[2022-09-19 20:25:36] none
[2022-09-19 20:25:36] -device
[2022-09-19 20:25:36] VGA,vgamem_mb=16
[2022-09-19 20:25:36] -boot
[2022-09-19 20:25:36] order=dc
[2022-09-19 20:25:36] -device
[2022-09-19 20:25:36] usb-ehci,id=ehci
[2022-09-19 20:25:36] -device
[2022-09-19 20:25:36] usb-tablet,bus=ehci.0
[2022-09-19 20:25:36] -smp
[2022-09-19 20:25:36] 2,maxcpus=2
[2022-09-19 20:25:36] -net
[2022-09-19 20:25:36] none
[2022-09-19 20:25:36] -display
[2022-09-19 20:25:36] qubes-gui,domid=0,log-level=0
[2022-09-19 20:25:36] -machine
[2022-09-19 20:25:36] xenfv
[2022-09-19 20:25:36] -m
[2022-09-19 20:25:36] 496
[2022-09-19 20:25:36] -drive
[2022-09-19 20:25:36]
file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-09-19 20:25:36] -drive
[2022-09-19 20:25:36]
file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-09-19 20:25:36] -drive
[2022-09-19 20:25:36]
file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback'
[2022-09-19 20:25:36] + net_args=
[2022-09-19 20:25:36] + sed /^-qubes-net:/d
[2022-09-19 20:25:36] + echo '-xen-domid
[2022-09-19 20:25:36] 12
[2022-09-19 20:25:36] -no-shutdown
[2022-09-19 20:25:36] -nodefaults
[2022-09-19 20:25:36] -no-user-config
[2022-09-19 20:25:36] -name
[2022-09-19 20:25:36] openbsd-71
[2022-09-19 20:25:36] -display
[2022-09-19 20:25:36] none
[2022-09-19 20:25:36] -device
[2022-09-19 20:25:36] VGA,vgamem_mb=16
[2022-09-19 20:25:36] -boot
[2022-09-19 20:25:36] order=dc
[2022-09-19 20:25:36] -device
[2022-09-19 20:25:36] usb-ehci,id=ehci
[2022-09-19 20:25:36] -device
[2022-09-19 20:25:36] usb-tablet,bus=ehci.0
[2022-09-19 20:25:36] -smp
[2022-09-19 20:25:36] 2,maxcpus=2
[2022-09-19 20:25:36] -net
[2022-09-19 20:25:36] none
[2022-09-19 20:25:36] -display
[2022-09-19 20:25:37] qubes-gui,domid=0,log-level=0
[2022-09-19 20:25:37] -machine
[2022-09-19 20:25:37] xenfv
[2022-09-19 20:25:37] -m
[2022-09-19 20:25:37] 496
[2022-09-19 20:25:37] -drive
[2022-09-19 20:25:37]
file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-09-19 20:25:37] -drive
[2022-09-19 20:25:37]
file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-09-19 20:25:37] -drive
[2022-09-19 20:25:37]
file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback'
[2022-09-19 20:25:37] + dm_args='-xen-domid
[2022-09-19 20:25:37] 12
[2022-09-19 20:25:37] -no-shutdown
[2022-09-19 20:25:37] -nodefaults
[2022-09-19 20:25:37] -no-user-config
[2022-09-19 20:25:37] -name
[2022-09-19 20:25:37] openbsd-71
[2022-09-19 20:25:37] -display
[2022-09-19 20:25:37] none
[2022-09-19 20:25:37] -device
[2022-09-19 20:25:37] VGA,vgamem_mb=16
[2022-09-19 20:25:37] -boot
[2022-09-19 20:25:37] order=dc
[2022-09-19 20:25:37] -device
[2022-09-19 20:25:37] usb-ehci,id=ehci
[2022-09-19 20:25:37] -device
[2022-09-19 20:25:37] usb-tablet,bus=ehci.0
[2022-09-19 20:25:37] -smp
[2022-09-19 20:25:37] 2,maxcpus=2
[2022-09-19 20:25:37] -net
[2022-09-19 20:25:37] none
[2022-09-19 20:25:37] -display
[2022-09-19 20:25:37] qubes-gui,domid=0,log-level=0
[2022-09-19 20:25:37] -machine
[2022-09-19 20:25:37] xenfv
[2022-09-19 20:25:37] -m
[2022-09-19 20:25:37] 496
[2022-09-19 20:25:37] -drive
[2022-09-19 20:25:37]
file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-09-19 20:25:37] -drive
[2022-09-19 20:25:37]
file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-09-19 20:25:37] -drive
[2022-09-19 20:25:37]
file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback'
[2022-09-19 20:25:37] + test -e /sys/class/net/eth0
[2022-09-19 20:25:37] + echo 'No network interface named eth0.'
[2022-09-19 20:25:37] No network interface named eth0.
[2022-09-19 20:25:37] + ls -l /sys/class/net/
[2022-09-19 20:25:37] total 0
[2022-09-19 20:25:37] lrwxrwxrwx    1 root     0                0 Sep 19
18:25 .[1;36mlo.[m -> .[1;34m../../devices/virtual/net/lo.[m
[2022-09-19 20:25:37] + xenstore-read target
[2022-09-19 20:25:37] + target=12
[2022-09-19 20:25:37] + device_model=device-model/12
[2022-09-19 20:25:37] + mkdir /tmp/qmp
[2022-09-19 20:25:37] + kernel=
[2022-09-19 20:25:37] + grep -q ^-append
[2022-09-19 20:25:37] + echo '-xen-domid
[2022-09-19 20:25:37] 12
[2022-09-19 20:25:37] -no-shutdown
[2022-09-19 20:25:37] -nodefaults
[2022-09-19 20:25:37] -no-user-config
[2022-09-19 20:25:37] -name
[2022-09-19 20:25:37] openbsd-71
[2022-09-19 20:25:37] -display
[2022-09-19 20:25:37] none
[2022-09-19 20:25:37] -device
[2022-09-19 20:25:37] VGA,vgamem_mb=16
[2022-09-19 20:25:37] -boot
[2022-09-19 20:25:37] order=dc
[2022-09-19 20:25:37] -device
[2022-09-19 20:25:37] usb-ehci,id=ehci
[2022-09-19 20:25:37] -device
[2022-09-19 20:25:37] usb-tablet,bus=ehci.0
[2022-09-19 20:25:37] -smp
[2022-09-19 20:25:37] 2,maxcpus=2
[2022-09-19 20:25:37] -net
[2022-09-19 20:25:37] none
[2022-09-19 20:25:37] -display
[2022-09-19 20:25:37] qubes-gui,domid=0,log-level=0
[2022-09-19 20:25:37] -machine
[2022-09-19 20:25:37] xenfv
[2022-09-19 20:25:37] -m
[2022-09-19 20:25:37] 496
[2022-09-19 20:25:37] -drive
[2022-09-19 20:25:37]
file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-09-19 20:25:37] -drive
[2022-09-19 20:25:37]
file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-09-19 20:25:37] -drive
[2022-09-19 20:25:37]
file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback'
[2022-09-19 20:25:37] + mkfifo /tmp/qmp/qemu.in /tmp/qmp/qemu.out
[2022-09-19 20:25:37] + set +x
[2022-09-19 20:25:37] Clearing kmsg buffer...
[2022-09-19 20:25:37] + set +x
[2022-09-19 20:25:37] + set +x
[2022-09-19 20:25:37] + sed 's/\$STUBDOM_RESTORE_INCOMING_ARG/fd:3/'
[2022-09-19 20:25:37] + echo '-xen-domid
[2022-09-19 20:25:37] 12
[2022-09-19 20:25:37] -no-shutdown
[2022-09-19 20:25:37] -nodefaults
[2022-09-19 20:25:37] -no-user-config
[2022-09-19 20:25:37] -name
[2022-09-19 20:25:37] openbsd-71
[2022-09-19 20:25:37] -display
[2022-09-19 20:25:37] none
[2022-09-19 20:25:37] -device
[2022-09-19 20:25:37] VGA,vgamem_mb=16
[2022-09-19 20:25:37] -boot
[2022-09-19 20:25:37] order=dc
[2022-09-19 20:25:37] -device
[2022-09-19 20:25:37] usb-ehci,id=ehci
[2022-09-19 20:25:37] -device
[2022-09-19 20:25:37] usb-tablet,bus=ehci.0
[2022-09-19 20:25:37] -smp
[2022-09-19 20:25:37] 2,maxcpus=2
[2022-09-19 20:25:37] -net
[2022-09-19 20:25:37] none
[2022-09-19 20:25:37] -display
[2022-09-19 20:25:37] qubes-gui,domid=0,log-level=0
[2022-09-19 20:25:37] -machine
[2022-09-19 20:25:37] xenfv
[2022-09-19 20:25:37] -m
[2022-09-19 20:25:37] 496
[2022-09-19 20:25:37] -drive
[2022-09-19 20:25:37]
file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-09-19 20:25:37] -drive
[2022-09-19 20:25:37]
file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-09-19 20:25:37] -drive
[2022-09-19 20:25:37]
file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback'
[2022-09-19 20:25:37] + dm_args='-xen-domid
[2022-09-19 20:25:37] 12
[2022-09-19 20:25:37] -no-shutdown
[2022-09-19 20:25:37] -nodefaults
[2022-09-19 20:25:37] -no-user-config
[2022-09-19 20:25:37] -name
[2022-09-19 20:25:37] openbsd-71
[2022-09-19 20:25:37] -display
[2022-09-19 20:25:37] none
[2022-09-19 20:25:37] -device
[2022-09-19 20:25:37] VGA,vgamem_mb=16
[2022-09-19 20:25:37] -boot
[2022-09-19 20:25:37] order=dc
[2022-09-19 20:25:37] -device
[2022-09-19 20:25:37] usb-ehci,id=ehci
[2022-09-19 20:25:37] -device
[2022-09-19 20:25:37] usb-tablet,bus=ehci.0
[2022-09-19 20:25:37] -smp
[2022-09-19 20:25:37] 2,maxcpus=2
[2022-09-19 20:25:37] -net
[2022-09-19 20:25:37] none
[2022-09-19 20:25:37] -display
[2022-09-19 20:25:37] qubes-gui,domid=0,log-level=0
[2022-09-19 20:25:37] -machine
[2022-09-19 20:25:37] xenfv
[2022-09-19 20:25:37] -m
[2022-09-19 20:25:37] 496
[2022-09-19 20:25:37] -drive
[2022-09-19 20:25:37]
file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-09-19 20:25:37] -drive
[2022-09-19 20:25:37]
file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-09-19 20:25:37] -drive
[2022-09-19 20:25:37]
file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback'
[2022-09-19 20:25:37] + xenstore-read device/console/2
[2022-09-19 20:25:37] + xenstore-read device/console/1
[2022-09-19 20:25:37] + IFS='
[2022-09-19 20:25:37] '
[2022-09-19 20:25:37] + set -f
[2022-09-19 20:25:37] + set +f
[2022-09-19 20:25:37] + unset IFS
[2022-09-19 20:25:37] + qemu_pid=130
[2022-09-19 20:25:37] + '[' '!' -e /tmp/qemu.qmp ]
[2022-09-19 20:25:37] + sleep 0.1
[2022-09-19 20:25:37] + qemu -sandbox
'on,obsolete=deny,elevateprivileges=deny,spawn=deny,resourcecontrol=deny'
-chardev 'pipe,path=/tmp/qmp/qemu,id=m' -mon 'chardev=m,mode=control'
-chardev 'socket,server,nowait,path=/tmp/qemu.qmp,id=m2' -mon
'chardev=m2,mode=control' -xen-domid 12 -no-shutdown -nodefaults
-no-user-config -name openbsd-71 -display none -device 'VGA,vgamem_mb=16'
-boot 'order=dc' -device 'usb-ehci,id=ehci' -device 'usb-tablet,bus=ehci.0'
-smp '2,maxcpus=2' -net none -display 'qubes-gui,domid=0,log-level=0'
-machine xenfv -m 496 -drive
'file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback'
-drive
'file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback'
-drive
'file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback'
-device 'nec-usb-xhci,id=xhci'
[2022-09-19 20:25:37] qemu: -chardev
socket,server,nowait,path=/tmp/qemu.qmp,id=m2: warning: short-form boolean
option 'server' deprecated
[2022-09-19 20:25:37] Please use server=on instead
[2022-09-19 20:25:37] qemu: -chardev
socket,server,nowait,path=/tmp/qemu.qmp,id=m2: warning: short-form boolean
option 'nowait' deprecated
[2022-09-19 20:25:37] Please use wait=off instead
[2022-09-19 20:25:37] + tee /proc/self/fd/2
[2022-09-19 20:25:37] + echo '{"execute": "qmp_capabilities"}'
[2022-09-19 20:25:37] random: qemu: uninitialized urandom read (16 bytes
read)
[2022-09-19 20:25:37] {"execute": "qmp_capabilities"}
[2022-09-19 20:25:37] {"QMP": {"version": {"qemu": {"micro": 0, "minor": 1,
"major": 6}, "package": ""}, "capabilities": ["oob"]}}

[2022-09-19 20:25:37] qubes_gui/init: 573
[2022-09-19 20:25:37] qubes_gui/init: 582
[2022-09-19 20:25:37] qubes_gui/init: 584
[2022-09-19 20:25:37] qubes_gui/init[611]: version sent, waiting for xorg
conf
[2022-09-19 20:25:37] {"return": {}}

[2022-09-19 20:25:37] + '[' '!' -e /tmp/qemu.qmp ]
[2022-09-19 20:25:37] + '[' -e /proc/self/fd/4 ]
[2022-09-19 20:25:37] + '[' -e /proc/self/fd/3 ]
[2022-09-19 20:25:37] + true
[2022-09-19 20:25:37] + printf '==== Press enter for shell ====\n'
[2022-09-19 20:25:37] ==== Press enter for shell ====
[2022-09-19 20:25:37] + read
[2022-09-19 20:25:37] + vchan-socket-proxy 0 device-model/12/qmp-vchan
/tmp/qemu.qmp
[2022-09-19 20:25:37] written 110 bytes to vchan
[2022-09-19 20:25:37] written 34 bytes to vchan
[2022-09-19 20:25:37] [00:06.0] xen_pt_realize: Assigning real physical
device 07:00.0 to devfn 0x30
[2022-09-19 20:25:37] [00:06.0] xen_pt_register_regions: IO region 0
registered (size=0x00000100 base_addr=0x00003000 type: 0x1)
[2022-09-19 20:25:37] [00:06.0] xen_pt_register_regions: IO region 2
registered (size=0x00001000 base_addr=0xb4304000 type: 0x4)
[2022-09-19 20:25:37] [00:06.0] xen_pt_register_regions: IO region 4
registered (size=0x00004000 base_addr=0xb4300000 type: 0x4)
[2022-09-19 20:25:37] [00:06.0] xen_pt_config_reg_init: Offset 0x000e
mismatch! Emulated=0x0080, host=0x0000, syncing to 0x0000.
[2022-09-19 20:25:37] [00:06.0] xen_pt_config_reg_init: Offset 0x0010
mismatch! Emulated=0x0000, host=0x3001, syncing to 0x3001.
[2022-09-19 20:25:37] [00:06.0] xen_pt_config_reg_init: Offset 0x0018
mismatch! Emulated=0x0000, host=0xb4304004, syncing to 0xb4304004.
[2022-09-19 20:25:37] [00:06.0] xen_pt_config_reg_init: Offset 0x0020
mismatch! Emulated=0x0000, host=0xb4300004, syncing to 0xb4300004.
[2022-09-19 20:25:37] [00:06.0] xen_pt_config_reg_init: Offset 0x0042
mismatch! Emulated=0x0000, host=0x07c3, syncing to 0x0603.
[2022-09-19 20:25:37] [00:06.0] xen_pt_config_reg_init: Offset 0x0052
mismatch! Emulated=0x0000, host=0x0080, syncing to 0x0080.
[2022-09-19 20:25:37] [00:06.0] xen_pt_config_reg_init: Offset 0x0074
mismatch! Emulated=0x0000, host=0x5908cc0, syncing to 0x5908cc0.
[2022-09-19 20:25:37] [00:06.0] xen_pt_config_reg_init: Offset 0x007a
mismatch! Emulated=0x0000, host=0x0010, syncing to 0x0010.
[2022-09-19 20:25:37] [00:06.0] xen_pt_config_reg_init: Offset 0x0082
mismatch! Emulated=0x0000, host=0x1011, syncing to 0x1011.
[2022-09-19 20:25:37] [00:06.0] xen_pt_pci_intx: intx=1
[2022-09-19 20:25:37] [00:06.0] xen_pt_realize: Real physical device
07:00.0 registered successfully
[2022-09-19 20:25:37] written 34 bytes to vchan
[2022-09-19 20:25:37] written 2048 bytes to vchan
[2022-09-19 20:25:37] written 979 bytes to vchan
[2022-09-19 20:25:37] written 110 bytes to vchan
[2022-09-19 20:25:37] written 34 bytes to vchan
[2022-09-19 20:25:37] written 34 bytes to vchan
[2022-09-19 20:25:37] qubes_gui/init[622]: got xorg conf, creating window
[2022-09-19 20:25:37] qubes_gui/init: 632
[2022-09-19 20:25:37] configure msg, x/y 640 325 (was 0 0), w/h 640 480
[2022-09-19 20:25:37] configure msg, x/y 640 325 (was 640 325), w/h 640 480
[2022-09-19 20:25:37] random: crng init done
[2022-09-19 20:25:39] qubes_gui: got unknown msg type 145, ignoring
[2022-09-19 20:25:57] [00:06.0] Write-back to unknown field 0x44
(partially) inhibited (0x0000ffff)
[2022-09-19 20:25:57] [00:06.0] If the device doesn't work, try enabling
permissive mode
[2022-09-19 20:25:57] [00:06.0] (unsafe) and if it helps report the problem
to xen-devel
[2022-09-19 20:25:57] [00:06.0] xen_pt_msgctrl_reg_write: setup MSI
(register: 81).
[2022-09-19 20:25:57] [00:06.0] xen_pt_msi_setup: MSI mapped with pirq 151.
[2022-09-19 20:25:57] [00:06.0] msi_msix_update: Updating MSI with pirq 151
gvec 0x72 gflags 0x0 (entry: 0x0)
[2022-09-19 20:27:19] qubes_gui: got unknown msg type 145, ignoring
[2022-09-19 21:48:58] {"timestamp": {"seconds": 1663616939, "microseconds":
194886}, "event": "RESET", "data": {"guest": true, "reason": "guest-reset"}}

[2022-09-19 21:48:58] {"timestamp": {"seconds": 1663616939, "microseconds":
196105}, "event": "RESET", "data": {"guest": true, "reason": "guest-reset"}}

[2022-09-19 21:49:00] pcifront pci-0: Rescanning PCI Frontend Bus 0000:00
[2022-09-20 09:21:32] Logfile Opened
[2022-09-20 09:21:33] Linux version 5.10.105-xen-stubdom
(mockbuild@0c9ad8f2058f40c49bc934dcc2ea73c7) (gcc (GCC) 10.3.1 20210422
(Red Hat 10.3.1-1), GNU ld version 2.34-6.fc32) #1 Fri Apr 22 17:53:39 CEST
2022
[2022-09-20 09:21:33] Command line:
[2022-09-20 09:21:33] x86/fpu: Supporting XSAVE feature 0x001: 'x87
floating point registers'
[2022-09-20 09:21:33] x86/fpu: Supporting XSAVE feature 0x002: 'SSE
registers'
[2022-09-20 09:21:33] x86/fpu: Supporting XSAVE feature 0x004: 'AVX
registers'
[2022-09-20 09:21:33] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[2022-09-20 09:21:33] x86/fpu: Enabled xstate features 0x7, context size is
832 bytes, using 'standard' format.
[2022-09-20 09:21:33] Released 0 page(s)
[2022-09-20 09:21:33] BIOS-provided physical RAM map:
[2022-09-20 09:21:33] Xen: [mem 0x0000000000000000-0x000000000009ffff]
usable
[2022-09-20 09:21:33] Xen: [mem 0x00000000000a0000-0x00000000000fffff]
reserved
[2022-09-20 09:21:33] Xen: [mem 0x0000000000100000-0x0000000008ffffff]
usable
[2022-09-20 09:21:33] NX (Execute Disable) protection: active
[2022-09-20 09:21:33] Hypervisor detected: Xen PV
[2022-09-20 09:21:33] tsc: Fast TSC calibration failed
[2022-09-20 09:21:33] tsc: Detected 2591.998 MHz processor
[2022-09-20 09:21:33] last_pfn = 0x9000 max_arch_pfn = 0x400000000
[2022-09-20 09:21:33] x86/PAT: Configuration [0-7]: WB  WT  UC- UC  WC  WP
 UC  UC
[2022-09-20 09:21:33] RAMDISK: [mem 0x02000000-0x03f7afff]
[2022-09-20 09:21:33] Zone ranges:
[2022-09-20 09:21:33]   DMA32    [mem 0x0000000000001000-0x0000000008ffffff]
[2022-09-20 09:21:33]   Normal   empty
[2022-09-20 09:21:33] Movable zone start for each node
[2022-09-20 09:21:33] Early memory node ranges
[2022-09-20 09:21:33]   node   0: [mem
0x0000000000001000-0x000000000009ffff]
[2022-09-20 09:21:33]   node   0: [mem
0x0000000000100000-0x0000000008ffffff]
[2022-09-20 09:21:33] Initmem setup node 0 [mem
0x0000000000001000-0x0000000008ffffff]
[2022-09-20 09:21:33] On node 0, zone DMA32: 1 pages in unavailable ranges
[2022-09-20 09:21:33] On node 0, zone DMA32: 96 pages in unavailable ranges
[2022-09-20 09:21:33] On node 0, zone DMA32: 28672 pages in unavailable
ranges
[2022-09-20 09:21:33] p2m virtual area at (____ptrval____), size is 200000
[2022-09-20 09:21:33] Remapped 0 page(s)
[2022-09-20 09:21:33] [mem 0x09000000-0xffffffff] available for PCI devices
[2022-09-20 09:21:33] Booting paravirtualized kernel on Xen
[2022-09-20 09:21:33] Xen version: 4.14.5 (preserve-AD)
[2022-09-20 09:21:33] clocksource: refined-jiffies: mask: 0xffffffff
max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[2022-09-20 09:21:33] Built 1 zonelists, mobility grouping on.  Total
pages: 36170
[2022-09-20 09:21:33] Kernel command line: clocksource=tsc
[2022-09-20 09:21:33] Dentry cache hash table entries: 32768 (order: 6,
262144 bytes, linear)
[2022-09-20 09:21:33] Inode-cache hash table entries: 16384 (order: 5,
131072 bytes, linear)
[2022-09-20 09:21:33] mem auto-init: stack:byref_all(zero), heap alloc:off,
heap free:off
[2022-09-20 09:21:33] Memory: 96968K/147068K available (6145K kernel code,
842K rwdata, 428K rodata, 696K init, 476K bss, 49848K reserved, 0K
cma-reserved)
[2022-09-20 09:21:33] random: get_random_u64 called from 0xffffffff810a0f18
with crng_init=0
[2022-09-20 09:21:33] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1,
Nodes=1
[2022-09-20 09:21:33] Using NULL legacy PIC
[2022-09-20 09:21:33] NR_IRQS: 4352, nr_irqs: 24, preallocated irqs: 0
[2022-09-20 09:21:33] xen:events: Using FIFO-based ABI
[2022-09-20 09:21:33] printk: console [hvc0] enabled
[2022-09-20 09:21:33] clocksource: xen: mask: 0xffffffffffffffff
max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[2022-09-20 09:21:33] installing Xen timer for CPU 0
[2022-09-20 09:21:33] clocksource: tsc-early: mask: 0xffffffffffffffff
max_cycles: 0x255cb518234, max_idle_ns: 440795279333 ns
[2022-09-20 09:21:33] Calibrating delay loop (skipped), value calculated
using timer frequency.. 5183.99 BogoMIPS (lpj=10367992)
[2022-09-20 09:21:33] pid_max: default: 4096 minimum: 301
[2022-09-20 09:21:33] Mount-cache hash table entries: 512 (order: 0, 4096
bytes, linear)
[2022-09-20 09:21:33] Mountpoint-cache hash table entries: 512 (order: 0,
4096 bytes, linear)
[2022-09-20 09:21:33] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[2022-09-20 09:21:33] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[2022-09-20 09:21:33] CPU: Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz
(family: 0x6, model: 0x9e, stepping: 0xa)
[2022-09-20 09:21:33] Spectre V1 : Mitigation: usercopy/swapgs barriers and
__user pointer sanitization
[2022-09-20 09:21:33] Spectre V2 : Mitigation: Retpolines
[2022-09-20 09:21:33] Spectre V2 : Spectre v2 / SpectreRSB mitigation:
Filling RSB on context switch
[2022-09-20 09:21:33] Spectre V2 : Enabling Restricted Speculation for
firmware calls
[2022-09-20 09:21:33] Spectre V2 : mitigation: Enabling conditional
Indirect Branch Prediction Barrier
[2022-09-20 09:21:33] Speculative Store Bypass: Mitigation: Speculative
Store Bypass disabled via prctl and seccomp
[2022-09-20 09:21:33] SRBDS: Unknown: Dependent on hypervisor status
[2022-09-20 09:21:33] MDS: Mitigation: Clear CPU buffers
[2022-09-20 09:21:33] Performance Events: unsupported p6 CPU model 158 no
PMU driver, software events only.
[2022-09-20 09:21:33] devtmpfs: initialized
[2022-09-20 09:21:33] clocksource: jiffies: mask: 0xffffffff max_cycles:
0xffffffff, max_idle_ns: 7645041785100000 ns
[2022-09-20 09:21:33] futex hash table entries: 16 (order: -4, 384 bytes,
linear)
[2022-09-20 09:21:33] NET: Registered protocol family 16
[2022-09-20 09:21:33] xen:grant_table: Grant tables using version 1 layout
[2022-09-20 09:21:33] Grant table initialized
[2022-09-20 09:21:33] PCI: setting up Xen PCI frontend stub
[2022-09-20 09:21:33] xen:balloon: Initialising balloon driver
[2022-09-20 09:21:33] usbcore: registered new interface driver usbfs
[2022-09-20 09:21:33] usbcore: registered new interface driver hub
[2022-09-20 09:21:33] usbcore: registered new device driver usb
[2022-09-20 09:21:33] PCI: System does not support PCI
[2022-09-20 09:21:33] clocksource: Switched to clocksource xen
[2022-09-20 09:21:33] NET: Registered protocol family 2
[2022-09-20 09:21:33] IP idents hash table entries: 4096 (order: 3, 32768
bytes, linear)
[2022-09-20 09:21:33] tcp_listen_portaddr_hash hash table entries: 256
(order: 0, 4096 bytes, linear)
[2022-09-20 09:21:33] TCP established hash table entries: 2048 (order: 2,
16384 bytes, linear)
[2022-09-20 09:21:33] TCP bind hash table entries: 2048 (order: 2, 16384
bytes, linear)
[2022-09-20 09:21:33] TCP: Hash tables configured (established 2048 bind
2048)
[2022-09-20 09:21:33] UDP hash table entries: 128 (order: 0, 4096 bytes,
linear)
[2022-09-20 09:21:33] UDP-Lite hash table entries: 128 (order: 0, 4096
bytes, linear)
[2022-09-20 09:21:33] NET: Registered protocol family 1
[2022-09-20 09:21:33] Unpacking initramfs...
[2022-09-20 09:21:33] Freeing initrd memory: 32236K
[2022-09-20 09:21:33] clocksource: tsc: mask: 0xffffffffffffffff
max_cycles: 0x255cb518234, max_idle_ns: 440795279333 ns
[2022-09-20 09:21:33] clocksource: Switched to clocksource tsc
[2022-09-20 09:21:33] workingset: timestamp_bits=62 max_order=15
bucket_order=0
[2022-09-20 09:21:33] xen:xen_evtchn: Event-channel device installed
[2022-09-20 09:21:33] Invalid max_queues (4), will use default max: 1.
[2022-09-20 09:21:33] random: fast init done
[2022-09-20 09:21:33] tun: Universal TUN/TAP device driver, 1.6
[2022-09-20 09:21:33] xen_netfront: Initialising Xen virtual ethernet driver
[2022-09-20 09:21:33] vhci_hcd vhci_hcd.0: USB/IP Virtual Host Controller
[2022-09-20 09:21:33] vhci_hcd vhci_hcd.0: new USB bus registered, assigned
bus number 1
[2022-09-20 09:21:33] vhci_hcd: created sysfs vhci_hcd.0
[2022-09-20 09:21:33] hub 1-0:1.0: USB hub found
[2022-09-20 09:21:33] hub 1-0:1.0: 8 ports detected
[2022-09-20 09:21:33] vhci_hcd vhci_hcd.0: USB/IP Virtual Host Controller
[2022-09-20 09:21:33] vhci_hcd vhci_hcd.0: new USB bus registered, assigned
bus number 2
[2022-09-20 09:21:33] usb usb2: We don't know the algorithms for LPM for
this host, disabling LPM.
[2022-09-20 09:21:33] hub 2-0:1.0: USB hub found
[2022-09-20 09:21:33] hub 2-0:1.0: 8 ports detected
[2022-09-20 09:21:33] NET: Registered protocol family 17
[2022-09-20 09:21:33] sched_clock: Marking stable (439658149,
279138)->(442513139, -2575852)
[2022-09-20 09:21:33] pcifront pci-0: Installing PCI frontend
[2022-09-20 09:21:33] xen:swiotlb_xen: Warning: only able to allocate 4 MB
for software IO TLB
[2022-09-20 09:21:33] software IO TLB: mapped [mem
0x0000000003800000-0x0000000003c00000] (4MB)
[2022-09-20 09:21:33] pcifront pci-0: Creating PCI Frontend Bus 0000:00
[2022-09-20 09:21:33] pcifront pci-0: PCI host bridge to bus 0000:00
[2022-09-20 09:21:33] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[2022-09-20 09:21:33] pci_bus 0000:00: root bus resource [mem
0x00000000-0x7fffffffff]
[2022-09-20 09:21:33] pci_bus 0000:00: root bus resource [bus 00-ff]
[2022-09-20 09:21:33] pci 0000:00:00.0: [10ec:8168] type 00 class 0x020000
[2022-09-20 09:21:33] pci 0000:00:00.0: reg 0x10: [io  0x3000-0x30ff]
[2022-09-20 09:21:33] pci 0000:00:00.0: reg 0x18: [mem
0xb4304000-0xb4304fff 64bit]
[2022-09-20 09:21:33] pci 0000:00:00.0: reg 0x20: [mem
0xb4300000-0xb4303fff 64bit]
[2022-09-20 09:21:33] pci 0000:00:00.0: supports D1 D2
[2022-09-20 09:21:33] pcifront pci-0: claiming resource 0000:00:00.0/0
[2022-09-20 09:21:33] pcifront pci-0: claiming resource 0000:00:00.0/2
[2022-09-20 09:21:33] pcifront pci-0: claiming resource 0000:00:00.0/4
[2022-09-20 09:21:33] blkfront: xvda: flush diskcache: enabled; persistent
grants: enabled; indirect descriptors: enabled;
[2022-09-20 09:21:33]  xvda: xvda4
[2022-09-20 09:21:33] blkfront: xvdb: flush diskcache: enabled; persistent
grants: enabled; indirect descriptors: enabled;
[2022-09-20 09:21:33] blkfront: xvdc: flush diskcache: enabled; persistent
grants: enabled; indirect descriptors: enabled;
[2022-09-20 09:21:33] Freeing unused kernel image (initmem) memory: 696K
[2022-09-20 09:21:33] Write protecting the kernel read-only data: 10240k
[2022-09-20 09:21:33] Freeing unused kernel image (text/rodata gap) memory:
2044K
[2022-09-20 09:21:33] Freeing unused kernel image (rodata/data gap) memory:
1620K
[2022-09-20 09:21:33] Run /init as init process
[2022-09-20 09:21:33] + mount -t devtmpfs none /dev
[2022-09-20 09:21:33] + mount -t sysfs /sys /sys
[2022-09-20 09:21:33] + mount -t proc /proc /proc
[2022-09-20 09:21:33] + mount -t tmpfs -o 'size=1m,nodev,noexec' /tmp /tmp
[2022-09-20 09:21:33] + mount -o remount,ro /
[2022-09-20 09:21:33] + echo 1
[2022-09-20 09:21:33] + printf '%d\n' 1073741824
[2022-09-20 09:21:33] + /bin/xenstore-read target
[2022-09-20 09:21:33] + domid=7
[2022-09-20 09:21:33] + xenstore-read /local/domain/7/vm
[2022-09-20 09:21:33] + vm_path=/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3
[2022-09-20 09:21:33] + sort
[2022-09-20 09:21:33] + xenstore-list -p
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv
[2022-09-20 09:21:33] + xenstore-read
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/001
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/002
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/003
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/004
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/005
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/006
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/007
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/008
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/009
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/010
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/011
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/012
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/013
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/014
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/015
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/016
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/017
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/018
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/019
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/020
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/021
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/022
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/023
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/024
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/025
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/026
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/027
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/028
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/029
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/030
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/031
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/032
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/033
[2022-09-20 09:21:33] + dm_args='-xen-domid
[2022-09-20 09:21:33] 7
[2022-09-20 09:21:33] -no-shutdown
[2022-09-20 09:21:33] -nodefaults
[2022-09-20 09:21:33] -no-user-config
[2022-09-20 09:21:33] -name
[2022-09-20 09:21:33] openbsd-71
[2022-09-20 09:21:33] -display
[2022-09-20 09:21:33] none
[2022-09-20 09:21:33] -device
[2022-09-20 09:21:33] VGA,vgamem_mb=16
[2022-09-20 09:21:33] -boot
[2022-09-20 09:21:33] order=dc
[2022-09-20 09:21:33] -device
[2022-09-20 09:21:33] usb-ehci,id=ehci
[2022-09-20 09:21:33] -device
[2022-09-20 09:21:33] usb-tablet,bus=ehci.0
[2022-09-20 09:21:33] -smp
[2022-09-20 09:21:33] 2,maxcpus=2
[2022-09-20 09:21:33] -net
[2022-09-20 09:21:33] none
[2022-09-20 09:21:33] -display
[2022-09-20 09:21:33] qubes-gui,domid=0,log-level=0
[2022-09-20 09:21:33] -machine
[2022-09-20 09:21:33] xenfv
[2022-09-20 09:21:33] -m
[2022-09-20 09:21:33] 496
[2022-09-20 09:21:33] -drive
[2022-09-20 09:21:33]
file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-09-20 09:21:33] -drive
[2022-09-20 09:21:33]
file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-09-20 09:21:33] -drive
[2022-09-20 09:21:33]
file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback'
[2022-09-20 09:21:33] + usb_args=
[2022-09-20 09:21:33] + test -e /bin/qrexec-agent
[2022-09-20 09:21:33] + usb_args='-device
[2022-09-20 09:21:33] nec-usb-xhci,id=xhci'
[2022-09-20 09:21:33] + mkdir -p /var/run/qubes
[2022-09-20 09:21:33] + touch /dev/mdev.log
[2022-09-20 09:21:33] + mdev -d
[2022-09-20 09:21:33] + USER=root qrexec-agent
[2022-09-20 09:21:33] + sed -n '/^-soundhw/ {n;p}'
[2022-09-20 09:21:33] + echo '-xen-domid
[2022-09-20 09:21:33] 7
[2022-09-20 09:21:33] -no-shutdown
[2022-09-20 09:21:33] -nodefaults
[2022-09-20 09:21:33] -no-user-config
[2022-09-20 09:21:33] -name
[2022-09-20 09:21:33] openbsd-71
[2022-09-20 09:21:33] -display
[2022-09-20 09:21:33] none
[2022-09-20 09:21:33] -device
[2022-09-20 09:21:33] VGA,vgamem_mb=16
[2022-09-20 09:21:33] -boot
[2022-09-20 09:21:33] order=dc
[2022-09-20 09:21:33] -device
[2022-09-20 09:21:33] usb-ehci,id=ehci
[2022-09-20 09:21:33] -device
[2022-09-20 09:21:33] usb-tablet,bus=ehci.0
[2022-09-20 09:21:33] -smp
[2022-09-20 09:21:33] 2,maxcpus=2
[2022-09-20 09:21:33] -net
[2022-09-20 09:21:33] none
[2022-09-20 09:21:33] -display
[2022-09-20 09:21:33] qubes-gui,domid=0,log-level=0
[2022-09-20 09:21:33] -machine
[2022-09-20 09:21:33] xenfv
[2022-09-20 09:21:33] -m
[2022-09-20 09:21:33] 496
[2022-09-20 09:21:33] -drive
[2022-09-20 09:21:33]
file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-09-20 09:21:33] -drive
[2022-09-20 09:21:33]
file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-09-20 09:21:33] -drive
[2022-09-20 09:21:33]
file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback'
[2022-09-20 09:21:33] + audio_model=
[2022-09-20 09:21:33] + '[' -n  ]
[2022-09-20 09:21:33] + sed -n /^-qubes-net:/p
[2022-09-20 09:21:33] + echo '-xen-domid
[2022-09-20 09:21:33] 7
[2022-09-20 09:21:33] -no-shutdown
[2022-09-20 09:21:33] -nodefaults
[2022-09-20 09:21:33] -no-user-config
[2022-09-20 09:21:33] -name
[2022-09-20 09:21:33] openbsd-71
[2022-09-20 09:21:33] -display
[2022-09-20 09:21:33] none
[2022-09-20 09:21:33] -device
[2022-09-20 09:21:33] VGA,vgamem_mb=16
[2022-09-20 09:21:33] -boot
[2022-09-20 09:21:33] order=dc
[2022-09-20 09:21:33] -device
[2022-09-20 09:21:33] usb-ehci,id=ehci
[2022-09-20 09:21:33] -device
[2022-09-20 09:21:33] usb-tablet,bus=ehci.0
[2022-09-20 09:21:33] -smp
[2022-09-20 09:21:33] 2,maxcpus=2
[2022-09-20 09:21:33] -net
[2022-09-20 09:21:33] none
[2022-09-20 09:21:33] -display
[2022-09-20 09:21:33] qubes-gui,domid=0,log-level=0
[2022-09-20 09:21:33] -machine
[2022-09-20 09:21:33] xenfv
[2022-09-20 09:21:33] -m
[2022-09-20 09:21:33] 496
[2022-09-20 09:21:33] -drive
[2022-09-20 09:21:33]
file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-09-20 09:21:33] -drive
[2022-09-20 09:21:33]
file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-09-20 09:21:33] -drive
[2022-09-20 09:21:33]
file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback'
[2022-09-20 09:21:33] + net_args=
[2022-09-20 09:21:33] + sed /^-qubes-net:/d
[2022-09-20 09:21:33] + echo '-xen-domid
[2022-09-20 09:21:33] 7
[2022-09-20 09:21:33] -no-shutdown
[2022-09-20 09:21:33] -nodefaults
[2022-09-20 09:21:33] -no-user-config
[2022-09-20 09:21:33] -name
[2022-09-20 09:21:33] openbsd-71
[2022-09-20 09:21:33] -display
[2022-09-20 09:21:33] none
[2022-09-20 09:21:33] -device
[2022-09-20 09:21:33] VGA,vgamem_mb=16
[2022-09-20 09:21:33] -boot
[2022-09-20 09:21:33] order=dc
[2022-09-20 09:21:33] -device
[2022-09-20 09:21:33] usb-ehci,id=ehci
[2022-09-20 09:21:33] -device
[2022-09-20 09:21:33] usb-tablet,bus=ehci.0
[2022-09-20 09:21:33] -smp
[2022-09-20 09:21:33] 2,maxcpus=2
[2022-09-20 09:21:33] -net
[2022-09-20 09:21:33] none
[2022-09-20 09:21:33] -display
[2022-09-20 09:21:33] qubes-gui,domid=0,log-level=0
[2022-09-20 09:21:33] -machine
[2022-09-20 09:21:33] xenfv
[2022-09-20 09:21:33] -m
[2022-09-20 09:21:33] 496
[2022-09-20 09:21:33] -drive
[2022-09-20 09:21:33]
file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-09-20 09:21:33] -drive
[2022-09-20 09:21:33]
file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-09-20 09:21:33] -drive
[2022-09-20 09:21:33]
file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback'
[2022-09-20 09:21:33] + dm_args='-xen-domid
[2022-09-20 09:21:33] 7
[2022-09-20 09:21:33] -no-shutdown
[2022-09-20 09:21:33] -nodefaults
[2022-09-20 09:21:33] -no-user-config
[2022-09-20 09:21:33] -name
[2022-09-20 09:21:33] openbsd-71
[2022-09-20 09:21:33] -display
[2022-09-20 09:21:33] none
[2022-09-20 09:21:33] -device
[2022-09-20 09:21:33] VGA,vgamem_mb=16
[2022-09-20 09:21:33] -boot
[2022-09-20 09:21:33] order=dc
[2022-09-20 09:21:33] -device
[2022-09-20 09:21:33] usb-ehci,id=ehci
[2022-09-20 09:21:33] -device
[2022-09-20 09:21:33] usb-tablet,bus=ehci.0
[2022-09-20 09:21:33] -smp
[2022-09-20 09:21:33] 2,maxcpus=2
[2022-09-20 09:21:33] -net
[2022-09-20 09:21:33] none
[2022-09-20 09:21:33] -display
[2022-09-20 09:21:33] qubes-gui,domid=0,log-level=0
[2022-09-20 09:21:33] -machine
[2022-09-20 09:21:33] xenfv
[2022-09-20 09:21:33] -m
[2022-09-20 09:21:33] 496
[2022-09-20 09:21:33] -drive
[2022-09-20 09:21:33]
file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-09-20 09:21:33] -drive
[2022-09-20 09:21:33]
file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-09-20 09:21:33] -drive
[2022-09-20 09:21:33]
file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback'
[2022-09-20 09:21:33] + test -e /sys/class/net/eth0
[2022-09-20 09:21:33] + echo 'No network interface named eth0.'
[2022-09-20 09:21:33] No network interface named eth0.
[2022-09-20 09:21:33] + ls -l /sys/class/net/
[2022-09-20 09:21:33] total 0
[2022-09-20 09:21:33] lrwxrwxrwx    1 root     0                0 Sep 20
07:21 .[1;36mlo.[m -> .[1;34m../../devices/virtual/net/lo.[m
[2022-09-20 09:21:33] + xenstore-read target
[2022-09-20 09:21:33] + target=7
[2022-09-20 09:21:33] + device_model=device-model/7
[2022-09-20 09:21:33] + mkdir /tmp/qmp
[2022-09-20 09:21:33] + kernel=
[2022-09-20 09:21:33] + grep -q ^-append
[2022-09-20 09:21:33] + echo '-xen-domid
[2022-09-20 09:21:33] 7
[2022-09-20 09:21:33] -no-shutdown
[2022-09-20 09:21:33] -nodefaults
[2022-09-20 09:21:33] -no-user-config
[2022-09-20 09:21:33] -name
[2022-09-20 09:21:33] openbsd-71
[2022-09-20 09:21:33] -display
[2022-09-20 09:21:33] none
[2022-09-20 09:21:33] -device
[2022-09-20 09:21:33] VGA,vgamem_mb=16
[2022-09-20 09:21:33] -boot
[2022-09-20 09:21:33] order=dc
[2022-09-20 09:21:33] -device
[2022-09-20 09:21:33] usb-ehci,id=ehci
[2022-09-20 09:21:33] -device
[2022-09-20 09:21:33] usb-tablet,bus=ehci.0
[2022-09-20 09:21:33] -smp
[2022-09-20 09:21:33] 2,maxcpus=2
[2022-09-20 09:21:33] -net
[2022-09-20 09:21:33] none
[2022-09-20 09:21:33] -display
[2022-09-20 09:21:33] qubes-gui,domid=0,log-level=0
[2022-09-20 09:21:33] -machine
[2022-09-20 09:21:33] xenfv
[2022-09-20 09:21:33] -m
[2022-09-20 09:21:33] 496
[2022-09-20 09:21:33] -drive
[2022-09-20 09:21:33]
file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-09-20 09:21:33] -drive
[2022-09-20 09:21:33]
file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-09-20 09:21:33] -drive
[2022-09-20 09:21:33]
file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback'
[2022-09-20 09:21:33] + mkfifo /tmp/qmp/qemu.in /tmp/qmp/qemu.out
[2022-09-20 09:21:33] + set +x
[2022-09-20 09:21:33] Clearing kmsg buffer...
[2022-09-20 09:21:33] + set +x
[2022-09-20 09:21:33] + set+ sed 's/\$STUBDOM_RESTORE_INCOMING_ARG/fd:3/'
[2022-09-20 09:21:33]  +x
[2022-09-20 09:21:33] + echo '-xen-domid
[2022-09-20 09:21:33] 7
[2022-09-20 09:21:33] -no-shutdown
[2022-09-20 09:21:33] -nodefaults
[2022-09-20 09:21:33] -no-user-config
[2022-09-20 09:21:33] -name
[2022-09-20 09:21:33] openbsd-71
[2022-09-20 09:21:33] -display
[2022-09-20 09:21:33] none
[2022-09-20 09:21:33] -device
[2022-09-20 09:21:33] VGA,vgamem_mb=16
[2022-09-20 09:21:33] -boot
[2022-09-20 09:21:33] order=dc
[2022-09-20 09:21:33] -device
[2022-09-20 09:21:33] usb-ehci,id=ehci
[2022-09-20 09:21:33] -device
[2022-09-20 09:21:33] usb-tablet,bus=ehci.0
[2022-09-20 09:21:33] -smp
[2022-09-20 09:21:33] 2,maxcpus=2
[2022-09-20 09:21:33] -net
[2022-09-20 09:21:33] none
[2022-09-20 09:21:33] -display
[2022-09-20 09:21:33] qubes-gui,domid=0,log-level=0
[2022-09-20 09:21:33] -machine
[2022-09-20 09:21:33] xenfv
[2022-09-20 09:21:33] -m
[2022-09-20 09:21:33] 496
[2022-09-20 09:21:33] -drive
[2022-09-20 09:21:33]
file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-09-20 09:21:33] -drive
[2022-09-20 09:21:33]
file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-09-20 09:21:33] -drive
[2022-09-20 09:21:33]
file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback'
[2022-09-20 09:21:33] + dm_args='-xen-domid
[2022-09-20 09:21:33] 7
[2022-09-20 09:21:33] -no-shutdown
[2022-09-20 09:21:33] -nodefaults
[2022-09-20 09:21:33] -no-user-config
[2022-09-20 09:21:33] -name
[2022-09-20 09:21:33] openbsd-71
[2022-09-20 09:21:33] -display
[2022-09-20 09:21:33] none
[2022-09-20 09:21:33] -device
[2022-09-20 09:21:33] VGA,vgamem_mb=16
[2022-09-20 09:21:33] -boot
[2022-09-20 09:21:33] order=dc
[2022-09-20 09:21:33] -device
[2022-09-20 09:21:33] usb-ehci,id=ehci
[2022-09-20 09:21:33] -device
[2022-09-20 09:21:33] usb-tablet,bus=ehci.0
[2022-09-20 09:21:33] -smp
[2022-09-20 09:21:33] 2,maxcpus=2
[2022-09-20 09:21:33] -net
[2022-09-20 09:21:33] none
[2022-09-20 09:21:33] -display
[2022-09-20 09:21:33] qubes-gui,domid=0,log-level=0
[2022-09-20 09:21:33] -machine
[2022-09-20 09:21:33] xenfv
[2022-09-20 09:21:33] -m
[2022-09-20 09:21:33] 496
[2022-09-20 09:21:33] -drive
[2022-09-20 09:21:33]
file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-09-20 09:21:33] -drive
[2022-09-20 09:21:33]
file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-09-20 09:21:33] -drive
[2022-09-20 09:21:33]
file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback'
[2022-09-20 09:21:33] + xenstore-read device/console/2
[2022-09-20 09:21:33] + xenstore-read device/console/1
[2022-09-20 09:21:33] + IFS='
[2022-09-20 09:21:33] '
[2022-09-20 09:21:33] + set -f
[2022-09-20 09:21:33] + set +f
[2022-09-20 09:21:33] + unset IFS
[2022-09-20 09:21:33] + qemu_pid=72
[2022-09-20 09:21:33] + '[' '!' -e /tmp/qemu.qmp ]
[2022-09-20 09:21:33] + sleep 0.1
[2022-09-20 09:21:33] + qemu -sandbox+ '[' '!' -e /tmp/qemu.qmp ]
[2022-09-20 09:21:33] + sleep 0.1
[2022-09-20 09:21:34]
 'on,obsolete=deny,elevateprivileges=deny,spawn=deny,resourcecontrol=deny'
-chardev 'pipe,path=/tmp/qmp/qemu,id=m' -mon 'chardev=m,mode=control'
-chardev 'socket,server,nowait,path=/tmp/qemu.qmp,id=m2' -mon
'chardev=m2,mode=control' -xen-domid 7 -no-shutdown -nodefaults
-no-user-config -name openbsd-71 -display none -device 'VGA,vgamem_mb=16'
-boot 'order=dc' -device 'usb-ehci,id=ehci' -device 'usb-tablet,bus=ehci.0'
-smp '2,maxcpus=2' -net none -display 'qubes-gui,domid=0,log-level=0'
-machine xenfv -m 496 -drive
'file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback'
-drive
'file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback'
-drive
'file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback'
-device 'nec-usb-xhci,id=xhci'
[2022-09-20 09:21:34] + '[' '!' -e /tmp/qemu.qmp ]
[2022-09-20 09:21:34] + sleep 0.1
[2022-09-20 09:21:34] qemu: -chardev
socket,server,nowait,path=/tmp/qemu.qmp,id=m2: warning: short-form boolean
option 'server' deprecated
[2022-09-20 09:21:34] Please use server=on instead
[2022-09-20 09:21:34] qemu: -chardev
socket,server,nowait,path=/tmp/qemu.qmp,id=m2: warning: short-form boolean
option 'nowait' deprecated
[2022-09-20 09:21:34] Please use wait=off instead
[2022-09-20 09:21:34] + tee /proc/self/fd/2
[2022-09-20 09:21:34] + echo '{"execute": "qmp_capabilities"}'
[2022-09-20 09:21:34] {"execute": "qmp_capabilities"}
[2022-09-20 09:21:34] random: qemu: uninitialized urandom read (16 bytes
read)
[2022-09-20 09:21:34] {"QMP": {"version": {"qemu": {"micro": 0, "minor": 1,
"major": 6}, "package": ""}, "capabilities": ["oob"]}}

[2022-09-20 09:21:34] qubes_gui/init: 573
[2022-09-20 09:21:34] qubes_gui/init: 582
[2022-09-20 09:21:34] qubes_gui/init: 584
[2022-09-20 09:21:34] + '[' '!' -e /tmp/qemu.qmp ]
[2022-09-20 09:21:34] + '[' -e /proc/self/fd/4 ]
[2022-09-20 09:21:34] + '[' -e /proc/self/fd/3 ]
[2022-09-20 09:21:34] + true
[2022-09-20 09:21:34] + printf '==== Press enter for shell ====\n'
[2022-09-20 09:21:34] ==== Press enter for shell ====
[2022-09-20 09:21:34] + read
[2022-09-20 09:21:34] + vchan-socket-proxy 0 device-model/7/qmp-vchan
/tmp/qemu.qmp
[2022-09-20 09:21:34] qubes_gui/init[611]: version sent, waiting for xorg
conf
[2022-09-20 09:21:34] {"return": {}}

[2022-09-20 09:21:34] written 110 bytes to vchan
[2022-09-20 09:21:34] written 34 bytes to vchan
[2022-09-20 09:21:34] [00:06.0] xen_pt_realize: Assigning real physical
device 07:00.0 to devfn 0x30
[2022-09-20 09:21:34] [00:06.0] xen_pt_register_regions: IO region 0
registered (size=0x00000100 base_addr=0x00003000 type: 0x1)
[2022-09-20 09:21:34] [00:06.0] xen_pt_register_regions: IO region 2
registered (size=0x00001000 base_addr=0xb4304000 type: 0x4)
[2022-09-20 09:21:34] [00:06.0] xen_pt_register_regions: IO region 4
registered (size=0x00004000 base_addr=0xb4300000 type: 0x4)
[2022-09-20 09:21:34] [00:06.0] xen_pt_config_reg_init: Offset 0x000e
mismatch! Emulated=0x0080, host=0x0000, syncing to 0x0000.
[2022-09-20 09:21:34] [00:06.0] xen_pt_config_reg_init: Offset 0x0010
mismatch! Emulated=0x0000, host=0x3001, syncing to 0x3001.
[2022-09-20 09:21:34] [00:06.0] xen_pt_config_reg_init: Offset 0x0018
mismatch! Emulated=0x0000, host=0xb4304004, syncing to 0xb4304004.
[2022-09-20 09:21:34] [00:06.0] xen_pt_config_reg_init: Offset 0x0020
mismatch! Emulated=0x0000, host=0xb4300004, syncing to 0xb4300004.
[2022-09-20 09:21:34] [00:06.0] xen_pt_config_reg_init: Offset 0x0042
mismatch! Emulated=0x0000, host=0x07c3, syncing to 0x0603.
[2022-09-20 09:21:34] [00:06.0] xen_pt_config_reg_init: Offset 0x0052
mismatch! Emulated=0x0000, host=0x0080, syncing to 0x0080.
[2022-09-20 09:21:34] [00:06.0] xen_pt_config_reg_init: Offset 0x0074
mismatch! Emulated=0x0000, host=0x5908cc0, syncing to 0x5908cc0.
[2022-09-20 09:21:34] [00:06.0] xen_pt_config_reg_init: Offset 0x007a
mismatch! Emulated=0x0000, host=0x0010, syncing to 0x0010.
[2022-09-20 09:21:34] [00:06.0] xen_pt_config_reg_init: Offset 0x0082
mismatch! Emulated=0x0000, host=0x1011, syncing to 0x1011.
[2022-09-20 09:21:34] [00:06.0] xen_pt_pci_intx: intx=1
[2022-09-20 09:21:34] [00:06.0] xen_pt_realize: Real physical device
07:00.0 registered successfully
[2022-09-20 09:21:34] written 34 bytes to vchan
[2022-09-20 09:21:34] written 2048 bytes to vchan
[2022-09-20 09:21:34] written 979 bytes to vchan
[2022-09-20 09:21:34] written 110 bytes to vchan
[2022-09-20 09:21:34] written 34 bytes to vchan
[2022-09-20 09:21:34] written 34 bytes to vchan
[2022-09-20 09:21:34] qubes_gui/init[622]: got xorg conf, creating window
[2022-09-20 09:21:34] qubes_gui/init: 632
[2022-09-20 09:21:34] configure msg, x/y 640 325 (was 0 0), w/h 640 480
[2022-09-20 09:21:34] configure msg, x/y 640 325 (was 640 325), w/h 640 480
[2022-09-20 09:21:35] random: crng init done
[2022-09-20 09:21:58] [00:06.0] Write-back to unknown field 0x44
(partially) inhibited (0x0000ffff)
[2022-09-20 09:21:58] [00:06.0] If the device doesn't work, try enabling
permissive mode
[2022-09-20 09:21:58] [00:06.0] (unsafe) and if it helps report the problem
to xen-devel
[2022-09-20 09:21:58] [00:06.0] xen_pt_msgctrl_reg_write: setup MSI
(register: 81).
[2022-09-20 09:21:58] [00:06.0] xen_pt_msi_setup: MSI mapped with pirq 151.
[2022-09-20 09:21:58] [00:06.0] msi_msix_update: Updating MSI with pirq 151
gvec 0x72 gflags 0x0 (entry: 0x0)
[2022-09-20 09:31:19] qubes_gui: got unknown msg type 145, ignoring
[2022-09-20 09:33:54] qubes_gui: got unknown msg type 145, ignoring
[2022-09-20 09:42:36] {"timestamp": {"seconds": 1663659756, "microseconds":
783476}, "event": "RESET", "data": {"guest": true, "reason": "guest-reset"}}

[2022-09-20 09:42:36] {"timestamp": {"seconds": 1663659756, "microseconds":
784673}, "event": "RESET", "data": {"guest": true, "reason": "guest-reset"}}

[2022-09-20 09:42:38] pcifront pci-0: Rescanning PCI Frontend Bus 0000:00
[2022-09-20 10:08:20] Logfile Opened
[2022-09-20 10:08:20] Linux version 5.10.105-xen-stubdom
(mockbuild@0c9ad8f2058f40c49bc934dcc2ea73c7) (gcc (GCC) 10.3.1 20210422
(Red Hat 10.3.1-1), GNU ld version 2.34-6.fc32) #1 Fri Apr 22 17:53:39 CEST
2022
[2022-09-20 10:08:20] Command line:
[2022-09-20 10:08:20] x86/fpu: Supporting XSAVE feature 0x001: 'x87
floating point registers'
[2022-09-20 10:08:20] x86/fpu: Supporting XSAVE feature 0x002: 'SSE
registers'
[2022-09-20 10:08:20] x86/fpu: Supporting XSAVE feature 0x004: 'AVX
registers'
[2022-09-20 10:08:20] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[2022-09-20 10:08:20] x86/fpu: Enabled xstate features 0x7, context size is
832 bytes, using 'standard' format.
[2022-09-20 10:08:20] Released 0 page(s)
[2022-09-20 10:08:20] BIOS-provided physical RAM map:
[2022-09-20 10:08:20] Xen: [mem 0x0000000000000000-0x000000000009ffff]
usable
[2022-09-20 10:08:20] Xen: [mem 0x00000000000a0000-0x00000000000fffff]
reserved
[2022-09-20 10:08:20] Xen: [mem 0x0000000000100000-0x0000000008ffffff]
usable
[2022-09-20 10:08:20] NX (Execute Disable) protection: active
[2022-09-20 10:08:20] Hypervisor detected: Xen PV
[2022-09-20 10:08:20] tsc: Fast TSC calibration failed
[2022-09-20 10:08:20] tsc: Detected 2591.998 MHz processor
[2022-09-20 10:08:20] last_pfn = 0x9000 max_arch_pfn = 0x400000000
[2022-09-20 10:08:20] x86/PAT: Configuration [0-7]: WB  WT  UC- UC  WC  WP
 UC  UC
[2022-09-20 10:08:20] RAMDISK: [mem 0x02000000-0x03f7afff]
[2022-09-20 10:08:20] Zone ranges:
[2022-09-20 10:08:20]   DMA32    [mem 0x0000000000001000-0x0000000008ffffff]
[2022-09-20 10:08:20]   Normal   empty
[2022-09-20 10:08:20] Movable zone start for each node
[2022-09-20 10:08:20] Early memory node ranges
[2022-09-20 10:08:20]   node   0: [mem
0x0000000000001000-0x000000000009ffff]
[2022-09-20 10:08:20]   node   0: [mem
0x0000000000100000-0x0000000008ffffff]
[2022-09-20 10:08:20] Initmem setup node 0 [mem
0x0000000000001000-0x0000000008ffffff]
[2022-09-20 10:08:20] On node 0, zone DMA32: 1 pages in unavailable ranges
[2022-09-20 10:08:20] On node 0, zone DMA32: 96 pages in unavailable ranges
[2022-09-20 10:08:20] On node 0, zone DMA32: 28672 pages in unavailable
ranges
[2022-09-20 10:08:20] p2m virtual area at (____ptrval____), size is 200000
[2022-09-20 10:08:20] Remapped 0 page(s)
[2022-09-20 10:08:20] [mem 0x09000000-0xffffffff] available for PCI devices
[2022-09-20 10:08:20] Booting paravirtualized kernel on Xen
[2022-09-20 10:08:20] Xen version: 4.14.5 (preserve-AD)
[2022-09-20 10:08:20] clocksource: refined-jiffies: mask: 0xffffffff
max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[2022-09-20 10:08:20] Built 1 zonelists, mobility grouping on.  Total
pages: 36170
[2022-09-20 10:08:20] Kernel command line: clocksource=tsc
[2022-09-20 10:08:20] Dentry cache hash table entries: 32768 (order: 6,
262144 bytes, linear)
[2022-09-20 10:08:20] Inode-cache hash table entries: 16384 (order: 5,
131072 bytes, linear)
[2022-09-20 10:08:20] mem auto-init: stack:byref_all(zero), heap alloc:off,
heap free:off
[2022-09-20 10:08:20] Memory: 96968K/147068K available (6145K kernel code,
842K rwdata, 428K rodata, 696K init, 476K bss, 49848K reserved, 0K
cma-reserved)
[2022-09-20 10:08:20] random: get_random_u64 called from 0xffffffff810a0f18
with crng_init=0
[2022-09-20 10:08:20] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1,
Nodes=1
[2022-09-20 10:08:20] Using NULL legacy PIC
[2022-09-20 10:08:20] NR_IRQS: 4352, nr_irqs: 24, preallocated irqs: 0
[2022-09-20 10:08:20] xen:events: Using FIFO-based ABI
[2022-09-20 10:08:20] printk: console [hvc0] enabled
[2022-09-20 10:08:20] clocksource: xen: mask: 0xffffffffffffffff
max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[2022-09-20 10:08:20] installing Xen timer for CPU 0
[2022-09-20 10:08:20] clocksource: tsc-early: mask: 0xffffffffffffffff
max_cycles: 0x255cb518234, max_idle_ns: 440795279333 ns
[2022-09-20 10:08:20] Calibrating delay loop (skipped), value calculated
using timer frequency.. 5183.99 BogoMIPS (lpj=10367992)
[2022-09-20 10:08:20] pid_max: default: 4096 minimum: 301
[2022-09-20 10:08:20] Mount-cache hash table entries: 512 (order: 0, 4096
bytes, linear)
[2022-09-20 10:08:20] Mountpoint-cache hash table entries: 512 (order: 0,
4096 bytes, linear)
[2022-09-20 10:08:20] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[2022-09-20 10:08:20] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[2022-09-20 10:08:20] CPU: Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz
(family: 0x6, model: 0x9e, stepping: 0xa)
[2022-09-20 10:08:20] Spectre V1 : Mitigation: usercopy/swapgs barriers and
__user pointer sanitization
[2022-09-20 10:08:20] Spectre V2 : Mitigation: Retpolines
[2022-09-20 10:08:20] Spectre V2 : Spectre v2 / SpectreRSB mitigation:
Filling RSB on context switch
[2022-09-20 10:08:20] Spectre V2 : Enabling Restricted Speculation for
firmware calls
[2022-09-20 10:08:20] Spectre V2 : mitigation: Enabling conditional
Indirect Branch Prediction Barrier
[2022-09-20 10:08:20] Speculative Store Bypass: Mitigation: Speculative
Store Bypass disabled via prctl and seccomp
[2022-09-20 10:08:20] SRBDS: Unknown: Dependent on hypervisor status
[2022-09-20 10:08:20] MDS: Mitigation: Clear CPU buffers
[2022-09-20 10:08:20] Performance Events: unsupported p6 CPU model 158 no
PMU driver, software events only.
[2022-09-20 10:08:20] devtmpfs: initialized
[2022-09-20 10:08:20] clocksource: jiffies: mask: 0xffffffff max_cycles:
0xffffffff, max_idle_ns: 7645041785100000 ns
[2022-09-20 10:08:20] futex hash table entries: 16 (order: -4, 384 bytes,
linear)
[2022-09-20 10:08:20] NET: Registered protocol family 16
[2022-09-20 10:08:20] xen:grant_table: Grant tables using version 1 layout
[2022-09-20 10:08:20] Grant table initialized
[2022-09-20 10:08:20] PCI: setting up Xen PCI frontend stub
[2022-09-20 10:08:20] xen:balloon: Initialising balloon driver
[2022-09-20 10:08:20] usbcore: registered new interface driver usbfs
[2022-09-20 10:08:20] usbcore: registered new interface driver hub
[2022-09-20 10:08:20] usbcore: registered new device driver usb
[2022-09-20 10:08:20] PCI: System does not support PCI
[2022-09-20 10:08:20] clocksource: Switched to clocksource xen
[2022-09-20 10:08:20] NET: Registered protocol family 2
[2022-09-20 10:08:20] IP idents hash table entries: 4096 (order: 3, 32768
bytes, linear)
[2022-09-20 10:08:20] tcp_listen_portaddr_hash hash table entries: 256
(order: 0, 4096 bytes, linear)
[2022-09-20 10:08:20] TCP established hash table entries: 2048 (order: 2,
16384 bytes, linear)
[2022-09-20 10:08:20] TCP bind hash table entries: 2048 (order: 2, 16384
bytes, linear)
[2022-09-20 10:08:20] TCP: Hash tables configured (established 2048 bind
2048)
[2022-09-20 10:08:20] UDP hash table entries: 128 (order: 0, 4096 bytes,
linear)
[2022-09-20 10:08:20] UDP-Lite hash table entries: 128 (order: 0, 4096
bytes, linear)
[2022-09-20 10:08:20] NET: Registered protocol family 1
[2022-09-20 10:08:20] Unpacking initramfs...
[2022-09-20 10:08:20] Freeing initrd memory: 32236K
[2022-09-20 10:08:20] clocksource: tsc: mask: 0xffffffffffffffff
max_cycles: 0x255cb518234, max_idle_ns: 440795279333 ns
[2022-09-20 10:08:20] clocksource: Switched to clocksource tsc
[2022-09-20 10:08:20] workingset: timestamp_bits=62 max_order=15
bucket_order=0
[2022-09-20 10:08:20] xen:xen_evtchn: Event-channel device installed
[2022-09-20 10:08:20] Invalid max_queues (4), will use default max: 1.
[2022-09-20 10:08:21] random: fast init done
[2022-09-20 10:08:21] tun: Universal TUN/TAP device driver, 1.6
[2022-09-20 10:08:21] xen_netfront: Initialising Xen virtual ethernet driver
[2022-09-20 10:08:21] vhci_hcd vhci_hcd.0: USB/IP Virtual Host Controller
[2022-09-20 10:08:21] vhci_hcd vhci_hcd.0: new USB bus registered, assigned
bus number 1
[2022-09-20 10:08:21] vhci_hcd: created sysfs vhci_hcd.0
[2022-09-20 10:08:21] hub 1-0:1.0: USB hub found
[2022-09-20 10:08:21] hub 1-0:1.0: 8 ports detected
[2022-09-20 10:08:21] vhci_hcd vhci_hcd.0: USB/IP Virtual Host Controller
[2022-09-20 10:08:21] vhci_hcd vhci_hcd.0: new USB bus registered, assigned
bus number 2
[2022-09-20 10:08:21] usb usb2: We don't know the algorithms for LPM for
this host, disabling LPM.
[2022-09-20 10:08:21] hub 2-0:1.0: USB hub found
[2022-09-20 10:08:21] hub 2-0:1.0: 8 ports detected
[2022-09-20 10:08:21] NET: Registered protocol family 17
[2022-09-20 10:08:21] sched_clock: Marking stable (312462849,
188928)->(314330248, -1678471)
[2022-09-20 10:08:21] pcifront pci-0: Installing PCI frontend
[2022-09-20 10:08:21] xen:swiotlb_xen: Warning: only able to allocate 4 MB
for software IO TLB
[2022-09-20 10:08:21] software IO TLB: mapped [mem
0x0000000003800000-0x0000000003c00000] (4MB)
[2022-09-20 10:08:21] pcifront pci-0: Creating PCI Frontend Bus 0000:00
[2022-09-20 10:08:21] pcifront pci-0: PCI host bridge to bus 0000:00
[2022-09-20 10:08:21] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[2022-09-20 10:08:21] pci_bus 0000:00: root bus resource [mem
0x00000000-0x7fffffffff]
[2022-09-20 10:08:21] pci_bus 0000:00: root bus resource [bus 00-ff]
[2022-09-20 10:08:21] pci 0000:00:00.0: [10ec:8168] type 00 class 0x020000
[2022-09-20 10:08:21] pci 0000:00:00.0: reg 0x10: [io  0x3000-0x30ff]
[2022-09-20 10:08:21] pci 0000:00:00.0: reg 0x18: [mem
0xb4304000-0xb4304fff 64bit]
[2022-09-20 10:08:21] pci 0000:00:00.0: reg 0x20: [mem
0xb4300000-0xb4303fff 64bit]
[2022-09-20 10:08:21] pci 0000:00:00.0: supports D1 D2
[2022-09-20 10:08:21] pcifront pci-0: claiming resource 0000:00:00.0/0
[2022-09-20 10:08:21] pcifront pci-0: claiming resource 0000:00:00.0/2
[2022-09-20 10:08:21] pcifront pci-0: claiming resource 0000:00:00.0/4
[2022-09-20 10:08:21] blkfront: xvda: flush diskcache: enabled; persistent
grants: enabled; indirect descriptors: enabled;
[2022-09-20 10:08:21]  xvda: xvda4
[2022-09-20 10:08:21] blkfront: xvdb: flush diskcache: enabled; persistent
grants: enabled; indirect descriptors: enabled;
[2022-09-20 10:08:21] blkfront: xvdc: flush diskcache: enabled; persistent
grants: enabled; indirect descriptors: enabled;
[2022-09-20 10:08:21] Freeing unused kernel image (initmem) memory: 696K
[2022-09-20 10:08:21] Write protecting the kernel read-only data: 10240k
[2022-09-20 10:08:21] Freeing unused kernel image (text/rodata gap) memory:
2044K
[2022-09-20 10:08:21] Freeing unused kernel image (rodata/data gap) memory:
1620K
[2022-09-20 10:08:21] Run /init as init process
[2022-09-20 10:08:21] + mount -t devtmpfs none /dev
[2022-09-20 10:08:21] + mount -t sysfs /sys /sys
[2022-09-20 10:08:21] + mount -t proc /proc /proc
[2022-09-20 10:08:21] + mount -t tmpfs -o 'size=1m,nodev,noexec' /tmp /tmp
[2022-09-20 10:08:21] + mount -o remount,ro /
[2022-09-20 10:08:21] + echo 1
[2022-09-20 10:08:21] + printf '%d\n' 1073741824
[2022-09-20 10:08:21] + /bin/xenstore-read target
[2022-09-20 10:08:21] + domid=19
[2022-09-20 10:08:21] + xenstore-read /local/domain/19/vm
[2022-09-20 10:08:21] + vm_path=/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3
[2022-09-20 10:08:21] + sort
[2022-09-20 10:08:21] + xenstore-list -p
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv
[2022-09-20 10:08:21] + xenstore-read
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/001
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/002
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/003
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/004
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/005
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/006
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/007
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/008
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/009
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/010
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/011
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/012
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/013
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/014
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/015
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/016
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/017
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/018
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/019
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/020
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/021
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/022
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/023
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/024
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/025
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/026
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/027
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/028
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/029
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/030
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/031
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/032
/vm/53ce9bfa-8c06-4587-9b52-dcccd76169b3/image/dm-argv/033
[2022-09-20 10:08:21] + dm_args='-xen-domid
[2022-09-20 10:08:21] 19
[2022-09-20 10:08:21] -no-shutdown
[2022-09-20 10:08:21] -nodefaults
[2022-09-20 10:08:21] -no-user-config
[2022-09-20 10:08:21] -name
[2022-09-20 10:08:21] openbsd-71
[2022-09-20 10:08:21] -display
[2022-09-20 10:08:21] none
[2022-09-20 10:08:21] -device
[2022-09-20 10:08:21] VGA,vgamem_mb=16
[2022-09-20 10:08:21] -boot
[2022-09-20 10:08:21] order=dc
[2022-09-20 10:08:21] -device
[2022-09-20 10:08:21] usb-ehci,id=ehci
[2022-09-20 10:08:21] -device
[2022-09-20 10:08:21] usb-tablet,bus=ehci.0
[2022-09-20 10:08:21] -smp
[2022-09-20 10:08:21] 2,maxcpus=2
[2022-09-20 10:08:21] -net
[2022-09-20 10:08:21] none
[2022-09-20 10:08:21] -display
[2022-09-20 10:08:21] qubes-gui,domid=0,log-level=0
[2022-09-20 10:08:21] -machine
[2022-09-20 10:08:21] xenfv
[2022-09-20 10:08:21] -m
[2022-09-20 10:08:21] 496
[2022-09-20 10:08:21] -drive
[2022-09-20 10:08:21]
file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-09-20 10:08:21] -drive
[2022-09-20 10:08:21]
file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-09-20 10:08:21] -drive
[2022-09-20 10:08:21]
file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback'
[2022-09-20 10:08:21] + usb_args=
[2022-09-20 10:08:21] + test -e /bin/qrexec-agent
[2022-09-20 10:08:21] + usb_args='-device
[2022-09-20 10:08:21] nec-usb-xhci,id=xhci'
[2022-09-20 10:08:21] + mkdir -p /var/run/qubes
[2022-09-20 10:08:21] + touch /dev/mdev.log
[2022-09-20 10:08:21] + USER=root qrexec-agent
[2022-09-20 10:08:21] + mdev -d
[2022-09-20 10:08:21] + sed -n '/^-soundhw/ {n;p}'
[2022-09-20 10:08:21] + echo '-xen-domid
[2022-09-20 10:08:21] 19
[2022-09-20 10:08:21] -no-shutdown
[2022-09-20 10:08:21] -nodefaults
[2022-09-20 10:08:21] -no-user-config
[2022-09-20 10:08:21] -name
[2022-09-20 10:08:21] openbsd-71
[2022-09-20 10:08:21] -display
[2022-09-20 10:08:21] none
[2022-09-20 10:08:21] -device
[2022-09-20 10:08:21] VGA,vgamem_mb=16
[2022-09-20 10:08:21] -boot
[2022-09-20 10:08:21] order=dc
[2022-09-20 10:08:21] -device
[2022-09-20 10:08:21] usb-ehci,id=ehci
[2022-09-20 10:08:21] -device
[2022-09-20 10:08:21] usb-tablet,bus=ehci.0
[2022-09-20 10:08:21] -smp
[2022-09-20 10:08:21] 2,maxcpus=2
[2022-09-20 10:08:21] -net
[2022-09-20 10:08:21] none
[2022-09-20 10:08:21] -display
[2022-09-20 10:08:21] qubes-gui,domid=0,log-level=0
[2022-09-20 10:08:21] -machine
[2022-09-20 10:08:21] xenfv
[2022-09-20 10:08:21] -m
[2022-09-20 10:08:21] 496
[2022-09-20 10:08:21] -drive
[2022-09-20 10:08:21]
file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-09-20 10:08:21] -drive
[2022-09-20 10:08:21]
file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-09-20 10:08:21] -drive
[2022-09-20 10:08:21]
file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback'
[2022-09-20 10:08:21] + audio_model=
[2022-09-20 10:08:21] + '[' -n  ]
[2022-09-20 10:08:21] + sed -n /^-qubes-net:/p
[2022-09-20 10:08:21] + echo '-xen-domid
[2022-09-20 10:08:21] 19
[2022-09-20 10:08:21] -no-shutdown
[2022-09-20 10:08:21] -nodefaults
[2022-09-20 10:08:21] -no-user-config
[2022-09-20 10:08:21] -name
[2022-09-20 10:08:21] openbsd-71
[2022-09-20 10:08:21] -display
[2022-09-20 10:08:21] none
[2022-09-20 10:08:21] -device
[2022-09-20 10:08:21] VGA,vgamem_mb=16
[2022-09-20 10:08:21] -boot
[2022-09-20 10:08:21] order=dc
[2022-09-20 10:08:21] -device
[2022-09-20 10:08:21] usb-ehci,id=ehci
[2022-09-20 10:08:21] -device
[2022-09-20 10:08:21] usb-tablet,bus=ehci.0
[2022-09-20 10:08:21] -smp
[2022-09-20 10:08:21] 2,maxcpus=2
[2022-09-20 10:08:21] -net
[2022-09-20 10:08:21] none
[2022-09-20 10:08:21] -display
[2022-09-20 10:08:21] qubes-gui,domid=0,log-level=0
[2022-09-20 10:08:21] -machine
[2022-09-20 10:08:21] xenfv
[2022-09-20 10:08:21] -m
[2022-09-20 10:08:21] 496
[2022-09-20 10:08:21] -drive
[2022-09-20 10:08:21]
file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-09-20 10:08:21] -drive
[2022-09-20 10:08:21]
file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-09-20 10:08:21] -drive
[2022-09-20 10:08:21]
file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback'
[2022-09-20 10:08:21] + net_args=
[2022-09-20 10:08:21] + sed /^-qubes-net:/d
[2022-09-20 10:08:21] + echo '-xen-domid
[2022-09-20 10:08:21] 19
[2022-09-20 10:08:21] -no-shutdown
[2022-09-20 10:08:21] -nodefaults
[2022-09-20 10:08:21] -no-user-config
[2022-09-20 10:08:21] -name
[2022-09-20 10:08:21] openbsd-71
[2022-09-20 10:08:21] -display
[2022-09-20 10:08:21] none
[2022-09-20 10:08:21] -device
[2022-09-20 10:08:21] VGA,vgamem_mb=16
[2022-09-20 10:08:21] -boot
[2022-09-20 10:08:21] order=dc
[2022-09-20 10:08:21] -device
[2022-09-20 10:08:21] usb-ehci,id=ehci
[2022-09-20 10:08:21] -device
[2022-09-20 10:08:21] usb-tablet,bus=ehci.0
[2022-09-20 10:08:21] -smp
[2022-09-20 10:08:21] 2,maxcpus=2
[2022-09-20 10:08:21] -net
[2022-09-20 10:08:21] none
[2022-09-20 10:08:21] -display
[2022-09-20 10:08:21] qubes-gui,domid=0,log-level=0
[2022-09-20 10:08:21] -machine
[2022-09-20 10:08:21] xenfv
[2022-09-20 10:08:21] -m
[2022-09-20 10:08:21] 496
[2022-09-20 10:08:21] -drive
[2022-09-20 10:08:21]
file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-09-20 10:08:21] -drive
[2022-09-20 10:08:21]
file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-09-20 10:08:21] -drive
[2022-09-20 10:08:21]
file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback'
[2022-09-20 10:08:21] + dm_args='-xen-domid
[2022-09-20 10:08:21] 19
[2022-09-20 10:08:21] -no-shutdown
[2022-09-20 10:08:21] -nodefaults
[2022-09-20 10:08:21] -no-user-config
[2022-09-20 10:08:21] -name
[2022-09-20 10:08:21] openbsd-71
[2022-09-20 10:08:21] -display
[2022-09-20 10:08:21] none
[2022-09-20 10:08:21] -device
[2022-09-20 10:08:21] VGA,vgamem_mb=16
[2022-09-20 10:08:21] -boot
[2022-09-20 10:08:21] order=dc
[2022-09-20 10:08:21] -device
[2022-09-20 10:08:21] usb-ehci,id=ehci
[2022-09-20 10:08:21] -device
[2022-09-20 10:08:21] usb-tablet,bus=ehci.0
[2022-09-20 10:08:21] -smp
[2022-09-20 10:08:21] 2,maxcpus=2
[2022-09-20 10:08:21] -net
[2022-09-20 10:08:21] none
[2022-09-20 10:08:21] -display
[2022-09-20 10:08:21] qubes-gui,domid=0,log-level=0
[2022-09-20 10:08:21] -machine
[2022-09-20 10:08:21] xenfv
[2022-09-20 10:08:21] -m
[2022-09-20 10:08:21] 496
[2022-09-20 10:08:21] -drive
[2022-09-20 10:08:21]
file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-09-20 10:08:21] -drive
[2022-09-20 10:08:21]
file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-09-20 10:08:21] -drive
[2022-09-20 10:08:21]
file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback'
[2022-09-20 10:08:21] + test -e /sys/class/net/eth0
[2022-09-20 10:08:21] + echo 'No network interface named eth0.'
[2022-09-20 10:08:21] No network interface named eth0.
[2022-09-20 10:08:21] + ls -l /sys/class/net/
[2022-09-20 10:08:21] total 0
[2022-09-20 10:08:21] lrwxrwxrwx    1 root     0                0 Sep 20
08:08 .[1;36mlo.[m -> .[1;34m../../devices/virtual/net/lo.[m
[2022-09-20 10:08:21] + xenstore-read target
[2022-09-20 10:08:21] + target=19
[2022-09-20 10:08:21] + device_model=device-model/19
[2022-09-20 10:08:21] + mkdir /tmp/qmp
[2022-09-20 10:08:21] + kernel=
[2022-09-20 10:08:21] + grep -q ^-append
[2022-09-20 10:08:21] + echo '-xen-domid
[2022-09-20 10:08:21] 19
[2022-09-20 10:08:21] -no-shutdown
[2022-09-20 10:08:21] -nodefaults
[2022-09-20 10:08:21] -no-user-config
[2022-09-20 10:08:21] -name
[2022-09-20 10:08:21] openbsd-71
[2022-09-20 10:08:21] -display
[2022-09-20 10:08:21] none
[2022-09-20 10:08:21] -device
[2022-09-20 10:08:21] VGA,vgamem_mb=16
[2022-09-20 10:08:21] -boot
[2022-09-20 10:08:21] order=dc
[2022-09-20 10:08:21] -device
[2022-09-20 10:08:21] usb-ehci,id=ehci
[2022-09-20 10:08:21] -device
[2022-09-20 10:08:21] usb-tablet,bus=ehci.0
[2022-09-20 10:08:21] -smp
[2022-09-20 10:08:21] 2,maxcpus=2
[2022-09-20 10:08:21] -net
[2022-09-20 10:08:21] none
[2022-09-20 10:08:21] -display
[2022-09-20 10:08:21] qubes-gui,domid=0,log-level=0
[2022-09-20 10:08:21] -machine
[2022-09-20 10:08:21] xenfv
[2022-09-20 10:08:21] -m
[2022-09-20 10:08:21] 496
[2022-09-20 10:08:21] -drive
[2022-09-20 10:08:21]
file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-09-20 10:08:21] -drive
[2022-09-20 10:08:21]
file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-09-20 10:08:21] -drive
[2022-09-20 10:08:21]
file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback'
[2022-09-20 10:08:21] + mkfifo /tmp/qmp/qemu.in /tmp/qmp/qemu.out
[2022-09-20 10:08:21] + set +x
[2022-09-20 10:08:21] Clearing kmsg buffer...
[2022-09-20 10:08:21] + set +x
[2022-09-20 10:08:21] + set +x
[2022-09-20 10:08:21] + sed 's/\$STUBDOM_RESTORE_INCOMING_ARG/fd:3/'
[2022-09-20 10:08:21] + echo '-xen-domid
[2022-09-20 10:08:21] 19
[2022-09-20 10:08:21] -no-shutdown
[2022-09-20 10:08:21] -nodefaults
[2022-09-20 10:08:21] -no-user-config
[2022-09-20 10:08:21] -name
[2022-09-20 10:08:21] openbsd-71
[2022-09-20 10:08:21] -display
[2022-09-20 10:08:21] none
[2022-09-20 10:08:21] -device
[2022-09-20 10:08:21] VGA,vgamem_mb=16
[2022-09-20 10:08:21] -boot
[2022-09-20 10:08:21] order=dc
[2022-09-20 10:08:21] -device
[2022-09-20 10:08:21] usb-ehci,id=ehci
[2022-09-20 10:08:21] -device
[2022-09-20 10:08:21] usb-tablet,bus=ehci.0
[2022-09-20 10:08:21] -smp
[2022-09-20 10:08:21] 2,maxcpus=2
[2022-09-20 10:08:21] -net
[2022-09-20 10:08:21] none
[2022-09-20 10:08:21] -display
[2022-09-20 10:08:21] qubes-gui,domid=0,log-level=0
[2022-09-20 10:08:21] -machine
[2022-09-20 10:08:21] xenfv
[2022-09-20 10:08:21] -m
[2022-09-20 10:08:21] 496
[2022-09-20 10:08:21] -drive
[2022-09-20 10:08:21]
file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-09-20 10:08:21] -drive
[2022-09-20 10:08:21]
file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-09-20 10:08:21] -drive
[2022-09-20 10:08:21]
file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback'
[2022-09-20 10:08:21] + dm_args='-xen-domid
[2022-09-20 10:08:21] 19
[2022-09-20 10:08:21] -no-shutdown
[2022-09-20 10:08:21] -nodefaults
[2022-09-20 10:08:21] -no-user-config
[2022-09-20 10:08:21] -name
[2022-09-20 10:08:21] openbsd-71
[2022-09-20 10:08:21] -display
[2022-09-20 10:08:21] none
[2022-09-20 10:08:21] -device
[2022-09-20 10:08:21] VGA,vgamem_mb=16
[2022-09-20 10:08:21] -boot
[2022-09-20 10:08:21] order=dc
[2022-09-20 10:08:21] -device
[2022-09-20 10:08:21] usb-ehci,id=ehci
[2022-09-20 10:08:21] -device
[2022-09-20 10:08:21] usb-tablet,bus=ehci.0
[2022-09-20 10:08:21] -smp
[2022-09-20 10:08:21] 2,maxcpus=2
[2022-09-20 10:08:21] -net
[2022-09-20 10:08:21] none
[2022-09-20 10:08:21] -display
[2022-09-20 10:08:21] qubes-gui,domid=0,log-level=0
[2022-09-20 10:08:21] -machine
[2022-09-20 10:08:21] xenfv
[2022-09-20 10:08:21] -m
[2022-09-20 10:08:21] 496
[2022-09-20 10:08:21] -drive
[2022-09-20 10:08:21]
file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback
[2022-09-20 10:08:21] -drive
[2022-09-20 10:08:21]
file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback
[2022-09-20 10:08:21] -drive
[2022-09-20 10:08:21]
file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback'
[2022-09-20 10:08:21] + xenstore-read device/console/2
[2022-09-20 10:08:21] + xenstore-read device/console/1
[2022-09-20 10:08:21] + IFS='
[2022-09-20 10:08:21] '
[2022-09-20 10:08:21] + set -f
[2022-09-20 10:08:21] + set +f
[2022-09-20 10:08:21] + unset IFS
[2022-09-20 10:08:21] + qemu_pid=148
[2022-09-20 10:08:21] + '[' '!' -e /tmp/qemu.qmp ]
[2022-09-20 10:08:21] + sleep 0.1
[2022-09-20 10:08:21] + qemu -sandbox
'on,obsolete=deny,elevateprivileges=deny,spawn=deny,resourcecontrol=deny'
-chardev 'pipe,path=/tmp/qmp/qemu,id=m' -mon 'chardev=m,mode=control'
-chardev 'socket,server,nowait,path=/tmp/qemu.qmp,id=m2' -mon
'chardev=m2,mode=control' -xen-domid 19 -no-shutdown -nodefaults
-no-user-config -name openbsd-71 -display none -device 'VGA,vgamem_mb=16'
-boot 'order=dc' -device 'usb-ehci,id=ehci' -device 'usb-tablet,bus=ehci.0'
-smp '2,maxcpus=2' -net none -display 'qubes-gui,domid=0,log-level=0'
-machine xenfv -m 496 -drive
'file=/dev/xvda,if=ide,index=0,media=disk,format=host_device,cache=writeback'
-drive
'file=/dev/xvdb,if=ide,index=1,media=disk,format=host_device,cache=writeback'
-drive
'file=/dev/xvdc,if=ide,index=2,media=disk,format=host_device,cache=writeback'
-device 'nec-usb-xhci,id=xhci'
[2022-09-20 10:08:21] qemu: -chardev
socket,server,nowait,path=/tmp/qemu.qmp,id=m2: warning: short-form boolean
option 'server' deprecated
[2022-09-20 10:08:21] Please use server=on instead
[2022-09-20 10:08:21] qemu: -chardev
socket,server,nowait,path=/tmp/qemu.qmp,id=m2: warning: short-form boolean
option 'nowait' deprecated
[2022-09-20 10:08:21] Please use wait=off instead
[2022-09-20 10:08:21] + tee /proc/self/fd/2
[2022-09-20 10:08:21] random: qemu: uninitialized urandom read (16 bytes
read)
[2022-09-20 10:08:21] + echo '{"execute": "qmp_capabilities"}'
[2022-09-20 10:08:21] {"QMP": {"version": {"qemu": {"micro": 0, "minor": 1,
"major": 6}, "package": ""}, "capabilities": ["oob"]}}

[2022-09-20 10:08:21] {"execute": "qmp_capabilities"}
[2022-09-20 10:08:21] qubes_gui/init: 573
[2022-09-20 10:08:21] qubes_gui/init: 582
[2022-09-20 10:08:21] qubes_gui/init: 584
[2022-09-20 10:08:21] qubes_gui/init[611]: version sent, waiting for xorg
conf
[2022-09-20 10:08:21] {"return": {}}

[2022-09-20 10:08:21] + '[' '!' -e /tmp/qemu.qmp ]
[2022-09-20 10:08:21] + '[' -e /proc/self/fd/4 ]
[2022-09-20 10:08:21] + '[' -e /proc/self/fd/3 ]
[2022-09-20 10:08:21] + true
[2022-09-20 10:08:21] + printf '==== Press enter for shell ====\n'
[2022-09-20 10:08:21] ==== Press enter for shell ====
[2022-09-20 10:08:21] + read
[2022-09-20 10:08:21] + vchan-socket-proxy 0 device-model/19/qmp-vchan
/tmp/qemu.qmp
[2022-09-20 10:08:21] written 110 bytes to vchan
[2022-09-20 10:08:21] written 34 bytes to vchan
[2022-09-20 10:08:22] [00:06.0] xen_pt_realize: Assigning real physical
device 07:00.0 to devfn 0x30
[2022-09-20 10:08:22] [00:06.0] xen_pt_register_regions: IO region 0
registered (size=0x00000100 base_addr=0x00003000 type: 0x1)
[2022-09-20 10:08:22] [00:06.0] xen_pt_register_regions: IO region 2
registered (size=0x00001000 base_addr=0xb4304000 type: 0x4)
[2022-09-20 10:08:22] [00:06.0] xen_pt_register_regions: IO region 4
registered (size=0x00004000 base_addr=0xb4300000 type: 0x4)
[2022-09-20 10:08:22] [00:06.0] xen_pt_config_reg_init: Offset 0x000e
mismatch! Emulated=0x0080, host=0x0000, syncing to 0x0000.
[2022-09-20 10:08:22] [00:06.0] xen_pt_config_reg_init: Offset 0x0010
mismatch! Emulated=0x0000, host=0x3001, syncing to 0x3001.
[2022-09-20 10:08:22] [00:06.0] xen_pt_config_reg_init: Offset 0x0018
mismatch! Emulated=0x0000, host=0xb4304004, syncing to 0xb4304004.
[2022-09-20 10:08:22] [00:06.0] xen_pt_config_reg_init: Offset 0x0020
mismatch! Emulated=0x0000, host=0xb4300004, syncing to 0xb4300004.
[2022-09-20 10:08:22] [00:06.0] xen_pt_config_reg_init: Offset 0x0042
mismatch! Emulated=0x0000, host=0x07c3, syncing to 0x0603.
[2022-09-20 10:08:22] [00:06.0] xen_pt_config_reg_init: Offset 0x0052
mismatch! Emulated=0x0000, host=0x0080, syncing to 0x0080.
[2022-09-20 10:08:22] [00:06.0] xen_pt_config_reg_init: Offset 0x0074
mismatch! Emulated=0x0000, host=0x5908cc0, syncing to 0x5908cc0.
[2022-09-20 10:08:22] [00:06.0] xen_pt_config_reg_init: Offset 0x007a
mismatch! Emulated=0x0000, host=0x0010, syncing to 0x0010.
[2022-09-20 10:08:22] [00:06.0] xen_pt_config_reg_init: Offset 0x0082
mismatch! Emulated=0x0000, host=0x1011, syncing to 0x1011.
[2022-09-20 10:08:22] [00:06.0] xen_pt_pci_intx: intx=1
[2022-09-20 10:08:22] [00:06.0] xen_pt_realize: Real physical device
07:00.0 registered successfully
[2022-09-20 10:08:22] written 34 bytes to vchan
[2022-09-20 10:08:22] written 2048 bytes to vchan
[2022-09-20 10:08:22] written 979 bytes to vchan
[2022-09-20 10:08:22] written 110 bytes to vchan
[2022-09-20 10:08:22] written 34 bytes to vchan
[2022-09-20 10:08:22] written 34 bytes to vchan
[2022-09-20 10:08:22] qubes_gui/init[622]: got xorg conf, creating window
[2022-09-20 10:08:22] qubes_gui/init: 632
[2022-09-20 10:08:22] configure msg, x/y 640 325 (was 0 0), w/h 640 480
[2022-09-20 10:08:23] random: crng init done
[2022-09-20 10:08:43] [00:06.0] Write-back to unknown field 0x44
(partially) inhibited (0x0000ffff)
[2022-09-20 10:08:43] [00:06.0] If the device doesn't work, try enabling
permissive mode
[2022-09-20 10:08:43] [00:06.0] (unsafe) and if it helps report the problem
to xen-devel
[2022-09-20 10:08:43] [00:06.0] xen_pt_msgctrl_reg_write: setup MSI
(register: 81).
[2022-09-20 10:08:43] [00:06.0] xen_pt_msi_setup: MSI mapped with pirq 151.
[2022-09-20 10:08:43] [00:06.0] msi_msix_update: Updating MSI with pirq 151
gvec 0x72 gflags 0x0 (entry: 0x0)

BR Adam




wt., 20 wrz 2022 o 09:41 Adam Szewczyk <szewcson@gmail.com> napisał(a):

> (XEN) Built-in command line: ept=exec-sp spec-ctrl=unpriv-mmio
>> (XEN) parameter "no-real-mode" unknown!
>>  Xen 4.14.5
>> (XEN) Xen version 4.14.5 (mockbuild@[unknown]) (gcc (GCC) 10.3.1
>> 20210422 (Red Hat 10.3.1-1)) debug=n  Wed Aug 24 00:00:00 UTC 2022
>> (XEN) Latest ChangeSet:
>> (XEN) Bootloader: GRUB 2.04
>> (XEN) Command line: placeholder console=none dom0_mem=min:1024M
>> dom0_mem=max:4096M ucode=scan smt=off gnttab_max_frames=2048
>> gnttab_max_maptrack_frames=4096 no-real-mode edd=off
>> (XEN) Xen image load base address: 0x9c200000
>> (XEN) Video information:
>> (XEN)  VGA is graphics mode 1920x1080, 32 bpp
>> (XEN) Disc information:
>> (XEN)  Found 0 MBR signatures
>> (XEN)  Found 2 EDD information structures
>> (XEN) EFI RAM map:
>> (XEN)  [0000000000000000, 000000000009efff] (usable)
>> (XEN)  [000000000009f000, 00000000000fffff] (reserved)
>> (XEN)  [0000000000100000, 0000000086466fff] (usable)
>> (XEN)  [0000000086467000, 0000000086d66fff] (reserved)
>> (XEN)  [0000000086d67000, 000000009cf7dfff] (usable)
>> (XEN)  [000000009cf7e000, 000000009e49dfff] (reserved)
>> (XEN)  [000000009e49e000, 000000009eb8dfff] (ACPI NVS)
>> (XEN)  [000000009eb8e000, 000000009ec0dfff] (ACPI data)
>> (XEN)  [000000009ec0e000, 000000009ec0efff] (usable)
>> (XEN)  [000000009ec0f000, 000000009fffffff] (reserved)
>> (XEN)  [00000000e0000000, 00000000efffffff] (reserved)
>> (XEN)  [00000000fe000000, 00000000fe010fff] (reserved)
>> (XEN)  [00000000fed10000, 00000000fed19fff] (reserved)
>> (XEN)  [00000000fed84000, 00000000fed84fff] (reserved)
>> (XEN)  [00000000fee00000, 00000000fee00fff] (reserved)
>> (XEN)  [00000000ff600000, 00000000ffffffff] (reserved)
>> (XEN)  [0000000100000000, 000000085dffffff] (usable)
>> (XEN) ACPI: RSDP 9EC0D014, 0024 (r2 LENOVO)
>> (XEN) ACPI: XSDT 9EBEE188, 00FC (r1 LENOVO CB-01           1
>> 1000013)
>> (XEN) ACPI: FACP 9EBF1000, 010C (r5 LENOVO CB-01           1 ACPI
>>  40000)
>> (XEN) ACPI: DSDT 9EBBD000, 2FF34 (r2 LENOVO CB-01           1 ACPI
>>  40000)
>> (XEN) ACPI: FACS 9EB0D000, 0040
>> (XEN) ACPI: UEFI 9EC0C000, 0236 (r1 LENOVO CB-01           1 ACPI
>>  40000)
>> (XEN) ACPI: SSDT 9EC0A000, 1B1C (r2 LENOVO CB-01           1 ACPI
>>  40000)
>> (XEN) ACPI: SSDT 9EC06000, 31D0 (r2 LENOVO CB-01           1 ACPI
>>  40000)
>> (XEN) ACPI: UEFI 9EC05000, 0042 (r1 LENOVO CB-01           1 ACPI
>>  40000)
>> (XEN) ACPI: SSDT 9EC04000, 045A (r2 LENOVO CB-01           1 ACPI
>>  40000)
>> (XEN) ACPI: SSDT 9EC03000, 0046 (r2 LENOVO CB-01           1 ACPI
>>  40000)
>> (XEN) ACPI: TPM2 9EC02000, 0034 (r3 LENOVO CB-01           1 ACPI
>>  40000)
>> (XEN) ACPI: POAT 9EC01000, 0055 (r3 LENOVO CB-01           1 ACPI
>>  40000)
>> (XEN) ACPI: SSDT 9EBFC000, 44B6 (r2 LENOVO CB-01           1 ACPI
>>  40000)
>> (XEN) ACPI: LPIT 9EBFB000, 0094 (r1 LENOVO CB-01           1 ACPI
>>  40000)
>> (XEN) ACPI: WSMT 9EBFA000, 0028 (r1 LENOVO CB-01           1 ACPI
>>  40000)
>> (XEN) ACPI: SSDT 9EBF9000, 0C2F (r2 LENOVO CB-01           1 ACPI
>>  40000)
>> (XEN) ACPI: DBGP 9EBF8000, 0034 (r1 LENOVO CB-01           1 ACPI
>>  40000)
>> (XEN) ACPI: DBG2 9EBF7000, 0061 (r0 LENOVO CB-01           1 ACPI
>>  40000)
>> (XEN) ACPI: SSDT 9EBF6000, 0896 (r2 LENOVO CB-01           1 ACPI
>>  40000)
>> (XEN) ACPI: SSDT 9EBF3000, 2F89 (r2 LENOVO CB-01           1 ACPI
>>  40000)
>> (XEN) ACPI: ASF! 9EBF2000, 00A5 (r32 LENOVO CB-01           1 ACPI
>>  40000)
>> (XEN) ACPI: HPET 9EBF0000, 0038 (r1 LENOVO CB-01           1 ACPI
>>  40000)
>> (XEN) ACPI: APIC 9EBEF000, 012C (r3 LENOVO CB-01           1 ACPI
>>  40000)
>> (XEN) ACPI: MCFG 9EBED000, 003C (r1 LENOVO CB-01           1 ACPI
>>  40000)
>> (XEN) ACPI: SSDT 9EBBA000, 2BBF (r2 LENOVO CB-01           1 ACPI
>>  40000)
>> (XEN) ACPI: DMAR 9EBB9000, 0070 (r1 LENOVO CB-01           1 ACPI
>>  40000)
>> (XEN) ACPI: SSDT 9EBB6000, 2B68 (r1 LENOVO CB-01           1 ACPI
>>  40000)
>> (XEN) ACPI: SSDT 9EBB5000, 004C (r2 LENOVO CB-01           1 ACPI
>>  40000)
>> (XEN) ACPI: FPDT 9EBB4000, 0044 (r1 LENOVO CB-01           1 ACPI
>>  40000)
>> (XEN) ACPI: BGRT 9EBB3000, 0038 (r1 LENOVO CB-01           1 ACPI
>>  40000)
>> (XEN) System RAM: 32678MB (33462392kB)
>> (XEN) Domain heap initialised
>> (XEN) ACPI: 32/64X FACS address mismatch in FADT -
>> 9eb0d000/0000000000000000, using 32
>> (XEN) IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
>> (XEN) Enabling APIC mode:  Phys.  Using 1 I/O APICs
>> (XEN) Switched to APIC driver x2apic_cluster
>> (XEN) CPU0: TSC: ratio: 216 / 2
>> (XEN) CPU0: bus: 100 MHz base: 2600 MHz max: 4500 MHz
>> (XEN) CPU0: 800 ... 2600 MHz
>> (XEN) xstate: size: 0x440 and states: 0x1f
>> (XEN) Speculative mitigation facilities:
>> (XEN)   Hardware hints: RSBA
>> (XEN)   Hardware features: IBPB IBRS STIBP SSBD L1D_FLUSH MD_CLEAR
>> SRBDS_CTRL
>> (XEN)   Compiled-in support: INDIRECT_THUNK
>> (XEN)   Xen settings: BTI-Thunk JMP, SPEC_CTRL: IBRS+ STIBP+ SSBD-,
>> Other: SRB_LOCK+ IBPB-ctxt L1D_FLUSH VERW BRANCH_HARDEN
>> (XEN)   L1TF: believed vulnerable, maxphysaddr L1D 46, CPUID 39, Safe
>> address 8000000000
>> (XEN)   Support for HVM VMs: MSR_SPEC_CTRL RSB EAGER_FPU MD_CLEAR
>> (XEN)   Support for PV VMs: MSR_SPEC_CTRL EAGER_FPU MD_CLEAR
>> (XEN)   XPTI (64-bit PV only): Dom0 enabled, DomU enabled (with PCID)
>> (XEN)   PV L1TF shadowing: Dom0 disabled, DomU enabled
>> (XEN) Using scheduler: SMP Credit Scheduler rev2 (credit2)
>> (XEN) Initializing Credit2 scheduler
>> (XEN) Disabling HPET for being unreliable
>> (XEN) Platform timer is 3.580MHz ACPI PM Timer
>> (XEN) Detected 2591.999 MHz processor.
>> (XEN) Unknown cachability for MFNs 0xa0-0xff
>> (XEN) Unknown cachability for MFNs 0x9f000-0x9ffff
>> (XEN) Intel VT-d iommu 0 supported page sizes: 4kB, 2MB, 1GB
>> (XEN) Intel VT-d Snoop Control enabled.
>> (XEN) Intel VT-d Dom0 DMA Passthrough not enabled.
>> (XEN) Intel VT-d Queued Invalidation enabled.
>> (XEN) Intel VT-d Interrupt Remapping enabled.
>> (XEN) Intel VT-d Posted Interrupt not enabled.
>> (XEN) Intel VT-d Shared EPT tables enabled.
>> (XEN) I/O virtualisation enabled
>> (XEN)  - Dom0 mode: Relaxed
>> (XEN) Interrupt remapping enabled
>> (XEN) Enabled directed EOI with ioapic_ack_old on!
>> (XEN) ENABLING IO-APIC IRQs
>> (XEN)  -> Using old ACK method
>> (XEN) Allocated console ring of 32 KiB.
>> (XEN) VMX: Supported advanced features:
>> (XEN)  - APIC MMIO access virtualisation
>> (XEN)  - APIC TPR shadow
>> (XEN)  - Extended Page Tables (EPT)
>> (XEN)  - Virtual-Processor Identifiers (VPID)
>> (XEN)  - Virtual NMI
>> (XEN)  - MSR direct-access bitmap
>> (XEN)  - Unrestricted Guest
>> (XEN)  - VM Functions
>> (XEN)  - Virtualisation Exceptions
>> (XEN)  - Page Modification Logging
>> (XEN) HVM: ASIDs enabled.
>> (XEN) HVM: VMX enabled
>> (XEN) HVM: Hardware Assisted Paging (HAP) detected
>> (XEN) HVM: HAP page sizes: 4kB, 2MB, 1GB
>> (XEN) Brought up 6 CPUs
>> (XEN) Scheduling granularity: cpu, 1 CPU per sched-resource
>> (XEN) Dom0 has maximum 952 PIRQs
>> (XEN)  Xen  kernel: 64-bit, lsb, compat32
>> (XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x1000000 -> 0x4000000
>> (XEN) PHYSICAL MEMORY ARRANGEMENT:
>> (XEN)  Dom0 alloc.:   0000000838000000->0000000840000000 (1007932 pages
>> to be allocated)
>> (XEN)  Init. ramdisk: 000000085c13c000->000000085dffff1d
>> (XEN) VIRTUAL MEMORY ARRANGEMENT:
>> (XEN)  Loaded kernel: ffffffff81000000->ffffffff84000000
>> (XEN)  Init. ramdisk: 0000000000000000->0000000000000000
>> (XEN)  Phys-Mach map: 0000008000000000->0000008000800000
>> (XEN)  Start info:    ffffffff84000000->ffffffff840004b8
>> (XEN)  Xenstore ring: 0000000000000000->0000000000000000
>> (XEN)  Console ring:  0000000000000000->0000000000000000
>> (XEN)  Page tables:   ffffffff84001000->ffffffff84026000
>> (XEN)  Boot stack:    ffffffff84026000->ffffffff84027000
>> (XEN)  TOTAL:         ffffffff80000000->ffffffff84400000
>> (XEN)  ENTRY ADDRESS: ffffffff830fb1c0
>> (XEN) Dom0 has maximum 6 VCPUs
>> (XEN) Initial low memory virq threshold set at 0x4000 pages.
>> (XEN) Scrubbing Free RAM in background
>> (XEN) Std. Loglevel: Errors and warnings
>> (XEN) Guest Loglevel: Nothing (Rate-limited: Errors and warnings)
>> (XEN) *** Serial input to DOM0 (type 'CTRL-a' three times to switch input)
>> (XEN) Freed 580kB init memory
>> (XEN) MSI information:
>> (XEN)  IOMMU  120 vec=30 lowest  edge   assert  log lowest dest=00000001
>> mask=1/  /?
>> (XEN)  MSI    121 vec=c8 lowest  edge   assert  log lowest dest=00000001
>> mask=0/  /?
>> (XEN)  MSI    122 vec=d0 lowest  edge   assert  log lowest dest=00000001
>> mask=0/  /?
>> (XEN)  MSI    123 vec=e0 lowest  edge   assert  log lowest dest=00000001
>> mask=0/  /?
>> (XEN)  MSI    124 vec=31 lowest  edge   assert  log lowest dest=00000040
>> mask=0/  /?
>> (XEN)  MSI-X  125 vec=51 lowest  edge   assert  log lowest dest=00000040
>> mask=1/  /0
>> (XEN)  MSI-X  126 vec=59 lowest  edge   assert  log lowest dest=00000004
>> mask=1/  /0
>> (XEN)  MSI-X  127 vec=61 lowest  edge   assert  log lowest dest=00000040
>> mask=1/  /0
>> (XEN)  MSI-X  128 vec=69 lowest  edge   assert  log lowest dest=00000001
>> mask=1/  /0
>> (XEN)  MSI-X  129 vec=71 lowest  edge   assert  log lowest dest=00000010
>> mask=1/  /0
>> (XEN)  MSI-X  130 vec=79 lowest  edge   assert  log lowest dest=00000040
>> mask=1/  /0
>> (XEN)  MSI-X  131 vec=81 lowest  edge   assert  log lowest dest=00000001
>> mask=1/  /0
>> (XEN)  MSI    132 vec=d9 lowest  edge   assert  log lowest dest=00000100
>> mask=0/  /?
>> (XEN)  MSI    133 vec=c9 lowest  edge   assert  log lowest dest=00000004
>> mask=0/  /?
>> (XEN)  MSI    134 vec=99 lowest  edge   assert  log lowest dest=00000100
>> mask=0/  /?
>> (XEN)  MSI    135 vec=a9 lowest  edge   assert  log lowest dest=00000555
>> mask=0/  /?
>> (XEN)  MSI    136 vec=b1 lowest  edge   assert  log lowest dest=00000010
>> mask=0/  /?
>> (XEN)  MSI    137 vec=b9 lowest  edge   assert  log lowest dest=00000010
>> mask=0/  /?
>> (XEN)  MSI    138 vec=d1 lowest  edge   assert  log lowest dest=00000100
>> mask=0/  /?
>> (XEN) IRQ information:
>> (XEN)    IRQ:   0 vec:f0 IO-APIC-edge    status=000 aff:{0}/{0}
>> time.c#timer_interrupt()
>> (XEN)    IRQ:   1 vec:39 IO-APIC-edge    status=034 aff:{8}/{0-11}
>> in-flight=0 d0:  1(---)
>> (XEN)    IRQ:   3 vec:40 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>> unbound
>> (XEN)    IRQ:   4 vec:48 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>> unbound
>> (XEN)    IRQ:   5 vec:50 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>> unbound
>> (XEN)    IRQ:   6 vec:58 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>> unbound
>> (XEN)    IRQ:   7 vec:60 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>> unbound
>> (XEN)    IRQ:   8 vec:68 IO-APIC-edge    status=030 aff:{0}/{0}
>> in-flight=0 d0:  8(---)
>> (XEN)    IRQ:   9 vec:b0 IO-APIC-level   status=030 aff:{8}/{0-11}
>> in-flight=0 d0:  9(---)
>> (XEN)    IRQ:  10 vec:78 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>> unbound
>> (XEN)    IRQ:  11 vec:88 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>> unbound
>> (XEN)    IRQ:  12 vec:90 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>> unbound
>> (XEN)    IRQ:  13 vec:98 IO-APIC-edge    status=002 aff:{0-15}/{0}
>> mapped, unbound
>> (XEN)    IRQ:  14 vec:a0 IO-APIC-level   status=030 aff:{0}/{0}
>> in-flight=0 d0: 14(---)
>> (XEN)    IRQ:  15 vec:a8 IO-APIC-edge    status=002 aff:{0}/{0} mapped,
>> unbound
>> (XEN)    IRQ:  16 vec:b8 IO-APIC-level   status=030 aff:{2}/{0-11}
>> in-flight=0 d0: 16(---),d3: 16(-M-)
>> (XEN)    IRQ:  17 vec:d8 IO-APIC-level   status=010 aff:{10}/{0-11}
>> in-flight=2 d0: 17(P-M),d7: 17(-MM)
>> (XEN)    IRQ:  18 vec:c0 IO-APIC-level   status=030 aff:{8}/{0-11}
>> in-flight=0 d0: 18(---),d3: 18(-M-)
>> (XEN)    IRQ:  19 vec:a1 IO-APIC-level   status=002 aff:{0-15}/{0-11}
>> mapped, unbound
>> (XEN)    IRQ:  20 vec:e8 IO-APIC-level   status=030 aff:{0}/{0-11}
>> in-flight=0 d0: 20(---)
>> (XEN)    IRQ:  83 vec:41 IO-APIC-level   status=030 aff:{4}/{0-11}
>> in-flight=0 d0: 83(---)
>> (XEN)    IRQ: 120 vec:30 DMA_MSI         status=000 aff:{0-15}/{0}
>> iommu.c#iommu_page_fault()
>> (XEN)    IRQ: 121 vec:c8 PCI-MSI         status=030 aff:{0}/{0-11}
>> in-flight=0 d0:951(---)
>> (XEN)    IRQ: 122 vec:d0 PCI-MSI         status=030 aff:{0}/{0-11}
>> in-flight=0 d0:950(---)
>> (XEN)    IRQ: 123 vec:e0 PCI-MSI         status=030 aff:{0}/{0-11}
>> in-flight=0 d0:949(---)
>> (XEN)    IRQ: 124 vec:31 PCI-MSI         status=030 aff:{6}/{0-11}
>> in-flight=0 d0:948(---)
>> (XEN)    IRQ: 125 vec:51 PCI-MSI/-X      status=030 aff:{6}/{0-11}
>> in-flight=0 d0:947(---)
>> (XEN)    IRQ: 126 vec:59 PCI-MSI/-X      status=010 aff:{2}/{0-11}
>> in-flight=0 d0:946(---)
>> (XEN)    IRQ: 127 vec:61 PCI-MSI/-X      status=030 aff:{6}/{0-11}
>> in-flight=0 d0:945(---)
>> (XEN)    IRQ: 128 vec:69 PCI-MSI/-X      status=030 aff:{0}/{0-11}
>> in-flight=0 d0:944(---)
>> (XEN)    IRQ: 129 vec:71 PCI-MSI/-X      status=030 aff:{4}/{0-11}
>> in-flight=0 d0:943(---)
>> (XEN)    IRQ: 130 vec:79 PCI-MSI/-X      status=030 aff:{6}/{0-11}
>> in-flight=0 d0:942(---)
>> (XEN)    IRQ: 131 vec:81 PCI-MSI/-X      status=030 aff:{0}/{0-11}
>> in-flight=0 d0:941(---)
>> (XEN)    IRQ: 132 vec:d9 PCI-MSI         status=030 aff:{8}/{0-11}
>> in-flight=0 d7:151(-M-)
>> (XEN)    IRQ: 133 vec:c9 PCI-MSI         status=030 aff:{2}/{0-11}
>> in-flight=0 d3:151(---)
>> (XEN)    IRQ: 134 vec:99 PCI-MSI         status=030 aff:{8}/{0-11}
>> in-flight=0 d0:938(---)
>> (XEN)    IRQ: 135 vec:a9 PCI-MSI         status=002 aff:{0-15}/{0-11}
>> mapped, unbound
>> (XEN)    IRQ: 136 vec:b1 PCI-MSI         status=030 aff:{4}/{0-11}
>> in-flight=0 d0:936(---)
>> (XEN)    IRQ: 137 vec:b9 PCI-MSI         status=030 aff:{4}/{0-11}
>> in-flight=0 d0:935(---)
>> (XEN)    IRQ: 138 vec:d1 PCI-MSI         status=010 aff:{8}/{0-11}
>> in-flight=0 d3:150(---)
>> (XEN) Direct vector information:
>> (XEN)    0x22 -> irq_move_cleanup_interrupt()
>> (XEN)    0xf1 -> mce_intel.c#cmci_interrupt()
>> (XEN)    0xf2 -> mce_intel.c#intel_thermal_interrupt()
>> (XEN)    0xf9 -> pmu_apic_interrupt()
>> (XEN)    0xfa -> apic_timer_interrupt()
>> (XEN)    0xfb -> call_function_interrupt()
>> (XEN)    0xfc -> event_check_interrupt()
>> (XEN)    0xfd -> invalidate_interrupt()
>> (XEN)    0xfe -> error_interrupt()
>> (XEN)    0xff -> spurious_interrupt()
>> (XEN) IO-APIC interrupt information:
>> (XEN)     IRQ  0 Vec240:
>> (XEN)       Apic 0x00, Pin  2: vec=f0 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ  1 Vec 57:
>> (XEN)       Apic 0x00, Pin  1: vec=39 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000100
>> (XEN)     IRQ  3 Vec 64:
>> (XEN)       Apic 0x00, Pin  3: vec=40 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ  4 Vec 72:
>> (XEN)       Apic 0x00, Pin  4: vec=48 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ  5 Vec 80:
>> (XEN)       Apic 0x00, Pin  5: vec=50 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ  6 Vec 88:
>> (XEN)       Apic 0x00, Pin  6: vec=58 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ  7 Vec 96:
>> (XEN)       Apic 0x00, Pin  7: vec=60 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ  8 Vec104:
>> (XEN)       Apic 0x00, Pin  8: vec=68 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ  9 Vec176:
>> (XEN)       Apic 0x00, Pin  9: vec=b0 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=L mask=0 dest_id:00000100
>> (XEN)     IRQ 10 Vec120:
>> (XEN)       Apic 0x00, Pin 10: vec=78 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ 11 Vec136:
>> (XEN)       Apic 0x00, Pin 11: vec=88 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ 12 Vec144:
>> (XEN)       Apic 0x00, Pin 12: vec=90 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ 13 Vec152:
>> (XEN)       Apic 0x00, Pin 13: vec=98 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=1 dest_id:00000001
>> (XEN)     IRQ 14 Vec160:
>> (XEN)       Apic 0x00, Pin 14: vec=a0 delivery=LoPri dest=L status=0
>> polarity=1 irr=0 trig=L mask=0 dest_id:00000001
>> (XEN)     IRQ 15 Vec168:
>> (XEN)       Apic 0x00, Pin 15: vec=a8 delivery=LoPri dest=L status=0
>> polarity=0 irr=0 trig=E mask=0 dest_id:00000001
>> (XEN)     IRQ 16 Vec184:
>> (XEN)       Apic 0x00, Pin 16: vec=b8 delivery=LoPri dest=L status=0
>> polarity=1 irr=0 trig=L mask=0 dest_id:00000004
>> (XEN)     IRQ 17 Vec216:
>> (XEN)       Apic 0x00, Pin 17: vec=d8 delivery=LoPri dest=L status=1
>> polarity=1 irr=1 trig=L mask=0 dest_id:00000400
>> (XEN)     IRQ 18 Vec192:
>> (XEN)       Apic 0x00, Pin 18: vec=c0 delivery=LoPri dest=L status=0
>> polarity=1 irr=0 trig=L mask=0 dest_id:00000100
>> (XEN)     IRQ 19 Vec161:
>> (XEN)       Apic 0x00, Pin 19: vec=a1 delivery=LoPri dest=L status=0
>> polarity=1 irr=0 trig=L mask=1 dest_id:00000555
>> (XEN)     IRQ 20 Vec232:
>> (XEN)       Apic 0x00, Pin 20: vec=e8 delivery=LoPri dest=L status=0
>> polarity=1 irr=0 trig=L mask=0 dest_id:00000001
>> (XEN)     IRQ 83 Vec 65:
>> (XEN)       Apic 0x00, Pin 83: vec=41 delivery=LoPri dest=L status=0
>> polarity=1 irr=0 trig=L mask=0 dest_id:00000010
>
>
>  Name                                        ID   Mem VCPUs State Time(s)
>> Domain-0                                     0  4080     6     r-----
>> 288.6
>> sys-usb                                      3   284     2     -b----
>>  20.5
>> sys-usb-dm                                   4   144     1     -b----
>>   3.5
>> openbsd-71                                   7   511     2     -b----
>>  63.0
>> openbsd-71-dm                                8   144     1     -b----
>>  14.0
>>
>
> How I can enable install this debug hypervisor? I have problems finding
> anything about it.
>
> I don't have logs with qemu in the name, instead I have gmp-proxy logs.
> But their all looks empty.
>
> BR Adam
>
> pon., 19 wrz 2022 o 11:21 Roger Pau Monné <roger.pau@citrix.com>
> napisał(a):
>
>> On Fri, Sep 16, 2022 at 05:08:59PM +0200, Adam Szewczyk wrote:
>> > Sorry, I always forgot that default answer is "answer" to not "answer to
>> > all".
>> >
>> > My xl dmesg after calling those debug-keys is:
>>
>> Trimming the trace:
>>
>> > (XEN) MSI information:
>>
>> > (XEN)  MSI    125 vec=72 lowest  edge   assert  log lowest dest=00000100
>> > mask=0/  /?
>>
>> > (XEN)  MSI    138 vec=62 lowest  edge   assert  log lowest dest=00000001
>> > mask=0/  /?
>> > (XEN)  MSI    139 vec=6a lowest  edge   assert  log lowest dest=00000010
>> > mask=0/  /?
>>
>> > (XEN) IRQ information:
>>
>> > (XEN)    IRQ: 125 vec:72 PCI-MSI         status=030 aff:{8}/{0-11}
>> > in-flight=0 d94:151(-M-)
>>
>> > (XEN)    IRQ: 138 vec:62 PCI-MSI         status=030 aff:{0}/{0-11}
>> > in-flight=0 d92:151(---)
>> > (XEN)    IRQ: 139 vec:6a PCI-MSI         status=010 aff:{4}/{0-11}
>> > in-flight=0 d92:150(---)
>>
>> Was domain with ID 94 your OpenBSD box? There's another domain with
>> passthrough devices (ID 92).
>>
>> If your OpenBSD domain is the one with ID 94 it seems like the
>> interrupt source is masked, so no interrupts will be injected to the
>> guest.  That however might be just the response from the guest after
>> seeing that the interrupt source is not behaving correctly.
>>
>> Are yuo using a debug hypervisor? If not it would be helpful to do so,
>> in order to maybe get more information on `xl dmesg`.
>>
>> Can you also paste the QEMU log for the OpeNSD domain?  Those logs are
>> in /var/log/xen/qemu-dm-<domain name>.log, on most distros, not sure
>> if QubesOS puts them at the same place.
>>
>> Regards, Roger.
>>
>

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

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

* Re: [BUG] problems with NICs pass through to OpenBSD guest
  2022-09-20  7:41             ` Adam Szewczyk
  2022-09-20  8:12               ` Adam Szewczyk
@ 2022-09-20  9:13               ` Roger Pau Monné
  2022-09-21  8:59                 ` Adam Szewczyk
  1 sibling, 1 reply; 12+ messages in thread
From: Roger Pau Monné @ 2022-09-20  9:13 UTC (permalink / raw)
  To: Adam Szewczyk; +Cc: xen-devel

Please avoid top-posting.

On Tue, Sep 20, 2022 at 09:41:48AM +0200, Adam Szewczyk wrote:
> > (XEN)  MSI    132 vec=d9 lowest  edge   assert  log lowest dest=00000100
> > mask=0/  /?
> > (XEN)    IRQ: 132 vec:d9 PCI-MSI         status=030 aff:{8}/{0-11}
> > in-flight=0 d7:151(-M-)

So this is the MSI vector assigned to the OpenBSD domain, and is
indeed masked.

> > openbsd-71                                   7   511     2     -b----
> >  63.0
> > openbsd-71-dm                                8   144     1     -b----
> >  14.0
> >
> 
> How I can enable install this debug hypervisor? I have problems finding
> anything about it.

You will have to ask QubesOS about how to do that.  I have no
experience with QubesOS, and don't know if or where they provide a
debug build of Xen for you to boot.

> I don't have logs with qemu in the name, instead I have gmp-proxy logs. But
> their all looks empty.

Right, QubesOS is also using stubdomains, so it's not clear to me
where those logs are stored.

For debugging purposes, is there a way that you could create the
OpenBSD domain without a stubdomain, and just run QEMU in the control
domain? That would also rule out whether the cause of the malfunction
is due to the usage of stubdomains.

Regards, Roger.


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

* Re: [BUG] problems with NICs pass through to OpenBSD guest
  2022-09-20  9:13               ` Roger Pau Monné
@ 2022-09-21  8:59                 ` Adam Szewczyk
  0 siblings, 0 replies; 12+ messages in thread
From: Adam Szewczyk @ 2022-09-21  8:59 UTC (permalink / raw)
  To: Roger Pau Monné; +Cc: xen-devel

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

Hi,
I asked Marek about installing Debug Hypervisor, and creating VM without
stubdomain.

It looks like I have to build Xen for myself, and edit libvirt config
(which according to Marek may not work). I will try both this things on
weekend but since I'm more an user then dev/sysadmin don't know if I can
handle that tasks (also it probably be better to mess with such things on
some other installation then my daily driver). Will You have some other
ideas?

BR Adam

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

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

end of thread, other threads:[~2022-09-21  8:59 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-16  6:22 [BUG] problems with NICs pass through to OpenBSD guest Adam Szewczyk
2022-09-16  9:37 ` Roger Pau Monné
     [not found]   ` <CAHsotTibs204KVYsm5E0x7ogUzpZOdmV4g_6LyD8RSkLnfJ0UA@mail.gmail.com>
2022-09-16 13:09     ` Roger Pau Monné
2022-09-16 13:35       ` Roger Pau Monné
2022-09-16 15:08         ` Adam Szewczyk
2022-09-16 19:26           ` Adam Szewczyk
2022-09-16 20:50             ` Adam Szewczyk
2022-09-19  9:21           ` Roger Pau Monné
2022-09-20  7:41             ` Adam Szewczyk
2022-09-20  8:12               ` Adam Szewczyk
2022-09-20  9:13               ` Roger Pau Monné
2022-09-21  8:59                 ` Adam Szewczyk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).