All of lore.kernel.org
 help / color / mirror / Atom feed
* dom0/pvh: Dom0 PVH with PCI passthrough support status
@ 2018-10-19 16:08 Vasile, Alexandru-catalin
  2018-10-19 16:22 ` Roger Pau Monné
  0 siblings, 1 reply; 11+ messages in thread
From: Vasile, Alexandru-catalin @ 2018-10-19 16:08 UTC (permalink / raw)
  To: xen-devel
  Cc: Juergen Gross, Wei Liu, Andrew Cooper, Paul Durrant, Jan Beulich,
	Roger Pau Monne


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

Hello,

I would like to use Dom0 with PVH mode together with PCI passthrough in order to compare PVH and HVM in a real test scenario for early adoption of PVH. The minimum setup needed is to have the possibility to assign to a domain a PCI device that is passthrough.

Are there any patches in review or previous discussions on having PCI passthrough in Dom0 PVH?

Our internal tests showed promising results regarding performance (no PCI passthrough), but nonetheless as expected in this early stage of development a small decrease between 2.5 - 10%. Sacrificing performance for a boost in security offered by PVH should be a priority. For the final results to be conclusive and have a fair comparison, it is necessary to have a rough implementation of PCI passthrough (e.g. for a network device).

Any help towards this matter would be greatly appreciated.

Thanks,
Alex






Amazon Development Center (Romania) S.R.L. registered office: 27A Sf. Lazar Street, UBC5, floor 2, Iasi, Iasi County, 700045, Romania. Registered in Romania. Registration number J22/2621/2005.

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

[-- Attachment #2: Type: text/plain, Size: 157 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

* Re: dom0/pvh: Dom0 PVH with PCI passthrough support status
  2018-10-19 16:08 dom0/pvh: Dom0 PVH with PCI passthrough support status Vasile, Alexandru-catalin
@ 2018-10-19 16:22 ` Roger Pau Monné
  2018-10-30 11:32   ` Alexandru Vasile
  0 siblings, 1 reply; 11+ messages in thread
From: Roger Pau Monné @ 2018-10-19 16:22 UTC (permalink / raw)
  To: Vasile, Alexandru-catalin
  Cc: Juergen Gross, Wei Liu, Andrew Cooper, Paul Durrant, Jan Beulich,
	xen-devel

Hello,

Thanks for your interest and testing of PVH Dom0!

On Fri, Oct 19, 2018 at 04:08:45PM +0000, Vasile, Alexandru-catalin wrote:
> Hello,
> 
> I would like to use Dom0 with PVH mode together with PCI passthrough in order to compare PVH and HVM in a real test scenario for early adoption of PVH. The minimum setup needed is to have the possibility to assign to a domain a PCI device that is passthrough.
> 
> Are there any patches in review or previous discussions on having PCI passthrough in Dom0 PVH?

Current code in staging branch should have PCI passthrough support for
PVH Dom0 (ie: so that Dom0 can correctly interact with physical
devices on the host), albeit it's all experimental and things like
SR-IOV devices won't work properly yet.

You likely want to use my Xen branch at:

http://xenbits.xen.org/gitweb/?p=people/royger/xen.git;a=shortlog;h=refs/heads/fixes-pvh-v2

This contains my latest fixes for PVH Dom0, as I've just posted this
today. As for the Dom0 kernel you will have to use Linux 4.18 or
newer.

> Our internal tests showed promising results regarding performance (no PCI passthrough), but nonetheless as expected in this early stage of development a small decrease between 2.5 - 10%. Sacrificing performance for a boost in security offered by PVH should be a priority. For the final results to be conclusive and have a fair comparison, it is necessary to have a rough implementation of PCI passthrough (e.g. for a network device).

If you instead mean doing PCI-passthrough from a PVH Dom0 to a PV or
HVM DomU, I haven't really tried it, so there's a good chance you will
find issues in pci-back or QEMU when attempting this.

My current main goal is to make PVH Dom0 stable, and afterwards I will
look at adding all the missing functionality.

There is some low-hanging fruit, both in Xen and the Linux kernel,
which can really be worked in parallel by different parties, so let me
know if you have some capacity and we can speak about sharing the
workload.

Thanks, Roger.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

* Re: dom0/pvh: Dom0 PVH with PCI passthrough support status
  2018-10-19 16:22 ` Roger Pau Monné
@ 2018-10-30 11:32   ` Alexandru Vasile
  2018-10-30 15:07     ` Roger Pau Monné
  2018-10-30 15:19     ` Wei Liu
  0 siblings, 2 replies; 11+ messages in thread
From: Alexandru Vasile @ 2018-10-30 11:32 UTC (permalink / raw)
  To: Roger Pau Monné
  Cc: Juergen Gross, Wei Liu, Andrew Cooper, Paul Durrant, Jan Beulich,
	xen-devel


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

Hello,


 > There is some low-hanging fruit, both in Xen and the Linux kernel,
 > which can really be worked in parallel by different parties, so let me
 > know if you have some capacity and we can speak about sharing the
 > workload.

Could you share more details about the low-hanging fruit?


Following with an update, I managed to start a PVH Dom0 with the patches 
from Roger’s fixes branch 
http://xenbits.xen.org/gitweb/?p=people/royger/xen.git;a=shortlog;h=refs/heads/fixes-pvh-v2 
and with the xen kernel tip 
https://kernel.googlesource.com/pub/scm/linux/kernel/git/xen/tip/ 
(a978a5b – latest commit).

When trying to PCI passthrough a NIC to a HVM DomU guest from PVH Dom0, 
the host completely freezes and reboots and xl returns the following errors:

libxl: error:libxl_qmp.c:334:qmp_handle_error_reponse: Domain 1:received 
an error message from QMP server: Mapping machine irq 16 to pirq -1 
failed: Function not implemented

libxl: error:libxl_pci.c:1300:libxl__add_pcidevs: Domain 
1:libxl_device_pci_add failed: -3

libxl: error:libxl_create.c:1522:domcreate_attach_devices: Domain 
1:unable to add pci devices


Is someone familiar with this problem or the next steps needed in order 
to make it work properly?


Steps to reproduce:

1. Start xencommons: sudo ./xen/etc/init.d/xencommons start

2. Assign PCI for NIC: sudo ./xen/sbin/xl pci-assignable-add 00:1f.6

3. Create HVM DomU: sudo ./xen/sbin/xl create domU_hvm.cfg


The grub command for xen Dom0 as found in /etc/default/grub:

GRUB_CMDLINE_XEN="dom0=pvh dom0_mem=8192M,max:8192M loglvl=all 
sync_console_to_ring=true com1=115200,8n1 console=com1 
iommu=debug,verbose,workaround_bios_bug iommu_inclusive 
xen-pciback.passthrough=1"

The same problem is present if the above command does not contain 
‘xen-pciback.passthrough=1’.

I attached to this mail the ‘lspci -v’ output for NIC and domU config file.


Thanks,

Alex.




Amazon Development Center (Romania) S.R.L. registered office: 27A Sf. Lazar Street, UBC5, floor 2, Iasi, Iasi County, 700045, Romania. Registered in Romania. Registration number J22/2621/2005.

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

[-- Attachment #2: domU_hvm.cfg --]
[-- Type: text/plain, Size: 389 bytes --]

name = "domu_hvm"

firmware_override='/home/test/w/xen_roger_01/tools/firmware/hvmloader/hvmloader'
vcpus=2
memory=2048
shadow_memory=8
disk=['file:/home/test/w/saved_configs/guest_CFG/domu_HVM.img,xvda,w',
      'file:/home/test/Downloads/ubuntu-16.04.1-desktop-amd64.iso,xvdc:cdrom,r']

pci=['00:1f.6,permissive=1']

builder='hvm'

boot='dc'

vnc=1
vnclisten="0.0.0.0"
vncpasswd='test'


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

lspci -v

00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (2) I219-V
	Subsystem: Micro-Star International Co., Ltd. [MSI] Ethernet Connection (2) I219-V
	Flags: bus master, fast devsel, latency 0, IRQ 195
	Memory at df400000 (32-bit, non-prefetchable) [size=128K]
	Capabilities: [c8] Power Management version 3
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
	Capabilities: [e0] PCI Advanced Features
	Kernel driver in use: e1000e
	Kernel modules: e1000e


[-- Attachment #4: Type: text/plain, Size: 157 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

* Re: dom0/pvh: Dom0 PVH with PCI passthrough support status
  2018-10-30 11:32   ` Alexandru Vasile
@ 2018-10-30 15:07     ` Roger Pau Monné
  2018-11-05  9:58       ` Alexandru Vasile
  2018-10-30 15:19     ` Wei Liu
  1 sibling, 1 reply; 11+ messages in thread
From: Roger Pau Monné @ 2018-10-30 15:07 UTC (permalink / raw)
  To: Alexandru Vasile
  Cc: Juergen Gross, Wei Liu, Andrew Cooper, Paul Durrant, Jan Beulich,
	xen-devel

On Tue, Oct 30, 2018 at 01:32:38PM +0200, Alexandru Vasile wrote:
> Hello,
> 
> 
> > There is some low-hanging fruit, both in Xen and the Linux kernel,
> > which can really be worked in parallel by different parties, so let me
> > know if you have some capacity and we can speak about sharing the
> > workload.
> 
> Could you share more details about the low-hanging fruit?
> 
> 
> Following with an update, I managed to start a PVH Dom0 with the patches
> from Roger’s fixes branch http://xenbits.xen.org/gitweb/?p=people/royger/xen.git;a=shortlog;h=refs/heads/fixes-pvh-v2
> and with the xen kernel tip
> https://kernel.googlesource.com/pub/scm/linux/kernel/git/xen/tip/ (a978a5b –
> latest commit).
> 
> When trying to PCI passthrough a NIC to a HVM DomU guest from PVH Dom0, the
> host completely freezes and reboots and xl returns the following errors:
> 
> libxl: error:libxl_qmp.c:334:qmp_handle_error_reponse: Domain 1:received an
> error message from QMP server: Mapping machine irq 16 to pirq -1 failed:
> Function not implemented
> 
> libxl: error:libxl_pci.c:1300:libxl__add_pcidevs: Domain
> 1:libxl_device_pci_add failed: -3
> 
> libxl: error:libxl_create.c:1522:domcreate_attach_devices: Domain 1:unable
> to add pci devices
> 
> 
> Is someone familiar with this problem or the next steps needed in order to
> make it work properly?

I'm afraid you are likely the first to attempt PCI passthrough from a
PVH Dom0, so there's likely some work to get it running.

The first step would be to figure out why your host freezes. Are you
running a version of the hypervisor built with debug=y? (that's the
default on staging).

Do you have a serial console setup in order to catch any Xen messages?
In which case, do you get anything on the serial before the reboot?

> 
> Steps to reproduce:
> 
> 1. Start xencommons: sudo ./xen/etc/init.d/xencommons start
> 
> 2. Assign PCI for NIC: sudo ./xen/sbin/xl pci-assignable-add 00:1f.6
> 
> 3. Create HVM DomU: sudo ./xen/sbin/xl create domU_hvm.cfg
> 
> 
> The grub command for xen Dom0 as found in /etc/default/grub:
> 
> GRUB_CMDLINE_XEN="dom0=pvh dom0_mem=8192M,max:8192M loglvl=all
> sync_console_to_ring=true com1=115200,8n1 console=com1

I see you have a serial configured, is there anything printed there
before the reboot?

I would recommend that you also add sync_console in order to make sure
no messages are dropped.

> iommu=debug,verbose,workaround_bios_bug iommu_inclusive

iommu_inclusive is not a valid option [0], you can just drop it.

> xen-pciback.passthrough=1"
> 
> The same problem is present if the above command does not contain
> ‘xen-pciback.passthrough=1’.

You can drop this chunk, that's not a Xen command line option [0].

Thanks, Roger.

[0] https://xenbits.xen.org/docs/unstable/misc/xen-command-line.html

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

* Re: dom0/pvh: Dom0 PVH with PCI passthrough support status
  2018-10-30 11:32   ` Alexandru Vasile
  2018-10-30 15:07     ` Roger Pau Monné
@ 2018-10-30 15:19     ` Wei Liu
  2018-11-05 10:12       ` Alexandru Vasile
  1 sibling, 1 reply; 11+ messages in thread
From: Wei Liu @ 2018-10-30 15:19 UTC (permalink / raw)
  To: Alexandru Vasile
  Cc: Juergen Gross, Wei Liu, Andrew Cooper, Paul Durrant, Jan Beulich,
	xen-devel, Roger Pau Monné

On Tue, Oct 30, 2018 at 01:32:38PM +0200, Alexandru Vasile wrote:
> Hello,
> 
> 
> > There is some low-hanging fruit, both in Xen and the Linux kernel,
> > which can really be worked in parallel by different parties, so let me
> > know if you have some capacity and we can speak about sharing the
> > workload.
> 
> Could you share more details about the low-hanging fruit?
> 
> 
> Following with an update, I managed to start a PVH Dom0 with the patches
> from Roger’s fixes branch http://xenbits.xen.org/gitweb/?p=people/royger/xen.git;a=shortlog;h=refs/heads/fixes-pvh-v2
> and with the xen kernel tip
> https://kernel.googlesource.com/pub/scm/linux/kernel/git/xen/tip/ (a978a5b –
> latest commit).
> 
> When trying to PCI passthrough a NIC to a HVM DomU guest from PVH Dom0, the
> host completely freezes and reboots and xl returns the following errors:

I think you mean xl returns such error before the host freezes?

> 
> libxl: error:libxl_qmp.c:334:qmp_handle_error_reponse: Domain 1:received an
> error message from QMP server: Mapping machine irq 16 to pirq -1 failed:

Note the "-1" here. It looks wrong. The toolstack and QEMU probably need
to be patched to handle DomU passthrough from a PVH Dom0.

Wei.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

* Re: dom0/pvh: Dom0 PVH with PCI passthrough support status
  2018-10-30 15:07     ` Roger Pau Monné
@ 2018-11-05  9:58       ` Alexandru Vasile
  2018-11-05 10:57         ` Wei Liu
  0 siblings, 1 reply; 11+ messages in thread
From: Alexandru Vasile @ 2018-11-05  9:58 UTC (permalink / raw)
  To: Roger Pau Monné
  Cc: Juergen Gross, Wei Liu, Andrew Cooper, Paul Durrant, Jan Beulich,
	xen-devel


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

Hello,


Since my last message I tried to obtain the serial console log from the 
server, unfortunately the delay was caused by a missing serial cable.

The changes that I made are the following: compiled xen from Roger’s 
branch ‘fixes-pvh-v3’ [0] instead of version 2, added ‘debug=y’ in 
Config.mk and changed the grub command line as per Roger’s suggestion:

GRUB_CMDLINE_LINUX="console=hvc0 earlyprintk=xen"

GRUB_CMDLINE_XEN="dom0=pvh dom0_mem=8192M,max:8192M loglvl=all 
guest_loglvl=all sync_console_to_ring=true sync_console com1=115200,8n1 
console=com1,vga iommu=debug,verbose,workaround_bios_bug"


On Tue, Oct 30, 2018 at 15:12:17 +0000, Roger Pau Monné wrote:
 > Do you have a serial console setup in order to catch any Xen 
messages?> In which case, do you get anything on the serial before the 
reboot?
I attached the console output from the serial, both when trying to start 
a HVM DomU without passthrough[1] and with passthrough enabled[2].

I have also changed the device that I am trying to passthrough[3].

I will keep investigating this issue, but any help is appreciated.


Thanks, Alex.


[0] 
http://xenbits.xen.org/gitweb/?p=people/royger/xen.git;a=shortlog;h=refs/heads/fixes-pvh-v3

[1] see ‘log_hvm_no_passthrough’ from the attached files

[2] see ‘log_hvm_passthrough’ from the attached files

[3] see ‘lspci_3.00’ from the attached files




Amazon Development Center (Romania) S.R.L. registered office: 27A Sf. Lazar Street, UBC5, floor 2, Iasi, Iasi County, 700045, Romania. Registered in Romania. Registration number J22/2621/2005.

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

[-- Attachment #2: log_hvm_no_passthrough --]
[-- Type: text/plain, Size: 81376 bytes --]

 Xen 4.12-unstable
(XEN) Xen version 4.12-unstable (root@) (gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516) debug=y  Fri Nov  2 12:28:49 EDT 2018
(XEN) Latest ChangeSet: Tue Oct 30 16:17:10 2018 +0100 git:9130b82dbf
(XEN) Console output is synchronous.
(XEN) Bootloader: GRUB 2.02~beta3-5
(XEN) Command line: placeholder dom0=pvh dom0_mem=8192M,max:8192M loglvl=all guest_loglvl=all sync_console_to_ring=true sync_console com1=115200,8n1 console=com1,vga iommu=debug,verbose,workaround_bios_bug
(XEN) Xen image load base address: 0
(XEN) Video information:
(XEN)  VGA is text mode 80x25, font 8x16
(XEN)  VBE/DDC methods: V2; EDID transfer time: 1 seconds
(XEN) Disc information:
(XEN)  Found 2 MBR signatures
(XEN)  Found 2 EDD information structures
(XEN) Xen-e820 RAM map:
(XEN)  0000000000000000 - 0000000000098c00 (usable)
(XEN)  0000000000098c00 - 00000000000a0000 (reserved)
(XEN)  00000000000e0000 - 0000000000100000 (reserved)
(XEN)  0000000000100000 - 000000008c1c4000 (usable)
(XEN)  000000008c1c4000 - 000000008c1c5000 (ACPI NVS)
(XEN)  000000008c1c5000 - 000000008c20f000 (reserved)
(XEN)  000000008c20f000 - 000000008c281000 (usable)
(XEN)  000000008c281000 - 000000008dec1000 (reserved)
(XEN)  000000008dec1000 - 000000008df9a000 (ACPI NVS)
(XEN)  000000008df9a000 - 000000008dfff000 (ACPI data)
(XEN)  000000008dfff000 - 000000008e000000 (usable)
(XEN)  000000008e000000 - 0000000090000000 (reserved)
(XEN)  0000000094000000 - 000000009a000000 (reserved)
(XEN)  000000009df00000 - 00000000a0000000 (reserved)
(XEN)  00000000e0000000 - 00000000f0000000 (reserved)
(XEN)  00000000fd000000 - 00000000fe800000 (reserved)
(XEN)  00000000fec00000 - 00000000fec01000 (reserved)
(XEN)  00000000fed00000 - 00000000fed01000 (reserved)
(XEN)  00000000fed10000 - 00000000fed1a000 (reserved)
(XEN)  00000000fed84000 - 00000000fed85000 (reserved)
(XEN)  00000000fee00000 - 00000000fee01000 (reserved)
(XEN)  00000000ff400000 - 0000000100000000 (reserved)
(XEN)  0000000100000000 - 0000001060000000 (usable)
(XEN) New Xen image base address: 0x8ba00000
(XEN) ACPI: RSDP 000F0510, 0024 (r2 INTEL )
(XEN) ACPI: XSDT 8DFB7188, 00EC (r1 INTEL  S1200SPO        0 INTL  1000013)
(XEN) ACPI: FACP 8DFF3000, 00F4 (r5 INTEL  S1200SPO        0 INTL 20091013)
(XEN) ACPI: DSDT 8DFC3000, 29241 (r2 INTEL  S1200SPO        0 INTL 20091013)
(XEN) ACPI: FACS 8DF6D000, 0040
(XEN) ACPI: HPET 8DFF2000, 0038 (r1 INTEL  S1200SPO        1 INTL 20091013)
(XEN) ACPI: APIC 8DFF1000, 00BC (r3 INTEL  S1200SPO        1 INTL 20091013)
(XEN) ACPI: MCFG 8DFF0000, 003C (r1 INTEL  S1200SPO        1 INTL 20091013)
(XEN) ACPI: SPMI 8DFEE000, 0042 (r5 INTEL  S1200SPO        0 INTL 20091013)
(XEN) ACPI: WDDT 8DFED000, 0040 (r1 INTEL  S1200SPO        0 INTL 20091013)
(XEN) ACPI: SSDT 8DFC0000, 2BAE (r2 INTEL  S1200SPO     1000 INTL 20091013)
(XEN) ACPI: SSDT 8DFBF000, 0BE3 (r2 INTEL  S1200SPO     1000 INTL 20091013)
(XEN) ACPI: SSDT 8DFBE000, 019A (r2 INTEL  S1200SPO     1000 INTL 20091013)
(XEN) ACPI: SSDT 8DFBD000, 04A3 (r2 INTEL  S1200SPO     1000 INTL 20091013)
(XEN) ACPI: TCPA 8DFFC000, 0064 (r2 INTEL  S1200SPO        2 INTL  1000013)
(XEN) ACPI: TPM2 8DFFA000, 0034 (r3 INTEL  S1200SPO        2 INTL  1000013)
(XEN) ACPI: SSDT 8DFF4000, 5328 (r2 INTEL  S1200SPO     3000 INTL 20141107)
(XEN) ACPI: SSDT 8DFBC000, 0E73 (r2 INTEL  S1200SPO     3000 INTL 20141107)
(XEN) ACPI: SSDT 8DFBA000, 0064 (r2 INTEL  S1200SPO        2 INTL 20141107)
(XEN) ACPI: DMAR 8DFB8000, 0070 (r1 INTEL  S1200SPO        1 INTL        1)
(XEN) ACPI: HEST 8DFFD000, 00A8 (r1 INTEL  S1200SPO        1 INTL        1)
(XEN) ACPI: ERST 8DFB5000, 0230 (r1 INTEL  S1200SPO        1 INTL        1)
(XEN) ACPI: SSDT 8DFFB000, 03A7 (r2 INTEL  S1200SPO     1000 INTL 20141107)
(XEN) ACPI: SSDT 8DFBB000, 0B79 (r2 INTEL  S1200SPO        2 INTL 20141107)
(XEN) ACPI: BERT 8DFB6000, 0030 (r1 INTEL  S1200SPO        1 INTL        1)
(XEN) ACPI: UEFI 8DF82000, 0042 (r1 INTEL  S1200SPO        2 INTL  1000013)
(XEN) ACPI: PRAD 8DFB9000, 0102 (r2 INTEL  S1200SPO        2 INTL 20141107)
(XEN) ACPI: EINJ 8DFB4000, 0130 (r1 INTEL  S1200SPO        1 INTL        1)
(XEN) ACPI: SPCR 8DFEF000, 0050 (r1 INTEL  S1200SPO        0 INTL 20091013)
(XEN) System RAM: 65217MB (66783036kB)
(XEN) No NUMA configuration found
(XEN) Faking a node at 0000000000000000-0000001060000000
(XEN) Domain heap initialised
(XEN) CPU Vendor: Intel, Family 6 (0x6), Model 158 (0x9e), Stepping 9 (raw 000906e9)
(XEN) DMI 2.7 present.
(XEN) Using APIC driver default
(XEN) ACPI: PM-Timer IO Port: 0x1808 (32 bits)
(XEN) ACPI: SLEEP INFO: pm1x_cnt[1:1804,1:0], pm1x_evt[1:1800,1:0]
(XEN) ACPI: 32/64X FACS address mismatch in FADT - 8df6d000/0000000000000000, using 32
(XEN) ACPI:             wakeup_vec[8df6d00c], vec_size[20]
(XEN) ACPI: Local APIC address 0xfee00000
(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
(XEN) ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
(XEN) ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
(XEN) IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
(XEN) ACPI: IRQ0 used by override.
(XEN) ACPI: IRQ2 used by override.
(XEN) ACPI: IRQ9 used by override.
(XEN) Enabling APIC mode:  Flat.  Using 1 I/O APICs
(XEN) ACPI: HPET id: 0x8086a201 base: 0xfed00000
(XEN) PCI: MCFG configuration 0: base e0000000 segment 0000 buses 00 - ff
(XEN) PCI: MCFG area at e0000000 reserved in E820
(XEN) PCI: Using MCFG for segment 0000 bus 00-ff
(XEN) [VT-D]Host address width 39
(XEN) [VT-D]found ACPI_DMAR_DRHD:
(XEN) [VT-D]  dmaru->address = fed90000
(XEN) [VT-D]drhd->address = fed90000 iommu->reg = ffff82c00021d000
(XEN) [VT-D]cap = d2008c40660462 ecap = f050da
(XEN) [VT-D] IOAPIC: 0000:f0:1f.0
(XEN) [VT-D] MSI HPET: 0000:00:1f.0
(XEN) [VT-D]  flags: INCLUDE_ALL
(XEN) [VT-D]found ACPI_DMAR_RMRR:
(XEN) [VT-D]  RMRR address range 3e2e0000..3e2fffff not in reserved memory; need "iommu_inclusive_mapping=1"?
(XEN) [VT-D] endpoint: 0000:00:14.0
(XEN) [VT-D]dmar.c:639:   RMRR region: base_addr 3e2e0000 end_addr 3e2fffff
(XEN) Xen ERST support is initialized.
(XEN) HEST: Table parsing has been initialized
(XEN) Using ACPI (MADT) for SMP configuration information
(XEN) SMP: Allowing 8 CPUs (0 hotplug CPUs)
(XEN) IRQ limits: 120 GSI, 1432 MSI/MSI-X
(XEN) Not enabling x2APIC (upon firmware request)
(XEN) xstate: size: 0x440 and states: 0x1f
(XEN) mce_intel.c:780: MCA Capability: firstbank 0, extended MCE MSR 0, BCAST, CMCI
(XEN) CPU0: Intel machine check reporting enabled
(XEN) Speculative mitigation facilities:
(XEN)   Hardware features:
(XEN)   Compiled-in support: INDIRECT_THUNK SHADOW_PAGING
(XEN)   Xen settings: BTI-Thunk RETPOLINE, SPEC_CTRL: No, Other:
(XEN)   L1TF: believed vulnerable, maxphysaddr L1D 46, CPUID 39, Safe address 8000000000
(XEN)   Support for HVM VMs: RSB EAGER_FPU
(XEN)   Support for PV VMs: RSB EAGER_FPU
(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)  load_precision_shift: 18
(XEN)  load_window_shift: 30
(XEN)  underload_balance_tolerance: 0
(XEN)  overload_balance_tolerance: -3
(XEN)  runqueues arrangement: socket
(XEN)  cap enforcement granularity: 10ms
(XEN) load tracking window length 1073741824 ns
(XEN) Adding cpu 0 to runqueue 0
(XEN)  First cpu on runqueue, activating
(XEN) Platform timer is 23.999MHz HPET
(XEN) Detected 3792.074 MHz processor.
(XEN) Initing memory sharing.
(XEN) alt table ffff82d08046b838 -> ffff82d08046d63e
(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) nr_sockets: 1
(XEN) Enabled directed EOI with ioapic_ack_old on!
(XEN) ENABLING IO-APIC IRQs
(XEN)  -> Using old ACK method
(XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1
(XEN) TSC deadline timer enabled
(XEN) Allocated console ring of 64 KiB.
(XEN) mwait-idle: MWAIT substates: 0x142120
(XEN) mwait-idle: v0.4.1 model 0x9e
(XEN) mwait-idle: lapic_timer_reliable_states 0xffffffff
(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)  - VMCS shadowing
(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) Adding cpu 1 to runqueue 0
(XEN) Adding cpu 2 to runqueue 0
(XEN) Adding cpu 3 to runqueue 0
(XEN) Adding cpu 4 to runqueue 0
(XEN) Adding cpu 5 to runqueue 0
(XEN) Adding cpu 6 to runqueue 0
(XEN) Adding cpu 7 to runqueue 0
(XEN) Brought up 8 CPUs
(XEN) build-id: 8ca86e4aff721d4739668760f50f332456673196
(XEN) Running stub recovery selftests...
(XEN) traps.c:1566: GPF (0000): ffff82d0bffff041 [ffff82d0bffff041] -> ffff82d080380412
(XEN) traps.c:755: Trap 12: ffff82d0bffff040 [ffff82d0bffff040] -> ffff82d080380412
(XEN) traps.c:1094: Trap 3: ffff82d0bffff041 [ffff82d0bffff041] -> ffff82d080380412
(XEN) ACPI sleep modes: S3
(XEN) VPMU: disabled
(XEN) mcheck_poll: Machine check polling timer started.
(XEN) Dom0 has maximum 888 PIRQs
(XEN) NX (Execute Disable) protection active
(XEN) *** Building a PVH Dom0 ***
(XEN) [VT-D]d0:Hostbridge: skip 0000:00:00.0 map
(XEN) [VT-D]d0:PCI: map 0000:00:14.0
(XEN) [VT-D]d0:PCI: map 0000:00:14.2
(XEN) [VT-D]d0:PCI: map 0000:00:16.0
(XEN) [VT-D]d0:PCI: map 0000:00:16.1
(XEN) [VT-D]d0:PCI: map 0000:00:17.0
(XEN) [VT-D]d0:PCI: map 0000:00:1f.0
(XEN) [VT-D]d0:PCI: map 0000:00:1f.2
(XEN) [VT-D]d0:PCI: map 0000:00:1f.4
(XEN) [VT-D]d0:PCIe: map 0000:01:00.0
(XEN) [VT-D]d0:PCIe: map 0000:02:00.0
(XEN) [VT-D]d0:PCIe: map 0000:03:00.0
(XEN) [VT-D]d0:PCIe: map 0000:04:00.0
(XEN) Cannot setup identity map d0:3e2e0, gfn already mapped to ffe1e0.
(XEN) [VT-D]iommu.c:2272: IOMMU: mapping reserved region failed
(XEN) [VT-D]iommu_enable_translation: iommu->reg = ffff82c00021d000
(XEN) WARNING: PVH is an experimental mode with limited functionality
(XEN) Initial low memory virq threshold set at 0x4000 pages.
(XEN) Scrubbing Free RAM on 1 nodes using 4 CPUs
(XEN) ...................................................................................................................................done.
(XEN) Std. Loglevel: All
(XEN) Guest Loglevel: All
(XEN) ***************************************************
(XEN) WARNING: CONSOLE OUTPUT IS SYNCHRONOUS
(XEN) This option is intended to aid debugging of Xen by ensuring
(XEN) that all output is synchronously delivered on the serial line.
(XEN) However it can introduce SIGNIFICANT latencies and affect
(XEN) timekeeping. It is NOT recommended for production use!
(XEN) ***************************************************
(XEN) Booted on L1TF-vulnerable hardware with SMT/Hyperthreading
(XEN) enabled.  Please assess your configuration and choose an
(XEN) explicit 'smt=<bool>' setting.  See XSA-273.
(XEN) ***************************************************
(XEN) 3... 2... 1... 
(XEN) Xen is relinquishing VGA console.
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
(XEN) Freed 472kB init memory
(XEN) Dom0 callback via changed to Direct Vector 0xf3
[    0.000000] Linux version 4.19.0+ (root@debian) (gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1)) #1 SMP Fri Nov 2 09:11:18 EDT 2018
[    0.000000] Command line: placeholder root=UUID=93bcf82b-b9b9-4362-936a-d0c100a920da ro console=hvc0 earlyprintk=xen
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000097fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000098c00-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000008c1c3fff] usable
[    0.000000] BIOS-e820: [mem 0x000000008c1c4000-0x000000008c1c4fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000008c1c5000-0x000000008c20efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008c20f000-0x000000008c280fff] usable
[    0.000000] BIOS-e820: [mem 0x000000008c281000-0x000000008dec0fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008dec1000-0x000000008df99fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000008df9a000-0x000000008dffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000008dfff000-0x000000008dfffe8b] usable
[    0.000000] BIOS-e820: [mem 0x000000008dfffe8c-0x000000008dffff57] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000008e000000-0x000000008fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000094000000-0x0000000099ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000009df00000-0x000000009fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000fe7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed84000-0x00000000fed84fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff400000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000273e30fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000273e31000-0x000000105fffffff] unusable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Intel Corporation S1200SP/S1200SP, BIOS S1200SP.86B.03.01.0020.052620170737 05/26/2017
[    0.000000] Hypervisor detected: Xen HVM
[    0.000000] Xen version 4.12.
[    0.000000] Xen Platform PCI: unrecognised magic value
[    0.055205] tsc: Fast TSC calibration failed
[    0.055206] tsc: Detected 3792.074 MHz processor
[    0.060725] last_pfn = 0x273e31 max_arch_pfn = 0x400000000
[    0.062274] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.063687] last_pfn = 0x8dfff max_arch_pfn = 0x400000000
[    0.077217] Using GB pages for direct mapping
[    0.077616] RAMDISK: [mem 0x0282c000-0x1291efff]
[    0.077622] ACPI: Early table checksum verification disabled
[    0.077644] ACPI: RSDP 0x000000008DFFFE8C 000024 (v02 INTEL )
[    0.077648] ACPI: XSDT 0x000000008DFFFEB0 000084 (v01 INTEL  S1200SPO 00000000 INTL 01000013)
[    0.077652] ACPI: APIC 0x000000008DFFFF34 0000CC (v03 INTEL  S1200SPO 00000001 INTL 20091013)
[    0.077656] ACPI: FACP 0x000000008DFF3000 0000F4 (v05 INTEL  S1200SPO 00000000 INTL 20091013)
[    0.077689] ACPI: DSDT 0x000000008DFC3000 029241 (v02 INTEL  S1200SPO 00000000 INTL 20091013)
[    0.077693] ACPI: FACS 0x000000008DF6D000 000040
[    0.077696] ACPI: MCFG 0x000000008DFF0000 00003C (v01 INTEL  S1200SPO 00000001 INTL 20091013)
[    0.077700] ACPI: SSDT 0x000000008DFC0000 002BAE (v02 INTEL  S1200SPO 00001000 INTL 20091013)
[    0.077703] ACPI: SSDT 0x000000008DFBF000 000BE3 (v02 INTEL  S1200SPO 00001000 INTL 20091013)
[    0.077707] ACPI: SSDT 0x000000008DFBE000 00019A (v02 INTEL  S1200SPO 00001000 INTL 20091013)
[    0.077710] ACPI: SSDT 0x000000008DFBD000 0004A3 (v02 INTEL  S1200SPO 00001000 INTL 20091013)
[    0.077714] ACPI: SSDT 0x000000008DFF4000 005328 (v02 INTEL  S1200SPO 00003000 INTL 20141107)
[    0.077718] ACPI: SSDT 0x000000008DFBC000 000E73 (v02 INTEL  S1200SPO 00003000 INTL 20141107)
[    0.077721] ACPI: SSDT 0x000000008DFBA000 000064 (v02 INTEL  S1200SPO 00000002 INTL 20141107)
[    0.077725] ACPI: SSDT 0x000000008DFFB000 0003A7 (v02 INTEL  S1200SPO 00001000 INTL 20141107)
[    0.077728] ACPI: SSDT 0x000000008DFBB000 000B79 (v02 INTEL  S1200SPO 00000002 INTL 20141107)
[    0.077908] No NUMA configuration found
[    0.077909] Faking a node at [mem 0x0000000000000000-0x0000000273e30fff]
[    0.077911] NODE_DATA(0) allocated [mem 0x273e2c000-0x273e30fff]
[    0.077931] Zone ranges:
[    0.077931]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.077933]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.077934]   Normal   [mem 0x0000000100000000-0x0000000273e30fff]
[    0.077934]   Device   empty
[    0.077935] Movable zone start for each node
[    0.077936] Early memory node ranges
[    0.077937]   node   0: [mem 0x0000000000001000-0x0000000000097fff]
[    0.077937]   node   0: [mem 0x0000000000100000-0x000000008c1c3fff]
[    0.077938]   node   0: [mem 0x000000008c20f000-0x000000008c280fff]
[    0.077938]   node   0: [mem 0x0000000100000000-0x0000000273e30fff]
[    0.078346] Reserved but unavailable: 32770 pages
[    0.078347] Initmem setup node 0 [mem 0x0000000000001000-0x0000000273e30fff]
[    0.106854] ACPI: PM-Timer IO Port: 0x1808
[    0.106899] IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-119
[    0.106901] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.106902] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.106906] Using ACPI (MADT) for SMP configuration information
[    0.106913] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.106926] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.106927] PM: Registered nosave memory: [mem 0x00098000-0x00098fff]
[    0.106928] PM: Registered nosave memory: [mem 0x00099000-0x000fffff]
[    0.106929] PM: Registered nosave memory: [mem 0x8c1c4000-0x8c1c4fff]
[    0.106929] PM: Registered nosave memory: [mem 0x8c1c5000-0x8c20efff]
[    0.106930] PM: Registered nosave memory: [mem 0x8c281000-0x8dec0fff]
[    0.106931] PM: Registered nosave memory: [mem 0x8dec1000-0x8df99fff]
[    0.106932] PM: Registered nosave memory: [mem 0x8df9a000-0x8dffefff]
[    0.106932] PM: Registered nosave memory: [mem 0x8dfff000-0x8dffffff]
[    0.106933] PM: Registered nosave memory: [mem 0x8dfff000-0x8dffffff]
[    0.106934] PM: Registered nosave memory: [mem 0x8e000000-0x8fffffff]
[    0.106934] PM: Registered nosave memory: [mem 0x90000000-0x93ffffff]
[    0.106935] PM: Registered nosave memory: [mem 0x94000000-0x99ffffff]
[    0.106935] PM: Registered nosave memory: [mem 0x9a000000-0x9defffff]
[    0.106936] PM: Registered nosave memory: [mem 0x9df00000-0x9fffffff]
[    0.106936] PM: Registered nosave memory: [mem 0xa0000000-0xdfffffff]
[    0.106937] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.106937] PM: Registered nosave memory: [mem 0xf0000000-0xfcffffff]
[    0.106938] PM: Registered nosave memory: [mem 0xfd000000-0xfe7fffff]
[    0.106939] PM: Registered nosave memory: [mem 0xfe800000-0xfebfffff]
[    0.106939] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.106940] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.106940] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.106941] PM: Registered nosave memory: [mem 0xfed01000-0xfed0ffff]
[    0.106941] PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
[    0.106942] PM: Registered nosave memory: [mem 0xfed1a000-0xfed83fff]
[    0.106942] PM: Registered nosave memory: [mem 0xfed84000-0xfed84fff]
[    0.106943] PM: Registered nosave memory: [mem 0xfed85000-0xfedfffff]
[    0.106943] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.106944] PM: Registered nosave memory: [mem 0xfee01000-0xff3fffff]
[    0.106944] PM: Registered nosave memory: [mem 0xff400000-0xffffffff]
[    0.106946] [mem 0xa0000000-0xdfffffff] available for PCI devices
[    0.106947] Booting paravirtualized kernel on Xen PVH
[    0.106949] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.165986] random: get_random_bytes called from start_kernel+0x96/0x4dc with crng_init=0
[    0.165991] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:8 nr_node_ids:1
[    0.166098] percpu: Embedded 44 pages/cpu @(____ptrval____) s142808 r8192 d29224 u262144
[    0.166125] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)
[    0.166128] Built 1 zonelists, mobility grouping on.  Total pages: 2064359
[    0.166129] Policy zone: Normal
[    0.166130] Kernel command line: placeholder root=UUID=93bcf82b-b9b9-4362-936a-d0c100a920da ro console=hvc0 earlyprintk=xen
[    0.214893] Memory: 7900184K/8388600K available (10245K kernel code, 1138K rwdata, 3168K rodata, 1580K init, 2444K bss, 488416K reserved, 0K cma-reserved)
[    0.214944] Kernel/User page tables isolation: enabled
[    0.214956] ftrace: allocating 31253 entries in 123 pages
[    0.223411] rcu: Hierarchical RCU implementation.
[    0.223413] rcu: 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=8.
[    0.223414] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.223415] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.225191] Using NULL legacy PIC
[    0.225192] NR_IRQS: 33024, nr_irqs: 2048, preallocated irqs: 0
[    0.225212] xen:events: Using FIFO-based ABI
[    0.230379] xen:events: Xen HVM callback vector for event delivery is enabled
[    0.230460] Console: colour dummy device 80x25
[    1.272366] console [hvc0] enabled
[    1.276255] ACPI: Core revision 20181003
[    1.293120] Failed to register legacy timer interrupt
[    1.298674] APIC: Switch to symmetric I/O mode setup
[    1.305662] x2apic enabled
[    1.309964] Switched APIC routing to physical x2apic.
[    1.315551] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6d5233dbd77, max_idle_ns: 881590904474 ns
[    1.327354] Calibrating delay loop (skipped), value calculated using timer frequency.. 7584.14 BogoMIPS (lpj=15168296)
[    1.331339] pid_max: default: 32768 minimum: 301
[    1.331339] Security Framework initialized
[    1.331339] Yama: becoming mindful.
[    1.331339] AppArmor: AppArmor disabled by boot time parameter
[    1.331339] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    1.331339] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    1.331339] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    1.331339] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    1.331339] mce: CPU supports 2 MCE banks
[    1.331339] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    1.331339] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    1.331339] Spectre V2 : Mitigation: Full generic retpoline
[    1.331339] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    1.331339] Speculative Store Bypass: Vulnerable
[    1.331339] Freeing SMP alternatives memory: 32K
[    1.331339] clocksource: xen: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    1.331339] installing Xen timer for CPU 0
[    1.331339] smpboot: CPU0: Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz (family: 0x6, model: 0x9e, stepping: 0x9)
[    1.331372] cpu 0 spinlock event irq 125
[    1.335405] Performance Events: unsupported p6 CPU model 158 no PMU driver, software events only.
[    1.339362] rcu: Hierarchical SRCU implementation.
[    1.343586] NMI watchdog: Perf NMI watchdog permanently disabled
[    1.347396] smp: Bringing up secondary CPUs ...
[    1.351397] installing Xen timer for CPU 1
[    1.355384] x86: Booting SMP configuration:
[    1.359344] .... node  #0, CPUs:      #1
[    1.359751] cpu 1 spinlock event irq 131
[    1.367407] installing Xen timer for CPU 2
[    1.371385]  #2
[    1.371809] cpu 2 spinlock event irq 137
[    1.375406] installing Xen timer for CPU 3
[    1.379384]  #3
[    1.379798] cpu 3 spinlock event irq 143
[    1.383404] installing Xen timer for CPU 4
[    1.387386]  #4
[    1.387762] cpu 4 spinlock event irq 149
[    1.391407] installing Xen timer for CPU 5
[    1.395386]  #5
[    1.395699] cpu 5 spinlock event irq 155
[    1.399409] installing Xen timer for CPU 6
[    1.403392]  #6
[    1.403801] cpu 6 spinlock event irq 161
[    1.407405] installing Xen timer for CPU 7
[    1.411386]  #7
[    1.411679] cpu 7 spinlock event irq 167
[    1.415346] smp: Brought up 1 node, 8 CPUs
[    1.419344] smpboot: Max logical packages: 1
[    1.423343] smpboot: Total of 8 processors activated (60673.18 BogoMIPS)
[    1.431608] devtmpfs: initialized
[    1.435384] x86/mm: Memory block size: 128MB
[    1.439855] PM: Registering ACPI NVS region [mem 0x8c1c4000-0x8c1c4fff] (4096 bytes)
[    1.443345] PM: Registering ACPI NVS region [mem 0x8dec1000-0x8df99fff] (888832 bytes)
[    1.447410] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    1.451350] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    1.455407] pinctrl core: initialized pinctrl subsystem
[    1.459561] NET: Registered protocol family 16
[    1.463352] xen:grant_table: Grant tables using version 1 layout
[    1.467353] Grant table initialized
[    1.471449] audit: initializing netlink subsys (disabled)
[    1.475361] audit: type=2000 audit(1541177770.614:1): state=initialized audit_enabled=0 res=1
[    1.483345] cpuidle: using governor ladder
[    1.487357] cpuidle: using governor menu
[    1.491368] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    1.495344] ACPI: bus type PCI registered
[    1.499342] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    1.503511] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    1.507350] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    1.511349] PCI: Using configuration type 1 for base access
[    1.515941] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    1.519347] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    1.523434] ACPI: Added _OSI(Module Device)
[    1.527344] ACPI: Added _OSI(Processor Device)
[    1.531344] ACPI: Added _OSI(3.0 _SCP Extensions)
[    1.535342] ACPI: Added _OSI(Processor Aggregator Device)
[    1.539342] ACPI: Added _OSI(Linux-Dell-Video)
[    1.543342] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    1.555343] random: fast init done
[    1.581179] ACPI: 10 ACPI AML tables successfully acquired and loaded
(XEN) d0: bind: m_gsi=9 g_gsi=9
[    1.588912] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    1.595909] ACPI: Interpreter enabled
[    1.599370] ACPI: (supports S0 S5)
[    1.603213] ACPI: Using IOAPIC for interrupt routing
[    1.603371] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.608215] ACPI: Enabled 9 GPEs in block 00 to 7F
[    1.612167] ACPI: Power Resource [PG00] (on)
[    1.615612] ACPI: Power Resource [PG01] (on)
[    1.619605] ACPI: Power Resource [PG02] (on)
[    1.630432] ACPI: Power Resource [WRST] (off)
[    1.631662] ACPI: Power Resource [WRST] (off)
[    1.635660] ACPI: Power Resource [WRST] (off)
[    1.639658] ACPI: Power Resource [WRST] (off)
[    1.643655] ACPI: Power Resource [WRST] (off)
[    1.647655] ACPI: Power Resource [WRST] (off)
[    1.651657] ACPI: Power Resource [WRST] (off)
[    1.655655] ACPI: Power Resource [WRST] (off)
[    1.659653] ACPI: Power Resource [WRST] (off)
[    1.663663] ACPI: Power Resource [WRST] (off)
[    1.667677] ACPI: Power Resource [WRST] (off)
[    1.671681] ACPI: Power Resource [WRST] (off)
[    1.675657] ACPI: Power Resource [WRST] (off)
[    1.679658] ACPI: Power Resource [WRST] (off)
[    1.683655] ACPI: Power Resource [WRST] (off)
[    1.687658] ACPI: Power Resource [WRST] (off)
[    1.691661] ACPI: Power Resource [WRST] (off)
[    1.695657] ACPI: Power Resource [WRST] (off)
[    1.699657] ACPI: Power Resource [WRST] (off)
[    1.703660] ACPI: Power Resource [WRST] (off)
[    1.711950] acpi ABCD0000:00: ACPI dock station (docks/bays count: 1)
[    1.719082] ACPI: Power Resource [FN00] (off)
[    1.719418] ACPI: Power Resource [FN01] (off)
[    1.723416] ACPI: Power Resource [FN02] (off)
[    1.727414] ACPI: Power Resource [FN03] (off)
[    1.731415] ACPI: Power Resource [FN04] (off)
[    1.736361] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    1.739347] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    1.746265] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability LTR]
[    1.747343] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    1.753279] PCI host bridge to bus 0000:00
[    1.755344] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    1.759343] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    1.763342] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    1.767342] pci_bus 0000:00: root bus resource [mem 0xa0000000-0xdfffffff window]
[    1.771343] pci_bus 0000:00: root bus resource [mem 0x1080000000-0x10bfffffff window]
[    1.775343] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    1.779343] pci_bus 0000:00: root bus resource [bus 00-fe]
[    1.784247] pci 0000:00:00.0: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.788748] pci 0000:00:01.0: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.793179] pci 0000:00:14.0: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.796440] pci 0000:00:14.2: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.800296] pci 0000:00:16.0: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.804826] pci 0000:00:16.1: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.808647] pci 0000:00:17.0: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.812501] pci 0000:00:1d.0: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.816484] pci 0000:00:1d.2: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.820743] pci 0000:00:1d.3: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.824636] pci 0000:00:1f.0: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.828602] pci 0000:00:1f.2: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.832595] pci 0000:00:1f.4: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.840536] pci 0000:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x1 link at 0000:00:01.0 (capable of 7.876 Gb/s with 8 GT/s x1 link)
[    1.843404] pci 0000:01:00.0: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.847440] pci 0000:00:01.0: PCI bridge to [bus 01]
[    1.852643] pci 0000:02:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x1 link at 0000:00:1d.0 (capable of 7.876 Gb/s with 8 GT/s x1 link)
[    1.855434] pci 0000:02:00.0: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.859413] pci 0000:00:1d.0: PCI bridge to [bus 02]
[    1.871227] pci 0000:03:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x1 link at 0000:00:1d.2 (capable of 7.876 Gb/s with 8 GT/s x1 link)
[    1.871425] pci 0000:03:00.0: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.875448] pci 0000:00:1d.2: PCI bridge to [bus 03]
[    1.886947] pci 0000:04:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x1 link at 0000:00:1d.3 (capable of 7.876 Gb/s with 8 GT/s x1 link)
[    1.887425] pci 0000:04:00.0: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.891448] pci 0000:00:1d.3: PCI bridge to [bus 04]
[    1.896776] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    1.899395] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    1.903394] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    1.907393] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    1.911393] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    1.915393] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    1.919392] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    1.923393] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    1.928188] xen:balloon: Initialising balloon driver
[    1.931347] arch_xen_balloon_init: Can't read host e820 (-38)
[    1.935406] pci 0000:02:00.0: vgaarb: setting as boot VGA device
[    1.939339] pci 0000:02:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    1.939343] pci 0000:02:00.0: vgaarb: bridge control possible
[    1.943342] vgaarb: loaded
[    1.946466] pps_core: LinuxPPS API ver. 1 registered
[    1.947343] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.951345] PTP clock support registered
[    1.955346] EDAC MC: Ver: 3.0.0
[    1.959050] PCI: Using ACPI for IRQ routing
[    1.987482] clocksource: Switched to clocksource tsc-early
[    1.999372] VFS: Disk quotas dquot_6.6.0
[    2.003675] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.011453] pnp: PnP ACPI init
[    2.015002] system 00:00: [mem 0xfd000000-0xfdabffff] has been reserved
[    2.022378] system 00:00: [mem 0xfdad0000-0xfdadffff] has been reserved
[    2.029843] system 00:00: [mem 0xfdb00000-0xfdffffff] has been reserved
[    2.037309] system 00:00: [mem 0xfe000000-0xfe01ffff] has been reserved
[    2.044774] system 00:00: [mem 0xfe036000-0xfe03bfff] has been reserved
[    2.052240] system 00:00: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    2.059706] system 00:00: [mem 0xfe410000-0xfe7fffff] has been reserved
[    2.067453] system 00:01: [io  0x2000-0x20fe] has been reserved
[    2.074088] system 00:02: [io  0x0680-0x069f] has been reserved
[    2.080668] system 00:02: [io  0xffff] has been reserved
[    2.086678] system 00:02: [io  0xffff] has been reserved
[    2.092688] system 00:02: [io  0xffff] has been reserved
[    2.098698] system 00:02: [io  0x1800-0x18fe] has been reserved
[    2.105388] system 00:02: [io  0x164e-0x164f] has been reserved
[    2.112152] system 00:03: [io  0x0800-0x087f] has been reserved
[    2.118813] system 00:05: [io  0x1854-0x1857] has been reserved
[    2.126811] system 00:07: [mem 0xfdaf0000-0xfdafffff] has been reserved
[    2.134112] system 00:07: [mem 0xfdae0000-0xfdaeffff] has been reserved
[    2.141575] system 00:07: [mem 0xfdac0000-0xfdacffff] has been reserved
[    2.149498] system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
[    2.156798] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[    2.164264] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[    2.171730] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
[    2.179192] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[    2.186658] system 00:08: [mem 0xfed90000-0xfed93fff] has been reserved
[    2.194126] system 00:08: [mem 0xfed45000-0xfed8ffff] could not be reserved
[    2.201979] system 00:08: [mem 0xff000000-0xffffffff] could not be reserved
[    2.209830] system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved
[    2.217685] system 00:08: [mem 0xa0000000-0xa001ffff] has been reserved
[    2.225941] pnp: PnP ACPI: found 9 devices
[    2.238029] PM-Timer failed consistency check  (0xffffff) - aborting.
[    2.245126] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfffc0000-0xffffffff pref]: no compatible bridge window
[    2.256274] pci 0000:02:00.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
[    2.267469] pci 0000:01:00.0: BAR 6: assigned [mem 0xa2dc0000-0xa2dfffff pref]
[    2.275571] pci 0000:00:01.0: PCI bridge to [bus 01]
[    2.281196] pci 0000:00:01.0:   bridge window [io  0x5000-0x5fff]
[    2.288081] pci 0000:00:01.0:   bridge window [mem 0xa2d00000-0xa2dfffff]
[    2.295777] pci 0000:02:00.0: BAR 6: assigned [mem 0xa2810000-0xa281ffff pref]
[    2.303878] pci 0000:00:1d.0: PCI bridge to [bus 02]
[    2.309508] pci 0000:00:1d.0:   bridge window [mem 0xa2000000-0xa28fffff]
[    2.317167] pci 0000:00:1d.0:   bridge window [mem 0xa1000000-0xa1ffffff 64bit pref]
[    2.325900] pci 0000:00:1d.2: PCI bridge to [bus 03]
[    2.331516] pci 0000:00:1d.2:   bridge window [io  0x4000-0x4fff]
[    2.338401] pci 0000:00:1d.2:   bridge window [mem 0xa2b00000-0xa2cfffff]
[    2.346066] pci 0000:00:1d.3: PCI bridge to [bus 04]
[    2.351682] pci 0000:00:1d.3:   bridge window [io  0x3000-0x3fff]
[    2.358571] pci 0000:00:1d.3:   bridge window [mem 0xa2900000-0xa2afffff]
[    2.366362] NET: Registered protocol family 2
[    2.371254] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes)
[    2.380012] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    2.388196] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    2.395773] TCP: Hash tables configured (established 65536 bind 65536)
[    2.403086] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    2.409961] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    2.417355] NET: Registered protocol family 1
[    2.423036] pci 0000:02:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    2.432313] Unpacking initramfs...
[    5.016030] Freeing initrd memory: 263116K
[    5.020543] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    5.027799] software IO TLB: mapped [mem 0x881c4000-0x8c1c4000] (64MB)
[    5.035633] Initialise system trusted keyrings
[    5.040665] workingset: timestamp_bits=40 max_order=21 bucket_order=0
[    5.048105] zbud: loaded
[    5.050998] pstore: using deflate compression
[    5.226897] Key type asymmetric registered
[    5.231409] Asymmetric key parser 'x509' registered
[    5.236922] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    5.245341] io scheduler noop registered
[    5.249712] io scheduler deadline registered
[    5.254562] io scheduler cfq registered (default)
[    5.259887] io scheduler mq-deadline registered
[    5.265030] io scheduler kyber registered
[    5.271030] pcieport 0000:00:01.0: AER enabled with IRQ 170
[    5.277220] pcieport 0000:00:1d.0: AER enabled with IRQ 171
[    5.283524] pcieport 0000:00:1d.2: AER enabled with IRQ 172
[    5.289819] pcieport 0000:00:1d.3: AER enabled with IRQ 173
[    5.296084] pcieport 0000:00:01.0: Signaling PME with IRQ 170
[    5.302579] pcieport 0000:00:1d.0: Signaling PME with IRQ 171
[    5.309075] pcieport 0000:00:1d.2: Signaling PME with IRQ 172
[    5.315572] pcieport 0000:00:1d.3: Signaling PME with IRQ 173
[    5.322377] xen_mcelog: Failed to get CPU numbers
[    5.328469] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    5.335868] hpet_acpi_add: no address or irqs in _CRS
[    5.341446] Linux agpgart interface v0.103
[    5.346141] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    5.352864] AMD IOMMUv2 functionality not available on this system
[    5.360556] i8042: PNP: No PS/2 controller found.
[    5.365860] mousedev: PS/2 mouse device common for all mice
[    5.372044] rtc_cmos 00:04: RTC can wake from S4
(XEN) d0: bind: m_gsi=8 g_gsi=8
[    5.400407] rtc_cmos 00:04: registered as rtc0
[    5.405289] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram
[    5.413210] ledtrig-cpu: registered to indicate activity on CPUs
[    5.420849] oprofile: using NMI timer interrupt.
[    5.425992] NET: Registered protocol family 10
[    5.431114] Segment Routing with IPv6
[    5.435144] mip6: Mobile IPv6
[    5.438522] NET: Registered protocol family 17
[    5.443562] mpls_gso: MPLS GSO support
[    5.448345] sched_clock: Marking stable (4351371457, 1096953140)->(6068421689, -620097092)
[    5.458307] registered taskstats version 1
[    5.462796] Loading compiled-in X.509 certificates
[    5.468232] zswap: loaded using pool lzo/zbud
[    5.473653] ima: No TPM chip found, activating TPM-bypass!
[    5.479696] ima: Allocated hash algorithm: sha256
[    5.505659] rtc_cmos 00:04: hctosys: unable to read the hardware clock
[    5.513556] Freeing unused kernel image memory: 1580K
[    5.531481] Write protecting the kernel read-only data: 16384k
[    5.538379] Freeing unused kernel image memory: 2016K
[    5.544204] Freeing unused kernel image memory: 928K
[    5.554118] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    5.561220] x86/mm: Checking user space page tables
[    5.571090] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    5.578194] Run /init as init process
Loading, please wait...
starting version 232
[    5.596053] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    5.596734] random: udevadm: uninitialized urandom read (16 bytes read)
[    5.603994] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    5.639277] thermal LNXTHERM:00: registered as thermal_zone0
[    5.645525] ACPI: Thermal Zone [TZ00] (28 C)
[    5.650682] thermal LNXTHERM:01: registered as thermal_zone1
[    5.656922] ACPI: Thermal Zone [TZ01] (30 C)
[    5.662602] dca service started, version 1.12.1
[    5.662718] ACPI: bus type USB registered
[    5.662766] SCSI subsystem initialized
[    5.676416] usbcore: registered new interface driver usbfs
[    5.682611] usbcore: registered new interface driver hub
[    5.688689] usbcore: registered new device driver usb
[    5.694378] random: crng init done
[    5.698210] random: 7 urandom warning(s) missed due to ratelimiting
[    5.705595] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    5.705751] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    5.712030] e(XEN) d0: bind: m_gsi=16 g_gsi=16
1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    5.723483] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    5.728683] e1000e 0000:01:00.0: Disabling ASPM  
[    5.740626] e1000e 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM control
[    5.749374] e1000e 0000:01:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    5.766444] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[    5.766469] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    5.774141] igb: Copyright (c) 2007-2014 Intel Corporation.
[    5.780060] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    5.795755] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000001109810
[    5.806100] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[    5.815248] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.815672] pps pps0: new PPS source ptp0
[    5.816187] e1000e 0000:01:00.0 0000:01:00.0 (uninitialized): registered PHC clock
[    5.823395] usb usb1: Product: xHCI Host Controller
[    5.827948] igb 0000:03:00.0: added PHC on eth0
[    5.836475] usb usb1: Manufacturer: Linux 4.19.0+ xhci-hcd
[    5.836476] usb usb1: SerialNumber: 0000:00:14.0
[    5.842004] igb 0000:03:00.0: Intel(R) Gigabit Ethernet Network Connection
[    5.847236] hub 1-0:1.0: USB hub found
[    5.853353] igb 0000:03:00.0: eth0: (PCIe:2.5Gb/s:Width x1) a4:bf:01:17:96:94
[    5.853785] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0xff impl SATA mode
[    5.853787] ahci 0000:00:17.0: flags: 64bit ncq sntf led clo only pio slum part ems deso sadm sds apst 
[    5.858618] hub 1-0:1.0: 16 ports detected
[    5.866432] igb 0000:03:00.0: eth0: PBA No: 006200-000
[    5.871881] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    5.874319] e1000e 0000:01:00.0 eth1: (PCI Express:2.5GT/s:Width x1) 68:05:ca:80:3e:a0
[    5.874320] e1000e 0000:01:00.0 eth1: Intel(R) PRO/1000 Network Connection
[    5.874341] e1000e 0000:01:00.0 eth1: MAC: 3, PHY: 8, PBA No: E46981-008
[    5.878653] igb 0000:03:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[    5.907779] pps pps1: new PPS source ptp2
[    5.908912] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    5.909404] e1000e 0000:01:00.0 enp1s0: renamed from eth1
[    5.914819] igb 0000:04:00.0: added PHC on eth2
[    5.923743] xhci_hcd 0000:00:14.0: Host supports USB 3.0  SuperSpeed
[    5.931493] igb 0000:04:00.0: Intel(R) Gigabit Ethernet Network Connection
[    5.939084] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[    5.940054] scsi host0: ahci
[    5.940193] scsi host1: ahci
[    5.940311] scsi host2: ahci
[    5.940459] scsi host3: ahci
[    5.940609] scsi host4: ahci
[    5.940739] scsi host5: ahci
[    5.940837] scsi host6: ahci
[    5.940954] scsi host7: ahci
[    5.940985] ata1: SATA max UDMA/133 abar m2048@0xa2e18000 port 0xa2e18100 irq 184
[    5.940987] ata2: SATA max UDMA/133 abar m2048@0xa2e18000 port 0xa2e18180 irq 184
[    5.940990] ata3: SATA max UDMA/133 abar m2048@0xa2e18000 port 0xa2e18200 irq 184
[    5.940992] ata4: SATA max UDMA/133 abar m2048@0xa2e18000 port 0xa2e18280 irq 184
[    5.940995] ata5: SATA max UDMA/133 abar m2048@0xa2e18000 port 0xa2e18300 irq 184
[    5.940998] ata6: SATA max UDMA/133 abar m2048@0xa2e18000 port 0xa2e18380 irq 184
[    5.941000] ata7: SATA max UDMA/133 abar m2048@0xa2e18000 port 0xa2e18400 irq 184
[    5.941003] ata8: SATA max UDMA/133 abar m2048@0xa2e18000 port 0xa2e18480 irq 184
[    5.947595] igb 0000:04:00.0: eth2: (PCIe:2.5Gb/s:Width x1) a4:bf:01:17:96:95
[    5.947665] igb 0000:04:00.0: eth2: PBA No: 006200-000
[    5.952149] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.952151] usb usb2: Product: xHCI Host Controller
[    5.960482] igb 0000:04:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[    6.067348] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6d5233dbd77, max_idle_ns: 881590904474 ns
[    6.072954] usb usb2: Manufacturer: Linux 4.19.0+ xhci-hcd
[    6.072955] usb usb2: SerialNumber: 0000:00:14.0
[    6.073144] hub 2-0:1.0: USB hub found
[    6.152859] clocksource: Switched to clocksource tsc
[    6.152888] hub 2-0:1.0: 10 ports detected
[    6.163961] igb 0000:04:00.0 eno2: renamed from eth2
[    6.195561] igb 0000:03:00.0 eno1: renamed from eth0
[    6.256316] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    6.263156] ata8: SATA link down (SStatus 0 SControl 300)
[    6.269271] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    6.276233] ata5: SATA link down (SStatus 0 SControl 300)
[    6.282341] ata4: SATA link down (SStatus 0 SControl 300)
[    6.288451] ata7: SATA link down (SStatus 0 SControl 300)
[    6.294561] ata3: SATA link down (SStatus 0 SControl 300)
[    6.300668] ata6: SATA link down (SStatus 0 SControl 300)
[    6.306785] ata1.00: ATA-10: INTEL SSDSC2BB012T7, N2010101, max UDMA/133
[    6.314331] ata1.00: 2344225968 sectors, multi 1: LBA48 NCQ (depth 32)
[    6.315353] usb 1-1: new full-speed USB device number 2 using xhci_hcd
[    6.321705] ata2.00: ATA-10: INTEL SSDSC2BB012T7, N2010101, max UDMA/133
[    6.336623] ata2.00: 2344225968 sectors, multi 1: LBA48 NCQ (depth 32)
[    6.345221] ata1.00: configured for UDMA/133
[    6.349914] ata2.00: configured for UDMA/133
[    6.350139] scsi 0:0:0:0: Direct-Access     ATA      INTEL SSDSC2BB01 0101 PQ: 0 ANSI: 5
[    6.364281] scsi 1:0:0:0: Direct-Access     ATA      INTEL SSDSC2BB01 0101 PQ: 0 ANSI: 5
[    6.375534] ata1.00: Enabling discard_zeroes_data
[    6.380696] ata2.00: Enabling discard_zeroes_data
[    6.386056] sd 0:0:0:0: [sda] 2344225968 512-byte logical blocks: (1.20 TB/1.09 TiB)
[    6.386060] sd 1:0:0:0: [sdb] 2344225968 512-byte logical blocks: (1.20 TB/1.09 TiB)
[    6.394757] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    6.403477] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[    6.403497] sd 1:0:0:0: [sdb] Write Protect is off
[    6.409398] sd 0:0:0:0: [sda] Write Protect is off
[    6.415312] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.426278] ata2.00: Enabling discard_zeroes_data
[    6.441695] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.441987]  sdb: sdb1 sdb2 sdb3 sdb4
[    6.451949] ata1.00: Enabling discard_zeroes_data
[    6.461381] ata2.00: Enabling discard_zeroes_data
[    6.466738] sd 1:0:0:0: [sdb] Attached SCSI disk
[    6.469852]  sda: sda1 sda2 < sda5 >
[    6.476265] ata1.00: Enabling discard_zeroes_data
[    6.481465] sd 0:0:0:0: [sda] Attached SCSI disk
[    6.518700] usb 1-1: New USB device found, idVendor=046b, idProduct=ff10, bcdDevice= 1.00
[    6.527749] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    6.535798] usb 1-1: Product: Virtual Keyboard and Mouse
[    6.541806] usb 1-1: Manufacturer: American Megatrends Inc.
[    6.548109] usb 1-1: SerialNumber: serial
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... [    6.568829] hBegin: Running /scripts/local-top ... idraw: raw HID edone.vents driver (C)
 Jiri Kosina
Begin: Running /scripts/local-premount ... [    6.594392] usbcore: registered new interface driver usbhid
[    6.600547] usbhid: USB HID core driver
[    6.605646] input: American Megatrends Inc. Virtual Keyboard and Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:046B:FF10.0001/input/input0
[    6.621304] hid-generic 0003:046B:FF10.0001: input,hidraw0: USB HID v1.10 Keyboard [American Megatrends Inc. Virtual Keyboard and Mouse] on usb-0000:00:14.0-1/input0
[    6.637832] input: American Megatrends Inc. Virtual Keyboard and Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046B:FF10.0002/input/input1
[    6.653603] hid-generic 0003:046B:FF10.0002: input,hidraw1: USB HID v1.10 Mouse [American Megatrends Inc. Virtual Keyboard and Mouse] on usb-0000:00:14.0-1/input1
[    6.687371] usb 1-10: new low-speed USB device number 3 using xhci_hcd
done.
Begin: Will now check root file system ... fsck from util-linux 2.29.2
[/sbin/fsck.ext4 (1) -- /dev/sda1] fsck.ext4 -a -C0 /dev/sda1 
/dev/sda1: recovering journal
[    6.849036] usb 1-10: New USB device found, idVendor=03f0, idProduct=134a, bcdDevice= 1.00
[    6.858171] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.866314] usb 1-10: Product: HP USB Optical Mouse
[    6.871842] usb 1-10: Manufacturer: PixArt
[    6.881975] input: PixArt HP USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:03F0:134A.0003/input/input2
[    6.895540] hid-generic 0003:03F0:134A.0003: input,hidraw2: USB HID v1.11 Mouse [PixArt HP USB Optical Mouse] on usb-0000:00:14.0-10/input0
[    7.035387] usb 1-12: new low-speed USB device number 4 using xhci_hcd
[    7.213405] usb 1-12: New USB device found, idVendor=03f0, idProduct=034a, bcdDevice= 1.21
[    7.222545] usb 1-12: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    7.230690] usb 1-12: Product: HP Elite USB Keyboard
[    7.236313] usb 1-12: Manufacturer: Chicony
[    7.254637] input: Chicony HP Elite USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.0/0003:03F0:034A.0004/input/input3
[    7.327497] hid-generic 0003:03F0:034A.0004: input,hidraw3: USB HID v1.10 Keyboard [Chicony HP Elite USB Keyboard] on usb-0000:00:14.0-12/input0
[    7.348419] input: Chicony HP Elite USB Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.1/0003:03F0:034A.0005/input/input4
[    7.423472] input: Chicony HP Elite USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.1/0003:03F0:034A.0005/input/input5
[    7.438829] hid-generic 0003:03F0:034A.0005: input,hidraw4: USB HID v1.10 Device [Chicony HP Elite USB Keyboard] on usb-0000:00:14.0-12/input1
/dev/sda1: Clearing orphaned inode 14680073 (uid=1000, gid=1000, mode=0100600, size=0)
/dev/sda1: Clearing orphaned inode 14680072 (uid=1000, gid=1000, mode=0100600, size=0)
/dev/sda1: Clearing orphaned inode 14680071 (uid=1000, gid=1000, mode=0100600, size=0)
/dev/sda1: Clearing orphaned inode 14680070 (uid=1000, gid=1000, mode=0100600, size=0)
/dev/sda1: Clearing orphaned inode 14680069 (uid=1000, gid=1000, mode=0100600, size=0)
/dev/sda1: Clearing orphaned inode 33292345 (uid=1000, gid=1000, mode=0100644, size=1088)
/dev/sda1: clean, 1173028/69091328 files, 99183317/276356608 blocks
done.
[    9.038856] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
[    9.301271] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[    9.321332] systemd[1]: Detected virtualization xen.
[    9.326901] systemd[1]: Detected architecture x86-64.

Welcome to Debian GNU/Linux 9 (stretch)!

[    9.339482] systemd[1]: Set hostname to <debian>.
[    9.537549] systemd[1]: live-tools.service: Cannot add dependency job, ignoring: Unit live-tools.service is masked.
[    9.549443] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
[    9.564429] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[  OK  ] Set up automount Arbitrary Executab…rmats File System Automount Point.
[    9.584098] systemd[1]: Reached target User and Group Name Lookups.
[  OK  ] Reached target User and Group Name Lookups.
[    9.597588] systemd[1]: Listening on Syslog Socket.
[  OK  ] Listening on Syslog Socket.
[    9.607971] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Listening on udev Kernel Socket.
[  OK  ] Listening on Journal Audit Socket.
[  OK  ] Listening on udev Control Socket.
[  OK  ] Created slice System Slice.
[  OK  ] Created slice system-getty.slice.
         Mounting Huge Pages File System...
         Mounting Mount /proc/xen files...
[  OK  ] Created slice system-serial\x2dgetty.slice.
[  OK  ] Listening on Journal Socket (/dev/log).
[  OK  ] Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Reached target Encrypted Volumes.
         Mounting POSIX Message Queue File System...
[  OK  ] Listening on fsck to fsckd communication Socket.
[  OK  ] Listening on Journal Socket.
         Starting Load Kernel Modules...
         Starting Journal Service...
[    9.719830] xen:xen_evtchn: Event-channel device installed
         Starting Create list of required st…ce nodes for the current kernel...
[  OK  ] Reached target Remote File Systems.
         Mounting Debug File System...
[  OK  ] Created slice User and Session Slice.
[  OK  ] Reached target Slices.
         Starting Set the console keyboard layout...
         Starting Remount Root and Kernel File Systems...
[    9.766404] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[  OK  ] Mounted Mount /proc/xen files.
[  OK  ] Mounted POSIX Message Queue File System.
[  OK  ] Mounted Huge Pages File System.
[  OK  ] Mounted Debug File System.
[  OK  ] Started Journal Service.
[    9.799209] xen_pciback: backend is vpci
[  OK  ] Started Create list of required sta…vice nodes for the current kernel.
[    9.812911] xen_acpi_processor: Uploading Xen processor PM info
[  OK  ] Started Remount Root and Kernel File Systems.
[  OK  ] Started Set the console keyboard layout.
         Starting udev Coldplug all Devices...
         Starting Load/Save Random Seed...
         Starting Create Static Device Nodes in /dev...
         Starting Flush Journal to Persistent Storage...
[  OK  ] Started Load/Save Random Seed.
[    9.861896] systemd-journald[253]: Received request to flush runtime journal from PID 1
[  OK  ] Started Flush Journal to Persistent Storage.
[  OK  ] Started Create Static Device Nodes in /dev.
[  OK  ] Started udev Coldplug all Devices.
[FAILED] Failed to start Load Kernel Modules.
See 'systemctl status systemd-modules-load.service' for details.
         Starting Apply Kernel Variables...
         Starting udev Kernel Device Manager...
[  OK  ] Reached target Local File Systems (Pre).
[  OK  ] Reached target Local File Systems.
         Starting Set console font and keymap...
         Mounting mount xenstore file system...
         Starting Create Volatile Files and Directories...
[  OK  ] Mounted mount xenstore file system.
[  OK  ] Started Apply Kernel Variables.
[  OK  ] Started Set console font and keymap.
         Starting Raise network interfaces...
[  OK  ] Started Create Volatile Files and Directories.
         Starting Network Time Synchronization...
         Starting Update UTMP about System Boot/Shutdown...
[  OK  ] Started Update UTMP about System Boot/Shutdown.
[  OK  ] Started udev Kernel Device Manager.
[   10.044053] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input6
[   10.053471] ACPI: Sleep Button [SLPB]
[   10.057817] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
[   10.067586] ACPI: Power Button [PWRF]
[   10.135584] acpi INT33D6:00: intel-vbtn: created platform device
[   10.142656] input: Intel Virtual Button driver as /devices/platform/INT33D6:00/input/input8
[   10.152565] iTCO_vendor_support: vendor-support=0
[   10.152705] EDAC MC0: Giving out device to module ie31200_edac controller IE31200: DEV 0000:00:00.0 (POLLED)
[   10.171374] IPMI message handler: version 39.2
[   10.176573] input: PC Speaker as /devices/platform/pcspkr/input/input9
[   10.184411] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   10.190558] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   10.190832] sd 1:0:0:0: Attached scsi generic sg1 type 0
[   10.196762] iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
[   10.211891] ipmi device interface
[   10.216454] mei_me 0000:00:16.0: Device doesn't have valid ME Interface
[   10.224405] mei_me 0000:00:16.1: Device doesn't have valid ME Interface
[  OK  ] Started Network Time Synchronization.
[  OK  ] Reached target System Time Synchronized.
[   10.245289] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[   10.254083] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   10.260561] RAPL PMU: hw unit of domain package 2^-14 Joules
[   10.260561] RAPL PMU: hw unit of domain dram 2^-14 Joules
[   10.260562] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   10.260562] RAPL PMU: hw unit of domain psys 2^-14 Joules
[  OK  ] Found device INTEL_SSDSC2BB012T7 5.[   10.287582] i
pmi_si: IPMI System Interface driver
[   10.296625] i[pmi_si dmi-ipmi-  OK  si.0: ipmi_platf] orm: probing viaFound device /dev/hvc0. SMBIOS

[   10.307950] ipmi_platform: ipmi_si: SMBIOS: io 0xca2 regsize 1 spacing 1 irq 0
[   10.316413] ipmi_si: Adding SMBIOS-specified kcs state machine
[   10.316557] i         pmi_si: Trying SActivating swap /dev/disk/by-uuid/9…373-7a8a-468c-bdb7-20a39cb6ebe3...MBIOS-specified 
kcs state machine at i/o address 0xca2, slave address 0x20, irq 0
[   10.317207] ppdev: user-space parallel port driver
[   10.377936] Adding 66683900k swap on /dev/sda5.  Priority:-2 extents:1 across:66683900k SSFS
[  OK  ] Activated swap /dev/disk/by-uuid/9d9a2373-7a8a-468c-bdb7-20a39cb6ebe3.
[  OK  ] Reached target Swap.
[  OK  ] Reached target System Initialization.
[  OK  ] Listening on ACPID Listen Socket.
[  OK  ] Listening on UUID daemon activation socket.
[  OK  ] Started ACPI Events Check.
[  OK  ] Reached target Paths.
[  OK  ] Started Daily apt download activities.
[  OK  ] Started Daily apt upgrade and clean activities.
[  OK  ] Listening on D-Bus System Message Bus Socket.
[  OK  [   10.458271] c] ryptd: max_cpu_qListening on Avahi mDNS/DNS-SD Stack Activation Socket.len set to 1000

[  OK  ] Reached target Sockets.
[  OK  ] Started Trigger anacron every hour.
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Reached target Timers.
[   10.491421] Error: Driver 'pcspkr' is already registered, aborting...
[  OK  ] Reached target Basic System.
         Starting LSB: Speech Dispatcher...
         Starting System Logging Service...[   10.512590] [
TTM] Zone  kernel: Available graphics memory: 4083800 kiB
[   10.520864] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[   10.520865] [TTM] Initializing pool allocator
[   10.520871] [TTM] Initializing DMA pool allocator
         Starting Login Service...[   10.539448] A
VX2 version of gcm_enc/dec engaged.
[   10.547321] AES CTR mode by8 optimization enabled
         Starting Modem Manager...
         Starting The Xen xenstore...
         Starting Restore /etc/resolv.conf i…fore the ppp link was shut down...
[  OK  ] Started Run anacron jobs.
         Starting RealtimeKit Scheduling Policy Service...
[  OK  ] Started Regular background program processing daemon.
(XEN) traps.c:1566: GPF (0000): ffff82d080322659 [vmx.c#vmx_msr_read_intercept+0x387/0x3e2] -> ffff82d080380988
(XEN) traps.c:1566: GPF (0000): ffff82d080322659 [vmx.c#vmx_msr_read_intercept+0x387/0x3e2] -> ffff82d080380988
(XEN) traps.c:1566: GPF (0000): ffff82d080322659 [vmx.c#vmx_msr_read_intercept+0x387/0x3e2] -> ffff82d080380988
(XEN) traps.c:1566: GPF (0000): ffff82d080322659 [vmx.c#vmx_msr_read_intercept+0x387/0x3e2] -> ffff82d080380988
[   10.590162] fbcon: mgadrmfb (fb0) is primary device
[   10.590196] Console: switching to colour frame buffer device 160x64
[   10.648205] alg: No test for pcbc(aes) (pcbc-aes-aesni)
[   10.656573] ipmi_si dmi-ipmi-si.0: IPMI message handler: Found new BMC (man_id: 0x000157, prod_id: 0x0078, dev_id: 0x21)
[   10.672241] ipmi_si dmi-ipmi-si.0: IPMI kcs interface initialized
[   10.676503] intel_rapl: Found RAPL domain package
[   10.676513] intel_rapl: Found RAPL domain core
[   10.676515] intel_rapl: Found RAPL domain dram
[   10.936304] mgag200 0000:02:00.0: fb0: mgadrmfb frame buffer device
[  OK  ] Started D-Bus System Message Bus.
[  OK  ] Started RealtimeKit Scheduling Policy Service.
[   10.987369] [drm] Initialized mgag200 1.0.0 20110418 for 0000:02:00.0 on minor 0
         Starting Network Manager...
         Starting Avahi mDNS/DNS-SD Stack...
         Starting LSB: Start/stop sysstat's sadc...
         Starting LSB: Start the GNUstep distributed object mapper...
         Starting Accounts Service...
[  OK  ] Started System Logging Service.
[  OK  ] Started Restore /etc/resolv.conf if…before the ppp link was shut down.
[  OK  ] Started LSB: Speech Dispatcher.
[  OK  ] Started LSB: Start/stop sysstat's sadc.
[  OK  ] Started LSB: Start the GNUstep distributed object mapper.
[  OK  ] Started Avahi mDNS/DNS-SD Stack.
[  OK  ] Started Login Service.
         Starting Authorization Manager...
[  OK  ] Started The Xen xenstore.
         Starting xen-init-dom0, initialise …nodes, JSON configuration stub)...
         Starting Xenconsoled - handles logg…m guest consoles and hypervisor...
[  OK  ] Started Authorization Manager.
[  OK  ] Started Xenconsoled - handles loggi…rom guest consoles and hypervisor.
[  OK  ] Started Accounts Service.
[  OK  ] Started Network Manager.
         Starting Network Manager Script Dispatcher Service...
         Starting Network Manager Wait Online...
[FAILED] Failed to start xen-init-dom0, init…e nodes, JSON configuration stub).
See 'systemctl status xen-init-dom0.service' for details.
[  OK  ] Started Network Manager Script Dispatcher Service.
         Starting Hostname Service...
[   11.223429] power_meter ACPI000D:00: Found ACPI power meter.
[   11.229953] power_meter ACPI000D:00: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[  OK  ] Started Modem Manager.
[   11.265019] power_meter ACPI000D:00: Found ACPI power meter.
[   11.271302] power_meter ACPI000D:00: Ignoring unsafe software power cap!
[  OK  ] Started Hostname Service.
[   11.383760] IPv6: ADDRCONF(NETDEV_UP): eno2: link is not ready
[   11.416568] IPv6: ADDRCONF(NETDEV_UP): eno2: link is not ready
[   11.506495] IPv6: ADDRCONF(NETDEV_UP): enp1s0: link is not ready
[   16.564464] e1000e: enp1s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[   16.573387] IPv6: ADDRCONF(NETDEV_CHANGE): enp1s0: link becomes ready
[*     ] (1 of 2) A start job is running for…anager Wait Online (7s / no limit)[  OK  ] Started Network Manager Wait Online.
[   19.504560] IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready
[**    ] A start job is running for Raise network interfaces (12s / 1min 1s)[***   ] A start job is running for Raise network interfaces (13s / 1min 1s)[ ***  ] A start job is running for Raise network interfaces (13s / 1min 1s)[  *** ] A start job is running for Raise network interfaces (14s / 1min 1s)[   ***] A start job is running for Raise network interfaces (14s / 1min 1s)[    **] A start job is running for Raise network interfaces (15s / 1min 1s)[     *] A start job is running for Raise network interfaces (16s / 1min 1s)[    **] A start job is running for Raise network interfaces (16s / 1min 1s)[   ***] A start job is running for Raise network interfaces (17s / 1min 1s)[  *** ] A start job is running for Raise network interfaces (17s / 1min 1s)[ ***  ] A start job is running for Raise network interfaces (18s / 1min 1s)[***   ] A start job is running for Raise network interfaces (19s / 1min 1s)[**    ] A start job is running for Raise network interfaces (19s / 1min 1s)[*     ] A start job is running for Raise network interfaces (20s / 1min 1s)[**    ] A start job is running for Raise network interfaces (20s / 1min 1s)[***   ] A start job is running for Raise network interfaces (21s / 1min 1s)[ ***  ] A start job is running for Raise network interfaces (22s / 1min 1s)[  *** ] A start job is running for Raise network interfaces (22s / 1min 1s)[   ***] A start job is running for Raise network interfaces (23s / 1min 1s)[    **] A start job is running for Raise network interfaces (23s / 1min 1s)[     *] A start job is running for Raise network interfaces (24s / 1min 1s)[    **] A start job is running for Raise network interfaces (25s / 1min 1s)[   ***] A start job is running for Raise network interfaces (25s / 1min 1s)[  *** ] A start job is running for Raise network interfaces (26s / 1min 1s)[ ***  ] A start job is running for Raise network interfaces (26s / 1min 1s)[***   ] A start job is running for Raise network interfaces (27s / 1min 1s)[**    ] A start job is running for Raise network interfaces (27s / 1min 1s)[*     ] A start job is running for Raise network interfaces (28s / 1min 1s)[**    ] A start job is running for Raise network interfaces (29s / 1min 1s)[***   ] A start job is running for Raise network interfaces (29s / 1min 1s)[ ***  ] A start job is running for Raise network interfaces (30s / 1min 1s)[  *** ] A start job is running for Raise network interfaces (30s / 1min 1s)[   ***] A start job is running for Raise network interfaces (31s / 1min 1s)[    **] A start job is running for Raise network interfaces (32s / 1min 1s)[     *] A start job is running for Raise network interfaces (32s / 1min 1s)[    **] A start job is running for Raise network interfaces (33s / 1min 1s)[   ***] A start job is running for Raise network interfaces (33s / 1min 1s)[  *** ] A start job is running for Raise network interfaces (34s / 1min 1s)[ ***  ] A start job is running for Raise network interfaces (35s / 1min 1s)[***   ] A start job is running for Raise network interfaces (35s / 1min 1s)[**    ] A start job is running for Raise network interfaces (36s / 1min 1s)[*     ] A start job is running for Raise network interfaces (36s / 1min 1s)[**    ] A start job is running for Raise network interfaces (37s / 1min 1s)[***   ] A start job is running for Raise network interfaces (38s / 1min 1s)[ ***  ] A start job is running for Raise network interfaces (38s / 1min 1s)[  *** ] A start job is running for Raise network interfaces (39s / 1min 1s)[   ***] A start job is running for Raise network interfaces (39s / 1min 1s)[    **] A start job is running for Raise network interfaces (40s / 1min 1s)[     *] A start job is running for Raise network interfaces (40s / 1min 1s)[   50.438344] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    **] A start job is running for Raise network interfaces (41s / 1min 1s)[   ***] A start job is running for Raise network interfaces (42s / 1min 1s)[  *** ] A start job is running for Raise network interfaces (42s / 1min 1s)[ ***  ] A start job is running for Raise network interfaces (43s / 1min 1s)[***   ] A start job is running for Raise network interfaces (43s / 1min 1s)[**    ] A start job is running for Raise network interfaces (44s / 1min 1s)[*     ] A start job is running for Raise network interfaces (44s / 1min 1s)[**    ] A start job is running for Raise network interfaces (45s / 1min 1s)[***   ] A start job is running for Raise network interfaces (46s / 1min 1s)[ ***  ] A start job is running for Raise network interfaces (46s / 1min 1s)[  *** ] A start job is running for Raise network interfaces (47s / 1min 1s)[   ***] A start job is running for Raise network interfaces (47s / 1min 1s)[    **] A start job is running for Raise network interfaces (48s / 1min 1s)[     *] A start job is running for Raise network interfaces (49s / 1min 1s)[    **] A start job is running for Raise network interfaces (49s / 1min 1s)[   ***] A start job is running for Raise network interfaces (50s / 1min 1s)[  *** ] A start job is running for Raise network interfaces (50s / 1min 1s)[ ***  ] A start job is running for Raise network interfaces (51s / 1min 1s)[***   ] A start job is running for Raise network interfaces (51s / 1min 1s)[**    ] A start job is running for Raise network interfaces (52s / 1min 1s)[*     ] A start job is running for Raise network interfaces (52s / 1min 1s)[**    ] A start job is running for Raise network interfaces (53s / 1min 1s)[***   ] A start job is running for Raise network interfaces (53s / 1min 1s)[ ***  ] A start job is running for Raise network interfaces (54s / 1min 1s)[  *** ] A start job is running for Raise network interfaces (54s / 1min 1s)[   ***] A start job is running for Raise network interfaces (55s / 1min 1s)[    **] A start job is running for Raise network interfaces (55s / 1min 1s)[     *] A start job is running for Raise network interfaces (56s / 1min 1s)[    **] A start job is running for Raise network interfaces (56s / 1min 1s)[   ***] A start job is running for Raise network interfaces (57s / 1min 1s)[  *** ] A start job is running for Raise network interfaces (57s / 1min 1s)[ ***  ] A start job is running for Raise network interfaces (58s / 1min 1s)[***   ] A start job is running for Raise network interfaces (58s / 1min 1s)[**    ] A start job is running for Raise network interfaces (59s / 1min 1s)[*     ] A start job is running for Raise network interfaces (59s / 1min 1s)[**    ] A start job is running for Raise network interfaces (1min / 1min 1s)[***   ] A start job is running for Raise network interfaces (1min / 1min 1s)[ ***  ] A start job is running for Raise ne…ork interfaces (1min 1s / 1min 1s)[  *** ] A start job is running for Raise ne…ork interfaces (1min 1s / 1min 1s)[FAILED] Failed to start Raise network interfaces.
See 'systemctl status networking.service' for details.
[  OK  ] Reached target Network.
         Starting OpenBSD Secure Shell server...
         Starting Permit User Sessions...
[  OK  ] Started Unattended Upgrades Shutdown.
[  OK  ] Reached target Network is Online.
         Starting LSB: network benchmark...
         Starting LSB: disk temperature monitoring daemon...
         Starting Xendomains - start and stop guests on boot and shutdown...
[  OK  ] Started Permit User Sessions.
[  OK  ] Started Serial Getty on hvc0.
[  OK  ] Started Getty on tty1.
[  OK  ] Reached target Login Prompts.
         Starting Simple Desktop Display Manager...
[  OK  ] Started LSB: network benchmark.
[  OK  ] Started LSB: disk temperature monitoring daemon.
[  OK  ] Started Xendomains - start and stop guests on boot and shutdown.
[  OK  ] Started Simple Desktop Display Manager.
[  OK  ] Started OpenBSD Secure Shell server.
         Starting Xen-watchdog - run xen watchdog daemon...
[  OK  ] Started Xen-watchdog - run xen watchdog daemon.
[  OK  ] Reached target Multi-User System.
[  OK  ] Reached target Graphical Interface.
         Starting Update UTMP about System Runlevel Changes...
[  OK  ] Started Update UTMP about System Runlevel Changes.

Debian GNU/Linux 9 debian hvc0

debian login: [   81.000662] mgag200 0000:02:00.0: Video card doesn't support cursors with partial transparency.
[   81.010302] mgag200 0000:02:00.0: Not enabling hardware cursor.
[  137.237597] xen_acpi_processor: Uploading Xen processor PM info
(XEN) HVM d1v0 save: CPU
(XEN) HVM d1v1 save: CPU
(XEN) HVM d1 save: PIC
(XEN) HVM d1 save: IOAPIC
(XEN) HVM d1v0 save: LAPIC
(XEN) HVM d1v1 save: LAPIC
(XEN) HVM d1v0 save: LAPIC_REGS
(XEN) HVM d1v1 save: LAPIC_REGS
(XEN) HVM d1 save: PCI_IRQ
(XEN) HVM d1 save: ISA_IRQ
(XEN) HVM d1 save: PCI_LINK
(XEN) HVM d1 save: PIT
(XEN) HVM d1 save: RTC
(XEN) HVM d1 save: HPET
(XEN) HVM d1 save: PMTIMER
(XEN) HVM d1v0 save: MTRR
(XEN) HVM d1v1 save: MTRR
(XEN) HVM d1 save: VIRIDIAN_DOMAIN
(XEN) HVM d1v0 save: CPU_XSAVE
(XEN) HVM d1v1 save: CPU_XSAVE
(XEN) HVM d1v0 save: VIRIDIAN_VCPU
(XEN) HVM d1v1 save: VIRIDIAN_VCPU
(XEN) HVM d1v0 save: VMCE_VCPU
(XEN) HVM d1v1 save: VMCE_VCPU
(XEN) HVM d1v0 save: TSC_ADJUST
(XEN) HVM d1v1 save: TSC_ADJUST
(XEN) HVM d1v0 save: CPU_MSR
(XEN) HVM d1v1 save: CPU_MSR
(XEN) HVM1 restore: CPU 0
[  274.012726] loop: module loaded
(XEN) event_channel.c:319:d0v3 EVTCHNOP failure: domain 1, error -22
(XEN) event_channel.c:319:d0v3 EVTCHNOP failure: domain 1, error -22
(XEN) event_channel.c:319:d0v3 EVTCHNOP failure: domain 1, error -22
(XEN) event_channel.c:319:d0v3 EVTCHNOP failure: domain 1, error -22
(XEN) event_channel.c:319:d0v5 EVTCHNOP failure: domain 1, error -22
(XEN) event_channel.c:319:d0v5 EVTCHNOP failure: domain 1, error -22
(XEN) event_channel.c:319:d0v5 EVTCHNOP failure: domain 1, error -22
(XEN) event_channel.c:319:d0v5 EVTCHNOP failure: domain 1, error -22
(XEN) event_channel.c:319:d0v5 EVTCHNOP failure: domain 1, error -22
(XEN) event_channel.c:319:d0v5 EVTCHNOP failure: domain 1, error -22
(XEN) event_channel.c:319:d0v5 EVTCHNOP failure: domain 1, error -22
(XEN) event_channel.c:319:d0v5 EVTCHNOP failure: domain 1, error -22
(XEN) event_channel.c:319:d0v5 EVTCHNOP failure: domain 1, error -22
(XEN) event_channel.c:319:d0v5 EVTCHNOP failure: domain 1, error -22
(XEN) event_channel.c:319:d0v5 EVTCHNOP failure: domain 1, error -22
(XEN) event_channel.c:319:d0v5 EVTCHNOP failure: domain 1, error -22
(XEN) event_channel.c:319:d0v6 EVTCHNOP failure: domain 1, error -22
(XEN) event_channel.c:319:d0v6 EVTCHNOP failure: domain 1, error -22
(XEN) event_channel.c:319:d0v5 EVTCHNOP failure: domain 1, error -22
(XEN) event_channel.c:319:d0v5 EVTCHNOP failure: domain 1, error -22
(XEN) event_channel.c:319:d0v2 EVTCHNOP failure: domain 1, error -22
(d1) HVM Loader
(d1) Detected Xen v4.12-unstable
(d1) Xenbus rings @0xfeffc000, event channel 1
(d1) System requested SeaBIOS
(d1) CPU speed is 3792 MHz
(d1) Relocating guest memory for lowmem MMIO space disabled
(XEN) irq.c:374: Dom1 PCI link 0 changed 0 -> 5
(d1) PCI-ISA link 0 routed to IRQ5
(XEN) irq.c:374: Dom1 PCI link 1 changed 0 -> 10
(d1) PCI-ISA link 1 routed to IRQ10
(XEN) irq.c:374: Dom1 PCI link 2 changed 0 -> 11
(d1) PCI-ISA link 2 routed to IRQ11
(XEN) irq.c:374: Dom1 PCI link 3 changed 0 -> 5
(d1) PCI-ISA link 3 routed to IRQ5
(d1) pci dev 01:3 INTA->IRQ10
(d1) pci dev 02:0 INTA->IRQ11
(d1) No RAM in high memory; setting high_mem resource base to 100000000
(d1) pci dev 03:0 bar 10 size 002000000: 0f0000008
(d1) pci dev 02:0 bar 14 size 001000000: 0f2000008
(d1) pci dev 03:0 bar 30 size 000010000: 0f3000000
(d1) pci dev 03:0 bar 14 size 000001000: 0f3010000
(d1) pci dev 02:0 bar 10 size 000000100: 00000c001
(d1) pci dev 01:1 bar 20 size 000000010: 00000c101
(d1) Multiprocessor initialisation:
(d1)  - CPU0 ... 39-bit phys ... fixed MTRRs ... var MTRRs [1/8] ... done.
(d1)  - CPU1 ... 39-bit phys ... fixed MTRRs ... var MTRRs [1/8] ... done.
(d1) Testing HVM environment:
(d1) Using scratch memory at 400000
(d1)  - REP INSB across page boundaries ... passed
(d1)  - REP INSW across page boundaries ... passed
(d1)  - GS base MSRs and SWAPGS ... passed
(d1) Passed 3 of 3 tests
(d1) Writing SMBIOS tables ...
(d1) Loading SeaBIOS ...
(d1) Creating MP tables ...
(d1) Loading ACPI ...
(d1) vm86 TSS at fc00a680
(d1) BIOS map:
(d1)  10000-100e3: Scratch space
(d1)  c0000-fffff: Main BIOS
(d1) E820 table:
(d1)  [00]: 00000000:00000000 - 00000000:000a0000: RAM
(d1)  HOLE: 00000000:000a0000 - 00000000:000c0000
(d1)  [01]: 00000000:000c0000 - 00000000:00100000: RESERVED
(d1)  [02]: 00000000:00100000 - 00000000:7f800000: RAM
(d1)  HOLE: 00000000:7f800000 - 00000000:fc000000
(d1)  [03]: 00000000:fc000000 - 00000001:00000000: RESERVED
(d1) Invoking SeaBIOS ...
(d1) SeaBIOS (version rel-1.11.1-0-g0551a4b-dirty-20181102_122903-debian-Xen)
(d1) BUILD: gcc: (Debian 6.3.0-18+deb9u1) 6.3.0 20170516 binutils: (GNU Binutils for Debian) 2.28
(d1) 
(d1) Found Xen hypervisor signature at 40000000
(d1) Running on QEMU (i440fx)
(d1) xen: copy e820...
(d1) Relocating init from 0x000d80c0 to 0x7f7abf20 (size 81984)
(d1) Found 6 PCI devices (max PCI bus is 00)
(d1) Allocated Xen hypercall page at 7f7ff000
(d1) Detected Xen v4.12-unstable
(d1) xen: copy BIOS tables...
(d1) Copying SMBIOS entry point from 0x00010020 to 0x000f5a60
(d1) Copying MPTABLE from 0xfc001190/fc0011a0 to 0x000f5960
(d1) Copying PIR from 0x00010040 to 0x000f58e0
(d1) Copying ACPI RSDP from 0x000100c0 to 0x000f58b0
(d1) Using pmtimer, ioport 0xb008
(d1) Scan for VGA option rom
(d1) Running option rom at c000:0003
(XEN) stdvga.c:173:d1v0 entering stdvga mode
(d1) pmm call arg1=0
(d1) Turning on vga text mode console
(d1) SeaBIOS (version rel-1.11.1-0-g0551a4b-dirty-20181102_122903-debian-Xen)
(d1) Machine UUID f8b8460f-31e4-4bb5-abf3-c0d618aebdce
(d1) ATA controller 1 at 1f0/3f4/c100 (irq 14 dev 9)
(d1) ATA controller 2 at 170/374/c108 (irq 15 dev 9)
(d1) ata0-0: QEMU HARDDISK ATA-7 Hard-Disk (4882 MiBytes)
(d1) Searching bootorder for: /pci@i0cf8/*@1,1/drive@0/disk@0
(d1) Found 0 lpt ports
(d1) Found 0 serial ports
(d1) DVD/CD [ata1-0: QEMU DVD-ROM ATAPI-4 DVD/CD]
(d1) Searching bootorder for: /pci@i0cf8/*@1,1/drive@1/disk@0
(d1) PS2 keyboard initialized
(d1) All threads complete.
(d1) Scan for option roms
(d1) 
(d1) Press ESC for boot menu.
(d1) 
(d1) Searching bootorder for: HALT
(d1) drive 0x000f5840: PCHS=9920/16/63 translation=lba LCHS=622/255/63 s=10000000
(d1) Space available for UMB: c9800-ea800, f5280-f57e0
(d1) Returned 258048 bytes of ZoneHigh
(d1) e820 map has 6 items:
(d1)   0: 0000000000000000 - 000000000009fc00 = 1 RAM
(d1)   1: 000000000009fc00 - 00000000000a0000 = 2 RESERVED
(d1)   2: 00000000000f0000 - 0000000000100000 = 2 RESERVED
(d1)   3: 0000000000100000 - 000000007f7ff000 = 1 RAM
(d1)   4: 000000007f7ff000 - 000000007f800000 = 2 RESERVED
(d1)   5: 00000000fc000000 - 0000000100000000 = 2 RESERVED
(d1) enter handle_19:
(d1)   NULL
(d1) Booting from DVD/CD...
(d1) Booting from 0000:7c00
(XEN) stdvga.c:178:d1v0 leaving stdvga mode
(XEN) stdvga.c:173:d1v0 entering stdvga mode
(XEN) Dom1 callback via changed to Direct Vector 0xf3
(XEN) irq.c:374: Dom1 PCI link 0 changed 5 -> 0
(XEN) irq.c:374: Dom1 PCI link 1 changed 10 -> 0
(XEN) irq.c:374: Dom1 PCI link 2 changed 11 -> 0
(XEN) irq.c:374: Dom1 PCI link 3 changed 5 -> 0
[  295.023007] xen-blkback: backend/vbd/1/51712: using 1 queues, protocol 1 (x86_64-abi) persistent grants

[-- Attachment #3: log_hvm_passthrough --]
[-- Type: text/plain, Size: 80777 bytes --]

 Xen 4.12-unstable
(XEN) Xen version 4.12-unstable (root@) (gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516) debug=y  Fri Nov  2 12:28:49 EDT 2018
(XEN) Latest ChangeSet: Tue Oct 30 16:17:10 2018 +0100 git:9130b82dbf
(XEN) Console output is synchronous.
(XEN) Bootloader: GRUB 2.02~beta3-5
(XEN) Command line: placeholder dom0=pvh dom0_mem=8192M,max:8192M loglvl=all guest_loglvl=all sync_console_to_ring=true sync_console com1=115200,8n1 console=com1,vga iommu=debug,verbose,workaround_bios_bug
(XEN) Xen image load base address: 0
(XEN) Video information:
(XEN)  VGA is text mode 80x25, font 8x16
(XEN)  VBE/DDC methods: V2; EDID transfer time: 1 seconds
(XEN) Disc information:
(XEN)  Found 2 MBR signatures
(XEN)  Found 2 EDD information structures
(XEN) Xen-e820 RAM map:
(XEN)  0000000000000000 - 0000000000098c00 (usable)
(XEN)  0000000000098c00 - 00000000000a0000 (reserved)
(XEN)  00000000000e0000 - 0000000000100000 (reserved)
(XEN)  0000000000100000 - 000000008c1c4000 (usable)
(XEN)  000000008c1c4000 - 000000008c1c5000 (ACPI NVS)
(XEN)  000000008c1c5000 - 000000008c20f000 (reserved)
(XEN)  000000008c20f000 - 000000008c281000 (usable)
(XEN)  000000008c281000 - 000000008dec1000 (reserved)
(XEN)  000000008dec1000 - 000000008df9a000 (ACPI NVS)
(XEN)  000000008df9a000 - 000000008dfff000 (ACPI data)
(XEN)  000000008dfff000 - 000000008e000000 (usable)
(XEN)  000000008e000000 - 0000000090000000 (reserved)
(XEN)  0000000094000000 - 000000009a000000 (reserved)
(XEN)  000000009df00000 - 00000000a0000000 (reserved)
(XEN)  00000000e0000000 - 00000000f0000000 (reserved)
(XEN)  00000000fd000000 - 00000000fe800000 (reserved)
(XEN)  00000000fec00000 - 00000000fec01000 (reserved)
(XEN)  00000000fed00000 - 00000000fed01000 (reserved)
(XEN)  00000000fed10000 - 00000000fed1a000 (reserved)
(XEN)  00000000fed84000 - 00000000fed85000 (reserved)
(XEN)  00000000fee00000 - 00000000fee01000 (reserved)
(XEN)  00000000ff400000 - 0000000100000000 (reserved)
(XEN)  0000000100000000 - 0000001060000000 (usable)
(XEN) New Xen image base address: 0x8ba00000
(XEN) ACPI: RSDP 000F0510, 0024 (r2 INTEL )
(XEN) ACPI: XSDT 8DFB7188, 00EC (r1 INTEL  S1200SPO        0 INTL  1000013)
(XEN) ACPI: FACP 8DFF3000, 00F4 (r5 INTEL  S1200SPO        0 INTL 20091013)
(XEN) ACPI: DSDT 8DFC3000, 29241 (r2 INTEL  S1200SPO        0 INTL 20091013)
(XEN) ACPI: FACS 8DF6D000, 0040
(XEN) ACPI: HPET 8DFF2000, 0038 (r1 INTEL  S1200SPO        1 INTL 20091013)
(XEN) ACPI: APIC 8DFF1000, 00BC (r3 INTEL  S1200SPO        1 INTL 20091013)
(XEN) ACPI: MCFG 8DFF0000, 003C (r1 INTEL  S1200SPO        1 INTL 20091013)
(XEN) ACPI: SPMI 8DFEE000, 0042 (r5 INTEL  S1200SPO        0 INTL 20091013)
(XEN) ACPI: WDDT 8DFED000, 0040 (r1 INTEL  S1200SPO        0 INTL 20091013)
(XEN) ACPI: SSDT 8DFC0000, 2BAE (r2 INTEL  S1200SPO     1000 INTL 20091013)
(XEN) ACPI: SSDT 8DFBF000, 0BE3 (r2 INTEL  S1200SPO     1000 INTL 20091013)
(XEN) ACPI: SSDT 8DFBE000, 019A (r2 INTEL  S1200SPO     1000 INTL 20091013)
(XEN) ACPI: SSDT 8DFBD000, 04A3 (r2 INTEL  S1200SPO     1000 INTL 20091013)
(XEN) ACPI: TCPA 8DFFC000, 0064 (r2 INTEL  S1200SPO        2 INTL  1000013)
(XEN) ACPI: TPM2 8DFFA000, 0034 (r3 INTEL  S1200SPO        2 INTL  1000013)
(XEN) ACPI: SSDT 8DFF4000, 5328 (r2 INTEL  S1200SPO     3000 INTL 20141107)
(XEN) ACPI: SSDT 8DFBC000, 0E73 (r2 INTEL  S1200SPO     3000 INTL 20141107)
(XEN) ACPI: SSDT 8DFBA000, 0064 (r2 INTEL  S1200SPO        2 INTL 20141107)
(XEN) ACPI: DMAR 8DFB8000, 0070 (r1 INTEL  S1200SPO        1 INTL        1)
(XEN) ACPI: HEST 8DFFD000, 00A8 (r1 INTEL  S1200SPO        1 INTL        1)
(XEN) ACPI: ERST 8DFB5000, 0230 (r1 INTEL  S1200SPO        1 INTL        1)
(XEN) ACPI: SSDT 8DFFB000, 03A7 (r2 INTEL  S1200SPO     1000 INTL 20141107)
(XEN) ACPI: SSDT 8DFBB000, 0B79 (r2 INTEL  S1200SPO        2 INTL 20141107)
(XEN) ACPI: BERT 8DFB6000, 0030 (r1 INTEL  S1200SPO        1 INTL        1)
(XEN) ACPI: UEFI 8DF82000, 0042 (r1 INTEL  S1200SPO        2 INTL  1000013)
(XEN) ACPI: PRAD 8DFB9000, 0102 (r2 INTEL  S1200SPO        2 INTL 20141107)
(XEN) ACPI: EINJ 8DFB4000, 0130 (r1 INTEL  S1200SPO        1 INTL        1)
(XEN) ACPI: SPCR 8DFEF000, 0050 (r1 INTEL  S1200SPO        0 INTL 20091013)
(XEN) System RAM: 65217MB (66783036kB)
(XEN) No NUMA configuration found
(XEN) Faking a node at 0000000000000000-0000001060000000
(XEN) Domain heap initialised
(XEN) CPU Vendor: Intel, Family 6 (0x6), Model 158 (0x9e), Stepping 9 (raw 000906e9)
(XEN) DMI 2.7 present.
(XEN) Using APIC driver default
(XEN) ACPI: PM-Timer IO Port: 0x1808 (32 bits)
(XEN) ACPI: SLEEP INFO: pm1x_cnt[1:1804,1:0], pm1x_evt[1:1800,1:0]
(XEN) ACPI: 32/64X FACS address mismatch in FADT - 8df6d000/0000000000000000, using 32
(XEN) ACPI:             wakeup_vec[8df6d00c], vec_size[20]
(XEN) ACPI: Local APIC address 0xfee00000
(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
(XEN) ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
(XEN) ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
(XEN) IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
(XEN) ACPI: IRQ0 used by override.
(XEN) ACPI: IRQ2 used by override.
(XEN) ACPI: IRQ9 used by override.
(XEN) Enabling APIC mode:  Flat.  Using 1 I/O APICs
(XEN) ACPI: HPET id: 0x8086a201 base: 0xfed00000
(XEN) PCI: MCFG configuration 0: base e0000000 segment 0000 buses 00 - ff
(XEN) PCI: MCFG area at e0000000 reserved in E820
(XEN) PCI: Using MCFG for segment 0000 bus 00-ff
(XEN) [VT-D]Host address width 39
(XEN) [VT-D]found ACPI_DMAR_DRHD:
(XEN) [VT-D]  dmaru->address = fed90000
(XEN) [VT-D]drhd->address = fed90000 iommu->reg = ffff82c00021d000
(XEN) [VT-D]cap = d2008c40660462 ecap = f050da
(XEN) [VT-D] IOAPIC: 0000:f0:1f.0
(XEN) [VT-D] MSI HPET: 0000:00:1f.0
(XEN) [VT-D]  flags: INCLUDE_ALL
(XEN) [VT-D]found ACPI_DMAR_RMRR:
(XEN) [VT-D]  RMRR address range 3e2e0000..3e2fffff not in reserved memory; need "iommu_inclusive_mapping=1"?
(XEN) [VT-D] endpoint: 0000:00:14.0
(XEN) [VT-D]dmar.c:639:   RMRR region: base_addr 3e2e0000 end_addr 3e2fffff
(XEN) Xen ERST support is initialized.
(XEN) HEST: Table parsing has been initialized
(XEN) Using ACPI (MADT) for SMP configuration information
(XEN) SMP: Allowing 8 CPUs (0 hotplug CPUs)
(XEN) IRQ limits: 120 GSI, 1432 MSI/MSI-X
(XEN) Not enabling x2APIC (upon firmware request)
(XEN) xstate: size: 0x440 and states: 0x1f
(XEN) mce_intel.c:780: MCA Capability: firstbank 0, extended MCE MSR 0, BCAST, CMCI
(XEN) CPU0: Intel machine check reporting enabled
(XEN) Speculative mitigation facilities:
(XEN)   Hardware features:
(XEN)   Compiled-in support: INDIRECT_THUNK SHADOW_PAGING
(XEN)   Xen settings: BTI-Thunk RETPOLINE, SPEC_CTRL: No, Other:
(XEN)   L1TF: believed vulnerable, maxphysaddr L1D 46, CPUID 39, Safe address 8000000000
(XEN)   Support for HVM VMs: RSB EAGER_FPU
(XEN)   Support for PV VMs: RSB EAGER_FPU
(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)  load_precision_shift: 18
(XEN)  load_window_shift: 30
(XEN)  underload_balance_tolerance: 0
(XEN)  overload_balance_tolerance: -3
(XEN)  runqueues arrangement: socket
(XEN)  cap enforcement granularity: 10ms
(XEN) load tracking window length 1073741824 ns
(XEN) Adding cpu 0 to runqueue 0
(XEN)  First cpu on runqueue, activating
(XEN) Platform timer is 23.999MHz HPET
(XEN) Detected 3792.165 MHz processor.
(XEN) Initing memory sharing.
(XEN) alt table ffff82d08046b838 -> ffff82d08046d63e
(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) nr_sockets: 1
(XEN) Enabled directed EOI with ioapic_ack_old on!
(XEN) ENABLING IO-APIC IRQs
(XEN)  -> Using old ACK method
(XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1
(XEN) TSC deadline timer enabled
(XEN) Allocated console ring of 64 KiB.
(XEN) mwait-idle: MWAIT substates: 0x142120
(XEN) mwait-idle: v0.4.1 model 0x9e
(XEN) mwait-idle: lapic_timer_reliable_states 0xffffffff
(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)  - VMCS shadowing
(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) Adding cpu 1 to runqueue 0
(XEN) Adding cpu 2 to runqueue 0
(XEN) Adding cpu 3 to runqueue 0
(XEN) Adding cpu 4 to runqueue 0
(XEN) Adding cpu 5 to runqueue 0
(XEN) Adding cpu 6 to runqueue 0
(XEN) Adding cpu 7 to runqueue 0
(XEN) Brought up 8 CPUs
(XEN) build-id: 8ca86e4aff721d4739668760f50f332456673196
(XEN) Running stub recovery selftests...
(XEN) traps.c:1566: GPF (0000): ffff82d0bffff041 [ffff82d0bffff041] -> ffff82d080380412
(XEN) traps.c:755: Trap 12: ffff82d0bffff040 [ffff82d0bffff040] -> ffff82d080380412
(XEN) traps.c:1094: Trap 3: ffff82d0bffff041 [ffff82d0bffff041] -> ffff82d080380412
(XEN) ACPI sleep modes: S3
(XEN) VPMU: disabled
(XEN) mcheck_poll: Machine check polling timer started.
(XEN) Dom0 has maximum 888 PIRQs
(XEN) NX (Execute Disable) protection active
(XEN) *** Building a PVH Dom0 ***
(XEN) [VT-D]d0:Hostbridge: skip 0000:00:00.0 map
(XEN) [VT-D]d0:PCI: map 0000:00:14.0
(XEN) [VT-D]d0:PCI: map 0000:00:14.2
(XEN) [VT-D]d0:PCI: map 0000:00:16.0
(XEN) [VT-D]d0:PCI: map 0000:00:16.1
(XEN) [VT-D]d0:PCI: map 0000:00:17.0
(XEN) [VT-D]d0:PCI: map 0000:00:1f.0
(XEN) [VT-D]d0:PCI: map 0000:00:1f.2
(XEN) [VT-D]d0:PCI: map 0000:00:1f.4
(XEN) [VT-D]d0:PCIe: map 0000:01:00.0
(XEN) [VT-D]d0:PCIe: map 0000:02:00.0
(XEN) [VT-D]d0:PCIe: map 0000:03:00.0
(XEN) [VT-D]d0:PCIe: map 0000:04:00.0
(XEN) Cannot setup identity map d0:3e2e0, gfn already mapped to ffe1e0.
(XEN) [VT-D]iommu.c:2272: IOMMU: mapping reserved region failed
(XEN) [VT-D]iommu_enable_translation: iommu->reg = ffff82c00021d000
(XEN) WARNING: PVH is an experimental mode with limited functionality
(XEN) Initial low memory virq threshold set at 0x4000 pages.
(XEN) Scrubbing Free RAM on 1 nodes using 4 CPUs
(XEN) ...................................................................................................................................done.
(XEN) Std. Loglevel: All
(XEN) Guest Loglevel: All
(XEN) ***************************************************
(XEN) WARNING: CONSOLE OUTPUT IS SYNCHRONOUS
(XEN) This option is intended to aid debugging of Xen by ensuring
(XEN) that all output is synchronously delivered on the serial line.
(XEN) However it can introduce SIGNIFICANT latencies and affect
(XEN) timekeeping. It is NOT recommended for production use!
(XEN) ***************************************************
(XEN) Booted on L1TF-vulnerable hardware with SMT/Hyperthreading
(XEN) enabled.  Please assess your configuration and choose an
(XEN) explicit 'smt=<bool>' setting.  See XSA-273.
(XEN) ***************************************************
(XEN) 3... 2... 1... 
(XEN) Xen is relinquishing VGA console.
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
(XEN) Freed 472kB init memory
(XEN) Dom0 callback via changed to Direct Vector 0xf3
[    0.000000] Linux version 4.19.0+ (root@debian) (gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1)) #1 SMP Fri Nov 2 09:11:18 EDT 2018
[    0.000000] Command line: placeholder root=UUID=93bcf82b-b9b9-4362-936a-d0c100a920da ro console=hvc0 earlyprintk=xen
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000097fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000098c00-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000008c1c3fff] usable
[    0.000000] BIOS-e820: [mem 0x000000008c1c4000-0x000000008c1c4fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000008c1c5000-0x000000008c20efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008c20f000-0x000000008c280fff] usable
[    0.000000] BIOS-e820: [mem 0x000000008c281000-0x000000008dec0fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008dec1000-0x000000008df99fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000008df9a000-0x000000008dffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000008dfff000-0x000000008dfffe8b] usable
[    0.000000] BIOS-e820: [mem 0x000000008dfffe8c-0x000000008dffff57] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000008e000000-0x000000008fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000094000000-0x0000000099ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000009df00000-0x000000009fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000fe7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed84000-0x00000000fed84fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff400000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000273e30fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000273e31000-0x000000105fffffff] unusable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Intel Corporation S1200SP/S1200SP, BIOS S1200SP.86B.03.01.0020.052620170737 05/26/2017
[    0.000000] Hypervisor detected: Xen HVM
[    0.000000] Xen version 4.12.
[    0.000000] Xen Platform PCI: unrecognised magic value
[    0.055059] tsc: Fast TSC calibration failed
[    0.055060] tsc: Detected 3792.164 MHz processor
[    0.060578] last_pfn = 0x273e31 max_arch_pfn = 0x400000000
[    0.062124] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.063538] last_pfn = 0x8dfff max_arch_pfn = 0x400000000
[    0.077061] Using GB pages for direct mapping
[    0.077457] RAMDISK: [mem 0x0282c000-0x1291efff]
[    0.077463] ACPI: Early table checksum verification disabled
[    0.077485] ACPI: RSDP 0x000000008DFFFE8C 000024 (v02 INTEL )
[    0.077489] ACPI: XSDT 0x000000008DFFFEB0 000084 (v01 INTEL  S1200SPO 00000000 INTL 01000013)
[    0.077493] ACPI: APIC 0x000000008DFFFF34 0000CC (v03 INTEL  S1200SPO 00000001 INTL 20091013)
[    0.077497] ACPI: FACP 0x000000008DFF3000 0000F4 (v05 INTEL  S1200SPO 00000000 INTL 20091013)
[    0.077531] ACPI: DSDT 0x000000008DFC3000 029241 (v02 INTEL  S1200SPO 00000000 INTL 20091013)
[    0.077534] ACPI: FACS 0x000000008DF6D000 000040
[    0.077537] ACPI: MCFG 0x000000008DFF0000 00003C (v01 INTEL  S1200SPO 00000001 INTL 20091013)
[    0.077541] ACPI: SSDT 0x000000008DFC0000 002BAE (v02 INTEL  S1200SPO 00001000 INTL 20091013)
[    0.077545] ACPI: SSDT 0x000000008DFBF000 000BE3 (v02 INTEL  S1200SPO 00001000 INTL 20091013)
[    0.077549] ACPI: SSDT 0x000000008DFBE000 00019A (v02 INTEL  S1200SPO 00001000 INTL 20091013)
[    0.077552] ACPI: SSDT 0x000000008DFBD000 0004A3 (v02 INTEL  S1200SPO 00001000 INTL 20091013)
[    0.077556] ACPI: SSDT 0x000000008DFF4000 005328 (v02 INTEL  S1200SPO 00003000 INTL 20141107)
[    0.077560] ACPI: SSDT 0x000000008DFBC000 000E73 (v02 INTEL  S1200SPO 00003000 INTL 20141107)
[    0.077563] ACPI: SSDT 0x000000008DFBA000 000064 (v02 INTEL  S1200SPO 00000002 INTL 20141107)
[    0.077567] ACPI: SSDT 0x000000008DFFB000 0003A7 (v02 INTEL  S1200SPO 00001000 INTL 20141107)
[    0.077571] ACPI: SSDT 0x000000008DFBB000 000B79 (v02 INTEL  S1200SPO 00000002 INTL 20141107)
[    0.077749] No NUMA configuration found
[    0.077750] Faking a node at [mem 0x0000000000000000-0x0000000273e30fff]
[    0.077753] NODE_DATA(0) allocated [mem 0x273e2c000-0x273e30fff]
[    0.077772] Zone ranges:
[    0.077773]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.077774]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.077775]   Normal   [mem 0x0000000100000000-0x0000000273e30fff]
[    0.077776]   Device   empty
[    0.077777] Movable zone start for each node
[    0.077777] Early memory node ranges
[    0.077778]   node   0: [mem 0x0000000000001000-0x0000000000097fff]
[    0.077779]   node   0: [mem 0x0000000000100000-0x000000008c1c3fff]
[    0.077779]   node   0: [mem 0x000000008c20f000-0x000000008c280fff]
[    0.077780]   node   0: [mem 0x0000000100000000-0x0000000273e30fff]
[    0.078187] Reserved but unavailable: 32770 pages
[    0.078188] Initmem setup node 0 [mem 0x0000000000001000-0x0000000273e30fff]
[    0.106749] ACPI: PM-Timer IO Port: 0x1808
[    0.106793] IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-119
[    0.106796] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.106797] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.106802] Using ACPI (MADT) for SMP configuration information
[    0.106808] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.106821] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.106823] PM: Registered nosave memory: [mem 0x00098000-0x00098fff]
[    0.106823] PM: Registered nosave memory: [mem 0x00099000-0x000fffff]
[    0.106824] PM: Registered nosave memory: [mem 0x8c1c4000-0x8c1c4fff]
[    0.106825] PM: Registered nosave memory: [mem 0x8c1c5000-0x8c20efff]
[    0.106826] PM: Registered nosave memory: [mem 0x8c281000-0x8dec0fff]
[    0.106827] PM: Registered nosave memory: [mem 0x8dec1000-0x8df99fff]
[    0.106827] PM: Registered nosave memory: [mem 0x8df9a000-0x8dffefff]
[    0.106828] PM: Registered nosave memory: [mem 0x8dfff000-0x8dffffff]
[    0.106829] PM: Registered nosave memory: [mem 0x8dfff000-0x8dffffff]
[    0.106829] PM: Registered nosave memory: [mem 0x8e000000-0x8fffffff]
[    0.106830] PM: Registered nosave memory: [mem 0x90000000-0x93ffffff]
[    0.106830] PM: Registered nosave memory: [mem 0x94000000-0x99ffffff]
[    0.106831] PM: Registered nosave memory: [mem 0x9a000000-0x9defffff]
[    0.106832] PM: Registered nosave memory: [mem 0x9df00000-0x9fffffff]
[    0.106832] PM: Registered nosave memory: [mem 0xa0000000-0xdfffffff]
[    0.106833] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.106833] PM: Registered nosave memory: [mem 0xf0000000-0xfcffffff]
[    0.106834] PM: Registered nosave memory: [mem 0xfd000000-0xfe7fffff]
[    0.106834] PM: Registered nosave memory: [mem 0xfe800000-0xfebfffff]
[    0.106835] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.106835] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.106836] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.106836] PM: Registered nosave memory: [mem 0xfed01000-0xfed0ffff]
[    0.106837] PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
[    0.106837] PM: Registered nosave memory: [mem 0xfed1a000-0xfed83fff]
[    0.106838] PM: Registered nosave memory: [mem 0xfed84000-0xfed84fff]
[    0.106838] PM: Registered nosave memory: [mem 0xfed85000-0xfedfffff]
[    0.106839] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.106839] PM: Registered nosave memory: [mem 0xfee01000-0xff3fffff]
[    0.106840] PM: Registered nosave memory: [mem 0xff400000-0xffffffff]
[    0.106841] [mem 0xa0000000-0xdfffffff] available for PCI devices
[    0.106842] Booting paravirtualized kernel on Xen PVH
[    0.106844] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.165764] random: get_random_bytes called from start_kernel+0x96/0x4dc with crng_init=0
[    0.165768] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:8 nr_node_ids:1
[    0.165878] percpu: Embedded 44 pages/cpu @(____ptrval____) s142808 r8192 d29224 u262144
[    0.165905] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)
[    0.165908] Built 1 zonelists, mobility grouping on.  Total pages: 2064359
[    0.165909] Policy zone: Normal
[    0.165910] Kernel command line: placeholder root=UUID=93bcf82b-b9b9-4362-936a-d0c100a920da ro console=hvc0 earlyprintk=xen
[    0.218660] Memory: 7900184K/8388600K available (10245K kernel code, 1138K rwdata, 3168K rodata, 1580K init, 2444K bss, 488416K reserved, 0K cma-reserved)
[    0.218710] Kernel/User page tables isolation: enabled
[    0.218723] ftrace: allocating 31253 entries in 123 pages
[    0.227186] rcu: Hierarchical RCU implementation.
[    0.227188] rcu: 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=8.
[    0.227189] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.227189] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.228960] Using NULL legacy PIC
[    0.228961] NR_IRQS: 33024, nr_irqs: 2048, preallocated irqs: 0
[    0.228981] xen:events: Using FIFO-based ABI
[    0.234143] xen:events: Xen HVM callback vector for event delivery is enabled
[    0.234225] Console: colour dummy device 80x25
[    1.276110] console [hvc0] enabled
[    1.280001] ACPI: Core revision 20181003
[    1.296864] Failed to register legacy timer interrupt
[    1.302411] APIC: Switch to symmetric I/O mode setup
[    1.309402] x2apic enabled
[    1.313703] Switched APIC routing to physical x2apic.
[    1.319289] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6d52dd179db, max_idle_ns: 881591130398 ns
[    1.331093] Calibrating delay loop (skipped), value calculated using timer frequency.. 7584.32 BogoMIPS (lpj=15168656)
[    1.335076] pid_max: default: 32768 minimum: 301
[    1.335076] Security Framework initialized
[    1.335076] Yama: becoming mindful.
[    1.335076] AppArmor: AppArmor disabled by boot time parameter
[    1.335076] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    1.335076] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    1.335076] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    1.335076] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    1.335076] mce: CPU supports 2 MCE banks
[    1.335076] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    1.335076] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    1.335076] Spectre V2 : Mitigation: Full generic retpoline
[    1.335076] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    1.335076] Speculative Store Bypass: Vulnerable
[    1.335076] Freeing SMP alternatives memory: 32K
[    1.335076] clocksource: xen: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    1.335076] installing Xen timer for CPU 0
[    1.335076] smpboot: CPU0: Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz (family: 0x6, model: 0x9e, stepping: 0x9)
[    1.335109] cpu 0 spinlock event irq 125
[    1.339145] Performance Events: unsupported p6 CPU model 158 no PMU driver, software events only.
[    1.343099] rcu: Hierarchical SRCU implementation.
[    1.347322] NMI watchdog: Perf NMI watchdog permanently disabled
[    1.351133] smp: Bringing up secondary CPUs ...
[    1.355136] installing Xen timer for CPU 1
[    1.359122] x86: Booting SMP configuration:
[    1.363081] .... node  #0, CPUs:      #1
[    1.363485] cpu 1 spinlock event irq 131
[    1.371144] installing Xen timer for CPU 2
[    1.375123]  #2
[    1.375549] cpu 2 spinlock event irq 137
[    1.379144] installing Xen timer for CPU 3
[    1.383122]  #3
[    1.383546] cpu 3 spinlock event irq 143
[    1.387142] installing Xen timer for CPU 4
[    1.391123]  #4
[    1.391487] cpu 4 spinlock event irq 149
[    1.395147] installing Xen timer for CPU 5
[    1.399124]  #5
[    1.399435] cpu 5 spinlock event irq 155
[    1.403145] installing Xen timer for CPU 6
[    1.407126]  #6
[    1.407558] cpu 6 spinlock event irq 161
[    1.411141] installing Xen timer for CPU 7
[    1.415123]  #7
[    1.415531] cpu 7 spinlock event irq 167
[    1.419083] smp: Brought up 1 node, 8 CPUs
[    1.423082] smpboot: Max logical packages: 1
[    1.427080] smpboot: Total of 8 processors activated (60674.62 BogoMIPS)
[    1.435342] devtmpfs: initialized
[    1.439111] x86/mm: Memory block size: 128MB
[    1.443594] PM: Registering ACPI NVS region [mem 0x8c1c4000-0x8c1c4fff] (4096 bytes)
[    1.447085] PM: Registering ACPI NVS region [mem 0x8dec1000-0x8df99fff] (888832 bytes)
[    1.451143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    1.455084] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    1.459145] pinctrl core: initialized pinctrl subsystem
[    1.463268] NET: Registered protocol family 16
[    1.467090] xen:grant_table: Grant tables using version 1 layout
[    1.471090] Grant table initialized
[    1.475187] audit: initializing netlink subsys (disabled)
[    1.479098] audit: type=2000 audit(1541407302.140:1): state=initialized audit_enabled=0 res=1
[    1.487082] cpuidle: using governor ladder
[    1.491096] cpuidle: using governor menu
[    1.495106] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    1.499081] ACPI: bus type PCI registered
[    1.503080] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    1.507248] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    1.511088] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    1.515086] PCI: Using configuration type 1 for base access
[    1.519673] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    1.523085] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    1.527177] ACPI: Added _OSI(Module Device)
[    1.531081] ACPI: Added _OSI(Processor Device)
[    1.535082] ACPI: Added _OSI(3.0 _SCP Extensions)
[    1.535080] random: fast init done
[    1.539080] ACPI: Added _OSI(Processor Aggregator Device)
[    1.543080] ACPI: Added _OSI(Linux-Dell-Video)
[    1.547080] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    1.583013] ACPI: 10 ACPI AML tables successfully acquired and loaded
(XEN) d0: bind: m_gsi=9 g_gsi=9
[    1.588646] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    1.595734] ACPI: Interpreter enabled
[    1.599108] ACPI: (supports S0 S5)
[    1.602950] ACPI: Using IOAPIC for interrupt routing
[    1.603110] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.607961] ACPI: Enabled 9 GPEs in block 00 to 7F
[    1.611811] ACPI: Power Resource [PG00] (on)
[    1.615359] ACPI: Power Resource [PG01] (on)
[    1.619344] ACPI: Power Resource [PG02] (on)
[    1.634281] ACPI: Power Resource [WRST] (off)
[    1.639403] ACPI: Power Resource [WRST] (off)
[    1.643400] ACPI: Power Resource [WRST] (off)
[    1.647398] ACPI: Power Resource [WRST] (off)
[    1.651438] ACPI BIOS Error (bug): Could not resolve [\_SB.PRAD], AE_NOT_FOUND (20181003/psargs-330)
[    1.655086] ACPI Error: Method parse/execution failed \_SB.PCI0.HEC2.H2RD, AE_NOT_FOUND (20181003/psparse-516)
[    1.655414] ACPI: Power Resource [WRST] (off)
[    1.659081] ACPI Error: Method parse/execution failed \_SB.PCI0.HEC2.HSCI, AE_NOT_FOUND (20181003/psparse-516)
[    1.663408] ACPI: Power Resource [WRST] (off)
[    1.667080] ACPI Error: Method parse/execution failed \_GPE._L6C, AE_NOT_FOUND (20181003/psparse-516)
[    1.667407] ACPI: Power Resource [WRST] (off)
[    1.675081] ACPI Error: AE_NOT_FOUND, while evaluating GPE method [_L6C] (20181003/evgpe-509)
[    1.687401] ACPI: Power Resource [WRST] (off)
[    1.691401] ACPI: Power Resource [WRST] (off)
[    1.699404] ACPI: Power Resource [WRST] (off)
[    1.703421] ACPI: Power Resource [WRST] (off)
[    1.707419] ACPI: Power Resource [WRST] (off)
[    1.711399] ACPI: Power Resource [WRST] (off)
[    1.719398] ACPI: Power Resource [WRST] (off)
[    1.723398] ACPI: Power Resource [WRST] (off)
[    1.727397] ACPI: Power Resource [WRST] (off)
[    1.731400] ACPI: Power Resource [WRST] (off)
[    1.739398] ACPI: Power Resource [WRST] (off)
[    1.743399] ACPI: Power Resource [WRST] (off)
[    1.747399] ACPI: Power Resource [WRST] (off)
[    1.759725] acpi ABCD0000:00: ACPI dock station (docks/bays count: 1)
[    1.766848] ACPI: Power Resource [FN00] (off)
[    1.775157] ACPI: Power Resource [FN01] (off)
[    1.779157] ACPI: Power Resource [FN02] (off)
[    1.783151] ACPI: Power Resource [FN03] (off)
[    1.787151] ACPI: Power Resource [FN04] (off)
[    1.792103] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    1.799085] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    1.814042] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability LTR]
[    1.823081] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    1.833057] PCI host bridge to bus 0000:00
[    1.839082] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    1.843080] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    1.851080] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    1.859080] pci_bus 0000:00: root bus resource [mem 0xa0000000-0xdfffffff window]
[    1.871080] pci_bus 0000:00: root bus resource [mem 0x1080000000-0x10bfffffff window]
[    1.879080] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    1.887080] pci_bus 0000:00: root bus resource [bus 00-fe]
[    1.892016] pci 0000:00:00.0: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.904496] pci 0000:00:01.0: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.912696] pci 0000:00:14.0: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.924176] pci 0000:00:14.2: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.932053] pci 0000:00:16.0: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.940400] pci 0000:00:16.1: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.952381] pci 0000:00:17.0: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.960259] pci 0000:00:1d.0: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.964209] pci 0000:00:1d.2: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.976297] pci 0000:00:1d.3: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.984110] pci 0000:00:1f.0: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.996260] pci 0000:00:1f.2: Failed to add - passthrough or MSI/MSI-X might fail!
[    2.004296] pci 0000:00:1f.4: Failed to add - passthrough or MSI/MSI-X might fail!
[    2.016101] pci 0000:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x1 link at 0000:00:01.0 (capable of 7.876 Gb/s with 8 GT/s x1 link)
[    2.031141] pci 0000:01:00.0: Failed to add - passthrough or MSI/MSI-X might fail!
[    2.043176] pci 0000:00:01.0: PCI bridge to [bus 01]
[    2.048276] pci 0000:02:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x1 link at 0000:00:1d.0 (capable of 7.876 Gb/s with 8 GT/s x1 link)
[    2.063173] pci 0000:02:00.0: Failed to add - passthrough or MSI/MSI-X might fail!
[    2.071151] pci 0000:00:1d.0: PCI bridge to [bus 02]
[    2.082898] pci 0000:03:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x1 link at 0000:00:1d.2 (capable of 7.876 Gb/s with 8 GT/s x1 link)
[    2.099166] pci 0000:03:00.0: Failed to add - passthrough or MSI/MSI-X might fail!
[    2.107197] pci 0000:00:1d.2: PCI bridge to [bus 03]
[    2.118505] pci 0000:04:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x1 link at 0000:00:1d.3 (capable of 7.876 Gb/s with 8 GT/s x1 link)
[    2.131165] pci 0000:04:00.0: Failed to add - passthrough or MSI/MSI-X might fail!
[    2.139197] pci 0000:00:1d.3: PCI bridge to [bus 04]
[    2.148560] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    2.155133] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    2.163139] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    2.171131] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    2.179131] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    2.187131] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    2.195130] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    2.203130] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    2.211079] xen:balloon: Initialising balloon driver
[    2.215085] arch_xen_balloon_init: Can't read host e820 (-38)
[    2.223145] pci 0000:02:00.0: vgaarb: setting as boot VGA device
[    2.227076] pci 0000:02:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    2.239081] pci 0000:02:00.0: vgaarb: bridge control possible
[    2.243079] vgaarb: loaded
[    2.246203] pps_core: LinuxPPS API ver. 1 registered
[    2.251080] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.263081] PTP clock support registered
[    2.267084] EDAC MC: Ver: 3.0.0
[    2.271100] PCI: Using ACPI for IRQ routing
[    2.303188] clocksource: Switched to clocksource tsc-early
[    2.315069] VFS: Disk quotas dquot_6.6.0
[    2.319374] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.327159] pnp: PnP ACPI init
[    2.330702] system 00:00: [mem 0xfd000000-0xfdabffff] has been reserved
[    2.338077] system 00:00: [mem 0xfdad0000-0xfdadffff] has been reserved
[    2.345538] system 00:00: [mem 0xfdb00000-0xfdffffff] has been reserved
[    2.353007] system 00:00: [mem 0xfe000000-0xfe01ffff] has been reserved
[    2.360474] system 00:00: [mem 0xfe036000-0xfe03bfff] has been reserved
[    2.367936] system 00:00: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    2.375404] system 00:00: [mem 0xfe410000-0xfe7fffff] has been reserved
[    2.383211] system 00:01: [io  0x2000-0x20fe] has been reserved
[    2.389887] system 00:02: [io  0x0680-0x069f] has been reserved
[    2.396424] system 00:02: [io  0xffff] has been reserved
[    2.402437] system 00:02: [io  0xffff] has been reserved
[    2.408448] system 00:02: [io  0xffff] has been reserved
[    2.414458] system 00:02: [io  0x1800-0x18fe] has been reserved
[    2.421147] system 00:02: [io  0x164e-0x164f] has been reserved
[    2.427908] system 00:03: [io  0x0800-0x087f] has been reserved
[    2.434574] system 00:05: [io  0x1854-0x1857] has been reserved
[    2.442586] system 00:07: [mem 0xfdaf0000-0xfdafffff] has been reserved
[    2.449886] system 00:07: [mem 0xfdae0000-0xfdaeffff] has been reserved
[    2.457351] system 00:07: [mem 0xfdac0000-0xfdacffff] has been reserved
[    2.465283] system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
[    2.472587] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[    2.480045] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[    2.487510] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
[    2.494979] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[    2.502441] system 00:08: [mem 0xfed90000-0xfed93fff] has been reserved
[    2.509908] system 00:08: [mem 0xfed45000-0xfed8ffff] could not be reserved
[    2.517761] system 00:08: [mem 0xff000000-0xffffffff] could not be reserved
[    2.525614] system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved
[    2.533470] system 00:08: [mem 0xa0000000-0xa001ffff] has been reserved
[    2.541725] pnp: PnP ACPI: found 9 devices
[    2.554649] PM-Timer failed consistency check  (0xffffff) - aborting.
[    2.561752] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfffc0000-0xffffffff pref]: no compatible bridge window
[    2.572901] pci 0000:02:00.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
[    2.584098] pci 0000:01:00.0: BAR 6: assigned [mem 0xa2dc0000-0xa2dfffff pref]
[    2.592197] pci 0000:00:01.0: PCI bridge to [bus 01]
[    2.597822] pci 0000:00:01.0:   bridge window [io  0x5000-0x5fff]
[    2.604708] pci 0000:00:01.0:   bridge window [mem 0xa2d00000-0xa2dfffff]
[    2.612371] pci 0000:02:00.0: BAR 6: assigned [mem 0xa2810000-0xa281ffff pref]
[    2.620510] pci 0000:00:1d.0: PCI bridge to [bus 02]
[    2.626133] pci 0000:00:1d.0:   bridge window [mem 0xa2000000-0xa28fffff]
[    2.633793] pci 0000:00:1d.0:   bridge window [mem 0xa1000000-0xa1ffffff 64bit pref]
[    2.642523] pci 0000:00:1d.2: PCI bridge to [bus 03]
[    2.648141] pci 0000:00:1d.2:   bridge window [io  0x4000-0x4fff]
[    2.655027] pci 0000:00:1d.2:   bridge window [mem 0xa2b00000-0xa2cfffff]
[    2.662692] pci 0000:00:1d.3: PCI bridge to [bus 04]
[    2.668304] pci 0000:00:1d.3:   bridge window [io  0x3000-0x3fff]
[    2.675194] pci 0000:00:1d.3:   bridge window [mem 0xa2900000-0xa2afffff]
[    2.682986] NET: Registered protocol family 2
[    2.687876] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes)
[    2.696639] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    2.704823] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    2.712397] TCP: Hash tables configured (established 65536 bind 65536)
[    2.719709] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    2.726585] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    2.733981] NET: Registered protocol family 1
[    2.739662] pci 0000:02:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    2.748936] Unpacking initramfs...
[    5.331850] Freeing initrd memory: 263116K
[    5.336365] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    5.343616] software IO TLB: mapped [mem 0x881c4000-0x8c1c4000] (64MB)
[    5.351457] Initialise system trusted keyrings
[    5.356479] workingset: timestamp_bits=40 max_order=21 bucket_order=0
[    5.363986] zbud: loaded
[    5.366881] pstore: using deflate compression
[    5.546208] Key type asymmetric registered
[    5.550700] Asymmetric key parser 'x509' registered
[    5.556229] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    5.564633] io scheduler noop registered
[    5.569025] io scheduler deadline registered
[    5.573876] io scheduler cfq registered (default)
[    5.579201] io scheduler mq-deadline registered
[    5.584339] io scheduler kyber registered
[    5.590327] pcieport 0000:00:01.0: AER enabled with IRQ 170
[    5.596524] pcieport 0000:00:1d.0: AER enabled with IRQ 171
[    5.602816] pcieport 0000:00:1d.2: AER enabled with IRQ 172
[    5.609121] pcieport 0000:00:1d.3: AER enabled with IRQ 173
[    5.615384] pcieport 0000:00:01.0: Signaling PME with IRQ 170
[    5.621877] pcieport 0000:00:1d.0: Signaling PME with IRQ 171
[    5.628378] pcieport 0000:00:1d.2: Signaling PME with IRQ 172
[    5.634873] pcieport 0000:00:1d.3: Signaling PME with IRQ 173
[    5.641670] xen_mcelog: Failed to get CPU numbers
[    5.647275] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    5.654682] hpet_acpi_add: no address or irqs in _CRS
[    5.660265] Linux agpgart interface v0.103
[    5.664954] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    5.671678] AMD IOMMUv2 functionality not available on this system
[    5.679320] i8042: PNP: No PS/2 controller found.
[    5.684626] mousedev: PS/2 mouse device common for all mice
[    5.690811] rtc_cmos 00:04: RTC can wake from S4
(XEN) d0: bind: m_gsi=8 g_gsi=8
[    5.719148] rtc_cmos 00:04: registered as rtc0
[    5.724025] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram
[    5.731970] ledtrig-cpu: registered to indicate activity on CPUs
[    5.739589] oprofile: using NMI timer interrupt.
[    5.744730] NET: Registered protocol family 10
[    5.749943] Segment Routing with IPv6
[    5.753964] mip6: Mobile IPv6
[    5.757338] NET: Registered protocol family 17
[    5.762379] mpls_gso: MPLS GSO support
[    5.767214] sched_clock: Marking stable (4670262368, 1096926648)->(6121894337, -354705321)
[    5.777231] registered taskstats version 1
[    5.781710] Loading compiled-in X.509 certificates
[    5.787147] zswap: loaded using pool lzo/zbud
[    5.792615] ima: No TPM chip found, activating TPM-bypass!
[    5.798660] ima: Allocated hash algorithm: sha256
[    5.824624] rtc_cmos 00:04: hctosys: unable to read the hardware clock
[    5.832521] Freeing unused kernel image memory: 1580K
[    5.855222] Write protecting the kernel read-only data: 16384k
[    5.862123] Freeing unused kernel image memory: 2016K
[    5.867967] Freeing unused kernel image memory: 928K
[    5.877913] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    5.885008] x86/mm: Checking user space page tables
[    5.894880] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    5.901983] Run /init as init process
Loading, please wait...
starting version 232
[    5.919893] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    5.920577] random: udevadm: uninitialized urandom read (16 bytes read)
[    5.927834] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    5.962548] thermal LNXTHERM:00: registered as thermal_zone0
[    5.968790] ACPI: Thermal Zone [TZ00] (28 C)
[    5.973881] dca service started, version 1.12.1
[    5.973943] thermal LNXTHERM:01: registered as thermal_zone1
[    5.985261] ACPI: Thermal Zone [TZ01] (30 C)
[    5.990496] i801_smbus 0000:00:1f.4: SPD Write Disable is set
(XEN) d0: bind: m_gsi=16 g_gsi=16
[    6.000309] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    6.037053] random: crng init done
[    6.040761] random: 7 urandom warning(s) missed due to ratelimiting
[    6.049282] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[    6.049324] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    6.049345] ACPI: bus type USB registered
[    6.049367] usbcore: registered new interface driver usbfs
[    6.049373] usbcore: registered new interface driver hub
[    6.049385] SCSI subsystem initialized
[    6.049426] usbcore: registered new device driver usb
[    6.056973] igb: Copyright (c) 2007-2014 Intel Corporation.
[    6.095493] pps pps0: new PPS source ptp0
[    6.096637] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    6.101193] igb 0000:03:00.0: added PHC on eth0
[    6.107910] e1000e 0000:01:00.0: Disabling ASPM  
[    6.113012] igb 0000:03:00.0: Intel(R) Gigabit Ethernet Network Connection
[    6.113014] igb 0000:03:00.0: eth0: (PCIe:2.5Gb/s:Width x1) a4:bf:01:17:96:94
[    6.113122] igb 0000:03:00.0: eth0: PBA No: 006200-000
[    6.118353] e1000e 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM control
[    6.126103] igb 0000:03:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[    6.134455] e1000e 0000:01:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    6.168729] pps pps1: new PPS source ptp1
[    6.173126] igb 0000:04:00.0: added PHC on eth1
[    6.178259] igb 0000:04:00.0: Intel(R) Gigabit Ethernet Network Connection
[    6.186021] igb 0000:04:00.0: eth1: (PCIe:2.5Gb/s:Width x1) a4:bf:01:17:96:95
[    6.194111] igb 0000:04:00.0: eth1: PBA No: 006200-000
[    6.199880] igb 0000:04:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[    6.208880] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    6.209533] igb 0000:04:00.0 eno2: renamed from eth1
[    6.214634] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    6.223886] e1000e 0000:01:00.0 0000:01:00.0 (uninitialized): registered PHC clock
[    6.229742] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000001109810
[    6.247658] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[    6.248002] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0xff impl SATA mode
[    6.256805] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.266016] ahci 0000:00:17.0: flags: 64bit ncq sntf led clo only pio slum part ems deso sadm sds apst 
[    6.274154] usb usb1: Product: xHCI Host Controller
[    6.290249] usb usb1: Manufacturer: Linux 4.19.0+ xhci-hcd
[    6.296452] usb usb1: SerialNumber: 0000:00:14.0
[    6.301844] hub 1-0:1.0: USB hub found
[    6.305970] hub 1-0:1.0: 16 ports detected
[    6.307336] igb 0000:03:00.0 eno1: renamed from eth0
[    6.311435] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    6.322150] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    6.330486] xhci_hcd 0000:00:14.0: Host supports USB 3.0  SuperSpeed
[    6.337683] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[    6.346971] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.355110] usb usb2: Product: xHCI Host Controller
[    6.355139] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6d52dd179db, max_idle_ns: 881591130398 ns
[    6.360634] usb usb2: Manufacturer: Linux 4.19.0+ xhci-hcd
[    6.360635] usb usb2: SerialNumber: 0000:00:14.0
[    6.360796] hub 2-0:1.0: USB hub found
[    6.367925] scsi host0: ahci
[    6.368078] scsi host1: ahci
[    6.368242] scsi host2: ahci
[    6.368380] scsi host3: ahci
[    6.368548] scsi host4: ahci
[    6.368683] scsi host5: ahci
[    6.368823] scsi host6: ahci
[    6.368964] scsi host7: ahci
[    6.369000] ata1: SATA max UDMA/133 abar m2048@0xa2e18000 port 0xa2e18100 irq 189
[    6.369002] ata2: SATA max UDMA/133 abar m2048@0xa2e18000 port 0xa2e18180 irq 189
[    6.369004] ata3: SATA max UDMA/133 abar m2048@0xa2e18000 port 0xa2e18200 irq 189
[    6.369007] ata4: SATA max UDMA/133 abar m2048@0xa2e18000 port 0xa2e18280 irq 189
[    6.369009] ata5: SATA max UDMA/133 abar m2048@0xa2e18000 port 0xa2e18300 irq 189
[    6.369012] ata6: SATA max UDMA/133 abar m2048@0xa2e18000 port 0xa2e18380 irq 189
[    6.369015] ata7: SATA max UDMA/133 abar m2048@0xa2e18000 port 0xa2e18400 irq 189
[    6.369017] ata8: SATA max UDMA/133 abar m2048@0xa2e18000 port 0xa2e18480 irq 189
[    6.481450] clocksource: Switched to clocksource tsc
[    6.481549] hub 2-0:1.0: 10 ports detected
[    6.481596] e1000e 0000:01:00.0 eth0: (PCI Express:2.5GT/s:Width x1) 68:05:ca:80:3e:a0
[    6.481597] e1000e 0000:01:00.0 eth0: Intel(R) PRO/1000 Network Connection
[    6.481629] e1000e 0000:01:00.0 eth0: MAC: 3, PHY: 8, PBA No: E46981-008
[    6.508867] e1000e 0000:01:00.0 enp1s0: renamed from eth0
[    6.683887] ata4: SATA link down (SStatus 0 SControl 300)
[    6.689851] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    6.696831] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    6.703810] ata3: SATA link down (SStatus 0 SControl 300)
[    6.709916] ata5: SATA link down (SStatus 0 SControl 300)
[    6.711092] usb 1-1: new full-speed USB device number 2 using xhci_hcd
[    6.716045] ata8: SATA link down (SStatus 0 SControl 300)
[    6.729509] ata7: SATA link down (SStatus 0 SControl 300)
[    6.735607] ata6: SATA link down (SStatus 0 SControl 300)
[    6.741723] ata1.00: ATA-10: INTEL SSDSC2BB012T7, N2010101, max UDMA/133
[    6.749265] ata1.00: 2344225968 sectors, multi 1: LBA48 NCQ (depth 32)
[    6.756641] ata2.00: ATA-10: INTEL SSDSC2BB012T7, N2010101, max UDMA/133
[    6.764193] ata2.00: 2344225968 sectors, multi 1: LBA48 NCQ (depth 32)
[    6.772758] ata1.00: configured for UDMA/133
[    6.777676] scsi 0:0:0:0: Direct-Access     ATA      INTEL SSDSC2BB01 0101 PQ: 0 ANSI: 5
[    6.779151] ata2.00: configured for UDMA/133
[    6.791641] scsi 1:0:0:0: Direct-Access     ATA      INTEL SSDSC2BB01 0101 PQ: 0 ANSI: 5
[    6.802965] ata1.00: Enabling discard_zeroes_data
[    6.808129] ata2.00: Enabling discard_zeroes_data
[    6.813498] sd 1:0:0:0: [sdb] 2344225968 512-byte logical blocks: (1.20 TB/1.09 TiB)
[    6.813499] sd 0:0:0:0: [sda] 2344225968 512-byte logical blocks: (1.20 TB/1.09 TiB)
[    6.822196] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[    6.830917] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    6.830925] sd 0:0:0:0: [sda] Write Protect is off
[    6.836838] sd 1:0:0:0: [sdb] Write Protect is off
[    6.842753] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.848182] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.853725] ata1.00: Enabling discard_zeroes_data
[    6.879395] ata2.00: Enabling discard_zeroes_data
[    6.884967]  sdb: sdb1 sdb2 sdb3 sdb4
[    6.884994]  sda: sda1 sda2 < sda5 >
[    6.889301] ata2.00: Enabling discard_zeroes_data
[    6.898403] ata1.00: Enabling discard_zeroes_data
[    6.903715] sd 1:0:0:0: [sdb] Attached SCSI disk
[    6.903747] sd 0:0:0:0: [sda] Attached SCSI disk
[    6.971701] usb 1-1: New USB device found, idVendor=046b, idProduct=ff10, bcdDevice= 1.00
[    6.980754] usb 1-1: New USB Begin: Loading essential drivers ... device strings: done.Mfr=1, Product=2
, SerialNumber=3Begin: Running /scripts/init-premount ... 
done.[    6.997231] u
sb 1-1: Product:Begin: Mounting root file system ...  Virtual KeyboarBegin: Running /scripts/local-top ... d and Mouse
done.[    7.011289] u
sb 1-1: ManufactBegin: Running /scripts/local-premount ... urer: American Megatrends Inc.
[    7.022537] usb 1-1: SerialNumber: serial
[    7.036289] hidraw: raw HID events driver (C) Jiri Kosina
done.
[    7.050006] usbcore: registered new interface driver usbhid
[    7.056144] usbhid: USB HID core driver
[    7.061320] input: American Megatrends Inc. Virtual Keyboard and Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:046B:FF10.0001/input/input0
[    7.077007] hid-generic 0003:046B:FF10.0001: input,hidraw0: USB HID v1.10 Keyboard [American Megatrends Inc. Virtual Keyboard and Mouse] on usb-0000:00:14.0-1/input0
[    7.093513] input: American Megatrends Inc. Virtual Keyboard and Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046B:FF10.0002/input/input1
[    7.109371] hid-generic 0003:046B:FF10.0002: input,hidraw1: USB HID v1.10 Mouse [American Megatrends Inc. Virtual Keyboard and Mouse] on usb-0000:00:14.0-1/input1
[    7.167112] usb 1-10: new low-speed USB device number 3 using xhci_hcd
Begin: Will now check root file system ... fsck from util-linux 2.29.2
[/sbin/fsck.ext4 (1) -- /dev/sda1] fsck.ext4 -a -C0 /dev/sda1 
/dev/sda1: clean, 1173035/69091328 files, 99183648/276356608 blocks
done.
[    7.237654] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
[    7.412982] usb 1-10: New USB device found, idVendor=03f0, idProduct=134a, bcdDevice= 1.00
[    7.422126] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    7.430269] usb 1-10: Product: HP USB Optical Mouse
[    7.435794] usb 1-10: Manufacturer: PixArt
[    7.470587] input: PixArt HP USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:03F0:134A.0003/input/input2
[    7.484195] hid-generic 0003:03F0:134A.0003: input,hidraw2: USB HID v1.11 Mouse [PixArt HP USB Optical Mouse] on usb-0000:00:14.0-10/input0
[    7.533962] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[    7.554023] systemd[1]: Detected virtualization xen.
[    7.559591] systemd[1]: Detected architecture x86-64.

Welcome to Debian GNU/Linux 9 (stretch)!

[    7.572210] systemd[1]: Set hostname to <debian>.
[    7.627105] usb 1-12: new low-speed USB device number 4 using xhci_hcd
[    7.770252] systemd[1]: live-tools.service: Cannot add dependency job, ignoring: Unit live-tools.service is masked.
[    7.782113] systemd[1]: Listening on Syslog Socket.
[  OK  ] Listening on Syslog Socket.
[    7.792351] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
[    7.807397] systemd[1]: Listening on Journal Audit Socket.
[  OK  ] Listening on Journal Audit Socket.
[    7.819170] systemd[1]: Created slice System Slice.
[  OK  ] Created slice System Slice.
[    7.829525] systemd[1]: Created slice system-serial\x2dgetty.slice.
[  OK  ] Created slice system-serial\x2dgetty.slice.
[  OK  ] Created slice system-getty.slice.
         Mounting POSIX Message Queue File System...
[  OK  ] Reached target Remote File Systems.
         Mounting Debug File System...
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Listening on Journal Socket (/dev/log).
[  OK  ] Listening on fsck to fsckd communication Socket.
         Mounting Huge Pages File System...
[  OK  ] Listening on Journal Socket.
         Starting Set the console keyboard layout...
         Starting Create list of required st…ce nodes for the current kernel...
         Starting Journal Service...
         Starting Load Kernel Modules...
         Mounting Mount /proc/xen files...
[  OK  ] [    7.926911] xListening on udev Kernel Socket.en:xen_evtchn: E
vent-channel device installed
[  OK  ] Created slice User and Session Slice.
[  OK  ] Reached target Slices.
[  OK  ] Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Reached target Encrypted Volumes.
[  OK  ] Reached target User and Group Name Lookups.
[  OK  ] Listening on udev Control Socket.[    7.969298] u
sb 1-12: New USB device found, idVendor=03f0, idProduct=034a, bcdDevice= 1.21
[    7.978551] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[    7.981215] usb 1-12: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    7.996050] usb 1-12: Product: HP Elite USB Keyboard
[    7.996058] usb 1-12: Manufacturer: Chicony
         Starting Remount Root and Kernel File Systems...[    8.009587] i
nput: Chicony HP Elite USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.0/0003:03F0:034A.0004/input/input3
[  OK  ] Set up automount Arbitrary Executab…rmats File System Automount Point.
[  OK  ] Mounted Mount /proc/xen files.
[  OK  ] Mounted POSIX Message Queue File System.
[  OK  ] Mounted Huge Pages File System.
[  OK  ] Mounted Debug File System.
[  OK  ] Started Journal Service.
[  OK  ] Started Set the console keyboard layout.
[  OK  [    8.072443] x] en_pciback: backStarted Create list of required sta…vice nodes for the current kernel.end is vpci

[    8.083226] hid-generic 0003:03F0:034A.0004: input,hidraw3: USB HID v1.10 Keyboard [Chicony HP Elite USB Keyboard] on usb-0000:00:14.0-12/input0
[  OK  ] Started Remount Root and Kernel File Systems.
[    8.106728] input: Chicony HP Elite USB Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.1/0003:03F0:034A.0005/input/input4
         Starting Load/Save Random Seed...
[    8.126832] xen_acpi_processor: Uploading Xen processor PM info
         Starting udev Coldplug all Devices...
         Starting Create Static Device Nodes in /dev...
         Starting Flush Journal to Persistent Storage...
[  OK  ] Started Load/Save Random Seed.
[    8.156700] systemd-journald[247]: Received request to flush runtime journal from PID 1
[FAILED] Failed to start Load Kernel Modules.
See 'systemctl status systemd-modules-load.service' for details.[    8.183155] i
nput: Chicony HP Elite USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.1/0003:03F0:034A.0005/input/input5
[[    8.203605] h  OK  id-generic 0003:] 03F0:034A.0005: Started udev Coldplug all Devices.input,hidraw4: U
SB HID v1.10 Device [Chicony HP Elite USB Keyboard] on usb-0000:00:14.0-12/input1
[  OK  ] Started Create Static Device Nodes in /dev.
[  OK  ] Started Flush Journal to Persistent Storage.
[  OK  ] Reached target Local File Systems (Pre).
         Mounting mount xenstore file system...
[  OK  ] Reached target Local File Systems.
         Starting Set console font and keymap...
         Starting Create Volatile Files and Directories...
         Starting udev Kernel Device Manager...
         Starting Apply Kernel Variables...
[  OK  ] Mounted mount xenstore file system.
[  OK  ] Started Set console font and keymap.
[  OK  ] Started Apply Kernel Variables.
[  OK  ] Started Create Volatile Files and Directories.
         Starting Update UTMP about System Boot/Shutdown...
         Starting Network Time Synchronization...
         Starting Raise network interfaces...
[  OK  ] Started Update UTMP about System Boot/Shutdown.
[  OK  ] Started udev Kernel Device Manager.
[    8.400669] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input6
[    8.410674] ACPI: Sleep Button [SLPB]
[    8.414799] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
[    8.423344] ACPI: Power Button [PWRF]
[    8.463372] acpi INT33D6:00: intel-vbtn: created platform device
[    8.470352] input: Intel Virtual Button driver as /devices/platform/INT33D6:00/input/input8
[  OK  ] Started Network Time Synchronization.
[    8.485997] iTCO_vendor_support: vendor-support=0
[  OK  ] Reached target System Time Synchronized.
[    8.497586] EDAC MC0: Giving out device to module ie31200_edac controller IE31200: DEV 0000:00:00.0 (POLLED)
[    8.547579] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    8.553788] iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
[    8.563042] input: PC Speaker as /devices/platform/pcspkr/input/input9
[    8.563177] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[    8.579198] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    8.585672] RAPL PMU: hw unit of domain package 2^-14 Joules
[    8.592071] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    8.598177] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    8.604584] RAPL PMU: hw unit of domain psys 2^-14 Joules
[  OK  ] Found device /dev/hvc0.
[    8.616519] IPMI message handler: version 39.2
[    8.616765] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    8.627894] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    8.634385] ppdev: user-space parallel port driver
[    8.651454] mei_me 0000:00:16.0: Device doesn't have valid ME Interface
[    8.658781] mei_me 0000:00:16.1: Device doesn't have valid ME Interface
[    8.666486] ipmi device interface
[  OK  ] Found device INTEL_SSDSC2BB012T7 5.
         Activating swap /dev/disk/by-uuid/9…373-7a8a-468c-bdb7-20a39cb6ebe3...
[    8.744926] ipmi_si: IPMI System Interface driver
[    8.750117] ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS
[    8.753086] Adding 66683900k swap on /dev/sda5.  Priority:-2 extents:1 across:66683900k SSFS
[    8.757299] ipmi_platform: ipmi_si: SMBIOS: io 0xca2 regsize 1 spacing 1 irq 0
[    8.771528] power_meter ACPI000D:00: Found ACPI power meter.
[    8.775366] ipmi_si: Adding SMBIOS-specified kcs state machine
[    8.781350] power_meter ACPI000D:00: Ignoring unsafe software power cap!
[    8.787973] ipmi_si: Trying SMBIOS-specified kcs state machine at i/o address 0xca2, slave address 0x20, irq 0
[    8.795485] power_meter ACPI000D:00: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[  OK  ] Activated swap /dev/disk/by-uuid/9d9a2373-7a8a-468c-bdb7-20a39cb6ebe3.
[  OK  ] Reached target Swap.
[  OK  ] Reached target System Initialization.
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Listening on ACPID Listen Socket.
[  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[    8.860604] cryptd: max_cpu_qlen set to 1000
[  OK  ] Started ACPI Events Check.
[  OK  ] Reached target Paths.
[    8.874680] Error: Driver 'pcspkr' is already registered, aborting...
[  OK  ] Started Trigger anacron every hour.
[  OK  [    8.888682] [] TTM] Zone  kerneStarted Daily apt download activities.l: Available gra
phics memory: 4083800 kiB
[    8.900707] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[    8.900708] [TTM] Initializing pool allocator
[    8.900722] [TTM] Initializing DMA pool allocator
[  OK  ] Started Daily apt upgrade and clean activities.
[  OK  ] Reached target Timers.
[  OK  ] Listening on UUID daemon activation socket.
[  OK  ] Listening on D-Bus System Message Bus Socket.
[  OK  ] Reached target Sockets.
[  OK  ] Reached target Basic System.
         Starting The Xen xenstore...
[  OK  ] Started Run anacron jobs.
         Starting System Logging Service...
         Starting Restore /etc/resolv.conf i…fore the ppp link was shut down...
(XEN) traps.c:1566: GPF (0000): ffff82d080322659 [vmx.c#vmx_msr_read_intercept+0x387/0x3e2] -> ffff82d080380988
(XEN) traps.c:1566: GPF (0000): ffff82d080322659 [vmx.c#vmx_msr_read_intercept+0x387/0x3e2] -> ffff82d080380988
(XEN) traps.c:1566: GPF (0000): ffff82d080322659 [vmx.c#vmx_msr_read_intercept+0x387/0x3e2] -> ffff82d080380988
(XEN) traps.c:1566: GPF (0000): ffff82d080322659 [vmx.c#vmx_msr_read_intercept+0x387/0x3e2] -> ffff82d080380988
[    8.970177] fbcon: mgadrmfb (fb0) is primary device
[    8.970210] Console: switching to colour frame buffer device 160x64
[    8.991648] AVX2 version of gcm_enc/dec engaged.
[    8.991648] AES CTR mode by8 optimization enabled
[    9.002699] alg: No test for pcbc(aes) (pcbc-aes-aesni)
[    9.126587] intel_rapl: Found RAPL domain package
[    9.126589] intel_rapl: Found RAPL domain core
[    9.126591] intel_rapl: Found RAPL domain dram
[    9.180272] ipmi_si dmi-ipmi-si.0: IPMI message handler: Found new BMC (man_id: 0x000157, prod_id: 0x0078, dev_id: 0x21)
[    9.202510] ipmi_si dmi-ipmi-si.0: IPMI kcs interface initialized
[    9.326554] mgag200 0000:02:00.0: fb0: mgadrmfb frame buffer device
         Starting LSB: Start the GNUstep distributed object mapper...
[    9.351127] [drm] Initialized mgag200 1.0.0 20110418 for 0000:02:00.0 on minor 0
         Starting Login Service...
         Starting LSB: Speech Dispatcher...
[  OK  ] Started Regular background program processing daemon.
         Starting Modem Manager...
         Starting Accounts Service...
[  OK  ] Started D-Bus System Message Bus.
         Starting RealtimeKit Scheduling Policy Service...
         Starting Network Manager...
         Starting LSB: Start/stop sysstat's sadc...
         Starting Avahi mDNS/DNS-SD Stack...
[  OK  ] Started System Logging Service.
[  OK  ] Started Restore /etc/resolv.conf if…before the ppp link was shut down.
[  OK  ] Started LSB: Start the GNUstep distributed object mapper.
[  OK  ] Started LSB: Speech Dispatcher.
[  OK  ] Started LSB: Start/stop sysstat's sadc.
[  OK  ] Started RealtimeKit Scheduling Policy Service.
[  OK  ] Started Avahi mDNS/DNS-SD Stack.
[  OK  ] Started Login Service.
         Starting Authorization Manager...
[  OK  ] Started The Xen xenstore.
         Starting xen-init-dom0, initialise …nodes, JSON configuration stub)...
         Starting Xenconsoled - handles logg…m guest consoles and hypervisor...
[  OK  ] Started Authorization Manager.
[  OK  ] Started Xenconsoled - handles loggi…rom guest consoles and hypervisor.
[  OK  ] Started Accounts Service.
[FAILED] Failed to start xen-init-dom0, init…e nodes, JSON configuration stub).
See 'systemctl status xen-init-dom0.service' for details.
[  OK  ] Started Network Manager.
         Starting Network Manager Wait Online...
         Starting Network Manager Script Dispatcher Service...
[  OK  ] Started Modem Manager.
[  OK  ] Started Network Manager Script Dispatcher Service.
         Starting Hostname Service...
[    9.818226] IPv6: ADDRCONF(NETDEV_UP): enp1s0: link is not ready
[  OK  ] Started Hostname Service.
[    9.942231] IPv6: ADDRCONF(NETDEV_UP): eno2: link is not ready
[    9.975185] IPv6: ADDRCONF(NETDEV_UP): eno2: link is not ready
[*     ] (1 of 2) A start job is running for…aise network interfaces (5s / 59s)[  OK  ] Started Network Manager Wait Online.
[   15.148211] e1000e: enp1s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[   15.157068] IPv6: ADDRCONF(NETDEV_CHANGE): enp1s0: link becomes ready
[   18.836292] IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready
[**    ] A start job is running for Raise network interfaces (10s / 59s)[***   ] A start job is running for Raise network interfaces (11s / 59s)[ ***  ] A start job is running for Raise network interfaces (11s / 59s)[  *** ] A start job is running for Raise network interfaces (12s / 59s)[   ***] A start job is running for Raise network interfaces (12s / 59s)[    **] A start job is running for Raise network interfaces (13s / 59s)[     *] A start job is running for Raise network interfaces (13s / 59s)[    **] A start job is running for Raise network interfaces (14s / 59s)[   ***] A start job is running for Raise network interfaces (14s / 59s)[  *** ] A start job is running for Raise network interfaces (15s / 59s)[ ***  ] A start job is running for Raise network interfaces (15s / 59s)[***   ] A start job is running for Raise network interfaces (16s / 59s)[**    ] A start job is running for Raise network interfaces (16s / 59s)[*     ] A start job is running for Raise network interfaces (17s / 59s)[**    ] A start job is running for Raise network interfaces (17s / 59s)[***   ] A start job is running for Raise network interfaces (18s / 59s)[ ***  ] A start job is running for Raise network interfaces (18s / 59s)[  *** ] A start job is running for Raise network interfaces (19s / 59s)[   ***] A start job is running for Raise network interfaces (19s / 59s)[    **] A start job is running for Raise network interfaces (20s / 59s)[     *] A start job is running for Raise network interfaces (20s / 59s)[    **] A start job is running for Raise network interfaces (21s / 59s)[   ***] A start job is running for Raise network interfaces (21s / 59s)[  *** ] A start job is running for Raise network interfaces (22s / 59s)[ ***  ] A start job is running for Raise network interfaces (22s / 59s)[***   ] A start job is running for Raise network interfaces (23s / 59s)[**    ] A start job is running for Raise network interfaces (23s / 59s)[*     ] A start job is running for Raise network interfaces (24s / 59s)[**    ] A start job is running for Raise network interfaces (24s / 59s)[***   ] A start job is running for Raise network interfaces (25s / 59s)[ ***  ] A start job is running for Raise network interfaces (25s / 59s)[  *** ] A start job is running for Raise network interfaces (26s / 59s)[   ***] A start job is running for Raise network interfaces (26s / 59s)[    **] A start job is running for Raise network interfaces (27s / 59s)[     *] A start job is running for Raise network interfaces (27s / 59s)[    **] A start job is running for Raise network interfaces (28s / 59s)[   ***] A start job is running for Raise network interfaces (28s / 59s)[  *** ] A start job is running for Raise network interfaces (29s / 59s)[ ***  ] A start job is running for Raise network interfaces (29s / 59s)[***   ] A start job is running for Raise network interfaces (30s / 59s)[**    ] A start job is running for Raise network interfaces (30s / 59s)[*     ] A start job is running for Raise network interfaces (30s / 59s)[**    ] A start job is running for Raise network interfaces (31s / 59s)[***   ] A start job is running for Raise network interfaces (31s / 59s)[ ***  ] A start job is running for Raise network interfaces (32s / 59s)[  *** ] A start job is running for Raise network interfaces (32s / 59s)[   ***] A start job is running for Raise network interfaces (33s / 59s)[    **] A start job is running for Raise network interfaces (33s / 59s)[     *] A start job is running for Raise network interfaces (34s / 59s)[    **] A start job is running for Raise network interfaces (34s / 59s)[   ***] A start job is running for Raise network interfaces (35s / 59s)[  *** ] A start job is running for Raise network interfaces (35s / 59s)[ ***  ] A start job is running for Raise network interfaces (36s / 59s)[***   ] A start job is running for Raise network interfaces (36s / 59s)[**    ] A start job is running for Raise network interfaces (37s / 59s)[*     ] A start job is running for Raise network interfaces (37s / 59s)[**    ] A start job is running for Raise network interfaces (38s / 59s)[***   ] A start job is running for Raise network interfaces (38s / 59s)[ ***  ] A start job is running for Raise network interfaces (39s / 59s)[  *** ] A start job is running for Raise network interfaces (39s / 59s)[   ***] A start job is running for Raise network interfaces (40s / 59s)[    **] A start job is running for Raise network interfaces (40s / 59s)[     *] A start job is running for Raise network interfaces (41s / 59s)[    **] A start job is running for Raise network interfaces (41s / 59s)[   ***] A start job is running for Raise network interfaces (42s / 59s)[  *** ] A start job is running for Raise network interfaces (42s / 59s)[   52.473958] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ ***  ] A start job is running for Raise network interfaces (43s / 59s)[***   ] A start job is running for Raise network interfaces (43s / 59s)[**    ] A start job is running for Raise network interfaces (44s / 59s)[*     ] A start job is running for Raise network interfaces (44s / 59s)[**    ] A start job is running for Raise network interfaces (45s / 59s)[***   ] A start job is running for Raise network interfaces (45s / 59s)[ ***  ] A start job is running for Raise network interfaces (46s / 59s)[  *** ] A start job is running for Raise network interfaces (46s / 59s)[   ***] A start job is running for Raise network interfaces (47s / 59s)[    **] A start job is running for Raise network interfaces (47s / 59s)[     *] A start job is running for Raise network interfaces (48s / 59s)[    **] A start job is running for Raise network interfaces (48s / 59s)[   ***] A start job is running for Raise network interfaces (49s / 59s)[  *** ] A start job is running for Raise network interfaces (49s / 59s)[ ***  ] A start job is running for Raise network interfaces (50s / 59s)[***   ] A start job is running for Raise network interfaces (50s / 59s)[**    ] A start job is running for Raise network interfaces (51s / 59s)[*     ] A start job is running for Raise network interfaces (51s / 59s)[**    ] A start job is running for Raise network interfaces (52s / 59s)[***   ] A start job is running for Raise network interfaces (52s / 59s)[ ***  ] A start job is running for Raise network interfaces (53s / 59s)[  *** ] A start job is running for Raise network interfaces (53s / 59s)[   ***] A start job is running for Raise network interfaces (54s / 59s)[    **] A start job is running for Raise network interfaces (54s / 59s)[     *] A start job is running for Raise network interfaces (55s / 59s)[    **] A start job is running for Raise network interfaces (55s / 59s)[   ***] A start job is running for Raise network interfaces (56s / 59s)[  *** ] A start job is running for Raise network interfaces (56s / 59s)[ ***  ] A start job is running for Raise network interfaces (57s / 59s)[***   ] A start job is running for Raise network interfaces (57s / 59s)[**    ] A start job is running for Raise network interfaces (58s / 59s)[*     ] A start job is running for Raise network interfaces (58s / 59s)[**    ] A start job is running for Raise network interfaces (59s / 59s)[***   ] A start job is running for Raise network interfaces (59s / 59s)[FAILED] Failed to start Raise network interfaces.
See 'systemctl status networking.service' for details.
[  OK  ] Reached target Network.
         Starting OpenBSD Secure Shell server...
[  OK  ] Started Unattended Upgrades Shutdown.
         Starting Permit User Sessions...
[  OK  ] Reached target Network is Online.
         Starting Xendomains - start and stop guests on boot and shutdown...
         Starting Daily apt download activities...
         Starting LSB: network benchmark...
         Starting LSB: disk temperature monitoring daemon...
[  OK  ] Started Permit User Sessions.
[  OK  ] Started OpenBSD Secure Shell server.
[  OK  ] Started Serial Getty on hvc0.
         Starting Simple Desktop Display Manager...
[  OK  ] Started Getty on tty1.
[  OK  ] Reached target Login Prompts.
[  OK  ] Started LSB: network benchmark.
[  OK  ] Started LSB: disk temperature monitoring daemon.
[  OK  ] Started Xendomains - start and stop guests on boot and shutdown.
[  OK  ] Started Simple Desktop Display Manager.
         Starting Xen-watchdog - run xen watchdog daemon...
[  OK  ] Started Xen-watchdog - run xen watchdog daemon.
[  OK  ] Reached target Multi-User System.
[  OK  ] Reached target Graphical Interface.
         Starting Update UTMP about System Runlevel Changes...
[  OK  ] Started Update UTMP about System Runlevel Changes.
         Starting PackageKit Daemon...
[  OK  ] Started PackageKit Daemon.
[  OK  ] Started Daily apt download activities.
         Starting Daily apt upgrade and clean activities...
[  OK  ] Started Daily apt upgrade and clean activities.

Debian GNU/Linux 9 debian hvc0

debian login: [   79.522771] mgag200 0000:02:00.0: Video card doesn't support cursors with partial transparency.
[   79.532416] mgag200 0000:02:00.0: Not enabling hardware cursor.
[  116.119389] xen_acpi_processor: Uploading Xen processor PM info
[  199.922832] igb 0000:03:00.0: removed PHC on eno1
[  201.347673] pciback 0000:03:00.0: seizing device
(XEN) HVM d1v0 save: CPU
(XEN) HVM d1v1 save: CPU
(XEN) HVM d1 save: PIC
(XEN) HVM d1 save: IOAPIC
(XEN) HVM d1v0 save: LAPIC
(XEN) HVM d1v1 save: LAPIC
(XEN) HVM d1v0 save: LAPIC_REGS
(XEN) HVM d1v1 save: LAPIC_REGS
(XEN) HVM d1 save: PCI_IRQ
(XEN) HVM d1 save: ISA_IRQ
(XEN) HVM d1 save: PCI_LINK
(XEN) HVM d1 save: PIT
(XEN) HVM d1 save: RTC
(XEN) HVM d1 save: HPET
(XEN) HVM d1 save: PMTIMER
(XEN) HVM d1v0 save: MTRR
(XEN) HVM d1v1 save: MTRR
(XEN) HVM d1 save: VIRIDIAN_DOMAIN
(XEN) HVM d1v0 save: CPU_XSAVE
(XEN) HVM d1v1 save: CPU_XSAVE
(XEN) HVM d1v0 save: VIRIDIAN_VCPU
(XEN) HVM d1v1 save: VIRIDIAN_VCPU
(XEN) HVM d1v0 save: VMCE_VCPU
(XEN) HVM d1v1 save: VMCE_VCPU
(XEN) HVM d1v0 save: TSC_ADJUST
(XEN) HVM d1v1 save: TSC_ADJUST
(XEN) HVM d1v0 save: CPU_MSR
(XEN) HVM d1v1 save: CPU_MSR
(XEN) HVM1 restore: CPU 0
[  433.381289] loop: module loaded
(XEN) event_channel.c:319:d0v6 EVTCHNOP failure: domain 1, error -22
(XEN) event_channel.c:319:d0v6 EVTCHNOP failure: domain 1, error -22
(XEN) event_channel.c:319:d0v6 EVTCHNOP failure: domain 1, error -22
(XEN) event_channel.c:319:d0v6 EVTCHNOP failure: domain 1, error -22
(XEN) event_channel.c:319:d0v6 EVTCHNOP failure: domain 1, error -22
(XEN) event_channel.c:319:d0v6 EVTCHNOP failure: domain 1, error -22
(XEN) event_channel.c:319:d0v6 EVTCHNOP failure: domain 1, error -22
(XEN) event_channel.c:319:d0v0 EVTCHNOP failure: domain 1, error -22
(XEN) event_channel.c:319:d0v0 EVTCHNOP failure: domain 1, error -22
(XEN) event_channel.c:319:d0v1 EVTCHNOP failure: domain 1, error -22
(XEN) event_channel.c:319:d0v1 EVTCHNOP failure: domain 1, error -22
(XEN) event_channel.c:319:d0v1 EVTCHNOP failure: domain 1, error -22
(XEN) event_channel.c:319:d0v1 EVTCHNOP failure: domain 1, error -22
(XEN) event_channel.c:319:d0v1 EVTCHNOP failure: domain 1, error -22
(XEN) event_channel.c:319:d0v1 EVTCHNOP failure: domain 1, error -22
(XEN) event_channel.c:319:d0v1 EVTCHNOP failure: domain 1, error -22
(XEN) event_channel.c:319:d0v2 EVTCHNOP failure: domain 1, error -22
(XEN) event_channel.c:319:d0v2 EVTCHNOP failure: domain 1, error -22
(XEN) event_channel.c:319:d0v1 EVTCHNOP failure: domain 1, error -22
(XEN) event_channel.c:319:d0v1 EVTCHNOP failure: domain 1, error -22
(XEN) event_channel.c:319:d0v3 EVTCHNOP failure: domain 1, error -22
(XEN) Assertion 'fdom != p2m->domain' failed at p2m.c:504
(XEN) ----[ Xen-4.12-unstable  x86_64  debug=y   Tainted:  C   ]----
(XEN) CPU:    0
(XEN) RIP:    e008:[<ffff82d080335185>] p2m_get_page_from_gfn+0x25e/0x3d1
(XEN) RFLAGS: 0000000000010246   CONTEXT: hypervisor (d0v0)
(XEN) rax: ffff8310216d5000   rbx: ffff8310216df520   rcx: 8000000000000003
(XEN) rdx: ffff830000000000   rsi: 007fffffffffffff   rdi: ffff82e0209f5e00
(XEN) rbp: ffff83008be8fab8   rsp: ffff83008be8fa68   r8:  0000000000000001
(XEN) r9:  0000000000000000   r10: ffff83101ce93818   r11: ffff8310216d5600
(XEN) r12: ffff83008be8fa80   r13: ffff83008be8fa84   r14: ffff82e0209f5e00
(XEN) r15: 0000000000264a30   cr0: 0000000080050033   cr4: 00000000003526e0
(XEN) cr3: 00000010216a0000   cr2: 000055ce0d9586e0
(XEN) fsb: 0000000000000000   gsb: 0000000000000000   gss: 0000000000000000
(XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: e008
(XEN) Xen code around <ffff82d080335185> (p2m_get_page_from_gfn+0x25e/0x3d1):
(XEN)  00 00 4c 0f 44 f0 eb 24 <0f> 0b 48 8b 35 4a c2 27 00 4c 89 f7 e8 7e a3 f5
(XEN) Xen stack trace from rsp=ffff83008be8fa68:
(XEN)    ffff8310216d5000 0000000101343b98 ffff83008be8fa98 000000070000000e
(XEN)    0000000000000000 fffffffffffffffd ffff8310216d5000 0000000000000000
(XEN)    ffff8310216d5000 ffffc90001343b98 ffff83008be8fdb8 ffff82d080223cb2
(XEN)    ffff83008be8fc44 ffff83008be8fc38 ffff83008be8fb38 ffff8310216d5000
(XEN)    0000000900000000 ffff830000000000 ffff8310216d5000 ffff831000000100
(XEN)    000000000002b603 ffff831021222000 0000000000000000 0000000000000000
(XEN)    ffff8310216df520 ffff83008be8fc44 000000000026384e 0000000000000000
(XEN)    ffff83008be8fba8 ffff82d080334d53 0000000000000000 ffff83008be8fbf8
(XEN)    ffff8310216d0840 ffff83008be8fbe4 ffff83008be8fb88 ffff8310216df520
(XEN)    ffff83008be8fbb8 ffff82d08028f52c ffff8310216d5000 ffff8310216df520
(XEN)    ffff83008be8fc44 ffff83008be8fbe4 ffff83008be8fc18 ffff82d0803350ab
(XEN)    ffff88026b603e20 000000020026b603 ffff83008c1c0000 0000000700000000
(XEN)    ffff83008be8fc18 ffff88026b603e20 000000000026b603 ffff83008c1c0000
(XEN)    ffff8310216d5000 ffff83008be8fcd8 ffff83008be8fc78 ffff82d0802faace
(XEN)    00000000000000a8 ffff83008be8ffff 9ae77743c2b17ff0 0000000000264a30
(XEN)    0000000000000000 0000000000000010 0000000000000e20 0000000000000010
(XEN)    0000000000000e20 0000000000000010 ffff83008be8fd78 ffff88026b603e20
(XEN)    ffff83008be8fd18 ffff82d0802fabfc ffff83008be8fce0 ffff83008be8fcd4
(XEN)    ffff83008be8fcd8 0000000000000001 0000000400000001 ffff83008c1c0000
(XEN)    ffff82c000244020 0000000000000096 ffff83008be8fcf8 ffff82d08024089c
(XEN) Xen call trace:
(XEN)    [<ffff82d080335185>] p2m_get_page_from_gfn+0x25e/0x3d1
(XEN)    [<ffff82d080223cb2>] do_memory_op+0x16bf/0x253d
(XEN)    [<ffff82d0802ffcae>] hypercall.c#hvm_memory_op+0x36/0x60
(XEN)    [<ffff82d080300311>] hvm_hypercall+0x639/0x688
(XEN)    [<ffff82d0803260c5>] vmx_vmexit_handler+0x102d/0x1bdd
(XEN)    [<ffff82d08032bb5a>] vmx_asm_vmexit_handler+0xfa/0x270
(XEN) 
(XEN) 
(XEN) ****************************************
(XEN) Panic on CPU 0:
(XEN) Assertion 'fdom != p2m->domain' failed at p2m.c:504
(XEN) ****************************************
(XEN) 
(XEN) Reboot in five seconds...
(XEN) Resetting with ACPI MEMORY or I/O RESET_REG.

[-- Attachment #4: lspci_3.00 --]
[-- Type: text/plain, Size: 759 bytes --]

03:00.0 Ethernet controller: Intel Corporation I210 Gigabit Network Connection (rev 03)
	Subsystem: Intel Corporation I210 Gigabit Network Connection
	Flags: bus master, fast devsel, latency 0, IRQ 18
	Memory at a2b00000 (32-bit, non-prefetchable) [size=1M]
	I/O ports at 4000 [size=32]
	Memory at a2c00000 (32-bit, non-prefetchable) [size=16K]
	Capabilities: [40] Power Management version 3
	Capabilities: [50] MSI: Enable- Count=1/1 Maskable+ 64bit+
	Capabilities: [70] MSI-X: Enable+ Count=5 Masked-
	Capabilities: [a0] Express Endpoint, MSI 00
	Capabilities: [100] Advanced Error Reporting
	Capabilities: [140] Device Serial Number a4-bf-01-ff-ff-17-96-94
	Capabilities: [1a0] Transaction Processing Hints
	Kernel driver in use: igb
	Kernel modules: igb


[-- Attachment #5: Type: text/plain, Size: 157 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

* Re: dom0/pvh: Dom0 PVH with PCI passthrough support status
  2018-10-30 15:19     ` Wei Liu
@ 2018-11-05 10:12       ` Alexandru Vasile
  0 siblings, 0 replies; 11+ messages in thread
From: Alexandru Vasile @ 2018-11-05 10:12 UTC (permalink / raw)
  To: Wei Liu
  Cc: Juergen Gross, Andrew Cooper, Paul Durrant, Jan Beulich,
	xen-devel, Roger Pau Monné


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


On Tue, Oct 30, 2018 at 15:19:22 +0000, Wei Liu wrote:
> On Tue, Oct 30, 2018 at 01:32:38PM +0200, Alexandru Vasile wrote:
>> Hello,
>>
>>
>>> There is some low-hanging fruit, both in Xen and the Linux kernel,
>>> which can really be worked in parallel by different parties, so let me
>>> know if you have some capacity and we can speak about sharing the
>>> workload.
>> Could you share more details about the low-hanging fruit?
>>
>>
>> Following with an update, I managed to start a PVH Dom0 with the patches
>> from Roger’s fixes branchhttp://xenbits.xen.org/gitweb/?p=people/royger/xen.git;a=shortlog;h=refs/heads/fixes-pvh-v2
>> and with the xen kernel tip
>> https://kernel.googlesource.com/pub/scm/linux/kernel/git/xen/tip/  (a978a5b –
>> latest commit).
>>
>> When trying to PCI passthrough a NIC to a HVM DomU guest from PVH Dom0, the
>> host completely freezes and reboots and xl returns the following errors:
> I think you mean xl returns such error before the host freezes?

Yes, xl returns the said errors, computer freezes and then reboots. I 
attached the serial log as a replay to Roger's message[0].

Thanks, Alex.

[0] 
https://lists.xenproject.org/archives/html/xen-devel/2018-11/msg00326.html





Amazon Development Center (Romania) S.R.L. registered office: 27A Sf. Lazar Street, UBC5, floor 2, Iasi, Iasi County, 700045, Romania. Registered in Romania. Registration number J22/2621/2005.

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

[-- Attachment #2: Type: text/plain, Size: 157 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

* Re: dom0/pvh: Dom0 PVH with PCI passthrough support status
  2018-11-05  9:58       ` Alexandru Vasile
@ 2018-11-05 10:57         ` Wei Liu
  2018-11-05 14:17           ` Alexandru Vasile
  0 siblings, 1 reply; 11+ messages in thread
From: Wei Liu @ 2018-11-05 10:57 UTC (permalink / raw)
  To: Alexandru Vasile
  Cc: Juergen Gross, Wei Liu, Andrew Cooper, Paul Durrant, Jan Beulich,
	xen-devel, Roger Pau Monné

On Mon, Nov 05, 2018 at 11:58:09AM +0200, Alexandru Vasile wrote:
> Hello,
> (XEN) event_channel.c:319:d0v1 EVTCHNOP failure: domain 1, error -22
> (XEN) event_channel.c:319:d0v3 EVTCHNOP failure: domain 1, error -22

Do you perhaps have more than one xenstored / xenconsoled running?

> (XEN) Assertion 'fdom != p2m->domain' failed at p2m.c:504

You can work around this with:

---8<---
From 9437054299c1d360eb4fedd065d51965e560fc0c Mon Sep 17 00:00:00 2001
From: Wei Liu <wei.liu2@citrix.com>
Date: Fri, 2 Nov 2018 14:55:04 +0000
Subject: [PATCH] DROP DONT POST

---
 xen/arch/x86/mm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xen/arch/x86/mm.c b/xen/arch/x86/mm.c
index f043e43ac7..9c154783e4 100644
--- a/xen/arch/x86/mm.c
+++ b/xen/arch/x86/mm.c
@@ -4443,7 +4443,7 @@ int arch_acquire_resource(struct domain *d, unsigned int type,
 
     switch ( type )
     {
-#ifdef CONFIG_HVM
+#if 0
     case XENMEM_resource_ioreq_server:
     {
         ioservid_t ioservid = id;
-- 
2.11.0

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

* Re: dom0/pvh: Dom0 PVH with PCI passthrough support status
  2018-11-05 10:57         ` Wei Liu
@ 2018-11-05 14:17           ` Alexandru Vasile
  2018-11-05 18:03             ` Roger Pau Monné
  2018-11-06 10:48             ` Wei Liu
  0 siblings, 2 replies; 11+ messages in thread
From: Alexandru Vasile @ 2018-11-05 14:17 UTC (permalink / raw)
  To: Wei Liu
  Cc: Juergen Gross, Andrew Cooper, Paul Durrant, Jan Beulich,
	xen-devel, Roger Pau Monné


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

On Mon, Nov 05, 2018 at 12:57 PM, Wei Liu wrote:
> On Mon, Nov 05, 2018 at 11:58:09AM +0200, Alexandru Vasile wrote:
>> Hello,
>> (XEN) event_channel.c:319:d0v1 EVTCHNOP failure: domain 1, error -22
>> (XEN) event_channel.c:319:d0v3 EVTCHNOP failure: domain 1, error -22
> Do you perhaps have more than one xenstored / xenconsoled running?

The processes listed by 'ps -aux | grep xen' immediately after dom0 
boots are oxenstored, xenconsoled and xenwatchdogd.

I did start 'xencommons ' from my install folder due to xl showing the 
name of Dom0 as '(null)' and also because of a difference in output 
error from xl when creating a HVM DomU with passthrough (the output is 
captured in files xl_output_clean[0] and xl_output_xencommons[1]).

>> (XEN) Assertion 'fdom != p2m->domain' failed at p2m.c:504
> You can work around this with:
>
> ---8<---
>  From 9437054299c1d360eb4fedd065d51965e560fc0c Mon Sep 17 00:00:00 2001
> From: Wei Liu<wei.liu2@citrix.com>
> Date: Fri, 2 Nov 2018 14:55:04 +0000
> Subject: [PATCH] DROP DONT POST
>
> ---
>   xen/arch/x86/mm.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/xen/arch/x86/mm.c b/xen/arch/x86/mm.c
> index f043e43ac7..9c154783e4 100644
> --- a/xen/arch/x86/mm.c
> +++ b/xen/arch/x86/mm.c
> @@ -4443,7 +4443,7 @@ int arch_acquire_resource(struct domain *d, unsigned int type,
>   
>       switch ( type )
>       {
> -#ifdef CONFIG_HVM
> +#if 0
>       case XENMEM_resource_ioreq_server:
>       {
>           ioservid_t ioservid = id;
> -- 2.11.0

Thank you, after applying this patch dom0 no longer freezes or reboots, 
therefore I was able to capture all the error messages from the 'xl 
create' command [0] [1].

Another problem that I discovered while investigating pci passthrough is 
that Dom0 randomly freezes. I encountered this problem multiple times, 
but on two occasions I was able to capture the output form the serial 
console: the problem will reset dom0 after 5 seconds [2] or will cause 
the system to never reset [3].

I later applied the patch from [4] as seeing this is a recurrent 
problem, but I could not reproduce the bug even when stressing the system.


Thanks, Alex.

[0] see 'xl_output_clean' from attached files - the output of xl create 
HVM Dom0 before manually starting xencommon

[1]see 'xl_output_xencommons' from attached files - the output of xl 
create HVM Dom0 after manually starting xencommon

[2] see 'dom0_freeze' form attached files - reset after freeze

[3] see 'dom0_freeze_loop' form attached files - a reset is not 
performed after freeze

[4] 
https://lists.xenproject.org/archives/html/xen-devel/2016-01/msg02753.html






Amazon Development Center (Romania) S.R.L. registered office: 27A Sf. Lazar Street, UBC5, floor 2, Iasi, Iasi County, 700045, Romania. Registered in Romania. Registration number J22/2621/2005.

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

[-- Attachment #2: dom0_freeze --]
[-- Type: text/plain, Size: 77647 bytes --]

 Xen 4.12-unstable
(XEN) Xen version 4.12-unstable (root@) (gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516) debug=y  Mon Nov  5 07:25:54 EST 2018
(XEN) Latest ChangeSet: Tue Oct 30 16:17:10 2018 +0100 git:9130b82dbf-dirty
(XEN) Console output is synchronous.
(XEN) Bootloader: GRUB 2.02~beta3-5
(XEN) Command line: placeholder dom0=pvh dom0_mem=8192M,max:8192M loglvl=all guest_loglvl=all sync_console_to_ring=true sync_console com1=115200,8n1 console=com1,vga iommu=debug,verbose,workaround_bios_bug
(XEN) Xen image load base address: 0
(XEN) Video information:
(XEN)  VGA is text mode 80x25, font 8x16
(XEN)  VBE/DDC methods: V2; EDID transfer time: 1 seconds
(XEN) Disc information:
(XEN)  Found 2 MBR signatures
(XEN)  Found 2 EDD information structures
(XEN) Xen-e820 RAM map:
(XEN)  0000000000000000 - 0000000000098c00 (usable)
(XEN)  0000000000098c00 - 00000000000a0000 (reserved)
(XEN)  00000000000e0000 - 0000000000100000 (reserved)
(XEN)  0000000000100000 - 000000008c1c4000 (usable)
(XEN)  000000008c1c4000 - 000000008c1c5000 (ACPI NVS)
(XEN)  000000008c1c5000 - 000000008c20f000 (reserved)
(XEN)  000000008c20f000 - 000000008c281000 (usable)
(XEN)  000000008c281000 - 000000008dec1000 (reserved)
(XEN)  000000008dec1000 - 000000008df9a000 (ACPI NVS)
(XEN)  000000008df9a000 - 000000008dfff000 (ACPI data)
(XEN)  000000008dfff000 - 000000008e000000 (usable)
(XEN)  000000008e000000 - 0000000090000000 (reserved)
(XEN)  0000000094000000 - 000000009a000000 (reserved)
(XEN)  000000009df00000 - 00000000a0000000 (reserved)
(XEN)  00000000e0000000 - 00000000f0000000 (reserved)
(XEN)  00000000fd000000 - 00000000fe800000 (reserved)
(XEN)  00000000fec00000 - 00000000fec01000 (reserved)
(XEN)  00000000fed00000 - 00000000fed01000 (reserved)
(XEN)  00000000fed10000 - 00000000fed1a000 (reserved)
(XEN)  00000000fed84000 - 00000000fed85000 (reserved)
(XEN)  00000000fee00000 - 00000000fee01000 (reserved)
(XEN)  00000000ff400000 - 0000000100000000 (reserved)
(XEN)  0000000100000000 - 0000001060000000 (usable)
(XEN) New Xen image base address: 0x8ba00000
(XEN) ACPI: RSDP 000F0510, 0024 (r2 INTEL )
(XEN) ACPI: XSDT 8DFB7188, 00EC (r1 INTEL  S1200SPO        0 INTL  1000013)
(XEN) ACPI: FACP 8DFF3000, 00F4 (r5 INTEL  S1200SPO        0 INTL 20091013)
(XEN) ACPI: DSDT 8DFC3000, 29241 (r2 INTEL  S1200SPO        0 INTL 20091013)
(XEN) ACPI: FACS 8DF6D000, 0040
(XEN) ACPI: HPET 8DFF2000, 0038 (r1 INTEL  S1200SPO        1 INTL 20091013)
(XEN) ACPI: APIC 8DFF1000, 00BC (r3 INTEL  S1200SPO        1 INTL 20091013)
(XEN) ACPI: MCFG 8DFF0000, 003C (r1 INTEL  S1200SPO        1 INTL 20091013)
(XEN) ACPI: SPMI 8DFEE000, 0042 (r5 INTEL  S1200SPO        0 INTL 20091013)
(XEN) ACPI: WDDT 8DFED000, 0040 (r1 INTEL  S1200SPO        0 INTL 20091013)
(XEN) ACPI: SSDT 8DFC0000, 2BAE (r2 INTEL  S1200SPO     1000 INTL 20091013)
(XEN) ACPI: SSDT 8DFBF000, 0BE3 (r2 INTEL  S1200SPO     1000 INTL 20091013)
(XEN) ACPI: SSDT 8DFBE000, 019A (r2 INTEL  S1200SPO     1000 INTL 20091013)
(XEN) ACPI: SSDT 8DFBD000, 04A3 (r2 INTEL  S1200SPO     1000 INTL 20091013)
(XEN) ACPI: TCPA 8DFFC000, 0064 (r2 INTEL  S1200SPO        2 INTL  1000013)
(XEN) ACPI: TPM2 8DFFA000, 0034 (r3 INTEL  S1200SPO        2 INTL  1000013)
(XEN) ACPI: SSDT 8DFF4000, 5328 (r2 INTEL  S1200SPO     3000 INTL 20141107)
(XEN) ACPI: SSDT 8DFBC000, 0E73 (r2 INTEL  S1200SPO     3000 INTL 20141107)
(XEN) ACPI: SSDT 8DFBA000, 0064 (r2 INTEL  S1200SPO        2 INTL 20141107)
(XEN) ACPI: DMAR 8DFB8000, 0070 (r1 INTEL  S1200SPO        1 INTL        1)
(XEN) ACPI: HEST 8DFFD000, 00A8 (r1 INTEL  S1200SPO        1 INTL        1)
(XEN) ACPI: ERST 8DFB5000, 0230 (r1 INTEL  S1200SPO        1 INTL        1)
(XEN) ACPI: SSDT 8DFFB000, 03A7 (r2 INTEL  S1200SPO     1000 INTL 20141107)
(XEN) ACPI: SSDT 8DFBB000, 0B79 (r2 INTEL  S1200SPO        2 INTL 20141107)
(XEN) ACPI: BERT 8DFB6000, 0030 (r1 INTEL  S1200SPO        1 INTL        1)
(XEN) ACPI: UEFI 8DF82000, 0042 (r1 INTEL  S1200SPO        2 INTL  1000013)
(XEN) ACPI: PRAD 8DFB9000, 0102 (r2 INTEL  S1200SPO        2 INTL 20141107)
(XEN) ACPI: EINJ 8DFB4000, 0130 (r1 INTEL  S1200SPO        1 INTL        1)
(XEN) ACPI: SPCR 8DFEF000, 0050 (r1 INTEL  S1200SPO        0 INTL 20091013)
(XEN) System RAM: 65217MB (66783036kB)
(XEN) No NUMA configuration found
(XEN) Faking a node at 0000000000000000-0000001060000000
(XEN) Domain heap initialised
(XEN) CPU Vendor: Intel, Family 6 (0x6), Model 158 (0x9e), Stepping 9 (raw 000906e9)
(XEN) DMI 2.7 present.
(XEN) Using APIC driver default
(XEN) ACPI: PM-Timer IO Port: 0x1808 (32 bits)
(XEN) ACPI: SLEEP INFO: pm1x_cnt[1:1804,1:0], pm1x_evt[1:1800,1:0]
(XEN) ACPI: 32/64X FACS address mismatch in FADT - 8df6d000/0000000000000000, using 32
(XEN) ACPI:             wakeup_vec[8df6d00c], vec_size[20]
(XEN) ACPI: Local APIC address 0xfee00000
(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
(XEN) ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
(XEN) ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
(XEN) IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
(XEN) ACPI: IRQ0 used by override.
(XEN) ACPI: IRQ2 used by override.
(XEN) ACPI: IRQ9 used by override.
(XEN) Enabling APIC mode:  Flat.  Using 1 I/O APICs
(XEN) ACPI: HPET id: 0x8086a201 base: 0xfed00000
(XEN) PCI: MCFG configuration 0: base e0000000 segment 0000 buses 00 - ff
(XEN) PCI: MCFG area at e0000000 reserved in E820
(XEN) PCI: Using MCFG for segment 0000 bus 00-ff
(XEN) [VT-D]Host address width 39
(XEN) [VT-D]found ACPI_DMAR_DRHD:
(XEN) [VT-D]  dmaru->address = fed90000
(XEN) [VT-D]drhd->address = fed90000 iommu->reg = ffff82c00021d000
(XEN) [VT-D]cap = d2008c40660462 ecap = f050da
(XEN) [VT-D] IOAPIC: 0000:f0:1f.0
(XEN) [VT-D] MSI HPET: 0000:00:1f.0
(XEN) [VT-D]  flags: INCLUDE_ALL
(XEN) [VT-D]found ACPI_DMAR_RMRR:
(XEN) [VT-D]  RMRR address range 3e2e0000..3e2fffff not in reserved memory; need "iommu_inclusive_mapping=1"?
(XEN) [VT-D] endpoint: 0000:00:14.0
(XEN) [VT-D]dmar.c:639:   RMRR region: base_addr 3e2e0000 end_addr 3e2fffff
(XEN) Xen ERST support is initialized.
(XEN) HEST: Table parsing has been initialized
(XEN) Using ACPI (MADT) for SMP configuration information
(XEN) SMP: Allowing 8 CPUs (0 hotplug CPUs)
(XEN) IRQ limits: 120 GSI, 1432 MSI/MSI-X
(XEN) Not enabling x2APIC (upon firmware request)
(XEN) xstate: size: 0x440 and states: 0x1f
(XEN) mce_intel.c:780: MCA Capability: firstbank 0, extended MCE MSR 0, BCAST, CMCI
(XEN) CPU0: Intel machine check reporting enabled
(XEN) Speculative mitigation facilities:
(XEN)   Hardware features:
(XEN)   Compiled-in support: INDIRECT_THUNK SHADOW_PAGING
(XEN)   Xen settings: BTI-Thunk RETPOLINE, SPEC_CTRL: No, Other:
(XEN)   L1TF: believed vulnerable, maxphysaddr L1D 46, CPUID 39, Safe address 8000000000
(XEN)   Support for HVM VMs: RSB EAGER_FPU
(XEN)   Support for PV VMs: RSB EAGER_FPU
(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)  load_precision_shift: 18
(XEN)  load_window_shift: 30
(XEN)  underload_balance_tolerance: 0
(XEN)  overload_balance_tolerance: -3
(XEN)  runqueues arrangement: socket
(XEN)  cap enforcement granularity: 10ms
(XEN) load tracking window length 1073741824 ns
(XEN) Adding cpu 0 to runqueue 0
(XEN)  First cpu on runqueue, activating
(XEN) Platform timer is 23.999MHz HPET
(XEN) Detected 3792.133 MHz processor.
(XEN) Initing memory sharing.
(XEN) alt table ffff82d08046b838 -> ffff82d08046d63e
(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) nr_sockets: 1
(XEN) Enabled directed EOI with ioapic_ack_old on!
(XEN) ENABLING IO-APIC IRQs
(XEN)  -> Using old ACK method
(XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1
(XEN) TSC deadline timer enabled
(XEN) Allocated console ring of 64 KiB.
(XEN) mwait-idle: MWAIT substates: 0x142120
(XEN) mwait-idle: v0.4.1 model 0x9e
(XEN) mwait-idle: lapic_timer_reliable_states 0xffffffff
(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)  - VMCS shadowing
(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) Adding cpu 1 to runqueue 0
(XEN) Adding cpu 2 to runqueue 0
(XEN) Adding cpu 3 to runqueue 0
(XEN) Adding cpu 4 to runqueue 0
(XEN) Adding cpu 5 to runqueue 0
(XEN) Adding cpu 6 to runqueue 0
(XEN) Adding cpu 7 to runqueue 0
(XEN) Brought up 8 CPUs
(XEN) build-id: c50d398e5b0b9b2c245886a0b92b88d75acf8e2e
(XEN) Running stub recovery selftests...
(XEN) traps.c:1566: GPF (0000): ffff82d0bffff041 [ffff82d0bffff041] -> ffff82d080380412
(XEN) traps.c:755: Trap 12: ffff82d0bffff040 [ffff82d0bffff040] -> ffff82d080380412
(XEN) traps.c:1094: Trap 3: ffff82d0bffff041 [ffff82d0bffff041] -> ffff82d080380412
(XEN) ACPI sleep modes: S3
(XEN) VPMU: disabled
(XEN) mcheck_poll: Machine check polling timer started.
(XEN) Dom0 has maximum 888 PIRQs
(XEN) NX (Execute Disable) protection active
(XEN) *** Building a PVH Dom0 ***
(XEN) [VT-D]d0:Hostbridge: skip 0000:00:00.0 map
(XEN) [VT-D]d0:PCI: map 0000:00:14.0
(XEN) [VT-D]d0:PCI: map 0000:00:14.2
(XEN) [VT-D]d0:PCI: map 0000:00:16.0
(XEN) [VT-D]d0:PCI: map 0000:00:16.1
(XEN) [VT-D]d0:PCI: map 0000:00:17.0
(XEN) [VT-D]d0:PCI: map 0000:00:1f.0
(XEN) [VT-D]d0:PCI: map 0000:00:1f.2
(XEN) [VT-D]d0:PCI: map 0000:00:1f.4
(XEN) [VT-D]d0:PCIe: map 0000:01:00.0
(XEN) [VT-D]d0:PCIe: map 0000:02:00.0
(XEN) [VT-D]d0:PCIe: map 0000:03:00.0
(XEN) [VT-D]d0:PCIe: map 0000:04:00.0
(XEN) Cannot setup identity map d0:3e2e0, gfn already mapped to ffe1e0.
(XEN) [VT-D]iommu.c:2272: IOMMU: mapping reserved region failed
(XEN) [VT-D]iommu_enable_translation: iommu->reg = ffff82c00021d000
(XEN) WARNING: PVH is an experimental mode with limited functionality
(XEN) Initial low memory virq threshold set at 0x4000 pages.
(XEN) Scrubbing Free RAM on 1 nodes using 4 CPUs
(XEN) ...................................................................................................................................done.
(XEN) Std. Loglevel: All
(XEN) Guest Loglevel: All
(XEN) ***************************************************
(XEN) WARNING: CONSOLE OUTPUT IS SYNCHRONOUS
(XEN) This option is intended to aid debugging of Xen by ensuring
(XEN) that all output is synchronously delivered on the serial line.
(XEN) However it can introduce SIGNIFICANT latencies and affect
(XEN) timekeeping. It is NOT recommended for production use!
(XEN) ***************************************************
(XEN) Booted on L1TF-vulnerable hardware with SMT/Hyperthreading
(XEN) enabled.  Please assess your configuration and choose an
(XEN) explicit 'smt=<bool>' setting.  See XSA-273.
(XEN) ***************************************************
(XEN) 3... 2... 1... 
(XEN) Xen is relinquishing VGA console.
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
(XEN) Freed 472kB init memory
(XEN) Dom0 callback via changed to Direct Vector 0xf3
[    0.000000] Linux version 4.19.0+ (root@debian) (gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1)) #1 SMP Fri Nov 2 09:11:18 EDT 2018
[    0.000000] Command line: placeholder root=UUID=93bcf82b-b9b9-4362-936a-d0c100a920da ro console=hvc0 earlyprintk=xen
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000097fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000098c00-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000008c1c3fff] usable
[    0.000000] BIOS-e820: [mem 0x000000008c1c4000-0x000000008c1c4fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000008c1c5000-0x000000008c20efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008c20f000-0x000000008c280fff] usable
[    0.000000] BIOS-e820: [mem 0x000000008c281000-0x000000008dec0fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008dec1000-0x000000008df99fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000008df9a000-0x000000008dffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000008dfff000-0x000000008dfffe8b] usable
[    0.000000] BIOS-e820: [mem 0x000000008dfffe8c-0x000000008dffff57] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000008e000000-0x000000008fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000094000000-0x0000000099ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000009df00000-0x000000009fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000fe7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed84000-0x00000000fed84fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff400000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000273e30fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000273e31000-0x000000105fffffff] unusable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Intel Corporation S1200SP/S1200SP, BIOS S1200SP.86B.03.01.0020.052620170737 05/26/2017
[    0.000000] Hypervisor detected: Xen HVM
[    0.000000] Xen version 4.12.
[    0.000000] Xen Platform PCI: unrecognised magic value
[    0.055076] tsc: Fast TSC calibration failed
[    0.055077] tsc: Detected 3792.132 MHz processor
[    0.060594] last_pfn = 0x273e31 max_arch_pfn = 0x400000000
[    0.062140] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.063556] last_pfn = 0x8dfff max_arch_pfn = 0x400000000
[    0.077077] Using GB pages for direct mapping
[    0.077473] RAMDISK: [mem 0x0282c000-0x1291efff]
[    0.077479] ACPI: Early table checksum verification disabled
[    0.077501] ACPI: RSDP 0x000000008DFFFE8C 000024 (v02 INTEL )
[    0.077504] ACPI: XSDT 0x000000008DFFFEB0 000084 (v01 INTEL  S1200SPO 00000000 INTL 01000013)
[    0.077508] ACPI: APIC 0x000000008DFFFF34 0000CC (v03 INTEL  S1200SPO 00000001 INTL 20091013)
[    0.077512] ACPI: FACP 0x000000008DFF3000 0000F4 (v05 INTEL  S1200SPO 00000000 INTL 20091013)
[    0.077546] ACPI: DSDT 0x000000008DFC3000 029241 (v02 INTEL  S1200SPO 00000000 INTL 20091013)
[    0.077549] ACPI: FACS 0x000000008DF6D000 000040
[    0.077553] ACPI: MCFG 0x000000008DFF0000 00003C (v01 INTEL  S1200SPO 00000001 INTL 20091013)
[    0.077556] ACPI: SSDT 0x000000008DFC0000 002BAE (v02 INTEL  S1200SPO 00001000 INTL 20091013)
[    0.077560] ACPI: SSDT 0x000000008DFBF000 000BE3 (v02 INTEL  S1200SPO 00001000 INTL 20091013)
[    0.077563] ACPI: SSDT 0x000000008DFBE000 00019A (v02 INTEL  S1200SPO 00001000 INTL 20091013)
[    0.077567] ACPI: SSDT 0x000000008DFBD000 0004A3 (v02 INTEL  S1200SPO 00001000 INTL 20091013)
[    0.077571] ACPI: SSDT 0x000000008DFF4000 005328 (v02 INTEL  S1200SPO 00003000 INTL 20141107)
[    0.077574] ACPI: SSDT 0x000000008DFBC000 000E73 (v02 INTEL  S1200SPO 00003000 INTL 20141107)
[    0.077578] ACPI: SSDT 0x000000008DFBA000 000064 (v02 INTEL  S1200SPO 00000002 INTL 20141107)
[    0.077582] ACPI: SSDT 0x000000008DFFB000 0003A7 (v02 INTEL  S1200SPO 00001000 INTL 20141107)
[    0.077585] ACPI: SSDT 0x000000008DFBB000 000B79 (v02 INTEL  S1200SPO 00000002 INTL 20141107)
[    0.077764] No NUMA configuration found
[    0.077765] Faking a node at [mem 0x0000000000000000-0x0000000273e30fff]
[    0.077768] NODE_DATA(0) allocated [mem 0x273e2c000-0x273e30fff]
[    0.077788] Zone ranges:
[    0.077789]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.077790]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.077791]   Normal   [mem 0x0000000100000000-0x0000000273e30fff]
[    0.077791]   Device   empty
[    0.077792] Movable zone start for each node
[    0.077793] Early memory node ranges
[    0.077794]   node   0: [mem 0x0000000000001000-0x0000000000097fff]
[    0.077794]   node   0: [mem 0x0000000000100000-0x000000008c1c3fff]
[    0.077795]   node   0: [mem 0x000000008c20f000-0x000000008c280fff]
[    0.077796]   node   0: [mem 0x0000000100000000-0x0000000273e30fff]
[    0.078203] Reserved but unavailable: 32770 pages
[    0.078204] Initmem setup node 0 [mem 0x0000000000001000-0x0000000273e30fff]
[    0.106783] ACPI: PM-Timer IO Port: 0x1808
[    0.106827] IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-119
[    0.106829] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.106831] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.106835] Using ACPI (MADT) for SMP configuration information
[    0.106841] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.106854] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.106855] PM: Registered nosave memory: [mem 0x00098000-0x00098fff]
[    0.106856] PM: Registered nosave memory: [mem 0x00099000-0x000fffff]
[    0.106857] PM: Registered nosave memory: [mem 0x8c1c4000-0x8c1c4fff]
[    0.106857] PM: Registered nosave memory: [mem 0x8c1c5000-0x8c20efff]
[    0.106858] PM: Registered nosave memory: [mem 0x8c281000-0x8dec0fff]
[    0.106859] PM: Registered nosave memory: [mem 0x8dec1000-0x8df99fff]
[    0.106859] PM: Registered nosave memory: [mem 0x8df9a000-0x8dffefff]
[    0.106860] PM: Registered nosave memory: [mem 0x8dfff000-0x8dffffff]
[    0.106861] PM: Registered nosave memory: [mem 0x8dfff000-0x8dffffff]
[    0.106862] PM: Registered nosave memory: [mem 0x8e000000-0x8fffffff]
[    0.106862] PM: Registered nosave memory: [mem 0x90000000-0x93ffffff]
[    0.106863] PM: Registered nosave memory: [mem 0x94000000-0x99ffffff]
[    0.106863] PM: Registered nosave memory: [mem 0x9a000000-0x9defffff]
[    0.106864] PM: Registered nosave memory: [mem 0x9df00000-0x9fffffff]
[    0.106864] PM: Registered nosave memory: [mem 0xa0000000-0xdfffffff]
[    0.106865] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.106865] PM: Registered nosave memory: [mem 0xf0000000-0xfcffffff]
[    0.106866] PM: Registered nosave memory: [mem 0xfd000000-0xfe7fffff]
[    0.106866] PM: Registered nosave memory: [mem 0xfe800000-0xfebfffff]
[    0.106867] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.106867] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.106868] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.106868] PM: Registered nosave memory: [mem 0xfed01000-0xfed0ffff]
[    0.106869] PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
[    0.106870] PM: Registered nosave memory: [mem 0xfed1a000-0xfed83fff]
[    0.106870] PM: Registered nosave memory: [mem 0xfed84000-0xfed84fff]
[    0.106871] PM: Registered nosave memory: [mem 0xfed85000-0xfedfffff]
[    0.106871] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.106872] PM: Registered nosave memory: [mem 0xfee01000-0xff3fffff]
[    0.106872] PM: Registered nosave memory: [mem 0xff400000-0xffffffff]
[    0.106874] [mem 0xa0000000-0xdfffffff] available for PCI devices
[    0.106875] Booting paravirtualized kernel on Xen PVH
[    0.106877] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.165789] random: get_random_bytes called from start_kernel+0x96/0x4dc with crng_init=0
[    0.165794] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:8 nr_node_ids:1
[    0.165903] percpu: Embedded 44 pages/cpu @(____ptrval____) s142808 r8192 d29224 u262144
[    0.165929] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)
[    0.165932] Built 1 zonelists, mobility grouping on.  Total pages: 2064359
[    0.165933] Policy zone: Normal
[    0.165934] Kernel command line: placeholder root=UUID=93bcf82b-b9b9-4362-936a-d0c100a920da ro console=hvc0 earlyprintk=xen
[    0.221164] Memory: 7900184K/8388600K available (10245K kernel code, 1138K rwdata, 3168K rodata, 1580K init, 2444K bss, 488416K reserved, 0K cma-reserved)
[    0.221214] Kernel/User page tables isolation: enabled
[    0.221226] ftrace: allocating 31253 entries in 123 pages
[    0.229669] rcu: Hierarchical RCU implementation.
[    0.229671] rcu: 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=8.
[    0.229672] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.229672] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.231445] Using NULL legacy PIC
[    0.231446] NR_IRQS: 33024, nr_irqs: 2048, preallocated irqs: 0
[    0.231466] xen:events: Using FIFO-based ABI
[    0.236634] xen:events: Xen HVM callback vector for event delivery is enabled
[    0.236716] Console: colour dummy device 80x25
[    1.278604] console [hvc0] enabled
[    1.282494] ACPI: Core revision 20181003
[    1.299357] Failed to register legacy timer interrupt
[    1.304913] APIC: Switch to symmetric I/O mode setup
[    1.311899] x2apic enabled
[    1.316199] Switched APIC routing to physical x2apic.
[    1.321783] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6d529fd12f7, max_idle_ns: 881591203006 ns
[    1.333587] Calibrating delay loop (skipped), value calculated using timer frequency.. 7584.26 BogoMIPS (lpj=15168528)
[    1.337572] pid_max: default: 32768 minimum: 301
[    1.337572] Security Framework initialized
[    1.337572] Yama: becoming mindful.
[    1.337572] AppArmor: AppArmor disabled by boot time parameter
[    1.337572] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    1.337572] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    1.337572] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    1.337572] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    1.337572] mce: CPU supports 2 MCE banks
[    1.337572] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    1.337572] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    1.337572] Spectre V2 : Mitigation: Full generic retpoline
[    1.337572] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    1.337572] Speculative Store Bypass: Vulnerable
[    1.337572] Freeing SMP alternatives memory: 32K
[    1.337572] clocksource: xen: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    1.337572] installing Xen timer for CPU 0
[    1.337572] smpboot: CPU0: Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz (family: 0x6, model: 0x9e, stepping: 0x9)
[    1.337605] cpu 0 spinlock event irq 125
[    1.341638] Performance Events: unsupported p6 CPU model 158 no PMU driver, software events only.
[    1.345594] rcu: Hierarchical SRCU implementation.
[    1.349817] NMI watchdog: Perf NMI watchdog permanently disabled
[    1.353628] smp: Bringing up secondary CPUs ...
[    1.357631] installing Xen timer for CPU 1
[    1.361618] x86: Booting SMP configuration:
[    1.365577] .... node  #0, CPUs:      #1
[    1.365997] cpu 1 spinlock event irq 131
[    1.373640] installing Xen timer for CPU 2
[    1.377619]  #2
[    1.378045] cpu 2 spinlock event irq 137
[    1.381639] installing Xen timer for CPU 3
[    1.385617]  #3
[    1.386043] cpu 3 spinlock event irq 143
[    1.389637] installing Xen timer for CPU 4
[    1.393620]  #4
[    1.393991] cpu 4 spinlock event irq 149
[    1.397641] installing Xen timer for CPU 5
[    1.401619]  #5
[    1.401934] cpu 5 spinlock event irq 155
[    1.405641] installing Xen timer for CPU 6
[    1.409621]  #6
[    1.410015] cpu 6 spinlock event irq 161
[    1.413637] installing Xen timer for CPU 7
[    1.417619]  #7
[    1.418021] cpu 7 spinlock event irq 167
[    1.421580] smp: Brought up 1 node, 8 CPUs
[    1.425577] smpboot: Max logical packages: 1
[    1.429576] smpboot: Total of 8 processors activated (60674.11 BogoMIPS)
[    1.437837] devtmpfs: initialized
[    1.441617] x86/mm: Memory block size: 128MB
[    1.446089] PM: Registering ACPI NVS region [mem 0x8c1c4000-0x8c1c4fff] (4096 bytes)
[    1.449578] PM: Registering ACPI NVS region [mem 0x8dec1000-0x8df99fff] (888832 bytes)
[    1.453637] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    1.457583] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    1.461643] pinctrl core: initialized pinctrl subsystem
[    1.465760] NET: Registered protocol family 16
[    1.469585] xen:grant_table: Grant tables using version 1 layout
[    1.473587] Grant table initialized
[    1.477679] audit: initializing netlink subsys (disabled)
[    1.481594] audit: type=2000 audit(1541420876.957:1): state=initialized audit_enabled=0 res=1
[    1.491175] cpuidle: using governor ladder
[    1.493589] cpuidle: using governor menu
[    1.497597] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    1.501576] ACPI: bus type PCI registered
[    1.505576] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    1.509740] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    1.513583] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    1.517582] PCI: Using configuration type 1 for base access
[    1.522166] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    1.525580] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    1.529672] ACPI: Added _OSI(Module Device)
[    1.533577] ACPI: Added _OSI(Processor Device)
[    1.537577] ACPI: Added _OSI(3.0 _SCP Extensions)
[    1.537579] random: fast init done
[    1.541576] ACPI: Added _OSI(Processor Aggregator Device)
[    1.545576] ACPI: Added _OSI(Linux-Dell-Video)
[    1.549575] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    1.585144] ACPI: 10 ACPI AML tables successfully acquired and loaded
(XEN) d0: bind: m_gsi=9 g_gsi=9
[    1.591138] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    1.598164] ACPI: Interpreter enabled
[    1.601604] ACPI: (supports S0 S5)
[    1.605446] ACPI: Using IOAPIC for interrupt routing
[    1.605604] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.610447] ACPI: Enabled 9 GPEs in block 00 to 7F
[    1.614394] ACPI: Power Resource [PG00] (on)
[    1.617846] ACPI: Power Resource [PG01] (on)
[    1.621834] ACPI: Power Resource [PG02] (on)
[    1.632661] ACPI: Power Resource [WRST] (off)
[    1.633894] ACPI: Power Resource [WRST] (off)
[    1.637891] ACPI: Power Resource [WRST] (off)
[    1.641892] ACPI: Power Resource [WRST] (off)
[    1.645889] ACPI: Power Resource [WRST] (off)
[    1.649889] ACPI: Power Resource [WRST] (off)
[    1.653887] ACPI: Power Resource [WRST] (off)
[    1.657892] ACPI: Power Resource [WRST] (off)
[    1.661888] ACPI: Power Resource [WRST] (off)
[    1.665897] ACPI: Power Resource [WRST] (off)
[    1.669921] ACPI: Power Resource [WRST] (off)
[    1.673912] ACPI: Power Resource [WRST] (off)
[    1.677888] ACPI: Power Resource [WRST] (off)
[    1.681891] ACPI: Power Resource [WRST] (off)
[    1.685891] ACPI: Power Resource [WRST] (off)
[    1.689892] ACPI: Power Resource [WRST] (off)
[    1.693894] ACPI: Power Resource [WRST] (off)
[    1.697890] ACPI: Power Resource [WRST] (off)
[    1.701889] ACPI: Power Resource [WRST] (off)
[    1.705887] ACPI: Power Resource [WRST] (off)
[    1.714176] acpi ABCD0000:00: ACPI dock station (docks/bays count: 1)
[    1.721300] ACPI: Power Resource [FN00] (off)
[    1.721653] ACPI: Power Resource [FN01] (off)
[    1.725648] ACPI: Power Resource [FN02] (off)
[    1.729647] ACPI: Power Resource [FN03] (off)
[    1.733647] ACPI: Power Resource [FN04] (off)
[    1.738594] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    1.741581] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    1.748522] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability LTR]
[    1.749576] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    1.755535] PCI host bridge to bus 0000:00
[    1.757578] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    1.761576] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    1.765576] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    1.769576] pci_bus 0000:00: root bus resource [mem 0xa0000000-0xdfffffff window]
[    1.773576] pci_bus 0000:00: root bus resource [mem 0x1080000000-0x10bfffffff window]
[    1.777576] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    1.781576] pci_bus 0000:00: root bus resource [bus 00-fe]
[    1.786497] pci 0000:00:00.0: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.790900] pci 0000:00:01.0: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.795286] pci 0000:00:14.0: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.798606] pci 0000:00:14.2: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.802465] pci 0000:00:16.0: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.806945] pci 0000:00:16.1: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.810869] pci 0000:00:17.0: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.814761] pci 0000:00:1d.0: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.818725] pci 0000:00:1d.2: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.822868] pci 0000:00:1d.3: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.826914] pci 0000:00:1f.0: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.830797] pci 0000:00:1f.2: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.834890] pci 0000:00:1f.4: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.842068] pci 0000:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x1 link at 0000:00:01.0 (capable of 7.876 Gb/s with 8 GT/s x1 link)
[    1.845638] pci 0000:01:00.0: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.849672] pci 0000:00:01.0: PCI bridge to [bus 01]
[    1.854850] pci 0000:02:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x1 link at 0000:00:1d.0 (capable of 7.876 Gb/s with 8 GT/s x1 link)
[    1.857667] pci 0000:02:00.0: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.861646] pci 0000:00:1d.0: PCI bridge to [bus 02]
[    1.873238] pci 0000:03:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x1 link at 0000:00:1d.2 (capable of 7.876 Gb/s with 8 GT/s x1 link)
[    1.873658] pci 0000:03:00.0: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.877682] pci 0000:00:1d.2: PCI bridge to [bus 03]
[    1.889201] pci 0000:04:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x1 link at 0000:00:1d.3 (capable of 7.876 Gb/s with 8 GT/s x1 link)
[    1.889658] pci 0000:04:00.0: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.893682] pci 0000:00:1d.3: PCI bridge to [bus 04]
[    1.899019] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    1.901628] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    1.905626] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    1.909626] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    1.913625] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    1.917626] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    1.921626] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    1.925626] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    1.930417] xen:balloon: Initialising balloon driver
[    1.933580] arch_xen_balloon_init: Can't read host e820 (-38)
[    1.937639] pci 0000:02:00.0: vgaarb: setting as boot VGA device
[    1.941572] pci 0000:02:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    1.941577] pci 0000:02:00.0: vgaarb: bridge control possible
[    1.945575] vgaarb: loaded
[    1.948695] pps_core: LinuxPPS API ver. 1 registered
[    1.949576] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.953578] PTP clock support registered
[    1.957579] EDAC MC: Ver: 3.0.0
[    1.961287] PCI: Using ACPI for IRQ routing
[    1.989718] clocksource: Switched to clocksource tsc-early
[    2.001637] VFS: Disk quotas dquot_6.6.0
[    2.005942] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.013721] pnp: PnP ACPI init
[    2.017273] system 00:00: [mem 0xfd000000-0xfdabffff] has been reserved
[    2.024648] system 00:00: [mem 0xfdad0000-0xfdadffff] has been reserved
[    2.032107] system 00:00: [mem 0xfdb00000-0xfdffffff] has been reserved
[    2.039574] system 00:00: [mem 0xfe000000-0xfe01ffff] has been reserved
[    2.047039] system 00:00: [mem 0xfe036000-0xfe03bfff] has been reserved
[    2.054508] system 00:00: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    2.061970] system 00:00: [mem 0xfe410000-0xfe7fffff] has been reserved
[    2.069731] system 00:01: [io  0x2000-0x20fe] has been reserved
[    2.076358] system 00:02: [io  0x0680-0x069f] has been reserved
[    2.082934] system 00:02: [io  0xffff] has been reserved
[    2.088945] system 00:02: [io  0xffff] has been reserved
[    2.094959] system 00:02: [io  0xffff] has been reserved
[    2.100967] system 00:02: [io  0x1800-0x18fe] has been reserved
[    2.107659] system 00:02: [io  0x164e-0x164f] has been reserved
[    2.114419] system 00:03: [io  0x0800-0x087f] has been reserved
[    2.121085] system 00:05: [io  0x1854-0x1857] has been reserved
[    2.129090] system 00:07: [mem 0xfdaf0000-0xfdafffff] has been reserved
[    2.136388] system 00:07: [mem 0xfdae0000-0xfdaeffff] has been reserved
[    2.143854] system 00:07: [mem 0xfdac0000-0xfdacffff] has been reserved
[    2.151782] system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
[    2.159082] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[    2.166545] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[    2.174013] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
[    2.181477] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[    2.188940] system 00:08: [mem 0xfed90000-0xfed93fff] has been reserved
[    2.196408] system 00:08: [mem 0xfed45000-0xfed8ffff] could not be reserved
[    2.204262] system 00:08: [mem 0xff000000-0xffffffff] could not be reserved
[    2.212113] system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved
[    2.219970] system 00:08: [mem 0xa0000000-0xa001ffff] has been reserved
[    2.228221] pnp: PnP ACPI: found 9 devices
[    2.240206] PM-Timer failed consistency check  (0xffffff) - aborting.
[    2.247302] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfffc0000-0xffffffff pref]: no compatible bridge window
[    2.258449] pci 0000:02:00.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
[    2.269648] pci 0000:01:00.0: BAR 6: assigned [mem 0xa2dc0000-0xa2dfffff pref]
[    2.277746] pci 0000:00:01.0: PCI bridge to [bus 01]
[    2.283370] pci 0000:00:01.0:   bridge window [io  0x5000-0x5fff]
[    2.290258] pci 0000:00:01.0:   bridge window [mem 0xa2d00000-0xa2dfffff]
[    2.297947] pci 0000:02:00.0: BAR 6: assigned [mem 0xa2810000-0xa281ffff pref]
[    2.306056] pci 0000:00:1d.0: PCI bridge to [bus 02]
[    2.311684] pci 0000:00:1d.0:   bridge window [mem 0xa2000000-0xa28fffff]
[    2.319341] pci 0000:00:1d.0:   bridge window [mem 0xa1000000-0xa1ffffff 64bit pref]
[    2.328071] pci 0000:00:1d.2: PCI bridge to [bus 03]
[    2.333688] pci 0000:00:1d.2:   bridge window [io  0x4000-0x4fff]
[    2.340576] pci 0000:00:1d.2:   bridge window [mem 0xa2b00000-0xa2cfffff]
[    2.348239] pci 0000:00:1d.3: PCI bridge to [bus 04]
[    2.353855] pci 0000:00:1d.3:   bridge window [io  0x3000-0x3fff]
[    2.360742] pci 0000:00:1d.3:   bridge window [mem 0xa2900000-0xa2afffff]
[    2.368535] NET: Registered protocol family 2
[    2.373426] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes)
[    2.382183] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    2.390368] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    2.397949] TCP: Hash tables configured (established 65536 bind 65536)
[    2.405261] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    2.412136] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    2.419528] NET: Registered protocol family 1
[    2.425211] pci 0000:02:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    2.434488] Unpacking initramfs...
[    5.017990] Freeing initrd memory: 263116K
[    5.022497] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    5.029753] software IO TLB: mapped [mem 0x881c4000-0x8c1c4000] (64MB)
[    5.037596] Initialise system trusted keyrings
[    5.042610] workingset: timestamp_bits=40 max_order=21 bucket_order=0
[    5.050108] zbud: loaded
[    5.052993] pstore: using deflate compression
[    5.232231] Key type asymmetric registered
[    5.236731] Asymmetric key parser 'x509' registered
[    5.242248] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    5.250643] io scheduler noop registered
[    5.255037] io scheduler deadline registered
[    5.259892] io scheduler cfq registered (default)
[    5.265213] io scheduler mq-deadline registered
[    5.270356] io scheduler kyber registered
[    5.276390] pcieport 0000:00:01.0: AER enabled with IRQ 170
[    5.282583] pcieport 0000:00:1d.0: AER enabled with IRQ 171
[    5.288884] pcieport 0000:00:1d.2: AER enabled with IRQ 172
[    5.295183] pcieport 0000:00:1d.3: AER enabled with IRQ 173
[    5.301450] pcieport 0000:00:01.0: Signaling PME with IRQ 170
[    5.307944] pcieport 0000:00:1d.0: Signaling PME with IRQ 171
[    5.314439] pcieport 0000:00:1d.2: Signaling PME with IRQ 172
[    5.320932] pcieport 0000:00:1d.3: Signaling PME with IRQ 173
[    5.327741] xen_mcelog: Failed to get CPU numbers
[    5.333315] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    5.340717] hpet_acpi_add: no address or irqs in _CRS
[    5.346301] Linux agpgart interface v0.103
[    5.350990] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    5.357713] AMD IOMMUv2 functionality not available on this system
[    5.365346] i8042: PNP: No PS/2 controller found.
[    5.370652] mousedev: PS/2 mouse device common for all mice
[    5.376837] rtc_cmos 00:04: RTC can wake from S4
(XEN) d0: bind: m_gsi=8 g_gsi=8
[    5.405184] rtc_cmos 00:04: registered as rtc0
[    5.410069] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram
[    5.417961] ledtrig-cpu: registered to indicate activity on CPUs
[    5.425593] oprofile: using NMI timer interrupt.
[    5.430735] NET: Registered protocol family 10
[    5.435877] Segment Routing with IPv6
[    5.439891] mip6: Mobile IPv6
[    5.443268] NET: Registered protocol family 17
[    5.448310] mpls_gso: MPLS GSO support
[    5.453000] sched_clock: Marking stable (4356048336, 1096931232)->(6072875825, -619896257)
[    5.462930] registered taskstats version 1
[    5.467415] Loading compiled-in X.509 certificates
[    5.472853] zswap: loaded using pool lzo/zbud
[    5.478245] ima: No TPM chip found, activating TPM-bypass!
[    5.484282] ima: Allocated hash algorithm: sha256
[    5.510254] rtc_cmos 00:04: hctosys: unable to read the hardware clock
[    5.518147] Freeing unused kernel image memory: 1580K
[    5.537716] Write protecting the kernel read-only data: 16384k
[    5.544620] Freeing unused kernel image memory: 2016K
[    5.550458] Freeing unused kernel image memory: 928K
[    5.560386] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    5.567492] x86/mm: Checking user space page tables
[    5.577358] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    5.584460] Run /init as init process
Loading, please wait...
starting version 232
[    5.602399] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    5.603051] random: udevadm: uninitialized urandom read (16 bytes read)
[    5.610333] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    5.645062] thermal LNXTHERM:00: registered as thermal_zone0
[    5.651315] ACPI: Thermal Zone [TZ00] (28 C)
[    5.656888] thermal LNXTHERM:01: registered as thermal_zone1
[    5.663132] ACPI: Thermal Zone [TZ01] (30 C)
[    5.668676] ACPI: bus type USB registered
[    5.668725] SCSI subsystem initialized
[    5.668751] random: crng init done
[    5.668752] r(XEN) d0: bind: m_gsi=16 g_gsi=16
andom: 7 urandom warning(s) missed due to ratelimiting
[    5.673106] usbcore: registered new interface driver usbfs
[    5.681270] dca service started, version 1.12.1
[    5.681413] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    5.681414] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    5.681426] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    5.681444] e1000e 0000:01:00.0: Disabling ASPM  
[    5.681445] e1000e 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM control
[    5.681810] e1000e 0000:01:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    5.686204] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    5.691743] usbcore: registered new interface driver hub
[    5.742443] e1000e 0000:01:00.0 0000:01:00.0 (uninitialized): registered PHC clock
[    5.747127] usbcore: registered new device driver usb
[    5.800393] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[    5.800506] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    5.808097] igb: Copyright (c) 2007-2014 Intel Corporation.
[    5.814002] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    5.816470] e1000e 0000:01:00.0 eth0: (PCI Express:2.5GT/s:Width x1) 68:05:ca:80:3e:a0
[    5.816471] e1000e 0000:01:00.0 eth0: Intel(R) PRO/1000 Network Connection
[    5.816492] e1000e 0000:01:00.0 eth0: MAC: 3, PHY: 8, PBA No: E46981-008
[    5.849219] pps pps0: new PPS source ptp1
[    5.854039] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000001109810
[    5.857438] igb 0000:03:00.0: added PHC on eth1
[    5.872851] igb 0000:03:00.0: Intel(R) Gigabit Ethernet Network Connection
[    5.873220] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[    5.880610] igb 0000:03:00.0: eth1: (PCIe:2.5Gb/s:Width x1) a4:bf:01:17:96:94
[    5.889916] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.889918] usb usb1: Product: xHCI Host Controller
[    5.898058] igb 0000:03:00.0: eth1: PBA No: 006200-000
[    5.906107] usb usb1: Manufacturer: Linux 4.19.0+ xhci-hcd
[    5.911638] igb 0000:03:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[    5.912115] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0xff impl SATA mode
[    5.912117] ahci 0000:00:17.0: flags: 64bit ncq sntf led clo only pio slum part ems deso sadm sds apst 
[    5.912331] e1000e 0000:01:00.0 enp1s0: renamed from eth0
[    5.917454] usb usb1: SerialNumber: 0000:00:14.0
[    5.963599] hub 1-0:1.0: USB hub found
[    5.967724] hub 1-0:1.0: 16 ports detected
[    5.972981] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    5.978734] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    5.982217] pps pps1: new PPS source ptp2
[    5.987071] xhci_hcd 0000:00:14.0: Host supports USB 3.0  SuperSpeed
[    5.991626] igb 0000:04:00.0: added PHC on eth0
[    5.994484] scsi host0: ahci
[    5.994615] scsi host1: ahci
[    5.994729] scsi host2: ahci
[    5.998825] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[    6.001673] scsi host3: ahci
[    6.001901] scsi host4: ahci
[    6.002016] scsi host5: ahci
[    6.002116] scsi host6: ahci
[    6.002234] scsi host7: ahci
[    6.002269] ata1: SATA max UDMA/133 abar m2048@0xa2e18000 port 0xa2e18100 irq 184
[    6.002271] ata2: SATA max UDMA/133 abar m2048@0xa2e18000 port 0xa2e18180 irq 184
[    6.002274] ata3: SATA max UDMA/133 abar m2048@0xa2e18000 port 0xa2e18200 irq 184
[    6.002276] ata4: SATA max UDMA/133 abar m2048@0xa2e18000 port 0xa2e18280 irq 184
[    6.002279] ata5: SATA max UDMA/133 abar m2048@0xa2e18000 port 0xa2e18300 irq 184
[    6.002282] ata6: SATA max UDMA/133 abar m2048@0xa2e18000 port 0xa2e18380 irq 184
[    6.002284] ata7: SATA max UDMA/133 abar m2048@0xa2e18000 port 0xa2e18400 irq 184
[    6.002287] ata8: SATA max UDMA/133 abar m2048@0xa2e18000 port 0xa2e18480 irq 184
[    6.004094] igb 0000:04:00.0: Intel(R) Gigabit Ethernet Network Connection
[    6.007231] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.010527] igb 0000:04:00.0: eth0: (PCIe:2.5Gb/s:Width x1) a4:bf:01:17:96:95
[    6.010620] igb 0000:04:00.0: eth0: PBA No: 006200-000
[    6.013825] usb usb2: Product: xHCI Host Controller
[    6.023133] igb 0000:04:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[    6.026429] usb usb2: Manufacturer: Linux 4.19.0+ xhci-hcd
[    6.041634] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6d529fd12f7, max_idle_ns: 881591203006 ns
[    6.048054] usb usb2: SerialNumber: 0000:00:14.0
[    6.048633] igb 0000:03:00.0 eno1: renamed from eth1
[    6.179239] clocksource: Switched to clocksource tsc
[    6.179504] hub 2-0:1.0: USB hub found
[    6.189136] hub 2-0:1.0: 10 ports detected
[    6.205756] igb 0000:04:00.0 eno2: renamed from eth0
[    6.316907] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    6.323741] ata6: SATA link down (SStatus 0 SControl 300)
[    6.329858] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    6.336819] ata7: SATA link down (SStatus 0 SControl 300)
[    6.342930] ata5: SATA link down (SStatus 0 SControl 300)
[    6.349037] ata3: SATA link down (SStatus 0 SControl 300)
[    6.355157] ata4: SATA link down (SStatus 0 SControl 300)
[    6.361260] ata2.00: ATA-10: INTEL SSDSC2BB012T7, N2010101, max UDMA/133
[    6.368806] ata2.00: 2344225968 sectors, multi 1: LBA48 NCQ (depth 32)
[    6.376184] ata8: SATA link down (SStatus 0 SControl 300)
[    6.382292] ata1.00: ATA-10: INTEL SSDSC2BB012T7, N2010101, max UDMA/133
[    6.389844] ata1.00: 2344225968 sectors, multi 1: LBA48 NCQ (depth 32)
[    6.398483] ata1.00: configured for UDMA/133
[    6.403227] ata2.00: configured for UDMA/133
[    6.403422] scsi 0:0:0:0: Direct-Access     ATA      INTEL SSDSC2BB01 0101 PQ: 0 ANSI: 5
[    6.409622] usb 1-1: new full-speed USB device number 2 using xhci_hcd
[    6.417498] scsi 1:0:0:0: Direct-Access     ATA      INTEL SSDSC2BB01 0101 PQ: 0 ANSI: 5
[    6.435830] ata1.00: Enabling discard_zeroes_data
[    6.441001] ata2.00: Enabling discard_zeroes_data
[    6.446359] sd 0:0:0:0: [sda] 2344225968 512-byte logical blocks: (1.20 TB/1.09 TiB)
[    6.446364] sd 1:0:0:0: [sdb] 2344225968 512-byte logical blocks: (1.20 TB/1.09 TiB)
[    6.455057] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    6.455064] sd 0:0:0:0: [sda] Write Protect is off
[    6.463783] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[    6.475129] sd 1:0:0:0: [sdb] Write Protect is off
[    6.481046] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.486478] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.496772] ata1.00: Enabling discard_zeroes_data
[    6.512261] ata2.00: Enabling discard_zeroes_data
[    6.517746]  sda: sda1 sda2 < sda5 >
[    6.518747]  sdb: sdb1 sdb2 sdb3 sdb4
[    6.521926] ata1.00: Enabling discard_zeroes_data
[    6.531180] ata2.00: Enabling discard_zeroes_data
[    6.536513] sd 0:0:0:0: [sda] Attached SCSI disk
[    6.536528] sd 1:0:0:0: [sdb] Attached SCSI disk
[    6.600021] usb 1-1: New USB device found, idVendor=046b, idProduct=ff10, bcdDevice= 1.00
[    6.609078] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    6.617118] usb 1-1: Product: Virtual Keyboard and Mouse
[    6.623125] usb 1-1: Manufacturer: American Megatrends Inc.
[    6.629424] uBegin: Loading essential drivers ... sb 1-1: SerialNudone.mber: serial

Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... [    6.647123] hBegin: Running /scripts/local-top ... idraw: raw HID edone.vents driver (C)
 Jiri Kosina
Begin: Running /scripts/local-premount ... [    6.669020] usbcore: registered new interface driver usbhid
[    6.675166] usbhid: USB HID core driver
[    6.680294] input: American Megatrends Inc. Virtual Keyboard and Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:046B:FF10.0001/input/input0
[    6.695991] hid-generic 0003:046B:FF10.0001: input,hidraw0: USB HID v1.10 Keyboard [American Megatrends Inc. Virtual Keyboard and Mouse] on usb-0000:00:14.0-1/input0
[    6.712506] input: American Megatrends Inc. Virtual Keyboard and Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046B:FF10.0002/input/input1
[    6.728281] hid-generic 0003:046B:FF10.0002: input,hidraw1: USB HID v1.10 Mouse [American Megatrends Inc. Virtual Keyboard and Mouse] on usb-0000:00:14.0-1/input1
done.
[    6.773604] usb 1-10: new low-speed USB device number 3 using xhci_hcd
Begin: Will now check root file system ... fsck from util-linux 2.29.2
[/sbin/fsck.ext4 (1) -- /dev/sda1] fsck.ext4 -a -C0 /dev/sda1 
/dev/sda1: clean, 1175338/69091328 files, 99247790/276356608 blocks
done.
[    6.869375] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
[    6.939311] usb 1-10: New USB device found, idVendor=03f0, idProduct=134a, bcdDevice= 1.00
[    6.948448] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.956590] usb 1-10: Product: HP USB Optical Mouse
[    6.956590] usb 1-10: Manufacturer: PixArt
[    6.962032] input: PixArt HP USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:03F0:134A.0003/input/input2
[    6.980449] hid-generic 0003:03F0:134A.0003: input,hidraw2: USB HID v1.11 Mouse [PixArt HP USB Optical Mouse] on usb-0000:00:14.0-10/input0
[    7.121652] usb 1-12: new low-speed USB device number 4 using xhci_hcd
[    7.153324] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[    7.173384] systemd[1]: Detected virtualization xen.
[    7.178949] systemd[1]: Detected architecture x86-64.

Welcome to Debian GNU/Linux 9 (stretch)!

[    7.191502] systemd[1]: Set hostname to <debian>.
[    7.299687] usb 1-12: New USB device found, idVendor=03f0, idProduct=034a, bcdDevice= 1.21
[    7.308835] usb 1-12: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    7.316973] usb 1-12: Product: HP Elite USB Keyboard
[    7.322597] usb 1-12: Manufacturer: Chicony
[    7.340967] input: Chicony HP Elite USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.0/0003:03F0:034A.0004/input/input3
[    7.401832] systemd[1]: live-tools.service: Cannot add dependency job, ignoring: Unit live-tools.service is masked.
[    7.413759] hid-generic 0003:03F0:034A.0004: input,hidraw3: USB HID v1.10 Keyboard [Chicony HP Elite USB Keyboard] on usb-0000:00:14.0-12/input0
[    7.413767] systemd[1]: Listening on Journal Audit Socket.
[  OK  [    7.434825] i] nput: Chicony HPListening on Journal Audit Socket. Elite USB Keybo
ard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.1/0003:03F0:034A.0005/input/input4
[    7.444561] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Started Forward Password Requests to Wall Directory Watch.
[    7.471501] systemd[1]: Listening on Syslog Socket.
[  OK  ] Listening on Syslog Socket.
[    7.481880] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
[    7.496957] systemd[1]: Created slice User and Session Slice.
[  OK  ] Created slice User and Session Slice.
[  OK  ] Reached target Remote File Systems.[    7.513654] i
nput: Chicony HP Elite USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.1/0003:03F0:034A.0005/input/input5
[  OK  [    7.530345] h] id-generic 0003:Reached target User and Group Name Lookups.03F0:034A.0005: 
input,hidraw4: USB HID v1.10 Device [Chicony HP Elite USB Keyboard] on usb-0000:00:14.0-12/input1
[  OK  ] Listening on Journal Socket (/dev/log).
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Reached target Encrypted Volumes.
[  OK  ] Listening on Journal Socket.
[  OK  ] Set up automount Arbitrary Executab…rmats File System Automount Point.
[  OK  ] Listening on udev Control Socket.
[  OK  ] Listening on fsck to fsckd communication Socket.
[  OK  ] Listening on udev Kernel Socket.
[  OK  ] Created slice System Slice.
         Mounting POSIX Message Queue File System...
         Starting Set the console keyboard layout...
         Starting Journal Service...
         Mounting Debug File System...
         Starting Create list of required st…ce nodes for the current kernel...
[  OK  ] Reached target Slices.
         Mounting Huge Pages File System...
         Starting Remount Root and Kernel File Systems...
[  OK  ] Created slice system-serial\x2dgetty.slice.[    7.657608] E
XT4-fs (sda1): re-mounted. Opts: errors=remount-ro
         Starting Load Kernel Modules...
[  OK  ] Created slice system-getty.slice.
[    7.677686] xen:xen_evtchn: Event-channel device installed
         Mounting Mount /proc/xen files...
[  OK  ] Mounted POSIX Message Queue File System.
[  OK  ] Mounted Huge Pages File System.
[  OK  ] Mounted Debug File System.
[  OK  ] Started Journal Service.
[  OK  ] Mounted Mount /proc/xen files.
[  OK  ] Started Set the console keyboard layout.
[  OK  ] Started Create list of required sta…vice nodes for the current kernel.
[  OK  ] Started Remount Root and Kernel File Systems.
         Starting udev Coldplug all Devices...
[    7.747705] xen_pciback: backend is vpci
         Starting Load/Save Random Seed...
         Starting Create Static Device Nodes in /dev...
         Starting Flush Journal to Persistent Storage...
[    7.768350] xen_acpi_processor: Uploading Xen processor PM info
[  OK  ] Started Load/Save Random Seed.
[    7.781030] systemd-journald[235]: Received request to flush runtime journal from PID 1
[  OK  ] Started udev Coldplug all Devices.
[  OK  ] Started Create Static Device Nodes in /dev.
         Starting udev Kernel Device Manager...
[  OK  ] Reached target Local File Systems (Pre).
         Mounting mount xenstore file system...
[  OK  ] Reached target Local File Systems.
         Starting Set console font and keymap...
[  OK  ] Mounted mount xenstore file system.
[  OK  ] Started Flush Journal to Persistent Storage.
[FAILED] Failed to start Load Kernel Modules.
See 'systemctl status systemd-modules-load.service' for details.
[  OK  ] Started Set console font and keymap.
         Starting Apply Kernel Variables...
         Starting Create Volatile Files and Directories...
[  OK  ] Started Apply Kernel Variables.
         Starting Raise network interfaces...
[  OK  ] Started Create Volatile Files and Directories.
         Starting Network Time Synchronization...
         Starting Update UTMP about System Boot/Shutdown...
[  OK  ] Started Update UTMP about System Boot/Shutdown.
[  OK  ] Started udev Kernel Device Manager.
[    7.983851] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input6
[    7.993170] ACPI: Sleep Button [SLPB]
[    7.997356] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
[    8.005624] ACPI: Power Button [PWRF]
[  OK  ] Started Network Time Synchronization.
[  OK  ] Reached target System Time Synchronized.
[    8.099782] input: PC Speaker as /devices/platform/pcspkr/input/input8
[    8.099810] iTCO_vendor_support: vendor-support=0
[    8.112754] acpi INT33D6:00: intel-vbtn: created platform device
[    8.112766] EDAC MC0: Giving out device to module ie31200_edac controller IE31200: DEV 0000:00:00.0 (POLLED)
[    8.119752] input: Intel Virtual Button driver as /devices/platform/INT33D6:00/input/input9
[    8.140907] IPMI message handler: version 39.2
[    8.146164] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    8.146241] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    8.152355] iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
[    8.158408] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    8.175196] ipmi device interface
[    8.179147] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[    8.187915] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    8.194410] RAPL PMU: hw unit of domain package 2^-14 Joules
[    8.200799] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    8.206909] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    8.213305] RAPL PMU: hw unit of domain psys 2^-14 Joules
[  OK  ] Found device INTEL_SSDSC2BB012T7 5.
         Activating swap /dev/disk/by-uuid/9…373-7a8a-468c-bdb7-20a39cb6ebe3...
[    8.239103] mei_me 0000:00:16.0: Device doesn't have valid ME Interface
[    8.241133] Adding 66683900k swap on /dev/sda5.  Priority:-2 extents:1 across:66683900k SSFS
[    8.246438] mei_me 0000:00:16.1: Device doesn't have valid ME Interface
[  OK  ] Activated swap /dev/disk/by-uuid/9d9a2373-7a8a-468c-bdb7-20a39cb6ebe3.
[  OK  ] Found device /dev/hvc0.
[    8.280375] ipmi_si: IPMI System Interface driver
[  OK  [    8.285810] i] pmi_si dmi-ipmi-Reached target Swap.si.0: ipmi_platf
orm: probing via SMBIOS
[    8.296899] ipmi_platform: ipmi_si: SMBIOS: io 0xca2 regsize 1 spacing 1 irq 0
[    8.296900] ipmi_si: Adding SMBIOS-specified kcs state machine
[    8.296964] ipmi_si: Trying SMBIOS-specified kcs state machine at i/o address 0xca2, slave address 0x20, irq 0
[  OK  ] Reached target System Initialization.
[  OK  ] Listening on D-Bus System Message Bus Socket.
[  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[  OK  ] Started ACPI Events Check.
[  OK  ] Reached target Paths.
[  OK  ] Listening on UUID daemon activation socket.[    8.355998] p
pdev: user-space parallel port driver
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Listening on ACPID Listen Socket.
[  OK  ] Reached target Sockets.
[  OK  ] Started Daily apt download activities.
[  OK  ] Started Daily apt upgrade and clean activities.
[  OK  ] Reached target Basic System.
         Starting Restore /etc/resolv.conf i…fore the ppp link was shut down...
[  OK  ] Started D-Bus System Message Bus.
[    8.424462] cryptd: max_cpu_qlen set to 1000
[    8.424478] Error: Driver 'pcspkr' is already registered, aborting...
[    8.478359] AVX2 version of gcm_enc/dec engaged.
[    8.483432] AES CTR mode by8 optimization enabled
[    8.496884] [TTM] Zone  kernel: Available graphics memory: 4083800 kiB
[    8.504111] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[    8.511473] [TTM] Initializing pool allocator
[    8.516422] [TTM] Initializing DMA pool allocator
[    8.522320] alg: No test for pcbc(aes) (pcbc-aes-aesni)
         Starting System Logging Service...
         Starting LSB: Start/stop sysstat's sadc...
         Starting Accounts Service...
         Starting LSB: Start the GNUstep distributed object mapper...
         Starting Network Manager...
(XEN) traps.c:1566: GPF (0000): ffff82d0803225c9 [vmx.c#vmx_msr_read_intercept+0x387/0x3e2] -> ffff82d080380988
(XEN) traps.c:1566: GPF (0000): ffff82d0803225c9 [vmx.c#vmx_msr_read_intercept+0x387/0x3e2] -> ffff82d080380988
(XEN) traps.c:1566: GPF (0000): ffff82d0803225c9 [vmx.c#vmx_msr_read_intercept+0x387/0x3e2] -> ffff82d080380988
(XEN) traps.c:1566: GPF (0000): ffff82d0803225c9 [vmx.c#vmx_msr_read_intercept+0x387/0x3e2] -> ffff82d080380988
[    8.591185] fbcon: mgadrmfb (fb0) is primary device
[    8.591217] Console: switching to colour frame buffer device 160x64
[    8.622952] intel_rapl: Found RAPL domain package
[    8.622954] intel_rapl: Found RAPL domain core
[    8.622956] intel_rapl: Found RAPL domain dram
[    8.670936] ipmi_si dmi-ipmi-si.0: IPMI message handler: Found new BMC (man_id: 0x000157, prod_id: 0x0078, dev_id: 0x21)
[    8.690747] ipmi_si dmi-ipmi-si.0: IPMI kcs interface initialized
[    8.932565] mgag200 0000:02:00.0: fb0: mgadrmfb frame buffer device
         Starting RealtimeKit Scheduling Policy Service...
[    8.957694] [drm] Initialized mgag200 1.0.0 20110418 for 0000:02:00.0 on minor 0
         Starting Modem Manager...
[  OK  ] Started Regular background program processing daemon.
         Starting The Xen xenstore...
         Starting Avahi mDNS/DNS-SD Stack...
         Starting Login Service...
         Starting LSB: Speech Dispatcher...
[  OK  ] Started Trigger anacron every hour.
[  OK  ] Reached target Timers.
[  OK  ] Started Run anacron jobs.
[  OK  ] Started System Logging Service.
[  OK  ] Started Restore /etc/resolv.conf if…before the ppp link was shut down.
[  OK  ] Started LSB: Start the GNUstep distributed object mapper.
[  OK  ] Started LSB: Start/stop sysstat's sadc.
[  OK  ] Started LSB: Speech Dispatcher.
[  OK  [    9.105667] p] ower_meter ACPI0Started RealtimeKit Scheduling Policy Service.00D:00: Found AC
PI power meter.
[[    9.118371] p  OK  ower_meter ACPI0] 00D:00: hwmon_deStarted Network Manager.vice_register() 
is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[  OK  ] Started Avahi mDNS/DNS-SD Stack.
[  OK  ] Started Login Service.
         Starting Network Manager Script Dispatcher Service...
         Starting Network Manager Wait Online...
         Starting Authorization Manager...
[  OK  ] Started The Xen xenstore.
[  OK  ] Started Network Manager Script Dispatcher Service.
         Starting xen-init-dom0, initialise …nodes, JSON configuration stub)...
         Starting Xenconsoled - handles logg…m guest consoles and hypervisor...
[  OK  ] Started Xenconsoled - handles loggi…rom guest consoles and hypervisor.
[  OK  [    9.208374] p] ower_meter ACPI0Started Authorization Manager.00D:00: Found AC
PI power meter.
[    9.218653] p[ower_meter ACPI0  OK  00D:00: Ignoring]  unsafe softwareStarted Accounts Service. power cap!

         Starting Hostname Service...
[FAILED] Failed to start xen-init-dom0, init…e nodes, JSON configuration stub).
See 'systemctl status xen-init-dom0.service' for details.
[  OK  ] Started Modem Manager.
[  OK  ] Started Hostname Service.
[    9.416670] IPv6: ADDRCONF(NETDEV_UP): enp1s0: link is not ready
[    9.426940] IPv6: ADDRCONF(NETDEV_UP): eno2: link is not ready
[    9.458599] IPv6: ADDRCONF(NETDEV_UP): eno2: link is not ready
[*     ] (1 of 2) A start job is running for…anager Wait Online (7s / no limit)[  OK  ] Started Network Manager Wait Online.
[   15.110707] e1000e: enp1s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[   15.119565] IPv6: ADDRCONF(NETDEV_CHANGE): enp1s0: link becomes ready
[**    ] A start job is running for Raise network interfaces (12s / 1min 1s)[***   ] A start job is running for Raise network interfaces (13s / 1min 1s)[ ***  ] A start job is running for Raise network interfaces (14s / 1min 1s)[   21.534880] IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready
[  *** ] A start job is running for Raise network interfaces (14s / 1min 1s)[   ***] A start job is running for Raise network interfaces (15s / 1min 1s)[    **] A start job is running for Raise network interfaces (15s / 1min 1s)[     *] A start job is running for Raise network interfaces (16s / 1min 1s)[    **] A start job is running for Raise network interfaces (16s / 1min 1s)[   ***] A start job is running for Raise network interfaces (17s / 1min 1s)[  *** ] A start job is running for Raise network interfaces (17s / 1min 1s)[ ***  ] A start job is running for Raise network interfaces (18s / 1min 1s)[***   ] A start job is running for Raise network interfaces (18s / 1min 1s)[**    ] A start job is running for Raise network interfaces (19s / 1min 1s)[*     ] A start job is running for Raise network interfaces (19s / 1min 1s)[**    ] A start job is running for Raise network interfaces (20s / 1min 1s)[***   ] A start job is running for Raise network interfaces (20s / 1min 1s)[ ***  ] A start job is running for Raise network interfaces (21s / 1min 1s)[  *** ] A start job is running for Raise network interfaces (21s / 1min 1s)[   ***] A start job is running for Raise network interfaces (22s / 1min 1s)[    **] A start job is running for Raise network interfaces (22s / 1min 1s)[     *] A start job is running for Raise network interfaces (23s / 1min 1s)[    **] A start job is running for Raise network interfaces (23s / 1min 1s)[   ***] A start job is running for Raise network interfaces (24s / 1min 1s)[  *** ] A start job is running for Raise network interfaces (24s / 1min 1s)[ ***  ] A start job is running for Raise network interfaces (25s / 1min 1s)[***   ] A start job is running for Raise network interfaces (25s / 1min 1s)[**    ] A start job is running for Raise network interfaces (26s / 1min 1s)[*     ] A start job is running for Raise network interfaces (26s / 1min 1s)[**    ] A start job is running for Raise network interfaces (27s / 1min 1s)[***   ] A start job is running for Raise network interfaces (27s / 1min 1s)[ ***  ] A start job is running for Raise network interfaces (28s / 1min 1s)[  *** ] A start job is running for Raise network interfaces (28s / 1min 1s)[   ***] A start job is running for Raise network interfaces (29s / 1min 1s)[    **] A start job is running for Raise network interfaces (29s / 1min 1s)[     *] A start job is running for Raise network interfaces (30s / 1min 1s)[    **] A start job is running for Raise network interfaces (30s / 1min 1s)[   ***] A start job is running for Raise network interfaces (31s / 1min 1s)[  *** ] A start job is running for Raise network interfaces (31s / 1min 1s)[ ***  ] A start job is running for Raise network interfaces (32s / 1min 1s)[***   ] A start job is running for Raise network interfaces (32s / 1min 1s)[**    ] A start job is running for Raise network interfaces (33s / 1min 1s)[*     ] A start job is running for Raise network interfaces (33s / 1min 1s)[**    ] A start job is running for Raise network interfaces (34s / 1min 1s)[***   ] A start job is running for Raise network interfaces (34s / 1min 1s)[ ***  ] A start job is running for Raise network interfaces (35s / 1min 1s)[  *** ] A start job is running for Raise network interfaces (35s / 1min 1s)[   ***] A start job is running for Raise network interfaces (36s / 1min 1s)[    **] A start job is running for Raise network interfaces (36s / 1min 1s)[     *] A start job is running for Raise network interfaces (37s / 1min 1s)[    **] A start job is running for Raise network interfaces (37s / 1min 1s)[   ***] A start job is running for Raise network interfaces (38s / 1min 1s)[  *** ] A start job is running for Raise network interfaces (38s / 1min 1s)[ ***  ] A start job is running for Raise network interfaces (39s / 1min 1s)[***   ] A start job is running for Raise network interfaces (39s / 1min 1s)[**    ] A start job is running for Raise network interfaces (40s / 1min 1s)[*     ] A start job is running for Raise network interfaces (40s / 1min 1s)[**    ] A start job is running for Raise network interfaces (41s / 1min 1s)[***   ] A start job is running for Raise network interfaces (41s / 1min 1s)[ ***  ] A start job is running for Raise network interfaces (42s / 1min 1s)[  *** ] A start job is running for Raise network interfaces (42s / 1min 1s)[   50.326248] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[   ***] A start job is running for Raise network interfaces (43s / 1min 1s)[    **] A start job is running for Raise network interfaces (43s / 1min 1s)[     *] A start job is running for Raise network interfaces (44s / 1min 1s)[    **] A start job is running for Raise network interfaces (44s / 1min 1s)[   ***] A start job is running for Raise network interfaces (45s / 1min 1s)[  *** ] A start job is running for Raise network interfaces (45s / 1min 1s)[ ***  ] A start job is running for Raise network interfaces (46s / 1min 1s)[***   ] A start job is running for Raise network interfaces (46s / 1min 1s)[**    ] A start job is running for Raise network interfaces (47s / 1min 1s)[*     ] A start job is running for Raise network interfaces (47s / 1min 1s)[**    ] A start job is running for Raise network interfaces (48s / 1min 1s)[***   ] A start job is running for Raise network interfaces (48s / 1min 1s)[ ***  ] A start job is running for Raise network interfaces (49s / 1min 1s)[  *** ] A start job is running for Raise network interfaces (49s / 1min 1s)[   ***] A start job is running for Raise network interfaces (50s / 1min 1s)[    **] A start job is running for Raise network interfaces (50s / 1min 1s)[     *] A start job is running for Raise network interfaces (51s / 1min 1s)[    **] A start job is running for Raise network interfaces (51s / 1min 1s)[   ***] A start job is running for Raise network interfaces (52s / 1min 1s)[  *** ] A start job is running for Raise network interfaces (52s / 1min 1s)[ ***  ] A start job is running for Raise network interfaces (53s / 1min 1s)[***   ] A start job is running for Raise network interfaces (53s / 1min 1s)[**    ] A start job is running for Raise network interfaces (54s / 1min 1s)[*     ] A start job is running for Raise network interfaces (54s / 1min 1s)[**    ] A start job is running for Raise network interfaces (55s / 1min 1s)[***   ] A start job is running for Raise network interfaces (55s / 1min 1s)[ ***  ] A start job is running for Raise network interfaces (56s / 1min 1s)[  *** ] A start job is running for Raise network interfaces (56s / 1min 1s)[   ***] A start job is running for Raise network interfaces (57s / 1min 1s)[    **] A start job is running for Raise network interfaces (57s / 1min 1s)[     *] A start job is running for Raise network interfaces (58s / 1min 1s)[    **] A start job is running for Raise network interfaces (58s / 1min 1s)[   ***] A start job is running for Raise network interfaces (59s / 1min 1s)[  *** ] A start job is running for Raise network interfaces (59s / 1min 1s)[ ***  ] A start job is running for Raise network interfaces (1min / 1min 1s)[***   ] A start job is running for Raise network interfaces (1min / 1min 1s)[**    ] A start job is running for Raise ne…ork interfaces (1min 1s / 1min 1s)[*     ] A start job is running for Raise ne…ork interfaces (1min 1s / 1min 1s)[FAILED] Failed to start Raise network interfaces.
See 'systemctl status networking.service' for details.
[  OK  ] Reached target Network.
         Starting Permit User Sessions...
[  OK  ] Started Unattended Upgrades Shutdown.
         Starting OpenBSD Secure Shell server...
[  OK  ] Reached target Network is Online.
         Starting LSB: network benchmark...
         Starting LSB: disk temperature monitoring daemon...
         Starting Xendomains - start and stop guests on boot and shutdown...
[  OK  ] Started Permit User Sessions.
         Starting Simple Desktop Display Manager...
[  OK  ] Started Getty on tty1.
[  OK  ] Started Serial Getty on hvc0.
[  OK  ] Reached target Login Prompts.
[  OK  ] Started OpenBSD Secure Shell server.
[  OK  ] Started Xendomains - start and stop guests on boot and shutdown.
[  OK  ] Started Simple Desktop Display Manager.
         Starting Xen-watchdog - run xen watchdog daemon...
[  OK  ] Started LSB: disk temperature monitoring daemon.
[  OK  ] Started LSB: network benchmark.
[  OK  ] Started Xen-watchdog - run xen watchdog daemon.
[  OK  ] Reached target Multi-User System.
[  OK  ] Reached target Graphical Interface.
         Starting Update UTMP about System Runlevel Changes...
[  OK  ] Started Update UTMP about System Runlevel Changes.

Debian GNU/Linux 9 debian hvc0

debian login: [   93.794740] mgag200 0000:02:00.0: Video card doesn't support cursors with partial transparency.
[   93.804380] mgag200 0000:02:00.0: Not enabling hardware cursor.
(XEN) Assertion '(sp == 0) || (peoi[sp-1].vector < vector)' failed at irq.c:1173
(XEN) ----[ Xen-4.12-unstable  x86_64  debug=y   Tainted:  C   ]----
(XEN) CPU:    5
(XEN) RIP:    e008:[<ffff82d080287472>] do_IRQ+0x496/0x680
(XEN) RFLAGS: 0000000000010046   CONTEXT: hypervisor
(XEN) rax: ffff83104da984c0   rbx: ffff83104da07e00   rcx: 0000000000000001
(XEN) rdx: 0000000000000021   rsi: 0000000000000021   rdi: 0000000000000001
(XEN) rbp: ffff83104da97d98   rsp: ffff83104da97d38   r8:  0000000000000021
(XEN) r9:  0000000000000000   r10: 0000000000000000   r11: 0000000000000000
(XEN) r12: ffff83101ce011f0   r13: 0000000000000021   r14: ffff83104da07e00
(XEN) r15: 000000000000007e   cr0: 0000000080050033   cr4: 00000000003526e0
(XEN) cr3: 00000010211a4000   cr2: 00007f4f020cc000
(XEN) fsb: 0000000000000000   gsb: 0000000000000000   gss: 0000000000000000
(XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: e008
(XEN) Xen code around <ffff82d080287472> (do_IRQ+0x496/0x680):
(XEN)  be 00 00 00 7e 93 0f 0b <0f> 0b 0f 0b 0f 0b b8 00 00 00 00 eb 4e 83 bb 1c
(XEN) Xen stack trace from rsp=ffff83104da97d38:
(XEN)    ffff82d000000000 ffff83104da07e24 0000000000000000 0000007e8037e835
(XEN)    ffff82d08037e841 ffff82d08037e835 ffff82d08037e841 0000000000000000
(XEN)    0000000000000000 0000000000000000 ffff83104da97fff 0000000000000000
(XEN)    00007cefb2568237 ffff82d08037e8aa 0000003554ece8b7 0000000000000008
(XEN)    ffff83104da9bad8 ffff83104da9ba20 ffff83104da97ec0 0000003554f44c26
(XEN)    00000000000000ff 0000000000000004 00000000001eb177 00000000000007db
(XEN)    ffff83104da9802c 0000000000000000 ffff83104da97fff 0000000000009e63
(XEN)    ffff83104da9ba50 0000002100000000 ffff82d0802e483f 000000000000e008
(XEN)    0000000000000202 ffff83104da97e50 0000000000000000 ffff82d08059bc80
(XEN)    00000020ffffffff ffff83104da97fff ffff82d0805a3c80 ffff83104da97eb0
(XEN)    0000000000000000 0000000000000000 0000031c000001a3 ffff82d08059bf00
(XEN)    0000000000000005 ffff82d08059bf00 0000000000000005 0000000000000005
(XEN)    ffff8310216d5000 ffff83104da97ef0 ffff82d0802778ca ffff83104daf6000
(XEN)    ffff83008bbfc000 ffff83008bbf8000 ffff83104daf6000 ffff83104da97da8
(XEN)    0000000000000000 0000000000000000 ffff88026a246000 ffff88026a246000
(XEN)    0000000000000006 0000000000000006 ffffffff81c13648 0000000000000000
(XEN)    0000000000000000 ffffc900023ffa40 ffffffff81711d50 0000000000000001
(XEN)    ffff88026b7a2880 0000000000000087 0000000000000006 0000beef0000beef
(XEN)    ffffffff81712112 000000bf0000beef 0000000000000246 ffffc90000d2bea0
(XEN)    000000000000beef 000000000000beef 000000000000beef 000000000000beef
(XEN) Xen call trace:
(XEN)    [<ffff82d080287472>] do_IRQ+0x496/0x680
(XEN)    [<ffff82d08037e8aa>] common_interrupt+0x10a/0x120
(XEN)    [<ffff82d0802e483f>] mwait-idle.c#mwait_idle+0x296/0x372
(XEN)    [<ffff82d0802778ca>] domain.c#idle_loop+0xb3/0xb5
(XEN) 
(XEN) 
(XEN) ****************************************
(XEN) Panic on CPU 5:
(XEN) Assertion '(sp == 0) || (peoi[sp-1].vector < vector)' failed at irq.c:1173
(XEN) ****************************************
(XEN) 
(XEN) Reboot in five seconds...

[-- Attachment #3: dom0_freeze_loop --]
[-- Type: text/plain, Size: 127771 bytes --]

 Xen 4.12-unstable
(XEN) Xen version 4.12-unstable (root@) (gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516) debug=y  Fri Nov  2 12:28:49 EDT 2018
(XEN) Latest ChangeSet: Tue Oct 30 16:17:10 2018 +0100 git:9130b82dbf
(XEN) Console output is synchronous.
(XEN) Bootloader: GRUB 2.02~beta3-5
(XEN) Command line: placeholder dom0=pvh dom0_mem=8192M,max:8192M loglvl=all guest_loglvl=all sync_console_to_ring=true sync_console com1=115200,8n1 console=com1,vga iommu=debug,verbose,workaround_bios_bug
(XEN) Xen image load base address: 0
(XEN) Video information:
(XEN)  VGA is text mode 80x25, font 8x16
(XEN)  VBE/DDC methods: V2; EDID transfer time: 1 seconds
(XEN) Disc information:
(XEN)  Found 2 MBR signatures
(XEN)  Found 2 EDD information structures
(XEN) Xen-e820 RAM map:
(XEN)  0000000000000000 - 0000000000098c00 (usable)
(XEN)  0000000000098c00 - 00000000000a0000 (reserved)
(XEN)  00000000000e0000 - 0000000000100000 (reserved)
(XEN)  0000000000100000 - 000000008c1c4000 (usable)
(XEN)  000000008c1c4000 - 000000008c1c5000 (ACPI NVS)
(XEN)  000000008c1c5000 - 000000008c20f000 (reserved)
(XEN)  000000008c20f000 - 000000008c281000 (usable)
(XEN)  000000008c281000 - 000000008dec1000 (reserved)
(XEN)  000000008dec1000 - 000000008df9a000 (ACPI NVS)
(XEN)  000000008df9a000 - 000000008dfff000 (ACPI data)
(XEN)  000000008dfff000 - 000000008e000000 (usable)
(XEN)  000000008e000000 - 0000000090000000 (reserved)
(XEN)  0000000094000000 - 000000009a000000 (reserved)
(XEN)  000000009df00000 - 00000000a0000000 (reserved)
(XEN)  00000000e0000000 - 00000000f0000000 (reserved)
(XEN)  00000000fd000000 - 00000000fe800000 (reserved)
(XEN)  00000000fec00000 - 00000000fec01000 (reserved)
(XEN)  00000000fed00000 - 00000000fed01000 (reserved)
(XEN)  00000000fed10000 - 00000000fed1a000 (reserved)
(XEN)  00000000fed84000 - 00000000fed85000 (reserved)
(XEN)  00000000fee00000 - 00000000fee01000 (reserved)
(XEN)  00000000ff400000 - 0000000100000000 (reserved)
(XEN)  0000000100000000 - 0000001060000000 (usable)
(XEN) New Xen image base address: 0x8ba00000
(XEN) ACPI: RSDP 000F0510, 0024 (r2 INTEL )
(XEN) ACPI: XSDT 8DFB7188, 00EC (r1 INTEL  S1200SPO        0 INTL  1000013)
(XEN) ACPI: FACP 8DFF3000, 00F4 (r5 INTEL  S1200SPO        0 INTL 20091013)
(XEN) ACPI: DSDT 8DFC3000, 29241 (r2 INTEL  S1200SPO        0 INTL 20091013)
(XEN) ACPI: FACS 8DF6D000, 0040
(XEN) ACPI: HPET 8DFF2000, 0038 (r1 INTEL  S1200SPO        1 INTL 20091013)
(XEN) ACPI: APIC 8DFF1000, 00BC (r3 INTEL  S1200SPO        1 INTL 20091013)
(XEN) ACPI: MCFG 8DFF0000, 003C (r1 INTEL  S1200SPO        1 INTL 20091013)
(XEN) ACPI: SPMI 8DFEE000, 0042 (r5 INTEL  S1200SPO        0 INTL 20091013)
(XEN) ACPI: WDDT 8DFED000, 0040 (r1 INTEL  S1200SPO        0 INTL 20091013)
(XEN) ACPI: SSDT 8DFC0000, 2BAE (r2 INTEL  S1200SPO     1000 INTL 20091013)
(XEN) ACPI: SSDT 8DFBF000, 0BE3 (r2 INTEL  S1200SPO     1000 INTL 20091013)
(XEN) ACPI: SSDT 8DFBE000, 019A (r2 INTEL  S1200SPO     1000 INTL 20091013)
(XEN) ACPI: SSDT 8DFBD000, 04A3 (r2 INTEL  S1200SPO     1000 INTL 20091013)
(XEN) ACPI: TCPA 8DFFC000, 0064 (r2 INTEL  S1200SPO        2 INTL  1000013)
(XEN) ACPI: TPM2 8DFFA000, 0034 (r3 INTEL  S1200SPO        2 INTL  1000013)
(XEN) ACPI: SSDT 8DFF4000, 5328 (r2 INTEL  S1200SPO     3000 INTL 20141107)
(XEN) ACPI: SSDT 8DFBC000, 0E73 (r2 INTEL  S1200SPO     3000 INTL 20141107)
(XEN) ACPI: SSDT 8DFBA000, 0064 (r2 INTEL  S1200SPO        2 INTL 20141107)
(XEN) ACPI: DMAR 8DFB8000, 0070 (r1 INTEL  S1200SPO        1 INTL        1)
(XEN) ACPI: HEST 8DFFD000, 00A8 (r1 INTEL  S1200SPO        1 INTL        1)
(XEN) ACPI: ERST 8DFB5000, 0230 (r1 INTEL  S1200SPO        1 INTL        1)
(XEN) ACPI: SSDT 8DFFB000, 03A7 (r2 INTEL  S1200SPO     1000 INTL 20141107)
(XEN) ACPI: SSDT 8DFBB000, 0B79 (r2 INTEL  S1200SPO        2 INTL 20141107)
(XEN) ACPI: BERT 8DFB6000, 0030 (r1 INTEL  S1200SPO        1 INTL        1)
(XEN) ACPI: UEFI 8DF82000, 0042 (r1 INTEL  S1200SPO        2 INTL  1000013)
(XEN) ACPI: PRAD 8DFB9000, 0102 (r2 INTEL  S1200SPO        2 INTL 20141107)
(XEN) ACPI: EINJ 8DFB4000, 0130 (r1 INTEL  S1200SPO        1 INTL        1)
(XEN) ACPI: SPCR 8DFEF000, 0050 (r1 INTEL  S1200SPO        0 INTL 20091013)
(XEN) System RAM: 65217MB (66783036kB)
(XEN) No NUMA configuration found
(XEN) Faking a node at 0000000000000000-0000001060000000
(XEN) Domain heap initialised
(XEN) CPU Vendor: Intel, Family 6 (0x6), Model 158 (0x9e), Stepping 9 (raw 000906e9)
(XEN) DMI 2.7 present.
(XEN) Using APIC driver default
(XEN) ACPI: PM-Timer IO Port: 0x1808 (32 bits)
(XEN) ACPI: SLEEP INFO: pm1x_cnt[1:1804,1:0], pm1x_evt[1:1800,1:0]
(XEN) ACPI: 32/64X FACS address mismatch in FADT - 8df6d000/0000000000000000, using 32
(XEN) ACPI:             wakeup_vec[8df6d00c], vec_size[20]
(XEN) ACPI: Local APIC address 0xfee00000
(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
(XEN) ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
(XEN) ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
(XEN) IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
(XEN) ACPI: IRQ0 used by override.
(XEN) ACPI: IRQ2 used by override.
(XEN) ACPI: IRQ9 used by override.
(XEN) Enabling APIC mode:  Flat.  Using 1 I/O APICs
(XEN) ACPI: HPET id: 0x8086a201 base: 0xfed00000
(XEN) PCI: MCFG configuration 0: base e0000000 segment 0000 buses 00 - ff
(XEN) PCI: MCFG area at e0000000 reserved in E820
(XEN) PCI: Using MCFG for segment 0000 bus 00-ff
(XEN) [VT-D]Host address width 39
(XEN) [VT-D]found ACPI_DMAR_DRHD:
(XEN) [VT-D]  dmaru->address = fed90000
(XEN) [VT-D]drhd->address = fed90000 iommu->reg = ffff82c00021d000
(XEN) [VT-D]cap = d2008c40660462 ecap = f050da
(XEN) [VT-D] IOAPIC: 0000:f0:1f.0
(XEN) [VT-D] MSI HPET: 0000:00:1f.0
(XEN) [VT-D]  flags: INCLUDE_ALL
(XEN) [VT-D]found ACPI_DMAR_RMRR:
(XEN) [VT-D]  RMRR address range 3e2e0000..3e2fffff not in reserved memory; need "iommu_inclusive_mapping=1"?
(XEN) [VT-D] endpoint: 0000:00:14.0
(XEN) [VT-D]dmar.c:639:   RMRR region: base_addr 3e2e0000 end_addr 3e2fffff
(XEN) Xen ERST support is initialized.
(XEN) HEST: Table parsing has been initialized
(XEN) Using ACPI (MADT) for SMP configuration information
(XEN) SMP: Allowing 8 CPUs (0 hotplug CPUs)
(XEN) IRQ limits: 120 GSI, 1432 MSI/MSI-X
(XEN) Not enabling x2APIC (upon firmware request)
(XEN) xstate: size: 0x440 and states: 0x1f
(XEN) mce_intel.c:780: MCA Capability: firstbank 0, extended MCE MSR 0, BCAST, CMCI
(XEN) CPU0: Intel machine check reporting enabled
(XEN) Speculative mitigation facilities:
(XEN)   Hardware features:
(XEN)   Compiled-in support: INDIRECT_THUNK SHADOW_PAGING
(XEN)   Xen settings: BTI-Thunk RETPOLINE, SPEC_CTRL: No, Other:
(XEN)   L1TF: believed vulnerable, maxphysaddr L1D 46, CPUID 39, Safe address 8000000000
(XEN)   Support for HVM VMs: RSB EAGER_FPU
(XEN)   Support for PV VMs: RSB EAGER_FPU
(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)  load_precision_shift: 18
(XEN)  load_window_shift: 30
(XEN)  underload_balance_tolerance: 0
(XEN)  overload_balance_tolerance: -3
(XEN)  runqueues arrangement: socket
(XEN)  cap enforcement granularity: 10ms
(XEN) load tracking window length 1073741824 ns
(XEN) Adding cpu 0 to runqueue 0
(XEN)  First cpu on runqueue, activating
(XEN) Platform timer is 23.999MHz HPET
(XEN) Detected 3792.318 MHz processor.
(XEN) Initing memory sharing.
(XEN) alt table ffff82d08046b838 -> ffff82d08046d63e
(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) nr_sockets: 1
(XEN) Enabled directed EOI with ioapic_ack_old on!
(XEN) ENABLING IO-APIC IRQs
(XEN)  -> Using old ACK method
(XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1
(XEN) TSC deadline timer enabled
(XEN) Allocated console ring of 64 KiB.
(XEN) mwait-idle: MWAIT substates: 0x142120
(XEN) mwait-idle: v0.4.1 model 0x9e
(XEN) mwait-idle: lapic_timer_reliable_states 0xffffffff
(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)  - VMCS shadowing
(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) Adding cpu 1 to runqueue 0
(XEN) Adding cpu 2 to runqueue 0
(XEN) Adding cpu 3 to runqueue 0
(XEN) Adding cpu 4 to runqueue 0
(XEN) Adding cpu 5 to runqueue 0
(XEN) Adding cpu 6 to runqueue 0
(XEN) Adding cpu 7 to runqueue 0
(XEN) Brought up 8 CPUs
(XEN) build-id: 8ca86e4aff721d4739668760f50f332456673196
(XEN) Running stub recovery selftests...
(XEN) traps.c:1566: GPF (0000): ffff82d0bffff041 [ffff82d0bffff041] -> ffff82d080380412
(XEN) traps.c:755: Trap 12: ffff82d0bffff040 [ffff82d0bffff040] -> ffff82d080380412
(XEN) traps.c:1094: Trap 3: ffff82d0bffff041 [ffff82d0bffff041] -> ffff82d080380412
(XEN) ACPI sleep modes: S3
(XEN) VPMU: disabled
(XEN) mcheck_poll: Machine check polling timer started.
(XEN) Dom0 has maximum 888 PIRQs
(XEN) NX (Execute Disable) protection active
(XEN) *** Building a PVH Dom0 ***
(XEN) [VT-D]d0:Hostbridge: skip 0000:00:00.0 map
(XEN) [VT-D]d0:PCI: map 0000:00:14.0
(XEN) [VT-D]d0:PCI: map 0000:00:14.2
(XEN) [VT-D]d0:PCI: map 0000:00:16.0
(XEN) [VT-D]d0:PCI: map 0000:00:16.1
(XEN) [VT-D]d0:PCI: map 0000:00:17.0
(XEN) [VT-D]d0:PCI: map 0000:00:1f.0
(XEN) [VT-D]d0:PCI: map 0000:00:1f.2
(XEN) [VT-D]d0:PCI: map 0000:00:1f.4
(XEN) [VT-D]d0:PCIe: map 0000:01:00.0
(XEN) [VT-D]d0:PCIe: map 0000:02:00.0
(XEN) [VT-D]d0:PCIe: map 0000:03:00.0
(XEN) [VT-D]d0:PCIe: map 0000:04:00.0
(XEN) Cannot setup identity map d0:3e2e0, gfn already mapped to ffe1e0.
(XEN) [VT-D]iommu.c:2272: IOMMU: mapping reserved region failed
(XEN) [VT-D]iommu_enable_translation: iommu->reg = ffff82c00021d000
(XEN) WARNING: PVH is an experimental mode with limited functionality
(XEN) Initial low memory virq threshold set at 0x4000 pages.
(XEN) Scrubbing Free RAM on 1 nodes using 4 CPUs
(XEN) ...................................................................................................................................done.
(XEN) Std. Loglevel: All
(XEN) Guest Loglevel: All
(XEN) ***************************************************
(XEN) WARNING: CONSOLE OUTPUT IS SYNCHRONOUS
(XEN) This option is intended to aid debugging of Xen by ensuring
(XEN) that all output is synchronously delivered on the serial line.
(XEN) However it can introduce SIGNIFICANT latencies and affect
(XEN) timekeeping. It is NOT recommended for production use!
(XEN) ***************************************************
(XEN) Booted on L1TF-vulnerable hardware with SMT/Hyperthreading
(XEN) enabled.  Please assess your configuration and choose an
(XEN) explicit 'smt=<bool>' setting.  See XSA-273.
(XEN) ***************************************************
(XEN) 3... 2... 1... 
(XEN) Xen is relinquishing VGA console.
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
(XEN) Freed 472kB init memory
(XEN) Dom0 callback via changed to Direct Vector 0xf3
[    0.000000] Linux version 4.19.0+ (root@debian) (gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1)) #1 SMP Fri Nov 2 09:11:18 EDT 2018
[    0.000000] Command line: placeholder root=UUID=93bcf82b-b9b9-4362-936a-d0c100a920da ro console=hvc0 earlyprintk=xen
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000097fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000098c00-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000008c1c3fff] usable
[    0.000000] BIOS-e820: [mem 0x000000008c1c4000-0x000000008c1c4fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000008c1c5000-0x000000008c20efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008c20f000-0x000000008c280fff] usable
[    0.000000] BIOS-e820: [mem 0x000000008c281000-0x000000008dec0fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008dec1000-0x000000008df99fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000008df9a000-0x000000008dffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000008dfff000-0x000000008dfffe8b] usable
[    0.000000] BIOS-e820: [mem 0x000000008dfffe8c-0x000000008dffff57] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000008e000000-0x000000008fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000094000000-0x0000000099ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000009df00000-0x000000009fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000fe7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed84000-0x00000000fed84fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff400000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000273e30fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000273e31000-0x000000105fffffff] unusable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Intel Corporation S1200SP/S1200SP, BIOS S1200SP.86B.03.01.0020.052620170737 05/26/2017
[    0.000000] Hypervisor detected: Xen HVM
[    0.000000] Xen version 4.12.
[    0.000000] Xen Platform PCI: unrecognised magic value
[    0.054988] tsc: Fast TSC calibration failed
[    0.054989] tsc: Detected 3792.318 MHz processor
[    0.060506] last_pfn = 0x273e31 max_arch_pfn = 0x400000000
[    0.062050] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.063460] last_pfn = 0x8dfff max_arch_pfn = 0x400000000
[    0.076985] Using GB pages for direct mapping
[    0.077382] RAMDISK: [mem 0x0282c000-0x1291efff]
[    0.077389] ACPI: Early table checksum verification disabled
[    0.077411] ACPI: RSDP 0x000000008DFFFE8C 000024 (v02 INTEL )
[    0.077414] ACPI: XSDT 0x000000008DFFFEB0 000084 (v01 INTEL  S1200SPO 00000000 INTL 01000013)
[    0.077418] ACPI: APIC 0x000000008DFFFF34 0000CC (v03 INTEL  S1200SPO 00000001 INTL 20091013)
[    0.077422] ACPI: FACP 0x000000008DFF3000 0000F4 (v05 INTEL  S1200SPO 00000000 INTL 20091013)
[    0.077456] ACPI: DSDT 0x000000008DFC3000 029241 (v02 INTEL  S1200SPO 00000000 INTL 20091013)
[    0.077459] ACPI: FACS 0x000000008DF6D000 000040
[    0.077462] ACPI: MCFG 0x000000008DFF0000 00003C (v01 INTEL  S1200SPO 00000001 INTL 20091013)
[    0.077466] ACPI: SSDT 0x000000008DFC0000 002BAE (v02 INTEL  S1200SPO 00001000 INTL 20091013)
[    0.077470] ACPI: SSDT 0x000000008DFBF000 000BE3 (v02 INTEL  S1200SPO 00001000 INTL 20091013)
[    0.077474] ACPI: SSDT 0x000000008DFBE000 00019A (v02 INTEL  S1200SPO 00001000 INTL 20091013)
[    0.077477] ACPI: SSDT 0x000000008DFBD000 0004A3 (v02 INTEL  S1200SPO 00001000 INTL 20091013)
[    0.077481] ACPI: SSDT 0x000000008DFF4000 005328 (v02 INTEL  S1200SPO 00003000 INTL 20141107)
[    0.077484] ACPI: SSDT 0x000000008DFBC000 000E73 (v02 INTEL  S1200SPO 00003000 INTL 20141107)
[    0.077488] ACPI: SSDT 0x000000008DFBA000 000064 (v02 INTEL  S1200SPO 00000002 INTL 20141107)
[    0.077491] ACPI: SSDT 0x000000008DFFB000 0003A7 (v02 INTEL  S1200SPO 00001000 INTL 20141107)
[    0.077495] ACPI: SSDT 0x000000008DFBB000 000B79 (v02 INTEL  S1200SPO 00000002 INTL 20141107)
[    0.077672] No NUMA configuration found
[    0.077673] Faking a node at [mem 0x0000000000000000-0x0000000273e30fff]
[    0.077676] NODE_DATA(0) allocated [mem 0x273e2c000-0x273e30fff]
[    0.077695] Zone ranges:
[    0.077696]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.077697]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.077698]   Normal   [mem 0x0000000100000000-0x0000000273e30fff]
[    0.077699]   Device   empty
[    0.077700] Movable zone start for each node
[    0.077701] Early memory node ranges
[    0.077701]   node   0: [mem 0x0000000000001000-0x0000000000097fff]
[    0.077702]   node   0: [mem 0x0000000000100000-0x000000008c1c3fff]
[    0.077703]   node   0: [mem 0x000000008c20f000-0x000000008c280fff]
[    0.077703]   node   0: [mem 0x0000000100000000-0x0000000273e30fff]
[    0.078110] Reserved but unavailable: 32770 pages
[    0.078111] Initmem setup node 0 [mem 0x0000000000001000-0x0000000273e30fff]
[    0.106679] ACPI: PM-Timer IO Port: 0x1808
[    0.106724] IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-119
[    0.106726] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.106727] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.106732] Using ACPI (MADT) for SMP configuration information
[    0.106738] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.106751] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.106752] PM: Registered nosave memory: [mem 0x00098000-0x00098fff]
[    0.106753] PM: Registered nosave memory: [mem 0x00099000-0x000fffff]
[    0.106754] PM: Registered nosave memory: [mem 0x8c1c4000-0x8c1c4fff]
[    0.106754] PM: Registered nosave memory: [mem 0x8c1c5000-0x8c20efff]
[    0.106755] PM: Registered nosave memory: [mem 0x8c281000-0x8dec0fff]
[    0.106756] PM: Registered nosave memory: [mem 0x8dec1000-0x8df99fff]
[    0.106757] PM: Registered nosave memory: [mem 0x8df9a000-0x8dffefff]
[    0.106757] PM: Registered nosave memory: [mem 0x8dfff000-0x8dffffff]
[    0.106758] PM: Registered nosave memory: [mem 0x8dfff000-0x8dffffff]
[    0.106759] PM: Registered nosave memory: [mem 0x8e000000-0x8fffffff]
[    0.106759] PM: Registered nosave memory: [mem 0x90000000-0x93ffffff]
[    0.106760] PM: Registered nosave memory: [mem 0x94000000-0x99ffffff]
[    0.106760] PM: Registered nosave memory: [mem 0x9a000000-0x9defffff]
[    0.106761] PM: Registered nosave memory: [mem 0x9df00000-0x9fffffff]
[    0.106761] PM: Registered nosave memory: [mem 0xa0000000-0xdfffffff]
[    0.106762] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.106762] PM: Registered nosave memory: [mem 0xf0000000-0xfcffffff]
[    0.106763] PM: Registered nosave memory: [mem 0xfd000000-0xfe7fffff]
[    0.106764] PM: Registered nosave memory: [mem 0xfe800000-0xfebfffff]
[    0.106764] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.106765] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.106765] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.106766] PM: Registered nosave memory: [mem 0xfed01000-0xfed0ffff]
[    0.106766] PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
[    0.106767] PM: Registered nosave memory: [mem 0xfed1a000-0xfed83fff]
[    0.106767] PM: Registered nosave memory: [mem 0xfed84000-0xfed84fff]
[    0.106768] PM: Registered nosave memory: [mem 0xfed85000-0xfedfffff]
[    0.106768] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.106769] PM: Registered nosave memory: [mem 0xfee01000-0xff3fffff]
[    0.106769] PM: Registered nosave memory: [mem 0xff400000-0xffffffff]
[    0.106771] [mem 0xa0000000-0xdfffffff] available for PCI devices
[    0.106772] Booting paravirtualized kernel on Xen PVH
[    0.106774] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.165697] random: get_random_bytes called from start_kernel+0x96/0x4dc with crng_init=0
[    0.165701] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:8 nr_node_ids:1
[    0.165808] percpu: Embedded 44 pages/cpu @(____ptrval____) s142808 r8192 d29224 u262144
[    0.165837] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)
[    0.165839] Built 1 zonelists, mobility grouping on.  Total pages: 2064359
[    0.165840] Policy zone: Normal
[    0.165841] Kernel command line: placeholder root=UUID=93bcf82b-b9b9-4362-936a-d0c100a920da ro console=hvc0 earlyprintk=xen
[    0.218310] Memory: 7900184K/8388600K available (10245K kernel code, 1138K rwdata, 3168K rodata, 1580K init, 2444K bss, 488416K reserved, 0K cma-reserved)
[    0.218360] Kernel/User page tables isolation: enabled
[    0.218373] ftrace: allocating 31253 entries in 123 pages
[    0.226820] rcu: Hierarchical RCU implementation.
[    0.226822] rcu: 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=8.
[    0.226823] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.226824] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.228598] Using NULL legacy PIC
[    0.228599] NR_IRQS: 33024, nr_irqs: 2048, preallocated irqs: 0
[    0.228620] xen:events: Using FIFO-based ABI
[    0.233784] xen:events: Xen HVM callback vector for event delivery is enabled
[    0.233864] Console: colour dummy device 80x25
[    1.275708] console [hvc0] enabled
[    1.279598] ACPI: Core revision 20181003
[    1.296460] Failed to register legacy timer interrupt
[    1.302014] APIC: Switch to symmetric I/O mode setup
[    1.309006] x2apic enabled
[    1.313311] Switched APIC routing to physical x2apic.
[    1.318898] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6d53fdf98bb, max_idle_ns: 881590404252 ns
[    1.330700] Calibrating delay loop (skipped), value calculated using timer frequency.. 7584.63 BogoMIPS (lpj=15169272)
[    1.334684] pid_max: default: 32768 minimum: 301
[    1.334684] Security Framework initialized
[    1.334684] Yama: becoming mindful.
[    1.334684] AppArmor: AppArmor disabled by boot time parameter
[    1.334684] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    1.334684] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    1.334684] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    1.334684] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    1.334684] mce: CPU supports 2 MCE banks
[    1.334684] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    1.334684] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    1.334684] Spectre V2 : Mitigation: Full generic retpoline
[    1.334684] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    1.334684] Speculative Store Bypass: Vulnerable
[    1.334684] Freeing SMP alternatives memory: 32K
[    1.334684] clocksource: xen: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    1.334684] installing Xen timer for CPU 0
[    1.334684] smpboot: CPU0: Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz (family: 0x6, model: 0x9e, stepping: 0x9)
[    1.334716] cpu 0 spinlock event irq 125
[    1.338751] Performance Events: unsupported p6 CPU model 158 no PMU driver, software events only.
[    1.342707] rcu: Hierarchical SRCU implementation.
[    1.346930] NMI watchdog: Perf NMI watchdog permanently disabled
[    1.350740] smp: Bringing up secondary CPUs ...
[    1.354742] installing Xen timer for CPU 1
[    1.358729] x86: Booting SMP configuration:
[    1.362688] .... node  #0, CPUs:      #1
[    1.363104] cpu 1 spinlock event irq 131
[    1.370751] installing Xen timer for CPU 2
[    1.374730]  #2
[    1.375160] cpu 2 spinlock event irq 137
[    1.378751] installing Xen timer for CPU 3
[    1.382729]  #3
[    1.383148] cpu 3 spinlock event irq 143
[    1.386749] installing Xen timer for CPU 4
[    1.390731]  #4
[    1.391107] cpu 4 spinlock event irq 149
[    1.394754] installing Xen timer for CPU 5
[    1.398731]  #5
[    1.399090] cpu 5 spinlock event irq 155
[    1.402753] installing Xen timer for CPU 6
[    1.406734]  #6
[    1.407127] cpu 6 spinlock event irq 161
[    1.410749] installing Xen timer for CPU 7
[    1.414732]  #7
[    1.415031] cpu 7 spinlock event irq 167
[    1.418691] smp: Brought up 1 node, 8 CPUs
[    1.422690] smpboot: Max logical packages: 1
[    1.426688] smpboot: Total of 8 processors activated (60677.08 BogoMIPS)
[    1.434965] devtmpfs: initialized
[    1.438728] x86/mm: Memory block size: 128MB
[    1.443196] PM: Registering ACPI NVS region [mem 0x8c1c4000-0x8c1c4fff] (4096 bytes)
[    1.446689] PM: Registering ACPI NVS region [mem 0x8dec1000-0x8df99fff] (888832 bytes)
[    1.450750] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    1.454694] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    1.458751] pinctrl core: initialized pinctrl subsystem
[    1.462853] NET: Registered protocol family 16
[    1.466697] xen:grant_table: Grant tables using version 1 layout
[    1.470698] Grant table initialized
[    1.474792] audit: initializing netlink subsys (disabled)
[    1.478706] audit: type=2000 audit(1541417921.090:1): state=initialized audit_enabled=0 res=1
[    1.486690] cpuidle: using governor ladder
[    1.490701] cpuidle: using governor menu
[    1.494712] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    1.498688] ACPI: bus type PCI registered
[    1.502688] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    1.506854] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    1.510695] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    1.514693] PCI: Using configuration type 1 for base access
[    1.519280] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    1.522693] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    1.526782] ACPI: Added _OSI(Module Device)
[    1.530689] ACPI: Added _OSI(Processor Device)
[    1.534689] ACPI: Added _OSI(3.0 _SCP Extensions)
[    1.538687] ACPI: Added _OSI(Processor Aggregator Device)
[    1.542687] ACPI: Added _OSI(Linux-Dell-Video)
[    1.546687] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    1.546688] random: fast init done
[    1.582532] ACPI: 10 ACPI AML tables successfully acquired and loaded
(XEN) d0: bind: m_gsi=9 g_gsi=9
[    1.588252] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    1.595334] ACPI: Interpreter enabled
[    1.598717] ACPI: (supports S0 S5)
[    1.602559] ACPI: Using IOAPIC for interrupt routing
[    1.602717] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.607564] ACPI: Enabled 9 GPEs in block 00 to 7F
[    1.611419] ACPI: Power Resource [PG00] (on)
[    1.614966] ACPI: Power Resource [PG01] (on)
[    1.618957] ACPI: Power Resource [PG02] (on)
[    1.633862] ACPI: Power Resource [WRST] (off)
[    1.639009] ACPI: Power Resource [WRST] (off)
[    1.643011] ACPI: Power Resource [WRST] (off)
[    1.647034] ACPI BIOS Error (bug): Could not resolve [\_SB.PRAD], AE_NOT_FOUND (20181003/psargs-330)
[    1.650694] ACPI Error: Method parse/execution failed \_SB.PCI0.HEC2.H2RD, AE_NOT_FOUND (20181003/psparse-516)
[    1.651022] ACPI: Power Resource [WRST] (off)
[    1.654689] ACPI Error: Method parse/execution failed \_SB.PCI0.HEC2.HSCI, AE_NOT_FOUND (20181003/psparse-516)
[    1.659018] ACPI: Power Resource [WRST] (off)
[    1.662688] ACPI Error: Method parse/execution failed \_GPE._L6C, AE_NOT_FOUND (20181003/psparse-516)
[    1.667014] ACPI: Power Resource [WRST] (off)
[    1.670688] ACPI Error: AE_NOT_FOUND, while evaluating GPE method [_L6C] (20181003/evgpe-509)
[    1.675015] ACPI: Power Resource [WRST] (off)
[    1.683008] ACPI: Power Resource [WRST] (off)
[    1.687008] ACPI: Power Resource [WRST] (off)
[    1.691013] ACPI: Power Resource [WRST] (off)
[    1.699028] ACPI: Power Resource [WRST] (off)
[    1.703029] ACPI: Power Resource [WRST] (off)
[    1.707007] ACPI: Power Resource [WRST] (off)
[    1.711007] ACPI: Power Resource [WRST] (off)
[    1.719006] ACPI: Power Resource [WRST] (off)
[    1.723009] ACPI: Power Resource [WRST] (off)
[    1.727008] ACPI: Power Resource [WRST] (off)
[    1.731006] ACPI: Power Resource [WRST] (off)
[    1.739007] ACPI: Power Resource [WRST] (off)
[    1.743007] ACPI: Power Resource [WRST] (off)
[    1.751377] acpi ABCD0000:00: ACPI dock station (docks/bays count: 1)
[    1.762448] ACPI: Power Resource [FN00] (off)
[    1.766764] ACPI: Power Resource [FN01] (off)
[    1.770762] ACPI: Power Resource [FN02] (off)
[    1.778758] ACPI: Power Resource [FN03] (off)
[    1.782759] ACPI: Power Resource [FN04] (off)
[    1.787713] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    1.794692] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    1.805665] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability LTR]
[    1.814688] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    1.828663] PCI host bridge to bus 0000:00
[    1.830689] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    1.838688] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    1.846687] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    1.854687] pci_bus 0000:00: root bus resource [mem 0xa0000000-0xdfffffff window]
[    1.862687] pci_bus 0000:00: root bus resource [mem 0x1080000000-0x10bfffffff window]
[    1.870688] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    1.878688] pci_bus 0000:00: root bus resource [bus 00-fe]
[    1.887614] pci 0000:00:00.0: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.896093] pci 0000:00:01.0: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.908326] pci 0000:00:14.0: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.915829] pci 0000:00:14.2: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.923656] pci 0000:00:16.0: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.935990] pci 0000:00:16.1: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.943953] pci 0000:00:17.0: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.951859] pci 0000:00:1d.0: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.963868] pci 0000:00:1d.2: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.971848] pci 0000:00:1d.3: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.979722] pci 0000:00:1f.0: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.991938] pci 0000:00:1f.2: Failed to add - passthrough or MSI/MSI-X might fail!
[    1.999920] pci 0000:00:1f.4: Failed to add - passthrough or MSI/MSI-X might fail!
[    2.015882] pci 0000:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x1 link at 0000:00:01.0 (capable of 7.876 Gb/s with 8 GT/s x1 link)
[    2.026747] pci 0000:01:00.0: Failed to add - passthrough or MSI/MSI-X might fail!
[    2.034783] pci 0000:00:01.0: PCI bridge to [bus 01]
[    2.043920] pci 0000:02:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x1 link at 0000:00:1d.0 (capable of 7.876 Gb/s with 8 GT/s x1 link)
[    2.058778] pci 0000:02:00.0: Failed to add - passthrough or MSI/MSI-X might fail!
[    2.066758] pci 0000:00:1d.0: PCI bridge to [bus 02]
[    2.078374] pci 0000:03:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x1 link at 0000:00:1d.2 (capable of 7.876 Gb/s with 8 GT/s x1 link)
[    2.094771] pci 0000:03:00.0: Failed to add - passthrough or MSI/MSI-X might fail!
[    2.102794] pci 0000:00:1d.2: PCI bridge to [bus 03]
[    2.118469] pci 0000:04:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x1 link at 0000:00:1d.3 (capable of 7.876 Gb/s with 8 GT/s x1 link)
[    2.130770] pci 0000:04:00.0: Failed to add - passthrough or MSI/MSI-X might fail!
[    2.138793] pci 0000:00:1d.3: PCI bridge to [bus 04]
[    2.144150] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    2.154741] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    2.162694] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    2.166740] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    2.174738] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    2.182738] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    2.190736] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    2.198737] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    2.207535] xen:balloon: Initialising balloon driver
[    2.214692] arch_xen_balloon_init: Can't read host e820 (-38)
[    2.218753] pci 0000:02:00.0: vgaarb: setting as boot VGA device
[    2.222684] pci 0000:02:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    2.234688] pci 0000:02:00.0: vgaarb: bridge control possible
[    2.242687] vgaarb: loaded
[    2.245797] pps_core: LinuxPPS API ver. 1 registered
[    2.250687] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.262689] PTP clock support registered
[    2.266691] EDAC MC: Ver: 3.0.0
[    2.270707] PCI: Using ACPI for IRQ routing
[    2.302799] clocksource: Switched to clocksource tsc-early
[    2.314716] VFS: Disk quotas dquot_6.6.0
[    2.319021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.326799] pnp: PnP ACPI init
[    2.330350] system 00:00: [mem 0xfd000000-0xfdabffff] has been reserved
[    2.337722] system 00:00: [mem 0xfdad0000-0xfdadffff] has been reserved
[    2.345185] system 00:00: [mem 0xfdb00000-0xfdffffff] has been reserved
[    2.352652] system 00:00: [mem 0xfe000000-0xfe01ffff] has been reserved
[    2.360117] system 00:00: [mem 0xfe036000-0xfe03bfff] has been reserved
[    2.367583] system 00:00: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    2.375048] system 00:00: [mem 0xfe410000-0xfe7fffff] has been reserved
[    2.382851] system 00:01: [io  0x2000-0x20fe] has been reserved
[    2.389514] system 00:02: [io  0x0680-0x069f] has been reserved
[    2.396066] system 00:02: [io  0xffff] has been reserved
[    2.402076] system 00:02: [io  0xffff] has been reserved
[    2.408086] system 00:02: [io  0xffff] has been reserved
[    2.414094] system 00:02: [io  0x1800-0x18fe] has been reserved
[    2.420785] system 00:02: [io  0x164e-0x164f] has been reserved
[    2.427548] system 00:03: [io  0x0800-0x087f] has been reserved
[    2.434208] system 00:05: [io  0x1854-0x1857] has been reserved
[    2.442227] system 00:07: [mem 0xfdaf0000-0xfdafffff] has been reserved
[    2.449528] system 00:07: [mem 0xfdae0000-0xfdaeffff] has been reserved
[    2.456988] system 00:07: [mem 0xfdac0000-0xfdacffff] has been reserved
[    2.464923] system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
[    2.472222] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[    2.479690] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[    2.487152] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
[    2.494618] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[    2.502083] system 00:08: [mem 0xfed90000-0xfed93fff] has been reserved
[    2.509548] system 00:08: [mem 0xfed45000-0xfed8ffff] could not be reserved
[    2.517399] system 00:08: [mem 0xff000000-0xffffffff] could not be reserved
[    2.525254] system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved
[    2.533104] system 00:08: [mem 0xa0000000-0xa001ffff] has been reserved
[    2.541360] pnp: PnP ACPI: found 9 devices
[    2.554210] PM-Timer failed consistency check  (0xffffff) - aborting.
[    2.561314] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfffc0000-0xffffffff pref]: no compatible bridge window
[    2.572460] pci 0000:02:00.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
[    2.583655] pci 0000:01:00.0: BAR 6: assigned [mem 0xa2dc0000-0xa2dfffff pref]
[    2.591756] pci 0000:00:01.0: PCI bridge to [bus 01]
[    2.597379] pci 0000:00:01.0:   bridge window [io  0x5000-0x5fff]
[    2.604266] pci 0000:00:01.0:   bridge window [mem 0xa2d00000-0xa2dfffff]
[    2.611929] pci 0000:02:00.0: BAR 6: assigned [mem 0xa2810000-0xa281ffff pref]
[    2.620067] pci 0000:00:1d.0: PCI bridge to [bus 02]
[    2.625694] pci 0000:00:1d.0:   bridge window [mem 0xa2000000-0xa28fffff]
[    2.633352] pci 0000:00:1d.0:   bridge window [mem 0xa1000000-0xa1ffffff 64bit pref]
[    2.642081] pci 0000:00:1d.2: PCI bridge to [bus 03]
[    2.647695] pci 0000:00:1d.2:   bridge window [io  0x4000-0x4fff]
[    2.654583] pci 0000:00:1d.2:   bridge window [mem 0xa2b00000-0xa2cfffff]
[    2.662249] pci 0000:00:1d.3: PCI bridge to [bus 04]
[    2.667867] pci 0000:00:1d.3:   bridge window [io  0x3000-0x3fff]
[    2.674748] pci 0000:00:1d.3:   bridge window [mem 0xa2900000-0xa2afffff]
[    2.682544] NET: Registered protocol family 2
[    2.687432] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes)
[    2.696190] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    2.704375] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    2.711951] TCP: Hash tables configured (established 65536 bind 65536)
[    2.719263] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    2.726140] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    2.733534] NET: Registered protocol family 1
[    2.739217] pci 0000:02:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    2.748489] Unpacking initramfs...
[    5.330861] Freeing initrd memory: 263116K
[    5.335368] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    5.342626] software IO TLB: mapped [mem 0x881c4000-0x8c1c4000] (64MB)
[    5.350458] Initialise system trusted keyrings
[    5.355553] workingset: timestamp_bits=40 max_order=21 bucket_order=0
[    5.363340] zbud: loaded
[    5.366244] pstore: using deflate compression
[    5.545228] Key type asymmetric registered
[    5.549714] Asymmetric key parser 'x509' registered
[    5.555247] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    5.563664] io scheduler noop registered
[    5.568043] io scheduler deadline registered
[    5.572894] io scheduler cfq registered (default)
[    5.578220] io scheduler mq-deadline registered
[    5.583358] io scheduler kyber registered
[    5.589564] pcieport 0000:00:01.0: AER enabled with IRQ 170
[    5.595760] pcieport 0000:00:1d.0: AER enabled with IRQ 171
[    5.602056] pcieport 0000:00:1d.2: AER enabled with IRQ 172
[    5.608359] pcieport 0000:00:1d.3: AER enabled with IRQ 173
[    5.614617] pcieport 0000:00:01.0: Signaling PME with IRQ 170
[    5.621118] pcieport 0000:00:1d.0: Signaling PME with IRQ 171
[    5.627614] pcieport 0000:00:1d.2: Signaling PME with IRQ 172
[    5.634106] pcieport 0000:00:1d.3: Signaling PME with IRQ 173
[    5.640919] xen_mcelog: Failed to get CPU numbers
[    5.646564] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    5.653986] hpet_acpi_add: no address or irqs in _CRS
[    5.659561] Linux agpgart interface v0.103
[    5.664246] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    5.670971] AMD IOMMUv2 functionality not available on this system
[    5.678496] i8042: PNP: No PS/2 controller found.
[    5.683807] mousedev: PS/2 mouse device common for all mice
[    5.689984] rtc_cmos 00:04: RTC can wake from S4
(XEN) d0: bind: m_gsi=8 g_gsi=8
[    5.718340] rtc_cmos 00:04: registered as rtc0
[    5.723224] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram
[    5.731149] ledtrig-cpu: registered to indicate activity on CPUs
[    5.738787] oprofile: using NMI timer interrupt.
[    5.743933] NET: Registered protocol family 10
[    5.749083] Segment Routing with IPv6
[    5.753102] mip6: Mobile IPv6
[    5.756482] NET: Registered protocol family 17
[    5.761524] mpls_gso: MPLS GSO support
[    5.766320] sched_clock: Marking stable (4669406673, 1096893160)->(6124075349, -357775516)
[    5.776249] registered taskstats version 1
[    5.780735] Loading compiled-in X.509 certificates
[    5.786175] zswap: loaded using pool lzo/zbud
[    5.791597] ima: No TPM chip found, activating TPM-bypass!
[    5.797633] ima: Allocated hash algorithm: sha256
[    5.823608] rtc_cmos 00:04: hctosys: unable to read the hardware clock
[    5.831497] Freeing unused kernel image memory: 1580K
[    5.850830] Write protecting the kernel read-only data: 16384k
[    5.857733] Freeing unused kernel image memory: 2016K
[    5.863581] Freeing unused kernel image memory: 928K
[    5.873526] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    5.880631] x86/mm: Checking user space page tables
[    5.890499] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    5.897603] Run /init as init process
Loading, please wait...
starting version 232
[    5.915432] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    5.916060] random: udevadm: uninitialized urandom read (16 bytes read)
[    5.923371] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    5.957662] thermal LNXTHERM:00: registered as thermal_zone0
[    5.963910] ACPI: Thermal Zone [TZ00] (28 C)
[    5.969056] thermal LNXTHERM:01: registered as thermal_zone1
[    5.975303] ACPI: Thermal Zone [TZ01] (30 C)
[    5.980570] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    5.982728] e(XEN) d0: bind: m_gsi=16 g_gsi=16
1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    5.991874] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    5.996888] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    6.010231] e1000e 0000:01:00.0: Disabling ASPM  
[    6.015542] e1000e 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM control
[    6.024275] e1000e 0000:01:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    6.034920] dca service started, version 1.12.1
[    6.035083] ACPI: bus type USB registered
[    6.035208] SCSI subsystem initialized
[    6.044452] random: crng init done
[    6.044453] random: 7 urandom warning(s) missed due to ratelimiting
[    6.059692] usbcore: registered new interface driver usbfs
[    6.065886] usbcore: registered new interface driver hub
[    6.071929] usbcore: registered new device driver usb
[    6.087342] e1000e 0000:01:00.0 0000:01:00.0 (uninitialized): registered PHC clock
[    6.103660] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[    6.103849] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    6.111359] igb: Copyright (c) 2007-2014 Intel Corporation.
[    6.123586] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    6.132968] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000001109810
[    6.139760] pps pps0: new PPS source ptp1
[    6.142531] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0xff impl SATA mode
[    6.142532] ahci 0000:00:17.0: flags: 64bit ncq sntf led clo only pio slum part ems deso sadm sds apst 
[    6.147635] igb 0000:03:00.0: added PHC on eth0
[    6.157226] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[    6.161680] e1000e 0000:01:00.0 eth1: (PCI Express:2.5GT/s:Width x1) 68:05:ca:80:3e:a0
[    6.161681] e1000e 0000:01:00.0 eth1: Intel(R) PRO/1000 Network Connection
[    6.161700] e1000e 0000:01:00.0 eth1: MAC: 3, PHY: 8, PBA No: E46981-008
[    6.167414] igb 0000:03:00.0: Intel(R) Gigabit Ethernet Network Connection
[    6.167415] igb 0000:03:00.0: eth0: (PCIe:2.5Gb/s:Width x1) a4:bf:01:17:96:94
[    6.167510] igb 0000:03:00.0: eth0: PBA No: 006200-000
[    6.172555] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.181860] igb 0000:03:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[    6.206671] e1000e 0000:01:00.0 enp1s0: renamed from eth1
[    6.213851] usb usb1: Product: xHCI Host Controller
[    6.213852] usb usb1: Manufacturer: Linux 4.19.0+ xhci-hcd
[    6.213853] usb usb1: SerialNumber: 0000:00:14.0
[    6.227469] scsi host0: ahci
[    6.227826] hub 1-0:1.0: USB hub found
[    6.236180] scsi host1: ahci
[    6.244459] hub 1-0:1.0: 16 ports detected
[    6.250700] scsi host2: ahci
[    6.256818] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    6.262422] scsi host3: ahci
[    6.267476] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    6.267830] pps pps1: new PPS source ptp2
[    6.267831] igb 0000:04:00.0: added PHC on eth1
[    6.267832] igb 0000:04:00.0: Intel(R) Gigabit Ethernet Network Connection
[    6.267834] igb 0000:04:00.0: eth1: (PCIe:2.5Gb/s:Width x1) a4:bf:01:17:96:95
[    6.267928] igb 0000:04:00.0: eth1: PBA No: 006200-000
[    6.267929] igb 0000:04:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[    6.270986] scsi host4: ahci
[    6.275036] xhci_hcd 0000:00:14.0: Host supports USB 3.0  SuperSpeed
[    6.278453] scsi host5: ahci
[    6.283011] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[    6.284013] igb 0000:03:00.0 eno1: renamed from eth0
[    6.286473] scsi host6: ahci
[    6.292198] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.295793] scsi host7: ahci
[    6.303824] usb usb2: Product: xHCI Host Controller
[    6.308412] ata1: SATA max UDMA/133 abar m2048@0xa2e18000 port 0xa2e18100 irq 183
[    6.313517] usb usb2: Manufacturer: Linux 4.19.0+ xhci-hcd
[    6.321275] ata2: SATA max UDMA/133 abar m2048@0xa2e18000 port 0xa2e18180 irq 183
[    6.329323] usb usb2: SerialNumber: 0000:00:14.0
[    6.335141] ata3: SATA max UDMA/133 abar m2048@0xa2e18000 port 0xa2e18200 irq 183
[    6.343793] hub 2-0:1.0: USB hub found
[    6.346966] ata4: SATA max UDMA/133 abar m2048@0xa2e18000 port 0xa2e18280 irq 183
[    6.346967] ata5: SATA max UDMA/133 abar m2048@0xa2e18000 port 0xa2e18300 irq 183
[    6.346968] ata6: SATA max UDMA/133 abar m2048@0xa2e18000 port 0xa2e18380 irq 183
[    6.346970] ata7: SATA max UDMA/133 abar m2048@0xa2e18000 port 0xa2e18400 irq 183
[    6.346971] ata8: SATA max UDMA/133 abar m2048@0xa2e18000 port 0xa2e18480 irq 183
[    6.354144] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6d53fdf98bb, max_idle_ns: 881590404252 ns
[    6.354789] hub 2-0:1.0: 10 ports detected
[    6.362832] igb 0000:04:00.0 eno2: renamed from eth1
[    6.497343] clocksource: Switched to clocksource tsc
[    6.670596] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    6.677435] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    6.684405] ata8: SATA link down (SStatus 0 SControl 300)
[    6.690512] ata4: SATA link down (SStatus 0 SControl 300)
[    6.696626] ata5: SATA link down (SStatus 0 SControl 300)
[    6.702728] ata6: SATA link down (SStatus 0 SControl 300)
[    6.708837] ata3: SATA link down (SStatus 0 SControl 300)
[    6.714956] ata1.00: ATA-10: INTEL SSDSC2BB012T7, N2010101, max UDMA/133
[    6.722491] ata1.00: 2344225968 sectors, multi 1: LBA48 NCQ (depth 32)
[    6.729868] ata7: SATA link down (SStatus 0 SControl 300)
[    6.735987] ata2.00: ATA-10: INTEL SSDSC2BB012T7, N2010101, max UDMA/133
[    6.743531] ata2.00: 2344225968 sectors, multi 1: LBA48 NCQ (depth 32)
[    6.750903] usb 1-1: new full-speed USB device number 2 using xhci_hcd
[    6.754056] ata1.00: configured for UDMA/133
[    6.763359] scsi 0:0:0:0: Direct-Access     ATA      INTEL SSDSC2BB01 0101 PQ: 0 ANSI: 5
[    6.763484] ata2.00: configured for UDMA/133
[    6.777240] scsi 1:0:0:0: Direct-Access     ATA      INTEL SSDSC2BB01 0101 PQ: 0 ANSI: 5
[    6.788692] ata1.00: Enabling discard_zeroes_data
[    6.793864] ata2.00: Enabling discard_zeroes_data
[    6.799222] sd 0:0:0:0: [sda] 2344225968 512-byte logical blocks: (1.20 TB/1.09 TiB)
[    6.799223] sd 1:0:0:0: [sdb] 2344225968 512-byte logical blocks: (1.20 TB/1.09 TiB)
[    6.799224] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[    6.807917] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    6.807924] sd 0:0:0:0: [sda] Write Protect is off
[    6.816645] sd 1:0:0:0: [sdb] Write Protect is off
[    6.822562] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.828480] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.834046] ata1.00: Enabling discard_zeroes_data
[    6.865127] ata2.00: Enabling discard_zeroes_data
[    6.870597]  sda: sda1 sda2 < sda5 >
[    6.871556]  sdb: sdb1 sdb2 sdb3 sdb4
[    6.874711] ata1.00: Enabling discard_zeroes_data
[    6.884021] ata2.00: Enabling discard_zeroes_data
[    6.889380] sd 1:0:0:0: [sdb] Attached SCSI disk
[    6.889382] sd 0:0:0:0: [sda] Attached SCSI disk
[    6.945153] usb 1-1: New USB device found, idVendor=046b, idProduct=ff10, bcdDevice= 1.00
[    6.954204] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    6.962269] usb 1-1: Product: Virtual Keyboard and Mouse
[    6.968261] usb 1-1: Manufacturer: American Megatrends Inc.
[    6.974558] usb 1-1: SerialNumber: serial
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... [    6.992237] hBegin: Running /scripts/local-top ... idraw: raw HID edone.vents driver (C)
 Jiri Kosina
Begin: Running /scripts/local-premount ... [    7.014105] usbcore: registered new interface driver usbhid
[    7.020247] usbhid: USB HID core driver
[    7.025380] input: American Megatrends Inc. Virtual Keyboard and Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:046B:FF10.0001/input/input0
[    7.041049] hid-generic 0003:046B:FF10.0001: input,hidraw0: USB HID v1.10 Keyboard [American Megatrends Inc. Virtual Keyboard and Mouse] on usb-0000:00:14.0-1/input0
[    7.057599] input: American Megatrends Inc. Virtual Keyboard and Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046B:FF10.0002/input/input1
[    7.073354] hid-generic 0003:046B:FF10.0002: input,hidraw1: USB HID v1.10 Mouse [American Megatrends Inc. Virtual Keyboard and Mouse] on usb-0000:00:14.0-1/input1
[    7.118731] usb 1-10: new low-speed USB device number 3 using xhci_hcd
done.
Begin: Will now check root file system ... fsck from util-linux 2.29.2
[/sbin/fsck.ext4 (1) -- /dev/sda1] fsck.ext4 -a -C0 /dev/sda1 
/dev/sda1: clean, 1173040/69091328 files, 99181932/276356608 blocks
done.
[    7.227834] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
[    7.280285] usb 1-10: New USB device found, idVendor=03f0, idProduct=134a, bcdDevice= 1.00
[    7.289429] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    7.297572] usb 1-10: Product: HP USB Optical Mouse
[    7.303095] usb 1-10: Manufacturer: PixArt
[    7.313192] input: PixArt HP USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:03F0:134A.0003/input/input2
[    7.326676] hid-generic 0003:03F0:134A.0003: input,hidraw2: USB HID v1.11 Mouse [PixArt HP USB Optical Mouse] on usb-0000:00:14.0-10/input0
[    7.466752] usb 1-12: new low-speed USB device number 4 using xhci_hcd
[    7.497116] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[    7.517171] systemd[1]: Detected virtualization xen.
[    7.522744] systemd[1]: Detected architecture x86-64.

Welcome to Debian GNU/Linux 9 (stretch)!

[    7.535341] systemd[1]: Set hostname to <debian>.
[    7.645553] usb 1-12: New USB device found, idVendor=03f0, idProduct=034a, bcdDevice= 1.21
[    7.654701] usb 1-12: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    7.662840] usb 1-12: Product: HP Elite USB Keyboard
[    7.668461] usb 1-12: Manufacturer: Chicony
[    7.686773] input: Chicony HP Elite USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.0/0003:03F0:034A.0004/input/input3
[    7.734148] systemd[1]: live-tools.service: Cannot add dependency job, ignoring: Unit live-tools.service is masked.
[    7.746158] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[  OK  ] Set up automount Arbitrary Executab…rmats File System Automount Point.[    7.758890] h
id-generic 0003:03F0:034A.0004: input,hidraw3: USB HID v1.10 Keyboard [Chicony HP Elite USB Keyboard] on usb-0000:00:14.0-12/input0
[    7.767342] systemd[1]: Reached target Remote File Systems.
[  OK  [    7.787069] i] nput: Chicony HPReached target Remote File Systems. Elite USB Keybo
ard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.1/0003:03F0:034A.0005/input/input4
[    7.796923] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[    7.819004] systemd[1]: Reached target User and Group Name Lookups.
[  OK  ] Reached target User and Group Name Lookups.
[    7.832512] systemd[1]: Listening on Journal Audit Socket.
[  OK  ] Listening on Journal Audit Socket.
[  OK  ] Listening on Journal Socket.
[  OK  ] Listening on udev Kernel Socket.
[  OK  ] Listening on Syslog Socket.
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.[    7.866770] i
nput: Chicony HP Elite USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.1/0003:03F0:034A.0005/input/input5
[  OK  [    7.883103] h] id-generic 0003:Started Forward Password Requests to Wall Directory Watch.03F0:034A.0005: 
input,hidraw4: USB HID v1.10 Device [Chicony HP Elite USB Keyboard] on usb-0000:00:14.0-12/input1
[  OK  ] Listening on fsck to fsckd communication Socket.
[  OK  ] Created slice System Slice.
         Mounting POSIX Message Queue File System...
         Mounting Debug File System...
         Mounting Mount /proc/xen files...
[  OK  ] Created slice system-getty.slice.
         Starting Remount Root and Kernel File Systems...[    7.942028] E
XT4-fs (sda1): re-mounted. Opts: errors=remount-ro
         Mounting Huge Pages File System...
[  OK  ] Created slice system-serial\x2dgetty.slice.
         Starting Set the console keyboard layout...
[  OK  ] Reached target Encrypted Volumes.
[  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
         Starting Load Kernel Modules...
[  OK  ] Listening on Journal Socket (/dev/log).
[    7.992915] xen:xen_evtchn: Event-channel device installed
         Starting Journal Service...
         Starting Create list of required st…ce nodes for the current kernel...
[  OK  ] Created slice User and Session Slice.
[  OK  ] Reached target Slices.
[  OK  ] Mounted Mount /proc/xen files.
[  OK  ] Mounted POSIX Message Queue File System.
[  OK  ] Mounted Huge Pages File System.
[  OK  ] Mounted Debug File System.
[  OK  ] Started Journal Service.
[  OK  ] Started Remount Root and Kernel File Systems.
[    8.060734] xen_pciback: backend is vpci
[  OK  ] Started Set the console keyboard layout.
[  OK  ] Started Create list of required sta…vice nodes for the current kernel.
[    8.080614] xen_acpi_processor: Uploading Xen processor PM info
         Starting Create Static Device Nodes in /dev...
         Starting Load/Save Random Seed...
         Starting udev Coldplug all Devices...
         Starting Flush Journal to Persistent Storage...
[  OK  ] Started Load/Save Random Seed.
[    8.116069] systemd-journald[255]: Received request to flush runtime journal from PID 1
[  OK  ] Started Create Static Device Nodes in /dev.
         Starting udev Kernel Device Manager...
[  OK  ] Reached target Local File Systems (Pre).
         Mounting mount xenstore file system...
[  OK  ] Reached target Local File Systems.
         Starting Set console font and keymap...
[  OK  ] Mounted mount xenstore file system.
[FAILED] Failed to start Load Kernel Modules.
See 'systemctl status systemd-modules-load.service' for details.
[  OK  ] Started Flush Journal to Persistent Storage.
[  OK  ] Started udev Coldplug all Devices.
[  OK  ] Started Set console font and keymap.
         Starting Create Volatile Files and Directories...
         Starting Apply Kernel Variables...
[  OK  ] Started Apply Kernel Variables.
         Starting Raise network interfaces...
[  OK  ] Started Create Volatile Files and Directories.
         Starting Network Time Synchronization...
         Starting Update UTMP about System Boot/Shutdown...
[  OK  ] Started Update UTMP about System Boot/Shutdown.
[  OK  ] Started udev Kernel Device Manager.
[    8.283792] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input6
[    8.293164] ACPI: Sleep Button [SLPB]
[    8.303644] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
[    8.315358] ACPI: Power Button [PWRF]
[    8.350034] acpi INT33D6:00: intel-vbtn: created platform device
[    8.357033] input: Intel Virtual Button driver as /devices/platform/INT33D6:00/input/input8
[  OK  ] Started Network Time Synchronization.
[  OK  ] Reached target System Time Synchronized.
[    8.455736] EDAC MC0: Giving out device to module ie31200_edac controller IE31200: DEV 0000:00:00.0 (POLLED)
[    8.466778] IPMI message handler: version 39.2
[    8.466886] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[    8.480641] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    8.487098] RAPL PMU: hw unit of domain package 2^-14 Joules
[    8.493492] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    8.499594] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    8.505992] RAPL PMU: hw unit of domain psys 2^-14 Joules
[  OK  ] Found device /dev/hvc0.
[    8.516766] input: PC Speaker as /devices/platform/pcspkr/input/input9
[    8.524701] iTCO_vendor_support: vendor-support=0
[    8.531346] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    8.537269] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    8.543426] ipmi device interface
[  OK  ] Found device INTEL_SSDSC2BB012T7 5.
         Activating swap /dev/disk/by-uuid/9…373-7a8a-468c-bdb7-20a39cb6ebe3...
[    8.582681] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    8.588890] iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
[    8.600849] mei_me 0000:00:16.0: Device doesn't have valid ME Interface
[    8.602520] Adding 66683900k swap on /dev/sda5.  Priority:-2 extents:1 across:66683900k SSFS
[    8.608181] mei_me 0000:00:16.1: Device doesn't have valid ME Interface
[  OK  ] Activated swap /dev/disk/by-uuid/9d9a2373-7a8a-468c-bdb7-20a39cb6ebe3.
[    8.634446] ipmi_si: IPMI System Interface driver
[    8.639655] i[pmi_si dmi-ipmi-  OK  si.0: ipmi_platf] orm: probing viaReached target Swap. SMBIOS

[    8.650688] ipmi_platform: ipmi_si: SMBIOS: io 0xca2 regsize 1 spacing 1 irq 0
[    8.659119] ipmi_si: Adding SMBIOS-specified kcs state machine
[    8.659181] i[pmi_si: Trying S  OK  MBIOS-specified ] kcs state machinReached target System Initialization.e at i/o address
 0xca2, slave address 0x20, irq 0
[  OK  ] Started Trigger anacron every hour.[    8.687125] p
ower_meter ACPI000D:00: Found ACPI power meter.
[    8.694807] p[ower_meter ACPI0  OK  00D:00: Ignoring]  unsafe softwareStarted Daily Cleanup of Temporary Directories. power cap!

[    8.708928] power_meter ACPI000D:00: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[  OK  ] Listening on UUID daemon activation socket.
[  OK  ] Listening on ACPID Listen Socket.
[    8.736129] ppdev: user-space parallel port driver
[  OK  ] Started ACPI Events Check.
[  OK  ] Reached target Paths.
[  OK  ] Started Daily apt download activities.
[  OK  ] Started Daily apt upgrade and clean activities.
[  OK  ] Reached target Timers.
[  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[  OK  ] Listening on D-Bus System Message Bus Socket.
[  OK  ] Reached target Sockets.
[  OK  ] Reached target Basic System.
[    8.791434] cryptd: max_cpu_qlen set to 1000
         Starting LSB: Speech Dispatcher...
         Starting The Xen xenstore...
[    8.818069] Error: Driver 'pcspkr' is already registered, aborting...
         Starting RealtimeKit Scheduling Policy Service...[    8.828232] [
TTM] Zone  kernel: Available graphics memory: 4083800 kiB
[    8.838477] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[    8.838478] [[TTM] Initializin  OK  g pool allocator] 
Started Regular background program processing daemon.[    8.838493] [
TTM] Initializing DMA pool allocator
         Starting Login Service...[    8.864462] A
VX2 version of gcm_enc/dec engaged.
[    8.872309] AES CTR mode by8 optimization enabled
         Starting Accounts Service...
         Starting Restore /etc/resolv.conf i…fore the ppp link was shut down...
         [    8.890572] aStarting LSB: Start the GNUstep distributed object mapper...lg: No test for 
pcbc(aes) (pcbc-aes-aesni)
         Starting System Logging Service...
[  OK  ] Started Run anacron jobs.
         Starting Avahi mDNS/DNS-SD Stack...
[  OK  ] Started D-Bus System Message Bus.
(XEN) traps.c:1566: GPF (0000): ffff82d080322659 [vmx.c#vmx_msr_read_intercept+0x387/0x3e2] -> ffff82d080380988
(XEN) traps.c:1566: GPF (0000): ffff82d080322659 [vmx.c#vmx_msr_read_intercept+0x387/0x3e2] -> ffff82d080380988
(XEN) traps.c:1566: GPF (0000): ffff82d080322659 [vmx.c#vmx_msr_read_intercept+0x387/0x3e2] -> ffff82d080380988
(XEN) traps.c:1566: GPF (0000): ffff82d080322659 [vmx.c#vmx_msr_read_intercept+0x387/0x3e2] -> ffff82d080380988
[    8.939603] fbcon: mgadrmfb (fb0) is primary device
[    8.939639] Console: switching to colour frame buffer device 160x64
[    9.063088] intel_rapl: Found RAPL domain package
[    9.063089] intel_rapl: Found RAPL domain core
[    9.063091] intel_rapl: Found RAPL domain dram
[    9.066105] ipmi_si dmi-ipmi-si.0: IPMI message handler: Found new BMC (man_id: 0x000157, prod_id: 0x0078, dev_id: 0x21)
[    9.087915] ipmi_si dmi-ipmi-si.0: IPMI kcs interface initialized
[    9.281728] mgag200 0000:02:00.0: fb0: mgadrmfb frame buffer device
[  OK  ] Started RealtimeKit Scheduling Policy Service.
[  OK  ] Started Avahi mDNS/DNS-SD Stack.
[    9.330719] [drm] Initialized mgag200 1.0.0 20110418 for 0000:02:00.0 on minor 0
         Starting Network Manager...
         Starting Modem Manager...
         Starting LSB: Start/stop sysstat's sadc...
[  OK  ] Started System Logging Service.
[  OK  ] Started Restore /etc/resolv.conf if…before the ppp link was shut down.
[  OK  ] Started LSB: Speech Dispatcher.
[  OK  ] Started LSB: Start the GNUstep distributed object mapper.
[  OK  ] Started LSB: Start/stop sysstat's sadc.
[  OK  ] Started Login Service.
         Starting Authorization Manager...
[  OK  ] Started Run anacron jobs.
         Starting Daily apt upgrade and clean activities...
[  OK  ] Started Network Manager.
[  OK  ] Started The Xen xenstore.
[  OK  ] Started Authorization Manager.
[  OK  ] Started Accounts Service.
         Starting xen-init-dom0, initialise …nodes, JSON configuration stub)...
         Starting Xenconsoled - handles logg…m guest consoles and hypervisor...
         Starting Network Manager Script Dispatcher Service...
         Starting Network Manager Wait Online...
[  OK  ] Started Xenconsoled - handles loggi…rom guest consoles and hypervisor.
[  OK  ] Started Network Manager Script Dispatcher Service.
[  OK  ] Started Modem Manager.
[FAILED] Failed to start xen-init-dom0, init…e nodes, JSON configuration stub).
See 'systemctl status xen-init-dom0.service' for details.
         Starting Hostname Service...
[    9.677759] IPv6: ADDRCONF(NETDEV_UP): enp1s0: link is not ready
[  OK  ] Started Hostname Service.
[    9.724324] IPv6: ADDRCONF(NETDEV_UP): eno2: link is not ready
[    9.755817] IPv6: ADDRCONF(NETDEV_UP): eno2: link is not ready
[  OK  ] Started Daily apt upgrade and clean activities.
[*     ] (1 of 2) A start job is running for… network interfaces (7s / 1min 1s)[  OK  ] Started Network Manager Wait Online.
[   15.395799] e1000e: enp1s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[   15.404657] IPv6: ADDRCONF(NETDEV_CHANGE): enp1s0: link becomes ready
[   17.463929] IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready
[**    ] A start job is running for Raise network interfaces (12s / 1min 1s)[***   ] A start job is running for Raise network interfaces (12s / 1min 1s)[ ***  ] A start job is running for Raise network interfaces (13s / 1min 1s)[  *** ] A start job is running for Raise network interfaces (13s / 1min 1s)[   ***] A start job is running for Raise network interfaces (14s / 1min 1s)[    **] A start job is running for Raise network interfaces (14s / 1min 1s)[     *] A start job is running for Raise network interfaces (15s / 1min 1s)[    **] A start job is running for Raise network interfaces (15s / 1min 1s)[   ***] A start job is running for Raise network interfaces (16s / 1min 1s)[  *** ] A start job is running for Raise network interfaces (16s / 1min 1s)[ ***  ] A start job is running for Raise network interfaces (17s / 1min 1s)[***   ] A start job is running for Raise network interfaces (17s / 1min 1s)[**    ] A start job is running for Raise network interfaces (18s / 1min 1s)[*     ] A start job is running for Raise network interfaces (18s / 1min 1s)[**    ] A start job is running for Raise network interfaces (19s / 1min 1s)[***   ] A start job is running for Raise network interfaces (19s / 1min 1s)[ ***  ] A start job is running for Raise network interfaces (20s / 1min 1s)[  *** ] A start job is running for Raise network interfaces (20s / 1min 1s)[   ***] A start job is running for Raise network interfaces (21s / 1min 1s)[    **] A start job is running for Raise network interfaces (21s / 1min 1s)[     *] A start job is running for Raise network interfaces (22s / 1min 1s)[    **] A start job is running for Raise network interfaces (22s / 1min 1s)[   ***] A start job is running for Raise network interfaces (23s / 1min 1s)[  *** ] A start job is running for Raise network interfaces (23s / 1min 1s)[ ***  ] A start job is running for Raise network interfaces (24s / 1min 1s)[***   ] A start job is running for Raise network interfaces (24s / 1min 1s)[**    ] A start job is running for Raise network interfaces (25s / 1min 1s)[*     ] A start job is running for Raise network interfaces (25s / 1min 1s)[**    ] A start job is running for Raise network interfaces (26s / 1min 1s)[***   ] A start job is running for Raise network interfaces (26s / 1min 1s)[ ***  ] A start job is running for Raise network interfaces (27s / 1min 1s)[  *** ] A start job is running for Raise network interfaces (27s / 1min 1s)[   ***] A start job is running for Raise network interfaces (28s / 1min 1s)[    **] A start job is running for Raise network interfaces (28s / 1min 1s)[     *] A start job is running for Raise network interfaces (29s / 1min 1s)[    **] A start job is running for Raise network interfaces (29s / 1min 1s)[   ***] A start job is running for Raise network interfaces (30s / 1min 1s)[  *** ] A start job is running for Raise network interfaces (30s / 1min 1s)[ ***  ] A start job is running for Raise network interfaces (31s / 1min 1s)[***   ] A start job is running for Raise network interfaces (31s / 1min 1s)[**    ] A start job is running for Raise network interfaces (32s / 1min 1s)[*     ] A start job is running for Raise network interfaces (32s / 1min 1s)[**    ] A start job is running for Raise network interfaces (33s / 1min 1s)[***   ] A start job is running for Raise network interfaces (33s / 1min 1s)[ ***  ] A start job is running for Raise network interfaces (34s / 1min 1s)[  *** ] A start job is running for Raise network interfaces (34s / 1min 1s)[   ***] A start job is running for Raise network interfaces (35s / 1min 1s)[    **] A start job is running for Raise network interfaces (35s / 1min 1s)[     *] A start job is running for Raise network interfaces (36s / 1min 1s)[    **] A start job is running for Raise network interfaces (36s / 1min 1s)[   ***] A start job is running for Raise network interfaces (37s / 1min 1s)[  *** ] A start job is running for Raise network interfaces (37s / 1min 1s)[ ***  ] A start job is running for Raise network interfaces (38s / 1min 1s)[***   ] A start job is running for Raise network interfaces (38s / 1min 1s)[**    ] A start job is running for Raise network interfaces (39s / 1min 1s)[*     ] A start job is running for Raise network interfaces (39s / 1min 1s)[**    ] A start job is running for Raise network interfaces (40s / 1min 1s)[***   ] A start job is running for Raise network interfaces (40s / 1min 1s)[ ***  ] A start job is running for Raise network interfaces (41s / 1min 1s)[  *** ] A start job is running for Raise network interfaces (41s / 1min 1s)[   ***] A start job is running for Raise network interfaces (42s / 1min 1s)[    **] A start job is running for Raise network interfaces (42s / 1min 1s)[     *] A start job is running for Raise network interfaces (43s / 1min 1s)[   50.979963] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    **] A start job is running for Raise network interfaces (43s / 1min 1s)[   ***] A start job is running for Raise network interfaces (44s / 1min 1s)[  *** ] A start job is running for Raise network interfaces (44s / 1min 1s)[ ***  ] A start job is running for Raise network interfaces (45s / 1min 1s)[***   ] A start job is running for Raise network interfaces (45s / 1min 1s)[**    ] A start job is running for Raise network interfaces (46s / 1min 1s)[*     ] A start job is running for Raise network interfaces (46s / 1min 1s)[**    ] A start job is running for Raise network interfaces (47s / 1min 1s)[***   ] A start job is running for Raise network interfaces (47s / 1min 1s)[ ***  ] A start job is running for Raise network interfaces (48s / 1min 1s)[  *** ] A start job is running for Raise network interfaces (48s / 1min 1s)[   ***] A start job is running for Raise network interfaces (49s / 1min 1s)[    **] A start job is running for Raise network interfaces (49s / 1min 1s)[     *] A start job is running for Raise network interfaces (50s / 1min 1s)[    **] A start job is running for Raise network interfaces (50s / 1min 1s)[   ***] A start job is running for Raise network interfaces (51s / 1min 1s)[  *** ] A start job is running for Raise network interfaces (51s / 1min 1s)[ ***  ] A start job is running for Raise network interfaces (52s / 1min 1s)[***   ] A start job is running for Raise network interfaces (52s / 1min 1s)[**    ] A start job is running for Raise network interfaces (53s / 1min 1s)[*     ] A start job is running for Raise network interfaces (53s / 1min 1s)[**    ] A start job is running for Raise network interfaces (54s / 1min 1s)[***   ] A start job is running for Raise network interfaces (54s / 1min 1s)[ ***  ] A start job is running for Raise network interfaces (55s / 1min 1s)[  *** ] A start job is running for Raise network interfaces (55s / 1min 1s)[   ***] A start job is running for Raise network interfaces (56s / 1min 1s)[    **] A start job is running for Raise network interfaces (56s / 1min 1s)[     *] A start job is running for Raise network interfaces (57s / 1min 1s)[    **] A start job is running for Raise network interfaces (57s / 1min 1s)[   ***] A start job is running for Raise network interfaces (58s / 1min 1s)[  *** ] A start job is running for Raise network interfaces (58s / 1min 1s)[ ***  ] A start job is running for Raise network interfaces (59s / 1min 1s)[***   ] A start job is running for Raise network interfaces (59s / 1min 1s)[**    ] A start job is running for Raise network interfaces (1min / 1min 1s)[*     ] A start job is running for Raise network interfaces (1min / 1min 1s)[**    ] A start job is running for Raise ne…ork interfaces (1min 1s / 1min 1s)[***   ] A start job is running for Raise ne…ork interfaces (1min 1s / 1min 1s)[FAILED] Failed to start Raise network interfaces.
See 'systemctl status networking.service' for details.
[  OK  ] Reached target Network.
         Starting Permit User Sessions...
[  OK  ] Started Unattended Upgrades Shutdown.
         Starting OpenBSD Secure Shell server...
[  OK  ] Reached target Network is Online.
         Starting Xendomains - start and stop guests on boot and shutdown...
         Starting LSB: disk temperature monitoring daemon...
         Starting LSB: network benchmark...
[  OK  ] Started Permit User Sessions.
[  OK  ] Started Serial Getty on hvc0.
[  OK  ] Started Getty on tty1.
[  OK  ] Reached target Login Prompts.
         Starting Simple Desktop Display Manager...
[  OK  ] Started OpenBSD Secure Shell server.
[  OK  ] Started LSB: disk temperature monitoring daemon.
[  OK  ] Started LSB: network benchmark.
[  OK  ] Started Xendomains - start and stop guests on boot and shutdown.
[  OK  ] Started Simple Desktop Display Manager.
         Starting Xen-watchdog - run xen watchdog daemon...
[  OK  ] Started Xen-watchdog - run xen watchdog daemon.
[  OK  ] Reached target Multi-User System.
[  OK  ] Reached target Graphical Interface.
         Starting Update UTMP about System Runlevel Changes...
[  OK  ] Started Update UTMP about System Runlevel Changes.

Debian GNU/Linux 9 debian hvc0

debian login: [   78.612400] mgag200 0000:02:00.0: Video card doesn't support cursors with partial transparency.
[   78.622052] mgag200 0000:02:00.0: Not enabling hardware cursor.
(XEN) Assertion '(sp == 0) || (peoi[sp-1].vector < vector)' failed at irq.c:1173
(XEN) ----[ Xen-4.12-unstable  x86_64  debug=y   Tainted:  C   ]----
(XEN) CPU:    7
(XEN) RIP:    e008:[<ffff82d080287472>] do_IRQ+0x496/0x680
(XEN) RFLAGS: 0000000000010046   CONTEXT: hypervisor
(XEN) rax: ffff8310216ee4c0   rbx: ffff83104da07e00   rcx: 0000000000000001
(XEN) rdx: 0000000000000021   rsi: 0000000000000021   rdi: 0000000000000001
(XEN) rbp: ffff8310216e7d98   rsp: ffff8310216e7d38   r8:  0000000000000021
(XEN) r9:  0000000000000000   r10: 0000000000000000   r11: 0000000000000000
(XEN) r12: ffff83101ce011f0   r13: 0000000000000021   r14: ffff83104da07e00
(XEN) r15: 000000000000007e   cr0: 0000000080050033   cr4: 00000000003526e0
(XEN) cr3: 00000010211a5000   cr2: 00007f1664fa5000
(XEN) fsb: 0000000000000000   gsb: 0000000000000000   gss: 0000000000000000
(XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: e008
(XEN) Xen code around <ffff82d080287472> (do_IRQ+0x496/0x680):
(XEN)  be 00 00 00 7e 93 0f 0b <0f> 0b 0f 0b 0f 0b b8 00 00 00 00 eb 4e 83 bb 1c
(XEN) Xen stack trace from rsp=ffff8310216e7d38:
(XEN)    ffff82d000000000 ffff83104da07e24 0000000000000000 0000007e8037e835
(XEN)    ffff82d08037e841 ffff82d08037e835 ffff82d08037e841 0000000000000000
(XEN)    0000000000000000 0000000000000000 ffff8310216e7fff 0000000000000000
(XEN)    00007cefde918237 ffff82d08037e8aa 0000004fddc233e8 0000000000000008
(XEN)    ffff8310216df128 ffff8310216df070 ffff8310216e7ec0 0000004fddc5dae4
(XEN)    0000000000000554 0000000000000000 00000000001bf4e6 0000000000000728
(XEN)    ffff8310216ee02c 0000000000000000 ffff8310216e7fff 000000000000e40d
(XEN)    ffff8310216df0a0 0000002100000000 ffff82d0802e48cf 000000000000e008
(XEN)    0000000000000202 ffff8310216e7e50 0000000000000000 ffff82d08059bc80
(XEN)    00000020ffffffff ffff8310216e7fff ffff82d0805a3c80 ffff8310216e7eb0
(XEN)    0000000000000000 0000000000000000 000003e6000001ef ffff82d08059c000
(XEN)    0000000000000007 ffff82d08059c000 0000000000000007 0000000000000007
(XEN)    ffff8310216d5000 ffff8310216e7ef0 ffff82d0802778ca ffff83104daf6000
(XEN)    ffff83008bfca000 ffff83008bbf9000 ffff83104daf6000 ffff8310216e7da8
(XEN)    0000000000000000 0000000000000000 ffff88026a240080 ffff88026a240080
(XEN)    0000000000000005 0000000000000005 000055cb180e4900 0000000000000000
(XEN)    0000000000000000 000000004ea573d6 ffffffff81711d50 0000000000000001
(XEN)    ffff88026b762880 0000000000000000 0000004c92e1e013 0000beef0000beef
(XEN)    ffffffff81712112 000000bf0000beef 0000000000000246 ffffc90000d23ea0
(XEN)    000000000000beef 000000000000beef 000000000000beef 000000000000beef
(XEN) Xen call trace:
(XEN)    [<ffff82d080287472>] do_IRQ+0x496/0x680
(XEN)    [<ffff82d08037e8aa>] common_interrupt+0x10a/0x120
(XEN)    [<ffff82d0802e48cf>] mwait-idle.c#mwait_idle+0x296/0x372
(XEN)    [<ffff82d0802778ca>] domain.c#idle_loop+0xb3/0xb5
(XEN) 
(XEN) 
(XEN) ****************************************
(XEN) Panic on CPU 7:
(XEN) Assertion '(sp == 0) || (peoi[sp-1].vector < vector)' failed at irq.c:1173
(XEN) ****************************************
(XEN) 
(XEN) Reboot in five seconds...
[  351.010707] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[  351.017226] rcu: 	2-...!: (63 ticks this GP) idle=3e6/1/0x4000000000000000 softirq=7522/7522 fqs=44 
[  351.027503] rcu: 	(detected by 7, t=5252 jiffies, g=11277, q=227)
[  351.034386] Sending NMI from CPU 7 to CPUs 2:
[  360.962631] rcu: rcu_sched kthread starved for 5163 jiffies! g11277 f0x0 RCU_GP_WAIT_FQS(5) ->state=0x402 ->cpu=6
[  360.973994] rcu: RCU grace-period kthread stack dump:
[  360.979713] rcu_sched       I    0    10      2 0x80000000
[  360.985920] Call Trace:
[  360.988769]  ? __schedule+0x3f5/0x880
[  360.992902]  schedule+0x32/0x80
[  360.996485]  schedule_timeout+0x16f/0x350
[  361.001047]  ? __next_timer_interrupt+0xc0/0xc0
[  361.006182]  rcu_gp_kthread+0x571/0x860
[  361.010546]  kthread+0xf8/0x130
[  361.014129]  ? call_rcu+0x10/0x10
[  361.017915]  ? kthread_create_worker_on_cpu+0x70/0x70
[  361.023632]  ret_from_fork+0x35/0x40
[  373.340866] watchdog: BUG: soft lockup - CPU#1 stuck for 22s! [Xorg:977]
[  373.348256] Modules linked in: bridge stp llc intel_rapl crct10dif_pclmul crc32_pclmul ghash_clmulni_intel pcbc aesni_intel aes_x86_64 mgag200 crypto_simd snd_pcm ttm cryptd snd_timer glue_helper drm_kms_helper ppdev snd ipmi_si mei_me soundcore iTCO_wdt ipmi_devintf drm iTCO_vendor_support mei sg intel_pch_thermal ie31200_edac intel_rapl_perf pcspkr ipmi_msghandler wmi parport_pc intel_vbtn parport acpi_power_meter video battery sparse_keymap button evdev joydev xen_pciback xen_netback xen_blkback xen_gntalloc xen_gntdev xen_evtchn xenfs xen_privcmd ip_tables x_tables autofs4 ext4 crc32c_generic crc16 mbcache jbd2 fscrypto hid_generic usbhid hid sd_mod ahci libahci xhci_pci igb libata xhci_hcd i2c_algo_bit crc32c_intel usbcore i2c_i801 scsi_mod dca e1000e fan thermal
[  373.424267] CPU: 1 PID: 977 Comm: Xorg Not tainted 4.19.0+ #1
[  373.430759] Hardware name: Intel Corporation S1200SP/S1200SP, BIOS S1200SP.86B.03.01.0020.052620170737 05/26/2017
[  373.442299] RIP: 0010:smp_call_function_single+0xdd/0x100
[  373.448405] Code: 00 00 00 75 40 48 83 c4 48 41 5a 5d 49 8d 62 f8 c3 48 89 d1 48 89 f2 48 8d 75 b0 e8 6d fe ff ff 8b 55 c8 83 e2 01 74 0a f3 90 <8b> 55 c8 83 e2 01 75 f6 eb c2 8b 05 fb ea 4a 01 85 c0 75 80 0f 0b
[  373.469442] RSP: 0018:ffffc9000133fc80 EFLAGS: 00000202 ORIG_RAX: ffffffffffffff0c
[  373.477975] RAX: 0000000000000000 RBX: ffff88026b088440 RCX: 0000000000000200
[  373.486022] RDX: 0000000000000001 RSI: ffffffff82114160 RDI: ffffffff81c11800
[  373.494067] RBP: ffffc9000133fcd0 R08: 0000000000000000 R09: 0000000000000007
[  373.502114] R10: 0000000000000000 R11: 0000000000000040 R12: 0000000000000001
[  373.510160] R13: ffff880233f38960 R14: ffff88026b088040 R15: ffff8802352c7bb8
[  373.518208] FS:  00007fbd458c2a40(0000) GS:ffff88026b640000(0000) knlGS:0000000000000000
[  373.527324] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  373.533814] CR2: 00007f16f4121000 CR3: 0000000254e3c004 CR4: 00000000003606e0
[  373.541866] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[  373.549911] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[  373.557955] Call Trace:
[  373.560772]  ? flush_tlb_func_common.constprop.9+0x230/0x230
[  373.567168]  ? cpumask_next_and+0x19/0x20
[  373.571726]  ? smp_call_function_many+0xa3/0x260
[  373.576961]  ? flush_tlb_mm_range+0xd5/0x130
[  373.581808]  flush_tlb_mm_range+0xd5/0x130
[  373.586461]  ? tlb_flush_mmu+0x46/0x110
[  373.590826]  tlb_flush_mmu+0x46/0x110
[  373.594992]  arch_tlb_finish_mmu+0x16/0xa0
[  373.599649]  tlb_finish_mmu+0x1f/0x30
[  373.603817]  unmap_region+0xd9/0x120
[  373.607891]  do_munmap+0x27e/0x440
[  373.611764]  __x64_sys_brk+0x15e/0x1d0
[  373.616033]  do_syscall_64+0x55/0x100
[  373.620200]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[  373.625922] RIP: 0033:0x7fbd432daca9
[  373.629993] Code: 5c c3 0f 1f 80 00 00 00 00 64 83 3b 0d 75 e9 64 c7 03 01 00 00 00 5b 5d 41 5c c3 66 0f 1f 44 00 00 b9 0c 00 00 00 89 c8 0f 05 <48> 3d 00 f0 ff ff 48 89 c2 77 1c 48 8b 05 0d 82 2b 00 48 89 10 31
[  373.651032] RSP: 002b:00007ffe103df708 EFLAGS: 00003246 ORIG_RAX: 000000000000000c
[  373.659564] RAX: ffffffffffffffda RBX: 00005645f6b97000 RCX: 00007fbd432daca9
[  373.667607] RDX: 0000000000000000 RSI: 00007fbd43593b58 RDI: 00005645f5f73000
[  373.675655] RBP: ffffffffff3dc000 R08: 0000000000000001 R09: 0000000000000000
[  373.683702] R10: 0000000000000020 R11: 0000000000003246 R12: 00007fbd43595f58
[  373.691749] R13: 00007fbd43594380 R14: 00007fbd43594390 R15: 00005645f6b97000
[  401.338952] watchdog: BUG: soft lockup - CPU#1 stuck for 22s! [Xorg:977]
[  401.346338] Modules linked in: bridge stp llc intel_rapl crct10dif_pclmul crc32_pclmul ghash_clmulni_intel pcbc aesni_intel aes_x86_64 mgag200 crypto_simd snd_pcm ttm cryptd snd_timer glue_helper drm_kms_helper ppdev snd ipmi_si mei_me soundcore iTCO_wdt ipmi_devintf drm iTCO_vendor_support mei sg intel_pch_thermal ie31200_edac intel_rapl_perf pcspkr ipmi_msghandler wmi parport_pc intel_vbtn parport acpi_power_meter video battery sparse_keymap button evdev joydev xen_pciback xen_netback xen_blkback xen_gntalloc xen_gntdev xen_evtchn xenfs xen_privcmd ip_tables x_tables autofs4 ext4 crc32c_generic crc16 mbcache jbd2 fscrypto hid_generic usbhid hid sd_mod ahci libahci xhci_pci igb libata xhci_hcd i2c_algo_bit crc32c_intel usbcore i2c_i801 scsi_mod dca e1000e fan thermal
[  401.422352] CPU: 1 PID: 977 Comm: Xorg Tainted: G             L    4.19.0+ #1
[  401.430397] Hardware name: Intel Corporation S1200SP/S1200SP, BIOS S1200SP.86B.03.01.0020.052620170737 05/26/2017
[  401.441934] RIP: 0010:smp_call_function_single+0xdd/0x100
[  401.448044] Code: 00 00 00 75 40 48 83 c4 48 41 5a 5d 49 8d 62 f8 c3 48 89 d1 48 89 f2 48 8d 75 b0 e8 6d fe ff ff 8b 55 c8 83 e2 01 74 0a f3 90 <8b> 55 c8 83 e2 01 75 f6 eb c2 8b 05 fb ea 4a 01 85 c0 75 80 0f 0b
[  401.469081] RSP: 0018:ffffc9000133fc80 EFLAGS: 00000202 ORIG_RAX: ffffffffffffff0c
[  401.477609] RAX: 0000000000000000 RBX: ffff88026b088440 RCX: 0000000000000200
[  401.485659] RDX: 0000000000000001 RSI: ffffffff82114160 RDI: ffffffff81c11800
[  401.493705] RBP: ffffc9000133fcd0 R08: 0000000000000000 R09: 0000000000000007
[  401.501753] R10: 0000000000000000 R11: 0000000000000040 R12: 0000000000000001
[  401.509796] R13: ffff880233f38960 R14: ffff88026b088040 R15: ffff8802352c7bb8
[  401.517846] FS:  00007fbd458c2a40(0000) GS:ffff88026b640000(0000) knlGS:0000000000000000
[  401.526960] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  401.533452] CR2: 00007f16f4121000 CR3: 0000000254e3c004 CR4: 00000000003606e0
[  401.541503] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[  401.549550] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[  401.557596] Call Trace:
[  401.560409]  ? flush_tlb_func_common.constprop.9+0x230/0x230
[  401.566804]  ? cpumask_next_and+0x19/0x20
[  401.571362]  ? smp_call_function_many+0xa3/0x260
[  401.576596]  ? flush_tlb_mm_range+0xd5/0x130
[  401.581443]  flush_tlb_mm_range+0xd5/0x130
[  401.586101]  ? tlb_flush_mmu+0x46/0x110
[  401.590461]  tlb_flush_mmu+0x46/0x110
[  401.594630]  arch_tlb_finish_mmu+0x16/0xa0
[  401.599283]  tlb_finish_mmu+0x1f/0x30
[  401.603454]  unmap_region+0xd9/0x120
[  401.607527]  do_munmap+0x27e/0x440
[  401.611405]  __x64_sys_brk+0x15e/0x1d0
[  401.615668]  do_syscall_64+0x55/0x100
[  401.619840]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[  401.625560] RIP: 0033:0x7fbd432daca9
[  401.629631] Code: 5c c3 0f 1f 80 00 00 00 00 64 83 3b 0d 75 e9 64 c7 03 01 00 00 00 5b 5d 41 5c c3 66 0f 1f 44 00 00 b9 0c 00 00 00 89 c8 0f 05 <48> 3d 00 f0 ff ff 48 89 c2 77 1c 48 8b 05 0d 82 2b 00 48 89 10 31
[  401.650668] RSP: 002b:00007ffe103df708 EFLAGS: 00003246 ORIG_RAX: 000000000000000c
[  401.659198] RAX: ffffffffffffffda RBX: 00005645f6b97000 RCX: 00007fbd432daca9
[  401.667245] RDX: 0000000000000000 RSI: 00007fbd43593b58 RDI: 00005645f5f73000
[  401.675291] RBP: ffffffffff3dc000 R08: 0000000000000001 R09: 0000000000000000
[  401.683339] R10: 0000000000000020 R11: 0000000000003246 R12: 00007fbd43595f58
[  401.691388] R13: 00007fbd43594380 R14: 00007fbd43594390 R15: 00005645f6b97000
[  414.026175] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[  414.032691] rcu: 	2-...0: (63 ticks this GP) idle=3e6/1/0x4000000000000000 softirq=7522/7522 fqs=45 
[  414.042967] rcu: 	(detected by 7, t=21007 jiffies, g=11277, q=1024)
[  414.050045] Sending NMI from CPU 7 to CPUs 2:
[  423.978242] rcu: rcu_sched kthread starved for 13251 jiffies! g11277 f0x0 RCU_GP_WAIT_FQS(5) ->state=0x402 ->cpu=3
[  423.989700] rcu: RCU grace-period kthread stack dump:
[  423.995420] rcu_sched       I    0    10      2 0x80000000
[  424.001626] Call Trace:
[  424.004439]  ? __schedule+0x3f5/0x880
[  424.008608]  ? irq_get_irq_data+0xa/0x20
[  424.013069]  schedule+0x32/0x80
[  424.016653]  schedule_timeout+0x16f/0x350
[  424.021213]  ? __next_timer_interrupt+0xc0/0xc0
[  424.026347]  rcu_gp_kthread+0x571/0x860
[  424.030713]  kthread+0xf8/0x130
[  424.034297]  ? call_rcu+0x10/0x10
[  424.038081]  ? kthread_create_worker_on_cpu+0x70/0x70
[  424.043801]  ret_from_fork+0x35/0x40
[  429.337282] watchdog: BUG: soft lockup - CPU#1 stuck for 22s! [Xorg:977]
[  429.344671] Modules linked in: bridge stp llc intel_rapl crct10dif_pclmul crc32_pclmul ghash_clmulni_intel pcbc aesni_intel aes_x86_64 mgag200 crypto_simd snd_pcm ttm cryptd snd_timer glue_helper drm_kms_helper ppdev snd ipmi_si mei_me soundcore iTCO_wdt ipmi_devintf drm iTCO_vendor_support mei sg intel_pch_thermal ie31200_edac intel_rapl_perf pcspkr ipmi_msghandler wmi parport_pc intel_vbtn parport acpi_power_meter video battery sparse_keymap button evdev joydev xen_pciback xen_netback xen_blkback xen_gntalloc xen_gntdev xen_evtchn xenfs xen_privcmd ip_tables x_tables autofs4 ext4 crc32c_generic crc16 mbcache jbd2 fscrypto hid_generic usbhid hid sd_mod ahci libahci xhci_pci igb libata xhci_hcd i2c_algo_bit crc32c_intel usbcore i2c_i801 scsi_mod dca e1000e fan thermal
[  429.420679] CPU: 1 PID: 977 Comm: Xorg Tainted: G             L    4.19.0+ #1
[  429.428725] Hardware name: Intel Corporation S1200SP/S1200SP, BIOS S1200SP.86B.03.01.0020.052620170737 05/26/2017
[  429.440264] RIP: 0010:smp_call_function_single+0xdd/0x100
[  429.446371] Code: 00 00 00 75 40 48 83 c4 48 41 5a 5d 49 8d 62 f8 c3 48 89 d1 48 89 f2 48 8d 75 b0 e8 6d fe ff ff 8b 55 c8 83 e2 01 74 0a f3 90 <8b> 55 c8 83 e2 01 75 f6 eb c2 8b 05 fb ea 4a 01 85 c0 75 80 0f 0b
[  429.467409] RSP: 0018:ffffc9000133fc80 EFLAGS: 00000202 ORIG_RAX: ffffffffffffff0c
[  429.475942] RAX: 0000000000000000 RBX: ffff88026b088440 RCX: 0000000000000200
[  429.483986] RDX: 0000000000000001 RSI: ffffffff82114160 RDI: ffffffff81c11800
[  429.492034] RBP: ffffc9000133fcd0 R08: 0000000000000000 R09: 0000000000000007
[  429.500082] R10: 0000000000000000 R11: 0000000000000040 R12: 0000000000000001
[  429.508128] R13: ffff880233f38960 R14: ffff88026b088040 R15: ffff8802352c7bb8
[  429.516175] FS:  00007fbd458c2a40(0000) GS:ffff88026b640000(0000) knlGS:0000000000000000
[  429.525290] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  429.531782] CR2: 00007f16f4121000 CR3: 0000000254e3c004 CR4: 00000000003606e0
[  429.539830] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[  429.547878] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[  429.555925] Call Trace:
[  429.558737]  ? flush_tlb_func_common.constprop.9+0x230/0x230
[  429.565133]  ? cpumask_next_and+0x19/0x20
[  429.569693]  ? smp_call_function_many+0xa3/0x260
[  429.574927]  ? flush_tlb_mm_range+0xd5/0x130
[  429.579774]  flush_tlb_mm_range+0xd5/0x130
[  429.584431]  ? tlb_flush_mmu+0x46/0x110
[  429.588793]  tlb_flush_mmu+0x46/0x110
[  429.592959]  arch_tlb_finish_mmu+0x16/0xa0
[  429.597616]  tlb_finish_mmu+0x1f/0x30
[  429.601782]  unmap_region+0xd9/0x120
[  429.605855]  do_munmap+0x27e/0x440
[  429.609732]  __x64_sys_brk+0x15e/0x1d0
[  429.614000]  do_syscall_64+0x55/0x100
[  429.618169]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[  429.623887] RIP: 0033:0x7fbd432daca9
[  429.627958] Code: 5c c3 0f 1f 80 00 00 00 00 64 83 3b 0d 75 e9 64 c7 03 01 00 00 00 5b 5d 41 5c c3 66 0f 1f 44 00 00 b9 0c 00 00 00 89 c8 0f 05 <48> 3d 00 f0 ff ff 48 89 c2 77 1c 48 8b 05 0d 82 2b 00 48 89 10 31
[  429.648995] RSP: 002b:00007ffe103df708 EFLAGS: 00003246 ORIG_RAX: 000000000000000c
[  429.657529] RAX: ffffffffffffffda RBX: 00005645f6b97000 RCX: 00007fbd432daca9
[  429.665574] RDX: 0000000000000000 RSI: 00007fbd43593b58 RDI: 00005645f5f73000
[  429.673623] RBP: ffffffffff3dc000 R08: 0000000000000001 R09: 0000000000000000
[  429.681669] R10: 0000000000000020 R11: 0000000000003246 R12: 00007fbd43595f58
[  429.689715] R13: 00007fbd43594380 R14: 00007fbd43594390 R15: 00005645f6b97000
[  457.335795] watchdog: BUG: soft lockup - CPU#1 stuck for 22s! [Xorg:977]
[  457.343185] Modules linked in: bridge stp llc intel_rapl crct10dif_pclmul crc32_pclmul ghash_clmulni_intel pcbc aesni_intel aes_x86_64 mgag200 crypto_simd snd_pcm ttm cryptd snd_timer glue_helper drm_kms_helper ppdev snd ipmi_si mei_me soundcore iTCO_wdt ipmi_devintf drm iTCO_vendor_support mei sg intel_pch_thermal ie31200_edac intel_rapl_perf pcspkr ipmi_msghandler wmi parport_pc intel_vbtn parport acpi_power_meter video battery sparse_keymap button evdev joydev xen_pciback xen_netback xen_blkback xen_gntalloc xen_gntdev xen_evtchn xenfs xen_privcmd ip_tables x_tables autofs4 ext4 crc32c_generic crc16 mbcache jbd2 fscrypto hid_generic usbhid hid sd_mod ahci libahci xhci_pci igb libata xhci_hcd i2c_algo_bit crc32c_intel usbcore i2c_i801 scsi_mod dca e1000e fan thermal
[  457.419192] CPU: 1 PID: 977 Comm: Xorg Tainted: G             L    4.19.0+ #1
[  457.427240] Hardware name: Intel Corporation S1200SP/S1200SP, BIOS S1200SP.86B.03.01.0020.052620170737 05/26/2017
[  457.438779] RIP: 0010:smp_call_function_single+0xdb/0x100
[  457.444886] Code: 25 28 00 00 00 75 40 48 83 c4 48 41 5a 5d 49 8d 62 f8 c3 48 89 d1 48 89 f2 48 8d 75 b0 e8 6d fe ff ff 8b 55 c8 83 e2 01 74 0a <f3> 90 8b 55 c8 83 e2 01 75 f6 eb c2 8b 05 fb ea 4a 01 85 c0 75 80
[  457.465923] RSP: 0018:ffffc9000133fc80 EFLAGS: 00000202 ORIG_RAX: ffffffffffffff0c
[  457.474455] RAX: 0000000000000000 RBX: ffff88026b088440 RCX: 0000000000000200
[  457.482503] RDX: 0000000000000001 RSI: ffffffff82114160 RDI: ffffffff81c11800
[  457.490545] RBP: ffffc9000133fcd0 R08: 0000000000000000 R09: 0000000000000007
[  457.498595] R10: 0000000000000000 R11: 0000000000000040 R12: 0000000000000001
[  457.506641] R13: ffff880233f38960 R14: ffff88026b088040 R15: ffff8802352c7bb8
[  457.514687] FS:  00007fbd458c2a40(0000) GS:ffff88026b640000(0000) knlGS:0000000000000000
[  457.523804] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  457.530299] CR2: 00007f16f4121000 CR3: 0000000254e3c004 CR4: 00000000003606e0
[  457.538344] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[  457.546390] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[  457.554439] Call Trace:
[  457.557251]  ? flush_tlb_func_common.constprop.9+0x230/0x230
[  457.563648]  ? cpumask_next_and+0x19/0x20
[  457.568204]  ? smp_call_function_many+0xa3/0x260
[  457.573442]  ? flush_tlb_mm_range+0xd5/0x130
[  457.578288]  flush_tlb_mm_range+0xd5/0x130
[  457.582941]  ? tlb_flush_mmu+0x46/0x110
[  457.587304]  tlb_flush_mmu+0x46/0x110
[  457.591474]  arch_tlb_finish_mmu+0x16/0xa0
[  457.596128]  tlb_finish_mmu+0x1f/0x30
[  457.600296]  unmap_region+0xd9/0x120
[  457.604371]  do_munmap+0x27e/0x440
[  457.608249]  __x64_sys_brk+0x15e/0x1d0
[  457.612513]  do_syscall_64+0x55/0x100
[  457.616680]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[  457.622401] RIP: 0033:0x7fbd432daca9
[  457.626473] Code: 5c c3 0f 1f 80 00 00 00 00 64 83 3b 0d 75 e9 64 c7 03 01 00 00 00 5b 5d 41 5c c3 66 0f 1f 44 00 00 b9 0c 00 00 00 89 c8 0f 05 <48> 3d 00 f0 ff ff 48 89 c2 77 1c 48 8b 05 0d 82 2b 00 48 89 10 31
[  457.647510] RSP: 002b:00007ffe103df708 EFLAGS: 00003246 ORIG_RAX: 000000000000000c
[  457.656043] RAX: ffffffffffffffda RBX: 00005645f6b97000 RCX: 00007fbd432daca9
[  457.664088] RDX: 0000000000000000 RSI: 00007fbd43593b58 RDI: 00005645f5f73000
[  457.672137] RBP: ffffffffff3dc000 R08: 0000000000000001 R09: 0000000000000000
[  457.680182] R10: 0000000000000020 R11: 0000000000003246 R12: 00007fbd43595f58
[  457.688227] R13: 00007fbd43594380 R14: 00007fbd43594390 R15: 00005645f6b97000
[  477.042814] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[  477.049332] rcu: 	2-...0: (63 ticks this GP) idle=3e6/1/0x4000000000000000 softirq=7522/7522 fqs=46 
[  477.059607] rcu: 	(detected by 7, t=36762 jiffies, g=11277, q=1816)
[  477.066683] Sending NMI from CPU 7 to CPUs 2:
[  485.334413] watchdog: BUG: soft lockup - CPU#1 stuck for 23s! [Xorg:977]
[  485.341803] Modules linked in: bridge stp llc intel_rapl crct10dif_pclmul crc32_pclmul ghash_clmulni_intel pcbc aesni_intel aes_x86_64 mgag200 crypto_simd snd_pcm ttm cryptd snd_timer glue_helper drm_kms_helper ppdev snd ipmi_si mei_me soundcore iTCO_wdt ipmi_devintf drm iTCO_vendor_support mei sg intel_pch_thermal ie31200_edac intel_rapl_perf pcspkr ipmi_msghandler wmi parport_pc intel_vbtn parport acpi_power_meter video battery sparse_keymap button evdev joydev xen_pciback xen_netback xen_blkback xen_gntalloc xen_gntdev xen_evtchn xenfs xen_privcmd ip_tables x_tables autofs4 ext4 crc32c_generic crc16 mbcache jbd2 fscrypto hid_generic usbhid hid sd_mod ahci libahci xhci_pci igb libata xhci_hcd i2c_algo_bit crc32c_intel usbcore i2c_i801 scsi_mod dca e1000e fan thermal
[  485.417814] CPU: 1 PID: 977 Comm: Xorg Tainted: G             L    4.19.0+ #1
[  485.425856] Hardware name: Intel Corporation S1200SP/S1200SP, BIOS S1200SP.86B.03.01.0020.052620170737 05/26/2017
[  485.437398] RIP: 0010:smp_call_function_single+0xdb/0x100
[  485.443506] Code: 25 28 00 00 00 75 40 48 83 c4 48 41 5a 5d 49 8d 62 f8 c3 48 89 d1 48 89 f2 48 8d 75 b0 e8 6d fe ff ff 8b 55 c8 83 e2 01 74 0a <f3> 90 8b 55 c8 83 e2 01 75 f6 eb c2 8b 05 fb ea 4a 01 85 c0 75 80
[  485.464539] RSP: 0018:ffffc9000133fc80 EFLAGS: 00000202 ORIG_RAX: ffffffffffffff0c
[  485.473073] RAX: 0000000000000000 RBX: ffff88026b088440 RCX: 0000000000000200
[  485.481119] RDX: 0000000000000001 RSI: ffffffff82114160 RDI: ffffffff81c11800
[  485.489167] RBP: ffffc9000133fcd0 R08: 0000000000000000 R09: 0000000000000007
[  485.497213] R10: 0000000000000000 R11: 0000000000000040 R12: 0000000000000001
[  485.505260] R13: ffff880233f38960 R14: ffff88026b088040 R15: ffff8802352c7bb8
[  485.513305] FS:  00007fbd458c2a40(0000) GS:ffff88026b640000(0000) knlGS:0000000000000000
[  485.522419] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  485.528913] CR2: 00007f16f4121000 CR3: 0000000254e3c004 CR4: 00000000003606e0
[  485.536962] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[  485.545009] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[  485.553054] Call Trace:
[  485.555870]  ? flush_tlb_func_common.constprop.9+0x230/0x230
[  485.562269]  ? cpumask_next_and+0x19/0x20
[  485.566822]  ? smp_call_function_many+0xa3/0x260
[  485.572059]  ? flush_tlb_mm_range+0xd5/0x130
[  485.576907]  flush_tlb_mm_range+0xd5/0x130
[  485.581562]  ? tlb_flush_mmu+0x46/0x110
[  485.585923]  tlb_flush_mmu+0x46/0x110
[  485.590092]  arch_tlb_finish_mmu+0x16/0xa0
[  485.594748]  tlb_finish_mmu+0x1f/0x30
[  485.598917]  unmap_region+0xd9/0x120
[  485.602988]  do_munmap+0x27e/0x440
[  485.606867]  __x64_sys_brk+0x15e/0x1d0
[  485.611131]  do_syscall_64+0x55/0x100
[  485.615302]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[  485.621018] RIP: 0033:0x7fbd432daca9
[  485.625092] Code: 5c c3 0f 1f 80 00 00 00 00 64 83 3b 0d 75 e9 64 c7 03 01 00 00 00 5b 5d 41 5c c3 66 0f 1f 44 00 00 b9 0c 00 00 00 89 c8 0f 05 <48> 3d 00 f0 ff ff 48 89 c2 77 1c 48 8b 05 0d 82 2b 00 48 89 10 31
[  485.646127] RSP: 002b:00007ffe103df708 EFLAGS: 00003246 ORIG_RAX: 000000000000000c
[  485.654660] RAX: ffffffffffffffda RBX: 00005645f6b97000 RCX: 00007fbd432daca9
[  485.662707] RDX: 0000000000000000 RSI: 00007fbd43593b58 RDI: 00005645f5f73000
[  485.670753] RBP: ffffffffff3dc000 R08: 0000000000000001 R09: 0000000000000000
[  485.678799] R10: 0000000000000020 R11: 0000000000003246 R12: 00007fbd43595f58
[  485.686848] R13: 00007fbd43594380 R14: 00007fbd43594390 R15: 00005645f6b97000
[  486.994887] rcu: rcu_sched kthread starved for 13250 jiffies! g11277 f0x0 RCU_GP_WAIT_FQS(5) ->state=0x402 ->cpu=3
[  487.006347] rcu: RCU grace-period kthread stack dump:
[  487.012067] rcu_sched       I    0    10      2 0x80000000
[  487.018272] Call Trace:
[  487.021084]  ? __schedule+0x3f5/0x880
[  487.025253]  schedule+0x32/0x80
[  487.028837]  schedule_timeout+0x16f/0x350
[  487.033394]  ? __next_timer_interrupt+0xc0/0xc0
[  487.038535]  rcu_gp_kthread+0x571/0x860
[  487.042895]  kthread+0xf8/0x130
[  487.046486]  ? call_rcu+0x10/0x10
[  487.050265]  ? kthread_create_worker_on_cpu+0x70/0x70
[  487.055987]  ret_from_fork+0x35/0x40
[  513.333097] watchdog: BUG: soft lockup - CPU#1 stuck for 23s! [Xorg:977]
[  513.340485] Modules linked in: bridge stp llc intel_rapl crct10dif_pclmul crc32_pclmul ghash_clmulni_intel pcbc aesni_intel aes_x86_64 mgag200 crypto_simd snd_pcm ttm cryptd snd_timer glue_helper drm_kms_helper ppdev snd ipmi_si mei_me soundcore iTCO_wdt ipmi_devintf drm iTCO_vendor_support mei sg intel_pch_thermal ie31200_edac intel_rapl_perf pcspkr ipmi_msghandler wmi parport_pc intel_vbtn parport acpi_power_meter video battery sparse_keymap button evdev joydev xen_pciback xen_netback xen_blkback xen_gntalloc xen_gntdev xen_evtchn xenfs xen_privcmd ip_tables x_tables autofs4 ext4 crc32c_generic crc16 mbcache jbd2 fscrypto hid_generic usbhid hid sd_mod ahci libahci xhci_pci igb libata xhci_hcd i2c_algo_bit crc32c_intel usbcore i2c_i801 scsi_mod dca e1000e fan thermal
[  513.416493] CPU: 1 PID: 977 Comm: Xorg Tainted: G             L    4.19.0+ #1
[  513.424541] Hardware name: Intel Corporation S1200SP/S1200SP, BIOS S1200SP.86B.03.01.0020.052620170737 05/26/2017
[  513.436078] RIP: 0010:smp_call_function_single+0xe0/0x100
[  513.442186] Code: 75 40 48 83 c4 48 41 5a 5d 49 8d 62 f8 c3 48 89 d1 48 89 f2 48 8d 75 b0 e8 6d fe ff ff 8b 55 c8 83 e2 01 74 0a f3 90 8b 55 c8 <83> e2 01 75 f6 eb c2 8b 05 fb ea 4a 01 85 c0 75 80 0f 0b e9 79 ff
[  513.463226] RSP: 0018:ffffc9000133fc80 EFLAGS: 00000202 ORIG_RAX: ffffffffffffff0c
[  513.471755] RAX: 0000000000000000 RBX: ffff88026b088440 RCX: 0000000000000200
[  513.479803] RDX: 0000000000000003 RSI: ffffffff82114160 RDI: ffffffff81c11800
[  513.487849] RBP: ffffc9000133fcd0 R08: 0000000000000000 R09: 0000000000000007
[  513.495894] R10: 0000000000000000 R11: 0000000000000040 R12: 0000000000000001
[  513.503941] R13: ffff880233f38960 R14: ffff88026b088040 R15: ffff8802352c7bb8
[  513.511991] FS:  00007fbd458c2a40(0000) GS:ffff88026b640000(0000) knlGS:0000000000000000
[  513.521105] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  513.527600] CR2: 00007f16f4121000 CR3: 0000000254e3c004 CR4: 00000000003606e0
[  513.535646] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[  513.543694] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[  513.551740] Call Trace:
[  513.554553]  ? flush_tlb_func_common.constprop.9+0x230/0x230
[  513.560951]  ? cpumask_next_and+0x19/0x20
[  513.565506]  ? smp_call_function_many+0xa3/0x260
[  513.570743]  ? flush_tlb_mm_range+0xd5/0x130
[  513.575592]  flush_tlb_mm_range+0xd5/0x130
[  513.580245]  ? tlb_flush_mmu+0x46/0x110
[  513.584609]  tlb_flush_mmu+0x46/0x110
[  513.588777]  arch_tlb_finish_mmu+0x16/0xa0
[  513.593429]  tlb_finish_mmu+0x1f/0x30
[  513.597597]  unmap_region+0xd9/0x120
[  513.601670]  do_munmap+0x27e/0x440
[  513.605549]  __x64_sys_brk+0x15e/0x1d0
[  513.609814]  do_syscall_64+0x55/0x100
[  513.613982]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[  513.619702] RIP: 0033:0x7fbd432daca9
[  513.623772] Code: 5c c3 0f 1f 80 00 00 00 00 64 83 3b 0d 75 e9 64 c7 03 01 00 00 00 5b 5d 41 5c c3 66 0f 1f 44 00 00 b9 0c 00 00 00 89 c8 0f 05 <48> 3d 00 f0 ff ff 48 89 c2 77 1c 48 8b 05 0d 82 2b 00 48 89 10 31
[  513.644810] RSP: 002b:00007ffe103df708 EFLAGS: 00003246 ORIG_RAX: 000000000000000c
[  513.653343] RAX: ffffffffffffffda RBX: 00005645f6b97000 RCX: 00007fbd432daca9
[  513.661389] RDX: 0000000000000000 RSI: 00007fbd43593b58 RDI: 00005645f5f73000
[  513.669436] RBP: ffffffffff3dc000 R08: 0000000000000001 R09: 0000000000000000
[  513.677485] R10: 0000000000000020 R11: 0000000000003246 R12: 00007fbd43595f58
[  513.685531] R13: 00007fbd43594380 R14: 00007fbd43594390 R15: 00005645f6b97000
[  540.059885] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[  540.066403] rcu: 	2-...0: (63 ticks this GP) idle=3e6/1/0x4000000000000000 softirq=7522/7522 fqs=47 
[  540.076676] rcu: 	(detected by 7, t=52517 jiffies, g=11277, q=2676)
[  540.083755] Sending NMI from CPU 7 to CPUs 2:
[  541.331829] watchdog: BUG: soft lockup - CPU#1 stuck for 23s! [Xorg:977]
[  541.339217] Modules linked in: bridge stp llc intel_rapl crct10dif_pclmul crc32_pclmul ghash_clmulni_intel pcbc aesni_intel aes_x86_64 mgag200 crypto_simd snd_pcm ttm cryptd snd_timer glue_helper drm_kms_helper ppdev snd ipmi_si mei_me soundcore iTCO_wdt ipmi_devintf drm iTCO_vendor_support mei sg intel_pch_thermal ie31200_edac intel_rapl_perf pcspkr ipmi_msghandler wmi parport_pc intel_vbtn parport acpi_power_meter video battery sparse_keymap button evdev joydev xen_pciback xen_netback xen_blkback xen_gntalloc xen_gntdev xen_evtchn xenfs xen_privcmd ip_tables x_tables autofs4 ext4 crc32c_generic crc16 mbcache jbd2 fscrypto hid_generic usbhid hid sd_mod ahci libahci xhci_pci igb libata xhci_hcd i2c_algo_bit crc32c_intel usbcore i2c_i801 scsi_mod dca e1000e fan thermal
[  541.415227] CPU: 1 PID: 977 Comm: Xorg Tainted: G             L    4.19.0+ #1
[  541.423273] Hardware name: Intel Corporation S1200SP/S1200SP, BIOS S1200SP.86B.03.01.0020.052620170737 05/26/2017
[  541.434814] RIP: 0010:smp_call_function_single+0xdb/0x100
[  541.440918] Code: 25 28 00 00 00 75 40 48 83 c4 48 41 5a 5d 49 8d 62 f8 c3 48 89 d1 48 89 f2 48 8d 75 b0 e8 6d fe ff ff 8b 55 c8 83 e2 01 74 0a <f3> 90 8b 55 c8 83 e2 01 75 f6 eb c2 8b 05 fb ea 4a 01 85 c0 75 80
[  541.461957] RSP: 0018:ffffc9000133fc80 EFLAGS: 00000202 ORIG_RAX: ffffffffffffff0c
[  541.470490] RAX: 0000000000000000 RBX: ffff88026b088440 RCX: 0000000000000200
[  541.478533] RDX: 0000000000000001 RSI: ffffffff82114160 RDI: ffffffff81c11800
[  541.486582] RBP: ffffc9000133fcd0 R08: 0000000000000000 R09: 0000000000000007
[  541.494630] R10: 0000000000000000 R11: 0000000000000040 R12: 0000000000000001
[  541.502675] R13: ffff880233f38960 R14: ffff88026b088040 R15: ffff8802352c7bb8
[  541.510720] FS:  00007fbd458c2a40(0000) GS:ffff88026b640000(0000) knlGS:0000000000000000
[  541.519838] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  541.526329] CR2: 00007f16f4121000 CR3: 0000000254e3c004 CR4: 00000000003606e0
[  541.534378] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[  541.542422] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[  541.550469] Call Trace:
[  541.553284]  ? flush_tlb_func_common.constprop.9+0x230/0x230
[  541.559680]  ? cpumask_next_and+0x19/0x20
[  541.564240]  ? smp_call_function_many+0xa3/0x260
[  541.569476]  ? flush_tlb_mm_range+0xd5/0x130
[  541.574320]  flush_tlb_mm_range+0xd5/0x130
[  541.578976]  ? tlb_flush_mmu+0x46/0x110
[  541.583338]  tlb_flush_mmu+0x46/0x110
[  541.587509]  arch_tlb_finish_mmu+0x16/0xa0
[  541.592160]  tlb_finish_mmu+0x1f/0x30
[  541.596333]  unmap_region+0xd9/0x120
[  541.600404]  do_munmap+0x27e/0x440
[  541.604282]  __x64_sys_brk+0x15e/0x1d0
[  541.608549]  do_syscall_64+0x55/0x100
[  541.612714]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[  541.618437] RIP: 0033:0x7fbd432daca9
[  541.622508] Code: 5c c3 0f 1f 80 00 00 00 00 64 83 3b 0d 75 e9 64 c7 03 01 00 00 00 5b 5d 41 5c c3 66 0f 1f 44 00 00 b9 0c 00 00 00 89 c8 0f 05 <48> 3d 00 f0 ff ff 48 89 c2 77 1c 48 8b 05 0d 82 2b 00 48 89 10 31
[  541.643545] RSP: 002b:00007ffe103df708 EFLAGS: 00003246 ORIG_RAX: 000000000000000c
[  541.652076] RAX: ffffffffffffffda RBX: 00005645f6b97000 RCX: 00007fbd432daca9
[  541.660120] RDX: 0000000000000000 RSI: 00007fbd43593b58 RDI: 00005645f5f73000
[  541.668168] RBP: ffffffffff3dc000 R08: 0000000000000001 R09: 0000000000000000
[  541.676214] R10: 0000000000000020 R11: 0000000000003246 R12: 00007fbd43595f58
[  541.684264] R13: 00007fbd43594380 R14: 00007fbd43594390 R15: 00005645f6b97000
[  550.011947] rcu: rcu_sched kthread starved for 13251 jiffies! g11277 f0x0 RCU_GP_WAIT_FQS(5) ->state=0x402 ->cpu=3
[  550.023407] rcu: RCU grace-period kthread stack dump:
[  550.029129] rcu_sched       I    0    10      2 0x80000000
[  550.035330] Call Trace:
[  550.038147]  ? __schedule+0x3f5/0x880
[  550.042313]  schedule+0x32/0x80
[  550.045901]  schedule_timeout+0x16f/0x350
[  550.050457]  ? __next_timer_interrupt+0xc0/0xc0
[  550.055594]  rcu_gp_kthread+0x571/0x860
[  550.059958]  kthread+0xf8/0x130
[  550.063547]  ? call_rcu+0x10/0x10
[  550.067328]  ? kthread_create_worker_on_cpu+0x70/0x70
[  550.073048]  ret_from_fork+0x35/0x40
[  569.330588] watchdog: BUG: soft lockup - CPU#1 stuck for 23s! [Xorg:977]
[  569.337977] Modules linked in: bridge stp llc intel_rapl crct10dif_pclmul crc32_pclmul ghash_clmulni_intel pcbc aesni_intel aes_x86_64 mgag200 crypto_simd snd_pcm ttm cryptd snd_timer glue_helper drm_kms_helper ppdev snd ipmi_si mei_me soundcore iTCO_wdt ipmi_devintf drm iTCO_vendor_support mei sg intel_pch_thermal ie31200_edac intel_rapl_perf pcspkr ipmi_msghandler wmi parport_pc intel_vbtn parport acpi_power_meter video battery sparse_keymap button evdev joydev xen_pciback xen_netback xen_blkback xen_gntalloc xen_gntdev xen_evtchn xenfs xen_privcmd ip_tables x_tables autofs4 ext4 crc32c_generic crc16 mbcache jbd2 fscrypto hid_generic usbhid hid sd_mod ahci libahci xhci_pci igb libata xhci_hcd i2c_algo_bit crc32c_intel usbcore i2c_i801 scsi_mod dca e1000e fan thermal
[  569.413985] CPU: 1 PID: 977 Comm: Xorg Tainted: G             L    4.19.0+ #1
[  569.422031] Hardware name: Intel Corporation S1200SP/S1200SP, BIOS S1200SP.86B.03.01.0020.052620170737 05/26/2017
[  569.433570] RIP: 0010:smp_call_function_single+0xdb/0x100
[  569.439681] Code: 25 28 00 00 00 75 40 48 83 c4 48 41 5a 5d 49 8d 62 f8 c3 48 89 d1 48 89 f2 48 8d 75 b0 e8 6d fe ff ff 8b 55 c8 83 e2 01 74 0a <f3> 90 8b 55 c8 83 e2 01 75 f6 eb c2 8b 05 fb ea 4a 01 85 c0 75 80
[  569.460716] RSP: 0018:ffffc9000133fc80 EFLAGS: 00000202 ORIG_RAX: ffffffffffffff0c
[  569.469248] RAX: 0000000000000000 RBX: ffff88026b088440 RCX: 0000000000000200
[  569.477295] RDX: 0000000000000001 RSI: ffffffff82114160 RDI: ffffffff81c11800
[  569.485341] RBP: ffffc9000133fcd0 R08: 0000000000000000 R09: 0000000000000007
[  569.493388] R10: 0000000000000000 R11: 0000000000000040 R12: 0000000000000001
[  569.501434] R13: ffff880233f38960 R14: ffff88026b088040 R15: ffff8802352c7bb8
[  569.509482] FS:  00007fbd458c2a40(0000) GS:ffff88026b640000(0000) knlGS:0000000000000000
[  569.518594] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  569.525090] CR2: 00007f16f4121000 CR3: 0000000254e3c004 CR4: 00000000003606e0
[  569.533135] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[  569.541183] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[  569.549230] Call Trace:
[  569.552042]  ? flush_tlb_func_common.constprop.9+0x230/0x230
[  569.558440]  ? cpumask_next_and+0x19/0x20
[  569.562999]  ? smp_call_function_many+0xa3/0x260
[  569.568235]  ? flush_tlb_mm_range+0xd5/0x130
[  569.573079]  flush_tlb_mm_range+0xd5/0x130
[  569.577736]  ? tlb_flush_mmu+0x46/0x110
[  569.582100]  tlb_flush_mmu+0x46/0x110
[  569.586268]  arch_tlb_finish_mmu+0x16/0xa0
[  569.590918]  tlb_finish_mmu+0x1f/0x30
[  569.595087]  unmap_region+0xd9/0x120
[  569.599163]  do_munmap+0x27e/0x440
[  569.603042]  __x64_sys_brk+0x15e/0x1d0
[  569.607306]  do_syscall_64+0x55/0x100
[  569.611472]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[  569.617191] RIP: 0033:0x7fbd432daca9
[  569.621264] Code: 5c c3 0f 1f 80 00 00 00 00 64 83 3b 0d 75 e9 64 c7 03 01 00 00 00 5b 5d 41 5c c3 66 0f 1f 44 00 00 b9 0c 00 00 00 89 c8 0f 05 <48> 3d 00 f0 ff ff 48 89 c2 77 1c 48 8b 05 0d 82 2b 00 48 89 10 31
[  569.642303] RSP: 002b:00007ffe103df708 EFLAGS: 00003246 ORIG_RAX: 000000000000000c
[  569.650833] RAX: ffffffffffffffda RBX: 00005645f6b97000 RCX: 00007fbd432daca9
[  569.658880] RDX: 0000000000000000 RSI: 00007fbd43593b58 RDI: 00005645f5f73000
[  569.666929] RBP: ffffffffff3dc000 R08: 0000000000000001 R09: 0000000000000000
[  569.674975] R10: 0000000000000020 R11: 0000000000003246 R12: 00007fbd43595f58
[  569.683021] R13: 00007fbd43594380 R14: 00007fbd43594390 R15: 00005645f6b97000
[  597.329368] watchdog: BUG: soft lockup - CPU#1 stuck for 23s! [Xorg:977]
[  597.336756] Modules linked in: bridge stp llc intel_rapl crct10dif_pclmul crc32_pclmul ghash_clmulni_intel pcbc aesni_intel aes_x86_64 mgag200 crypto_simd snd_pcm ttm cryptd snd_timer glue_helper drm_kms_helper ppdev snd ipmi_si mei_me soundcore iTCO_wdt ipmi_devintf drm iTCO_vendor_support mei sg intel_pch_thermal ie31200_edac intel_rapl_perf pcspkr ipmi_msghandler wmi parport_pc intel_vbtn parport acpi_power_meter video battery sparse_keymap button evdev joydev xen_pciback xen_netback xen_blkback xen_gntalloc xen_gntdev xen_evtchn xenfs xen_privcmd ip_tables x_tables autofs4 ext4 crc32c_generic crc16 mbcache jbd2 fscrypto hid_generic usbhid hid sd_mod ahci libahci xhci_pci igb libata xhci_hcd i2c_algo_bit crc32c_intel usbcore i2c_i801 scsi_mod dca e1000e fan thermal
[  597.412767] CPU: 1 PID: 977 Comm: Xorg Tainted: G             L    4.19.0+ #1
[  597.420812] Hardware name: Intel Corporation S1200SP/S1200SP, BIOS S1200SP.86B.03.01.0020.052620170737 05/26/2017
[  597.432351] RIP: 0010:smp_call_function_single+0xdb/0x100
[  597.438457] Code: 25 28 00 00 00 75 40 48 83 c4 48 41 5a 5d 49 8d 62 f8 c3 48 89 d1 48 89 f2 48 8d 75 b0 e8 6d fe ff ff 8b 55 c8 83 e2 01 74 0a <f3> 90 8b 55 c8 83 e2 01 75 f6 eb c2 8b 05 fb ea 4a 01 85 c0 75 80
[  597.459498] RSP: 0018:ffffc9000133fc80 EFLAGS: 00000202 ORIG_RAX: ffffffffffffff0c
[  597.468027] RAX: 0000000000000000 RBX: ffff88026b088440 RCX: 0000000000000200
[  597.476075] RDX: 0000000000000001 RSI: ffffffff82114160 RDI: ffffffff81c11800
[  597.484120] RBP: ffffc9000133fcd0 R08: 0000000000000000 R09: 0000000000000007
[  597.492169] R10: 0000000000000000 R11: 0000000000000040 R12: 0000000000000001
[  597.500213] R13: ffff880233f38960 R14: ffff88026b088040 R15: ffff8802352c7bb8
[  597.508263] FS:  00007fbd458c2a40(0000) GS:ffff88026b640000(0000) knlGS:0000000000000000
[  597.517375] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  597.523869] CR2: 00007f16f4121000 CR3: 0000000254e3c004 CR4: 00000000003606e0
[  597.531918] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[  597.539964] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[  597.548009] Call Trace:
[  597.550824]  ? flush_tlb_func_common.constprop.9+0x230/0x230
[  597.557222]  ? cpumask_next_and+0x19/0x20
[  597.561779]  ? smp_call_function_many+0xa3/0x260
[  597.567013]  ? flush_tlb_mm_range+0xd5/0x130
[  597.571859]  flush_tlb_mm_range+0xd5/0x130
[  597.576515]  ? tlb_flush_mmu+0x46/0x110
[  597.580877]  tlb_flush_mmu+0x46/0x110
[  597.585047]  arch_tlb_finish_mmu+0x16/0xa0
[  597.589701]  tlb_finish_mmu+0x1f/0x30
[  597.593870]  unmap_region+0xd9/0x120
[  597.597944]  do_munmap+0x27e/0x440
[  597.601821]  __x64_sys_brk+0x15e/0x1d0
[  597.606086]  do_syscall_64+0x55/0x100
[  597.610254]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[  597.615971] RIP: 0033:0x7fbd432daca9
[  597.620045] Code: 5c c3 0f 1f 80 00 00 00 00 64 83 3b 0d 75 e9 64 c7 03 01 00 00 00 5b 5d 41 5c c3 66 0f 1f 44 00 00 b9 0c 00 00 00 89 c8 0f 05 <48> 3d 00 f0 ff ff 48 89 c2 77 1c 48 8b 05 0d 82 2b 00 48 89 10 31
[  597.641083] RSP: 002b:00007ffe103df708 EFLAGS: 00003246 ORIG_RAX: 000000000000000c
[  597.649614] RAX: ffffffffffffffda RBX: 00005645f6b97000 RCX: 00007fbd432daca9
[  597.657660] RDX: 0000000000000000 RSI: 00007fbd43593b58 RDI: 00005645f5f73000
[  597.665706] RBP: ffffffffff3dc000 R08: 0000000000000001 R09: 0000000000000000
[  597.673754] R10: 0000000000000020 R11: 0000000000003246 R12: 00007fbd43595f58
[  597.681800] R13: 00007fbd43594380 R14: 00007fbd43594390 R15: 00005645f6b97000
[  603.077117] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[  603.083633] rcu: 	2-...0: (63 ticks this GP) idle=3e6/1/0x4000000000000000 softirq=7522/7522 fqs=48 
[  603.093910] rcu: 	(detected by 7, t=68272 jiffies, g=11277, q=3665)
[  603.100984] Sending NMI from CPU 7 to CPUs 2:
[  613.029476] rcu: rcu_sched kthread starved for 13251 jiffies! g11277 f0x0 RCU_GP_WAIT_FQS(5) ->state=0x402 ->cpu=3
[  613.040934] rcu: RCU grace-period kthread stack dump:
[  613.046656] rcu_sched       I    0    10      2 0x80000000
[  613.052860] Call Trace:
[  613.055673]  ? __schedule+0x3f5/0x880
[  613.059840]  schedule+0x32/0x80
[  613.063429]  schedule_timeout+0x16f/0x350
[  613.067986]  ? __next_timer_interrupt+0xc0/0xc0
[  613.073122]  rcu_gp_kthread+0x571/0x860
[  613.077484]  kthread+0xf8/0x130
[  613.081073]  ? call_rcu+0x10/0x10
[  613.084854]  ? kthread_create_worker_on_cpu+0x70/0x70
[  613.090574]  ret_from_fork+0x35/0x40
[  625.328157] watchdog: BUG: soft lockup - CPU#1 stuck for 22s! [Xorg:977]
[  625.335545] Modules linked in: bridge stp llc intel_rapl crct10dif_pclmul crc32_pclmul ghash_clmulni_intel pcbc aesni_intel aes_x86_64 mgag200 crypto_simd snd_pcm ttm cryptd snd_timer glue_helper drm_kms_helper ppdev snd ipmi_si mei_me soundcore iTCO_wdt ipmi_devintf drm iTCO_vendor_support mei sg intel_pch_thermal ie31200_edac intel_rapl_perf pcspkr ipmi_msghandler wmi parport_pc intel_vbtn parport acpi_power_meter video battery sparse_keymap button evdev joydev xen_pciback xen_netback xen_blkback xen_gntalloc xen_gntdev xen_evtchn xenfs xen_privcmd ip_tables x_tables autofs4 ext4 crc32c_generic crc16 mbcache jbd2 fscrypto hid_generic usbhid hid sd_mod ahci libahci xhci_pci igb libata xhci_hcd i2c_algo_bit crc32c_intel usbcore i2c_i801 scsi_mod dca e1000e fan thermal
[  625.411555] CPU: 1 PID: 977 Comm: Xorg Tainted: G             L    4.19.0+ #1
[  625.419601] Hardware name: Intel Corporation S1200SP/S1200SP, BIOS S1200SP.86B.03.01.0020.052620170737 05/26/2017
[  625.431139] RIP: 0010:smp_call_function_single+0xdb/0x100
[  625.437248] Code: 25 28 00 00 00 75 40 48 83 c4 48 41 5a 5d 49 8d 62 f8 c3 48 89 d1 48 89 f2 48 8d 75 b0 e8 6d fe ff ff 8b 55 c8 83 e2 01 74 0a <f3> 90 8b 55 c8 83 e2 01 75 f6 eb c2 8b 05 fb ea 4a 01 85 c0 75 80
[  625.458284] RSP: 0018:ffffc9000133fc80 EFLAGS: 00000202 ORIG_RAX: ffffffffffffff0c
[  625.466817] RAX: 0000000000000000 RBX: ffff88026b088440 RCX: 0000000000000200
[  625.474864] RDX: 0000000000000001 RSI: ffffffff82114160 RDI: ffffffff81c11800
[  625.482911] RBP: ffffc9000133fcd0 R08: 0000000000000000 R09: 0000000000000007
[  625.490957] R10: 0000000000000000 R11: 0000000000000040 R12: 0000000000000001
[  625.499004] R13: ffff880233f38960 R14: ffff88026b088040 R15: ffff8802352c7bb8
[  625.507048] FS:  00007fbd458c2a40(0000) GS:ffff88026b640000(0000) knlGS:0000000000000000
[  625.516165] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  625.522657] CR2: 00007f16f4121000 CR3: 0000000254e3c004 CR4: 00000000003606e0
[  625.530706] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[  625.538752] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[  625.546799] Call Trace:
[  625.549613]  ? flush_tlb_func_common.constprop.9+0x230/0x230
[  625.556011]  ? cpumask_next_and+0x19/0x20
[  625.560567]  ? smp_call_function_many+0xa3/0x260
[  625.565802]  ? flush_tlb_mm_range+0xd5/0x130
[  625.570649]  flush_tlb_mm_range+0xd5/0x130
[  625.575305]  ? tlb_flush_mmu+0x46/0x110
[  625.579667]  tlb_flush_mmu+0x46/0x110
[  625.583838]  arch_tlb_finish_mmu+0x16/0xa0
[  625.588490]  tlb_finish_mmu+0x1f/0x30
[  625.592661]  unmap_region+0xd9/0x120
[  625.596731]  do_munmap+0x27e/0x440
[  625.600609]  __x64_sys_brk+0x15e/0x1d0
[  625.604874]  do_syscall_64+0x55/0x100
[  625.609046]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[  625.614765] RIP: 0033:0x7fbd432daca9
[  625.618835] Code: 5c c3 0f 1f 80 00 00 00 00 64 83 3b 0d 75 e9 64 c7 03 01 00 00 00 5b 5d 41 5c c3 66 0f 1f 44 00 00 b9 0c 00 00 00 89 c8 0f 05 <48> 3d 00 f0 ff ff 48 89 c2 77 1c 48 8b 05 0d 82 2b 00 48 89 10 31
[  625.639874] RSP: 002b:00007ffe103df708 EFLAGS: 00003246 ORIG_RAX: 000000000000000c
[  625.648403] RAX: ffffffffffffffda RBX: 00005645f6b97000 RCX: 00007fbd432daca9
[  625.656449] RDX: 0000000000000000 RSI: 00007fbd43593b58 RDI: 00005645f5f73000
[  625.664497] RBP: ffffffffff3dc000 R08: 0000000000000001 R09: 0000000000000000
[  625.672542] R10: 0000000000000020 R11: 0000000000003246 R12: 00007fbd43595f58
[  625.680589] R13: 00007fbd43594380 R14: 00007fbd43594390 R15: 00005645f6b97000
[  653.326956] watchdog: BUG: soft lockup - CPU#1 stuck for 22s! [Xorg:977]
[  653.334345] Modules linked in: bridge stp llc intel_rapl crct10dif_pclmul crc32_pclmul ghash_clmulni_intel pcbc aesni_intel aes_x86_64 mgag200 crypto_simd snd_pcm ttm cryptd snd_timer glue_helper drm_kms_helper ppdev snd ipmi_si mei_me soundcore iTCO_wdt ipmi_devintf drm iTCO_vendor_support mei sg intel_pch_thermal ie31200_edac intel_rapl_perf pcspkr ipmi_msghandler wmi parport_pc intel_vbtn parport acpi_power_meter video battery sparse_keymap button evdev joydev xen_pciback xen_netback xen_blkback xen_gntalloc xen_gntdev xen_evtchn xenfs xen_privcmd ip_tables x_tables autofs4 ext4 crc32c_generic crc16 mbcache jbd2 fscrypto hid_generic usbhid hid sd_mod ahci libahci xhci_pci igb libata xhci_hcd i2c_algo_bit crc32c_intel usbcore i2c_i801 scsi_mod dca e1000e fan thermal
[  653.410354] CPU: 1 PID: 977 Comm: Xorg Tainted: G             L    4.19.0+ #1
[  653.418401] Hardware name: Intel Corporation S1200SP/S1200SP, BIOS S1200SP.86B.03.01.0020.052620170737 05/26/2017
[  653.429938] RIP: 0010:smp_call_function_single+0xdd/0x100
[  653.436049] Code: 00 00 00 75 40 48 83 c4 48 41 5a 5d 49 8d 62 f8 c3 48 89 d1 48 89 f2 48 8d 75 b0 e8 6d fe ff ff 8b 55 c8 83 e2 01 74 0a f3 90 <8b> 55 c8 83 e2 01 75 f6 eb c2 8b 05 fb ea 4a 01 85 c0 75 80 0f 0b
[  653.457085] RSP: 0018:ffffc9000133fc80 EFLAGS: 00000202 ORIG_RAX: ffffffffffffff0c
[  653.465614] RAX: 0000000000000000 RBX: ffff88026b088440 RCX: 0000000000000200
[  653.473659] RDX: 0000000000000001 RSI: ffffffff82114160 RDI: ffffffff81c11800
[  653.481706] RBP: ffffc9000133fcd0 R08: 0000000000000000 R09: 0000000000000007
[  653.489756] R10: 0000000000000000 R11: 0000000000000040 R12: 0000000000000001
[  653.497801] R13: ffff880233f38960 R14: ffff88026b088040 R15: ffff8802352c7bb8
[  653.505850] FS:  00007fbd458c2a40(0000) GS:ffff88026b640000(0000) knlGS:0000000000000000
[  653.514964] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  653.521458] CR2: 00007f16f4121000 CR3: 0000000254e3c004 CR4: 00000000003606e0
[  653.529503] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[  653.537553] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[  653.545599] Call Trace:
[  653.548413]  ? flush_tlb_func_common.constprop.9+0x230/0x230
[  653.554810]  ? cpumask_next_and+0x19/0x20
[  653.559368]  ? smp_call_function_many+0xa3/0x260
[  653.564599]  ? flush_tlb_mm_range+0xd5/0x130
[  653.569448]  flush_tlb_mm_range+0xd5/0x130
[  653.574104]  ? tlb_flush_mmu+0x46/0x110
[  653.578467]  tlb_flush_mmu+0x46/0x110
[  653.582632]  arch_tlb_finish_mmu+0x16/0xa0
[  653.587289]  tlb_finish_mmu+0x1f/0x30
[  653.591456]  unmap_region+0xd9/0x120
[  653.595528]  do_munmap+0x27e/0x440
[  653.599409]  __x64_sys_brk+0x15e/0x1d0
[  653.603671]  do_syscall_64+0x55/0x100
[  653.607841]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[  653.613561] RIP: 0033:0x7fbd432daca9
[  653.617634] Code: 5c c3 0f 1f 80 00 00 00 00 64 83 3b 0d 75 e9 64 c7 03 01 00 00 00 5b 5d 41 5c c3 66 0f 1f 44 00 00 b9 0c 00 00 00 89 c8 0f 05 <48> 3d 00 f0 ff ff 48 89 c2 77 1c 48 8b 05 0d 82 2b 00 48 89 10 31
[  653.638671] RSP: 002b:00007ffe103df708 EFLAGS: 00003246 ORIG_RAX: 000000000000000c
[  653.647201] RAX: ffffffffffffffda RBX: 00005645f6b97000 RCX: 00007fbd432daca9
[  653.655250] RDX: 0000000000000000 RSI: 00007fbd43593b58 RDI: 00005645f5f73000
[  653.663294] RBP: ffffffffff3dc000 R08: 0000000000000001 R09: 0000000000000000
[  653.671343] R10: 0000000000000020 R11: 0000000000003246 R12: 00007fbd43595f58
[  653.679391] R13: 00007fbd43594380 R14: 00007fbd43594390 R15: 00005645f6b97000
[  666.094409] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[  666.100927] rcu: 	2-...0: (63 ticks this GP) idle=3e6/1/0x4000000000000000 softirq=7522/7522 fqs=49 
[  666.111202] rcu: 	(detected by 7, t=84027 jiffies, g=11277, q=4472)
[  666.118279] Sending NMI from CPU 7 to CPUs 2:
[  676.046237] rcu: rcu_sched kthread starved for 13251 jiffies! g11277 f0x0 RCU_GP_WAIT_FQS(5) ->state=0x402 ->cpu=3
[  676.057695] rcu: RCU grace-period kthread stack dump:
[  676.063415] rcu_sched       I    0    10      2 0x80000000
[  676.069620] Call Trace:
[  676.072437]  ? __schedule+0x3f5/0x880
[  676.076601]  schedule+0x32/0x80
[  676.080189]  schedule_timeout+0x16f/0x350
[  676.084746]  ? __next_timer_interrupt+0xc0/0xc0
[  676.089883]  rcu_gp_kthread+0x571/0x860
[  676.094246]  kthread+0xf8/0x130
[  676.097833]  ? call_rcu+0x10/0x10
[  676.101616]  ? kthread_create_worker_on_cpu+0x70/0x70
[  676.107338]  ret_from_fork+0x35/0x40
[  681.325758] watchdog: BUG: soft lockup - CPU#1 stuck for 22s! [Xorg:977]
[  681.333145] Modules linked in: bridge stp llc intel_rapl crct10dif_pclmul crc32_pclmul ghash_clmulni_intel pcbc aesni_intel aes_x86_64 mgag200 crypto_simd snd_pcm ttm cryptd snd_timer glue_helper drm_kms_helper ppdev snd ipmi_si mei_me soundcore iTCO_wdt ipmi_devintf drm iTCO_vendor_support mei sg intel_pch_thermal ie31200_edac intel_rapl_perf pcspkr ipmi_msghandler wmi parport_pc intel_vbtn parport acpi_power_meter video battery sparse_keymap button evdev joydev xen_pciback xen_netback xen_blkback xen_gntalloc xen_gntdev xen_evtchn xenfs xen_privcmd ip_tables x_tables autofs4 ext4 crc32c_generic crc16 mbcache jbd2 fscrypto hid_generic usbhid hid sd_mod ahci libahci xhci_pci igb libata xhci_hcd i2c_algo_bit crc32c_intel usbcore i2c_i801 scsi_mod dca e1000e fan thermal
[  681.409156] CPU: 1 PID: 977 Comm: Xorg Tainted: G             L    4.19.0+ #1
[  681.417204] Hardware name: Intel Corporation S1200SP/S1200SP, BIOS S1200SP.86B.03.01.0020.052620170737 05/26/2017
[  681.428741] RIP: 0010:smp_call_function_single+0xdd/0x100
[  681.434850] Code: 00 00 00 75 40 48 83 c4 48 41 5a 5d 49 8d 62 f8 c3 48 89 d1 48 89 f2 48 8d 75 b0 e8 6d fe ff ff 8b 55 c8 83 e2 01 74 0a f3 90 <8b> 55 c8 83 e2 01 75 f6 eb c2 8b 05 fb ea 4a 01 85 c0 75 80 0f 0b
[  681.455888] RSP: 0018:ffffc9000133fc80 EFLAGS: 00000202 ORIG_RAX: ffffffffffffff0c
[  681.464417] RAX: 0000000000000000 RBX: ffff88026b088440 RCX: 0000000000000200
[  681.472462] RDX: 0000000000000001 RSI: ffffffff82114160 RDI: ffffffff81c11800
[  681.480510] RBP: ffffc9000133fcd0 R08: 0000000000000000 R09: 0000000000000007
[  681.488558] R10: 0000000000000000 R11: 0000000000000040 R12: 0000000000000001
[  681.496605] R13: ffff880233f38960 R14: ffff88026b088040 R15: ffff8802352c7bb8
[  681.504650] FS:  00007fbd458c2a40(0000) GS:ffff88026b640000(0000) knlGS:0000000000000000
[  681.513767] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  681.520260] CR2: 00007f16f4121000 CR3: 0000000254e3c004 CR4: 00000000003606e0
[  681.528307] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[  681.536355] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[  681.544399] Call Trace:
[  681.547213]  ? flush_tlb_func_common.constprop.9+0x230/0x230
[  681.553613]  ? cpumask_next_and+0x19/0x20
[  681.558171]  ? smp_call_function_many+0xa3/0x260
[  681.563403]  ? flush_tlb_mm_range+0xd5/0x130
[  681.568251]  flush_tlb_mm_range+0xd5/0x130
[  681.572907]  ? tlb_flush_mmu+0x46/0x110
[  681.577268]  tlb_flush_mmu+0x46/0x110
[  681.581436]  arch_tlb_finish_mmu+0x16/0xa0
[  681.586092]  tlb_finish_mmu+0x1f/0x30
[  681.590260]  unmap_region+0xd9/0x120
[  681.594335]  do_munmap+0x27e/0x440
[  681.598211]  __x64_sys_brk+0x15e/0x1d0
[  681.602474]  do_syscall_64+0x55/0x100
[  681.606646]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[  681.612365] RIP: 0033:0x7fbd432daca9
[  681.616435] Code: 5c c3 0f 1f 80 00 00 00 00 64 83 3b 0d 75 e9 64 c7 03 01 00 00 00 5b 5d 41 5c c3 66 0f 1f 44 00 00 b9 0c 00 00 00 89 c8 0f 05 <48> 3d 00 f0 ff ff 48 89 c2 77 1c 48 8b 05 0d 82 2b 00 48 89 10 31
[  681.637475] RSP: 002b:00007ffe103df708 EFLAGS: 00003246 ORIG_RAX: 000000000000000c
[  681.646006] RAX: ffffffffffffffda RBX: 00005645f6b97000 RCX: 00007fbd432daca9
[  681.654051] RDX: 0000000000000000 RSI: 00007fbd43593b58 RDI: 00005645f5f73000
[  681.662099] RBP: ffffffffff3dc000 R08: 0000000000000001 R09: 0000000000000000
[  681.670145] R10: 0000000000000020 R11: 0000000000003246 R12: 00007fbd43595f58
[  681.678191] R13: 00007fbd43594380 R14: 00007fbd43594390 R15: 00005645f6b97000

[-- Attachment #4: xl_output_clean --]
[-- Type: text/plain, Size: 1449 bytes --]

test@debian:~/w/install$ sudo ./xen/sbin/xl create ~/w/images/domU_hvm.cfg
Parsing config from /home/test/w/images/domU_hvm.cfg
libxl: error: libxl_domain.c:1214:libxl__get_domid: failed to get own domid (domid)
libxl: error: libxl_device.c:1167:device_hotplug: Domain 1:Failed to get domid
libxl: error: libxl_domain.c:1214:libxl__get_domid: failed to get own domid (domid)
libxl: error: libxl_device.c:1167:device_hotplug: Domain 1:Failed to get domid
libxl: error: libxl_create.c:1297:domcreate_launch_dm: Domain 1:unable to add disk devices
libxl: error: libxl_domain.c:1214:libxl__get_domid: failed to get own domid (domid)
libxl: error: libxl_device.c:968:libxl__initiate_device_generic_remove: Domain 1:unable to get my domid
libxl: error: libxl_domain.c:1214:libxl__get_domid: failed to get own domid (domid)
libxl: error: libxl_domain.c:1214:libxl__get_domid: failed to get own domid (domid)
libxl: error: libxl_device.c:968:libxl__initiate_device_generic_remove: Domain 1:unable to get my domid
libxl: error: libxl_domain.c:1214:libxl__get_domid: failed to get own domid (domid)
libxl: error: libxl_domain.c:1107:devices_destroy_cb: Domain 1:libxl__devices_destroy failed
libxl: error: libxl_domain.c:1034:libxl__destroy_domid: Domain 1:Non-existant domain
libxl: error: libxl_domain.c:993:domain_destroy_callback: Domain 1:Unable to destroy guest
libxl: error: libxl_domain.c:920:domain_destroy_cb: Domain 1:Destruction of domain failed


[-- Attachment #5: xl_output_xencommons --]
[-- Type: text/plain, Size: 759 bytes --]

test@debian:~/w/install$ sudo ./xen/sbin/xl create ~/w/images/domU_hvm.cfg 
Parsing config from /home/test/w/images/domU_hvm.cfg
libxl: error: libxl_qmp.c:334:qmp_handle_error_response: Domain 2:received an error message from QMP server: Mapping machine irq 18 to pirq -1 failed: Function not implemented
libxl: error: libxl_pci.c:1300:libxl__add_pcidevs: Domain 2:libxl_device_pci_add failed: -3
libxl: error: libxl_create.c:1522:domcreate_attach_devices: Domain 2:unable to add pci devices
libxl: error: libxl_domain.c:1034:libxl__destroy_domid: Domain 2:Non-existant domain
libxl: error: libxl_domain.c:993:domain_destroy_callback: Domain 2:Unable to destroy guest
libxl: error: libxl_domain.c:920:domain_destroy_cb: Domain 2:Destruction of domain failed


[-- Attachment #6: Type: text/plain, Size: 157 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

* Re: dom0/pvh: Dom0 PVH with PCI passthrough support status
  2018-11-05 14:17           ` Alexandru Vasile
@ 2018-11-05 18:03             ` Roger Pau Monné
  2018-11-06 10:48             ` Wei Liu
  1 sibling, 0 replies; 11+ messages in thread
From: Roger Pau Monné @ 2018-11-05 18:03 UTC (permalink / raw)
  To: Alexandru Vasile
  Cc: Juergen Gross, Wei Liu, Andrew Cooper, Paul Durrant, Jan Beulich,
	xen-devel

On Mon, Nov 05, 2018 at 04:17:56PM +0200, Alexandru Vasile wrote:
> On Mon, Nov 05, 2018 at 12:57 PM, Wei Liu wrote:
> > On Mon, Nov 05, 2018 at 11:58:09AM +0200, Alexandru Vasile wrote:
> > > Hello,
> > > (XEN) event_channel.c:319:d0v1 EVTCHNOP failure: domain 1, error -22
> > > (XEN) event_channel.c:319:d0v3 EVTCHNOP failure: domain 1, error -22
> > Do you perhaps have more than one xenstored / xenconsoled running?
> 
> The processes listed by 'ps -aux | grep xen' immediately after dom0 boots
> are oxenstored, xenconsoled and xenwatchdogd.
> 
> I did start 'xencommons ' from my install folder due to xl showing the name
> of Dom0 as '(null)' and also because of a difference in output error from xl
> when creating a HVM DomU with passthrough (the output is captured in files
> xl_output_clean[0] and xl_output_xencommons[1]).
> 
> > > (XEN) Assertion 'fdom != p2m->domain' failed at p2m.c:504
> > You can work around this with:
> > 
> > ---8<---
> >  From 9437054299c1d360eb4fedd065d51965e560fc0c Mon Sep 17 00:00:00 2001
> > From: Wei Liu<wei.liu2@citrix.com>
> > Date: Fri, 2 Nov 2018 14:55:04 +0000
> > Subject: [PATCH] DROP DONT POST
> > 
> > ---
> >   xen/arch/x86/mm.c | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/xen/arch/x86/mm.c b/xen/arch/x86/mm.c
> > index f043e43ac7..9c154783e4 100644
> > --- a/xen/arch/x86/mm.c
> > +++ b/xen/arch/x86/mm.c
> > @@ -4443,7 +4443,7 @@ int arch_acquire_resource(struct domain *d, unsigned int type,
> >       switch ( type )
> >       {
> > -#ifdef CONFIG_HVM
> > +#if 0
> >       case XENMEM_resource_ioreq_server:
> >       {
> >           ioservid_t ioservid = id;
> > -- 2.11.0
> 
> Thank you, after applying this patch dom0 no longer freezes or reboots,
> therefore I was able to capture all the error messages from the 'xl create'
> command [0] [1].

So the error message is:

libxl: error: libxl_qmp.c:334:qmp_handle_error_response: Domain 2:received an error message from QMP server: Mapping machine irq 18 to pirq -1 failed: Function not implemented

I haven't looked into the code, but I think QEMU is likely trying to
use a PHYSDEVOP_ or some other hypercall that's not been made
available to PVH. If you want to debug this you will have to figure
out which hypercall is being blocked by looking into the QEMU code
and finding where that error message is coming from.

> Another problem that I discovered while investigating pci passthrough is
> that Dom0 randomly freezes. I encountered this problem multiple times, but
> on two occasions I was able to capture the output form the serial console:
> the problem will reset dom0 after 5 seconds [2] or will cause the system to
> never reset [3].
> 
> I later applied the patch from [4] as seeing this is a recurrent problem,
> but I could not reproduce the bug even when stressing the system.

This is currently being looked into by Intel, and seems to be some
kind of hardware bug/errata.

Roger.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

* Re: dom0/pvh: Dom0 PVH with PCI passthrough support status
  2018-11-05 14:17           ` Alexandru Vasile
  2018-11-05 18:03             ` Roger Pau Monné
@ 2018-11-06 10:48             ` Wei Liu
  1 sibling, 0 replies; 11+ messages in thread
From: Wei Liu @ 2018-11-06 10:48 UTC (permalink / raw)
  To: Alexandru Vasile
  Cc: Juergen Gross, Wei Liu, Andrew Cooper, Paul Durrant, Jan Beulich,
	xen-devel, Roger Pau Monné

On Mon, Nov 05, 2018 at 04:17:56PM +0200, Alexandru Vasile wrote:
> On Mon, Nov 05, 2018 at 12:57 PM, Wei Liu wrote:
> > On Mon, Nov 05, 2018 at 11:58:09AM +0200, Alexandru Vasile wrote:
> > > Hello,
> > > (XEN) event_channel.c:319:d0v1 EVTCHNOP failure: domain 1, error -22
> > > (XEN) event_channel.c:319:d0v3 EVTCHNOP failure: domain 1, error -22
> > Do you perhaps have more than one xenstored / xenconsoled running?
> 
> The processes listed by 'ps -aux | grep xen' immediately after dom0 boots
> are oxenstored, xenconsoled and xenwatchdogd.
> 
> I did start 'xencommons ' from my install folder due to xl showing the name
> of Dom0 as '(null)' and also because of a difference in output error from xl
> when creating a HVM DomU with passthrough (the output is captured in files
> xl_output_clean[0] and xl_output_xencommons[1]).

Roger has already answered  your questions, I just want to add to this:
running xencommons manually is likely to start a second instance of some
services. You can fix this by configure your system properly. If you use
systemd, just enable all xen related units.

Wei.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

end of thread, other threads:[~2018-11-06 10:48 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-19 16:08 dom0/pvh: Dom0 PVH with PCI passthrough support status Vasile, Alexandru-catalin
2018-10-19 16:22 ` Roger Pau Monné
2018-10-30 11:32   ` Alexandru Vasile
2018-10-30 15:07     ` Roger Pau Monné
2018-11-05  9:58       ` Alexandru Vasile
2018-11-05 10:57         ` Wei Liu
2018-11-05 14:17           ` Alexandru Vasile
2018-11-05 18:03             ` Roger Pau Monné
2018-11-06 10:48             ` Wei Liu
2018-10-30 15:19     ` Wei Liu
2018-11-05 10:12       ` Alexandru Vasile

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