All of lore.kernel.org
 help / color / mirror / Atom feed
* Problems with pci/vga passthrough
@ 2017-01-18  1:37 Diederik de Haas
  2017-01-18 16:20 ` Is: EPT violations. Was:Re: " Konrad Rzeszutek Wilk
  0 siblings, 1 reply; 13+ messages in thread
From: Diederik de Haas @ 2017-01-18  1:37 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1.1: Type: text/plain, Size: 4694 bytes --]

Hi!

I reported/discussed this earlier on IRC, but was asked to report it here too.

The goal I tried to accomplish was getting vga passthrough working to get 
hardware acceleration and OpenGL 2+ working for a vm containing 
KDE Plasma 5 (Debian Stretch). 
The graphics card I tried it with was an (old) NVidia GeForce 6200 TurboCache 
and even though I already had a suspicion that it would be challenging, 
which was confirmed on IRC, I wanted to try/figure out what I should be doing 
as I'm (very) new to Xen. 

But as soon as I enabled 'gfx_passthru = 1` and `pci = [ '02:00.0' ]`, the 
`xl create <vm-config>` process kept crashing and the only way I was able to 
stop it was by doing `kill <xl-create-process>` and the <xl-create-process> was 
"/usr/lib/xen-4.8/bin/xl create -c /etc/xen/tradestation.home.cknow.org.cfg" 
(attached as tradestation.xen.cfg)

Here's some console output illustrating the crashing:
root@cknowsvr01:/home/diederik# xl create -c /etc/xen/tradestation.home.cknow.org.cfg 
Parsing config from /etc/xen/tradestation.home.cknow.org.cfg
libxl: notice: libxl_numa.c:518:libxl__get_numa_candidate: NUMA placement failed, performance might be affected
libxl: error: libxl_qmp.c:287:qmp_handle_error_response: received an error message from QMP server: Could not set password
root@cknowsvr01:/home/diederik# xl list
Name                                        ID   Mem VCPUs      State   Time(s)
Domain-0                                     0 112773    32     r-----      80.0
tradestation.home.cknow.org                  5 16383     1     --psc-       0.0
root@cknowsvr01:/home/diederik# xl list
Name                                        ID   Mem VCPUs      State   Time(s)
Domain-0                                     0 112773    32     r-----      86.2
tradestation.home.cknow.org                  6 16383     1     ---sc-       0.0
root@cknowsvr01:/home/diederik# xl list
Name                                        ID   Mem VCPUs      State   Time(s)
Domain-0                                     0 112773    32     r-----      86.3
tradestation.home.cknow.org                  6 16383     1     ---sc-       0.0
root@cknowsvr01:/home/diederik# xl list
Name                                        ID   Mem VCPUs      State   Time(s)
Domain-0                                     0 112773    32     r-----      90.4
root@cknowsvr01:/home/diederik# xl list
Name                                        ID   Mem VCPUs      State   Time(s)
Domain-0                                     0 112773    32     r-----      92.8
tradestation.home.cknow.org                  7 16383     1     ---sc-       0.0
root@cknowsvr01:/home/diederik# xl list
Name                                        ID   Mem VCPUs      State   Time(s)
Domain-0                                     0 112773    32     r-----     132.1
tradestation.home.cknow.org                 13 16383     1     ---sc-       0.0

Trying with `xl destroy <id>` didn't help, `xl pause <id>` paused the 
crashing, but as soon as I tried to activate it again, the crash-loop 
continued and as said before `kill <xl-create-process>` was the only way out.

I've also attached the output of `xl info` and `xl dmesg` as that may 
provide some info as well. 
In the `xl dmesg` you'll notice various crashes as well and that is very likely 
due to hardware-wise failing of the vga card which disappeared when I took 
the vga card out of the system.

Furthermore, I have also attached a description of the process I tried to get 
it working when trying to use `xl pci-assignable-add` which resulted in a 
complete system hang. In retrospect it may have been caused by hardware 
failure, but still, getting a complete system hang when executing a `xl` 
command isn't nice. 
But as I said, I'm a n00b wrt Xen, so I figured I better provide too much 
info then too little.

No matter the hardware failure, I see the continuous loop of the  failed vm 
creation attempt as a real problem as I could only stop that by using 
`kill <pid>` and that was before the hardware (really) died.

As it looks like the hardware failure of the vga card even prevented booting 
of the whole system at some point, I have removed it and have no plans to 
put it back in, even for testing purposes. 
But otherwise I'll try to answer any questions to the best of my abilities.
I have ordered an XFX Radeon RX 460 - 4GB GDDR5 (passively cooled) and 
when that arrives I can try to see whether I can reproduce it with that too, 
but it may take a couple of days and it is a completely different card.

Lastly, I subscribed to this list but due to the huge volume, I unsubscribed 
again, so a CC of any response would be preferable.

Cheers,
  Diederik

[-- Attachment #1.1.2: tradestation.xen.cfg --]
[-- Type: text/plain, Size: 1118 bytes --]

root@cknowsvr01:/home/diederik# cat /etc/xen/tradestation.home.cknow.org.cfg 
#
# Configuration file for the Xen instance tradestation.home.cknow.org, created
# by xen-tools 4.6.2 on Sun Jan  8 12:58:13 2017.
#

#
#  Kernel + memory size
#
kernel      = '/boot/vmlinuz-4.8.0-2-amd64'
extra       = 'elevator=noop xen-fbfront.video=32,1920,1080'
ramdisk     = '/boot/initrd.img-4.8.0-2-amd64'

vcpus       = '8'
memory      = '16384'

# Use PVH mode
pvh         = 1


#
#  Disk device(s).
#
root        = '/dev/xvda2 ro'
disk        = [
                  'phy:/dev/vgXen/tradestation.home.cknow.org-disk,xvda2,w',
                  'phy:/dev/vgXen/tradestation.home.cknow.org-swap,xvda1,w',
              ]


#
#  Physical volumes
#


#
#  Hostname
#
name        = 'tradestation.home.cknow.org'

#
#  Networking
#
dhcp        = 'dhcp'
vif         = [ 'mac=00:16:3E:C3:B3:E8' ]

#
#  Behaviour
#
on_poweroff = 'destroy'
on_reboot   = 'restart'
on_crash    = 'restart'


# PCI devices
# pvh = 1 is likely needed for this
gfx_passthru = 1
pci = [ '02:00.0' ]

# VNC
vnc=1
vnclisten=""
vncpasswd=""
vga="stdvga"
videoram=64

[-- Attachment #1.1.3: xl_info+xl_dmesg-with-nvidia-card.txt --]
[-- Type: text/plain, Size: 32482 bytes --]

root@cknowsvr01:/home/diederik# xl info
host                   : cknowsvr01
release                : 4.8.0-2-amd64
version                : #1 SMP Debian 4.8.15-2 (2017-01-04)
machine                : x86_64
nr_cpus                : 32
max_cpu_id             : 31
nr_nodes               : 2
cores_per_socket       : 8
threads_per_core       : 2
cpu_mhz                : 2095
hw_caps                : b7ebfbff:77fef3ff:2c100800:00000121:00000001:001cbfbb:00000000:00000100
virt_caps              : hvm hvm_directio
total_memory           : 130972
free_memory            : 65
sharing_freed_memory   : 0
sharing_used_memory    : 0
outstanding_claims     : 0
free_cpus              : 0
xen_major              : 4
xen_minor              : 8
xen_extra              : .0
xen_version            : 4.8.0
xen_caps               : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32 hvm-3.0-x86_32p hvm-3.0-x86_64 
xen_scheduler          : credit
xen_pagesize           : 4096
platform_params        : virt_start=0xffff800000000000
xen_changeset          : 
xen_commandline        : placeholder
cc_compiler            : gcc (Debian 6.2.1-7) 6.2.1 20161215
cc_compile_by          : ian.jackson
cc_compile_domain      : eu.citrix.com
cc_compile_date        : Thu Dec 22 18:03:41 UTC 2016
build_id               : c8b753ce66a22831cdf39f5624a3365352d37a44
xend_config_format     : 4
root@cknowsvr01:/home/diederik# xl dmesg
(XEN) Xen version 4.8.0 (Debian 4.8.0-1) (ian.jackson@eu.citrix.com) (gcc (Debian 6.2.1-7) 6.2.1 20161215) debug=n  Thu Dec 22 18:03:41 UTC 2016
(XEN) Bootloader: GRUB 2.02~beta3-3
(XEN) Command line: placeholder
(XEN) Video information:
(XEN)  VGA is text mode 80x25, font 8x16
(XEN)  VBE/DDC methods: none; EDID transfer time: 0 seconds
(XEN)  EDID info not retrieved because no DDC retrieval method detected
(XEN) Disc information:
(XEN)  Found 5 MBR signatures
(XEN)  Found 5 EDD information structures
(XEN) Xen-e820 RAM map:
(XEN)  0000000000000000 - 000000000009e800 (usable)
(XEN)  000000000009e800 - 00000000000a0000 (reserved)
(XEN)  00000000000e0000 - 0000000000100000 (reserved)
(XEN)  0000000000100000 - 0000000079d24000 (usable)
(XEN)  0000000079d24000 - 000000007b8ea000 (reserved)
(XEN)  000000007b8ea000 - 000000007b95d000 (ACPI data)
(XEN)  000000007b95d000 - 000000007bee0000 (ACPI NVS)
(XEN)  000000007bee0000 - 0000000090000000 (reserved)
(XEN)  00000000fed1c000 - 00000000fed45000 (reserved)
(XEN)  00000000ff000000 - 0000000100000000 (reserved)
(XEN)  0000000100000000 - 0000002080000000 (usable)
(XEN) ACPI: RSDP 000F0580, 0024 (r2 ALASKA)
(XEN) ACPI: XSDT 7B9120B0, 00D4 (r1 ALASKA   A M I   1072009 AMI     10013)
(XEN) ACPI: FACP 7B941410, 010C (r5 ALASKA   A M I   1072009 AMI     10013)
(XEN) ACPI: DSDT 7B912218, 2F1F7 (r2 ALASKA   A M I   1072009 INTL 20091013)
(XEN) ACPI: FACS 7BEDEF80, 0040
(XEN) ACPI: APIC 7B941520, 0224 (r3 ALASKA   A M I   1072009 AMI     10013)
(XEN) ACPI: FPDT 7B941748, 0044 (r1 ALASKA   A M I   1072009 AMI     10013)
(XEN) ACPI: FIDT 7B941790, 009C (r1 ALASKA   A M I   1072009 AMI     10013)
(XEN) ACPI: MCFG 7B941830, 003C (r1 ALASKA    A M I  1072009 MSFT       97)
(XEN) ACPI: EINJ 7B95C7D0, 0130 (r1 ALASKA   A M I         1 INTL        1)
(XEN) ACPI: UEFI 7B9418C8, 0042 (r1 ALASKA   A M I   1072009             0)
(XEN) ACPI: HPET 7B941910, 0038 (r1 ALASKA   A M I         1 INTL 20091013)
(XEN) ACPI: MSCT 7B941948, 0090 (r1 ALASKA   A M I         1 INTL 20091013)
(XEN) ACPI: SLIT 7B9419D8, 0030 (r1 ALASKA   A M I         1 INTL 20091013)
(XEN) ACPI: SRAT 7B941A08, 1158 (r3 ALASKA   A M I         1 INTL 20091013)
(XEN) ACPI: WDDT 7B942B60, 0040 (r1 ALASKA   A M I         0 INTL 20091013)
(XEN) ACPI: SSDT 7B942BA0, 16FB3 (r2 ALASKA    PmMgt        1 INTL 20120913)
(XEN) ACPI: NITR 7B959B58, 0071 (r2 ALASKA   A M I         1 INTL 20091013)
(XEN) ACPI: SPMI 7B959BD0, 0041 (r5 ALASKA   A M I         0 AMI.        0)
(XEN) ACPI: SSDT 7B959C18, 2652 (r2 ALASKA SpsNm           2 INTL 20120913)
(XEN) ACPI: SSDT 7B95C270, 0064 (r2 ALASKA SpsNvs          2 INTL 20120913)
(XEN) ACPI: PRAD 7B95C2D8, 0102 (r2 ALASKA   A M I         2 INTL 20120913)
(XEN) ACPI: DMAR 7B95C3E0, 00E8 (r1 ALASKA   A M I         1 INTL 20091013)
(XEN) ACPI: HEST 7B95C4C8, 00A8 (r1 ALASKA   A M I         1 INTL        1)
(XEN) ACPI: BERT 7B95C570, 0030 (r1 ALASKA   A M I         1 INTL        1)
(XEN) ACPI: ERST 7B95C5A0, 0230 (r1 ALASKA   A M I         1 INTL        1)
(XEN) System RAM: 130972MB (134116104kB)
(XEN) Domain heap initialised DMA width 32 bits
(XEN) ACPI: 32/64X FACS address mismatch in FADT - 7bedef80/0000000000000000, using 32
(XEN) IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
(XEN) IOAPIC[1]: apic_id 2, version 32, address 0xfec01000, GSI 24-47
(XEN) IOAPIC[2]: apic_id 3, version 32, address 0xfec40000, GSI 48-71
(XEN) Enabling APIC mode:  Phys.  Using 3 I/O APICs
(XEN) Not enabling x2APIC (upon firmware request)
(XEN) xstate: size: 0x340 and states: 0x7
(XEN) CMCI: threshold 0x2 too large for CPU0 bank 17, using 0x1
(XEN) CMCI: threshold 0x2 too large for CPU0 bank 18, using 0x1
(XEN) CMCI: threshold 0x2 too large for CPU0 bank 19, using 0x1
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Platform timer is 14.318MHz HPET
(XEN) Detected 2095.152 MHz processor.
(XEN) Initing memory sharing.
(XEN) Intel VT-d iommu 0 supported page sizes: 4kB, 2MB, 1GB.
(XEN) Intel VT-d iommu 1 supported page sizes: 4kB, 2MB, 1GB.
(XEN) Intel VT-d Snoop Control enabled.
(XEN) Intel VT-d Dom0 DMA Passthrough not enabled.
(XEN) Intel VT-d Queued Invalidation enabled.
(XEN) Intel VT-d Interrupt Remapping enabled.
(XEN) Intel VT-d Posted Interrupt not enabled.
(XEN) Intel VT-d Shared EPT tables enabled.
(XEN) I/O virtualisation enabled
(XEN)  - Dom0 mode: Relaxed
(XEN) Interrupt remapping enabled
(XEN) Enabled directed EOI with ioapic_ack_old on!
(XEN) ENABLING IO-APIC IRQs
(XEN)  -> Using old ACK method
(XEN) Allocated console ring of 64 KiB.
(XEN) VMX: Supported advanced features:
(XEN)  - APIC MMIO access virtualisation
(XEN)  - APIC TPR shadow
(XEN)  - Extended Page Tables (EPT)
(XEN)  - Virtual-Processor Identifiers (VPID)
(XEN)  - Virtual NMI
(XEN)  - MSR direct-access bitmap
(XEN)  - Unrestricted Guest
(XEN)  - APIC Register Virtualization
(XEN)  - Virtual Interrupt Delivery
(XEN)  - Posted Interrupt Processing
(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) CMCI: threshold 0x2 too large for CPU16 bank 17, using 0x1
(XEN) CMCI: threshold 0x2 too large for CPU16 bank 18, using 0x1
(XEN) CMCI: threshold 0x2 too large for CPU16 bank 19, using 0x1
(XEN) Brought up 32 CPUs
(XEN) Dom0 has maximum 1224 PIRQs
(XEN) *** LOADING DOMAIN 0 ***
(XEN)  Xen  kernel: 64-bit, lsb, compat32
(XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x1000000 -> 0x1d6b000
(XEN) PHYSICAL MEMORY ARRANGEMENT:
(XEN)  Dom0 alloc.:   000000202e000000->0000002030000000 (33053699 pages to be allocated)
(XEN)  Init. ramdisk: 000000207ecd0000->000000207ffffbda
(XEN) VIRTUAL MEMORY ARRANGEMENT:
(XEN)  Loaded kernel: ffffffff81000000->ffffffff81d6b000
(XEN)  Init. ramdisk: 0000000000000000->0000000000000000
(XEN)  Phys-Mach map: 0000008000000000->000000800fc47998
(XEN)  Start info:    ffffffff81d6b000->ffffffff81d6b4b4
(XEN)  Page tables:   ffffffff81d6c000->ffffffff81d7f000
(XEN)  Boot stack:    ffffffff81d7f000->ffffffff81d80000
(XEN)  TOTAL:         ffffffff80000000->ffffffff82000000
(XEN)  ENTRY ADDRESS: ffffffff81b35180
(XEN) Dom0 has maximum 32 VCPUs
(XEN) Scrubbing Free RAM on 2 nodes using 16 CPUs
(XEN) ..................................................................done.
(XEN) Initial low memory virq threshold set at 0x4000 pages.
(XEN) Std. Loglevel: Errors and warnings
(XEN) Guest Loglevel: Nothing (Rate-limited: Errors and warnings)
(XEN) Xen is relinquishing VGA console.
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
(XEN) Freed 312kB init memory
(XEN) d1v0 EPT violation 0x182 (-w-/---) gpa 0x000004861ff000 mfn 0xffffffffffffffff type 4
(XEN) d1v0 Walking EPT tables for GFN 4861ff:
(XEN) d1v0  gfn exceeds max_mapped_pfn 400000
(XEN) d1v0  --- GLA 0xffff8804861ff000
(XEN) domain_crash called from vmx.c:3108
(XEN) Domain 1 (vcpu#0) crashed on cpu#19:
(XEN) ----[ Xen-4.8.0  x86_64  debug=n   Not tainted ]----
(XEN) CPU:    19
(XEN) RIP:    0010:[<ffffffff8132c462>]
(XEN) RFLAGS: 0000000000010016   CONTEXT: hvm guest (d1v0)
(XEN) rax: 0000000000000000   rbx: 0000000000000001   rcx: 000000000000003f
(XEN) rdx: 0000000000000006   rsi: ffffffff81ae5688   rdi: ffff8804861ff000
(XEN) rbp: 00000000004861ff   rsp: ffffffff81a03c20   r8:  0000000000000040
(XEN) r9:  0000000000000000   r10: 0000000100000000   r11: 00000004862dc000
(XEN) r12: 0000000000000001   r13: ffff880001d3e050   r14: ffffffff81a66804
(XEN) r15: 0000000481400000   cr0: 0000000080050033   cr4: 0000000000040620
(XEN) cr3: 0000000001a06000   cr2: 0000000000000000
(XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0010
(XEN) Guest stack trace from rsp=ffffffff81a03c20:
(XEN)   Fault while accessing guest memory.
(XEN) d2v0 EPT violation 0x182 (-w-/---) gpa 0x000004861ff000 mfn 0xffffffffffffffff type 4
(XEN) d2v0 Walking EPT tables for GFN 4861ff:
(XEN) d2v0  gfn exceeds max_mapped_pfn 400000
(XEN) d2v0  --- GLA 0xffff8804861ff000
(XEN) domain_crash called from vmx.c:3108
(XEN) Domain 2 (vcpu#0) crashed on cpu#15:
(XEN) ----[ Xen-4.8.0  x86_64  debug=n   Not tainted ]----
(XEN) CPU:    15
(XEN) RIP:    0010:[<ffffffff8132c462>]
(XEN) RFLAGS: 0000000000010016   CONTEXT: hvm guest (d2v0)
(XEN) rax: 0000000000000000   rbx: 0000000000000001   rcx: 000000000000003f
(XEN) rdx: 0000000000000006   rsi: ffffffff81ae5688   rdi: ffff8804861ff000
(XEN) rbp: 00000000004861ff   rsp: ffffffff81a03c20   r8:  0000000000000040
(XEN) r9:  0000000000000000   r10: 0000000100000000   r11: 00000004862dc000
(XEN) r12: 0000000000000001   r13: ffff880001d3e050   r14: ffffffff81a66804
(XEN) r15: 0000000481400000   cr0: 0000000080050033   cr4: 0000000000040620
(XEN) cr3: 0000000001a06000   cr2: 0000000000000000
(XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0010
(XEN) Guest stack trace from rsp=ffffffff81a03c20:
(XEN)   Fault while accessing guest memory.
(XEN) d3v0 EPT violation 0x182 (-w-/---) gpa 0x000004861ff000 mfn 0xffffffffffffffff type 4
(XEN) d3v0 Walking EPT tables for GFN 4861ff:
(XEN) d3v0  gfn exceeds max_mapped_pfn 400000
(XEN) d3v0  --- GLA 0xffff8804861ff000
(XEN) domain_crash called from vmx.c:3108
(XEN) Domain 3 (vcpu#0) crashed on cpu#20:
(XEN) ----[ Xen-4.8.0  x86_64  debug=n   Not tainted ]----
(XEN) CPU:    20
(XEN) RIP:    0010:[<ffffffff8132c462>]
(XEN) RFLAGS: 0000000000010016   CONTEXT: hvm guest (d3v0)
(XEN) rax: 0000000000000000   rbx: 0000000000000001   rcx: 000000000000003f
(XEN) rdx: 0000000000000006   rsi: ffffffff81ae5688   rdi: ffff8804861ff000
(XEN) rbp: 00000000004861ff   rsp: ffffffff81a03c20   r8:  0000000000000040
(XEN) r9:  0000000000000000   r10: 0000000100000000   r11: 00000004862dc000
(XEN) r12: 0000000000000001   r13: ffff880001d3e050   r14: ffffffff81a66804
(XEN) r15: 0000000481400000   cr0: 0000000080050033   cr4: 0000000000040620
(XEN) cr3: 0000000001a06000   cr2: 0000000000000000
(XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0010
(XEN) Guest stack trace from rsp=ffffffff81a03c20:
(XEN)   Fault while accessing guest memory.
(XEN) d4v0 EPT violation 0x182 (-w-/---) gpa 0x000004861ff000 mfn 0xffffffffffffffff type 4
(XEN) d4v0 Walking EPT tables for GFN 4861ff:
(XEN) d4v0  gfn exceeds max_mapped_pfn 400000
(XEN) d4v0  --- GLA 0xffff8804861ff000
(XEN) domain_crash called from vmx.c:3108
(XEN) Domain 4 (vcpu#0) crashed on cpu#12:
(XEN) ----[ Xen-4.8.0  x86_64  debug=n   Not tainted ]----
(XEN) CPU:    12
(XEN) RIP:    0010:[<ffffffff8132c462>]
(XEN) RFLAGS: 0000000000010016   CONTEXT: hvm guest (d4v0)
(XEN) rax: 0000000000000000   rbx: 0000000000000001   rcx: 000000000000003f
(XEN) rdx: 0000000000000006   rsi: ffffffff81ae5688   rdi: ffff8804861ff000
(XEN) rbp: 00000000004861ff   rsp: ffffffff81a03c20   r8:  0000000000000040
(XEN) r9:  0000000000000000   r10: 0000000100000000   r11: 00000004862dc000
(XEN) r12: 0000000000000001   r13: ffff880001d3e050   r14: ffffffff81a66804
(XEN) r15: 0000000481400000   cr0: 0000000080050033   cr4: 0000000000040620
(XEN) cr3: 0000000001a06000   cr2: 0000000000000000
(XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0010
(XEN) Guest stack trace from rsp=ffffffff81a03c20:
(XEN)   Fault while accessing guest memory.
(XEN) d5v0 EPT violation 0x182 (-w-/---) gpa 0x000004861ff000 mfn 0xffffffffffffffff type 4
(XEN) d5v0 Walking EPT tables for GFN 4861ff:
(XEN) d5v0  gfn exceeds max_mapped_pfn 400000
(XEN) d5v0  --- GLA 0xffff8804861ff000
(XEN) domain_crash called from vmx.c:3108
(XEN) Domain 5 (vcpu#0) crashed on cpu#28:
(XEN) ----[ Xen-4.8.0  x86_64  debug=n   Not tainted ]----
(XEN) CPU:    28
(XEN) RIP:    0010:[<ffffffff8132c462>]
(XEN) RFLAGS: 0000000000010016   CONTEXT: hvm guest (d5v0)
(XEN) rax: 0000000000000000   rbx: 0000000000000001   rcx: 000000000000003f
(XEN) rdx: 0000000000000006   rsi: ffffffff81ae5688   rdi: ffff8804861ff000
(XEN) rbp: 00000000004861ff   rsp: ffffffff81a03c20   r8:  0000000000000040
(XEN) r9:  0000000000000000   r10: 0000000100000000   r11: 00000004862dc000
(XEN) r12: 0000000000000001   r13: ffff880001d3e050   r14: ffffffff81a66804
(XEN) r15: 0000000481400000   cr0: 0000000080050033   cr4: 0000000000040620
(XEN) cr3: 0000000001a06000   cr2: 0000000000000000
(XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0010
(XEN) Guest stack trace from rsp=ffffffff81a03c20:
(XEN)   Fault while accessing guest memory.
(XEN) d6v0 EPT violation 0x182 (-w-/---) gpa 0x000004861ff000 mfn 0xffffffffffffffff type 4
(XEN) d6v0 Walking EPT tables for GFN 4861ff:
(XEN) d6v0  gfn exceeds max_mapped_pfn 400000
(XEN) d6v0  --- GLA 0xffff8804861ff000
(XEN) domain_crash called from vmx.c:3108
(XEN) Domain 6 (vcpu#0) crashed on cpu#24:
(XEN) ----[ Xen-4.8.0  x86_64  debug=n   Not tainted ]----
(XEN) CPU:    24
(XEN) RIP:    0010:[<ffffffff8132c462>]
(XEN) RFLAGS: 0000000000010016   CONTEXT: hvm guest (d6v0)
(XEN) rax: 0000000000000000   rbx: 0000000000000001   rcx: 000000000000003f
(XEN) rdx: 0000000000000006   rsi: ffffffff81ae5688   rdi: ffff8804861ff000
(XEN) rbp: 00000000004861ff   rsp: ffffffff81a03c20   r8:  0000000000000040
(XEN) r9:  0000000000000000   r10: 0000000100000000   r11: 00000004862dc000
(XEN) r12: 0000000000000001   r13: ffff880001d3e050   r14: ffffffff81a66804
(XEN) r15: 0000000481400000   cr0: 0000000080050033   cr4: 0000000000040620
(XEN) cr3: 0000000001a06000   cr2: 0000000000000000
(XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0010
(XEN) Guest stack trace from rsp=ffffffff81a03c20:
(XEN)   Fault while accessing guest memory.
(XEN) d7v0 EPT violation 0x182 (-w-/---) gpa 0x000004861ff000 mfn 0xffffffffffffffff type 4
(XEN) d7v0 Walking EPT tables for GFN 4861ff:
(XEN) d7v0  gfn exceeds max_mapped_pfn 400000
(XEN) d7v0  --- GLA 0xffff8804861ff000
(XEN) domain_crash called from vmx.c:3108
(XEN) Domain 7 (vcpu#0) crashed on cpu#30:
(XEN) ----[ Xen-4.8.0  x86_64  debug=n   Not tainted ]----
(XEN) CPU:    30
(XEN) RIP:    0010:[<ffffffff8132c462>]
(XEN) RFLAGS: 0000000000010016   CONTEXT: hvm guest (d7v0)
(XEN) rax: 0000000000000000   rbx: 0000000000000001   rcx: 000000000000003f
(XEN) rdx: 0000000000000006   rsi: ffffffff81ae5688   rdi: ffff8804861ff000
(XEN) rbp: 00000000004861ff   rsp: ffffffff81a03c20   r8:  0000000000000040
(XEN) r9:  0000000000000000   r10: 0000000100000000   r11: 00000004862dc000
(XEN) r12: 0000000000000001   r13: ffff880001d3e050   r14: ffffffff81a66804
(XEN) r15: 0000000481400000   cr0: 0000000080050033   cr4: 0000000000040620
(XEN) cr3: 0000000001a06000   cr2: 0000000000000000
(XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0010
(XEN) Guest stack trace from rsp=ffffffff81a03c20:
(XEN)   Fault while accessing guest memory.
(XEN) d8v0 EPT violation 0x182 (-w-/---) gpa 0x000004861ff000 mfn 0xffffffffffffffff type 4
(XEN) d8v0 Walking EPT tables for GFN 4861ff:
(XEN) d8v0  gfn exceeds max_mapped_pfn 400000
(XEN) d8v0  --- GLA 0xffff8804861ff000
(XEN) domain_crash called from vmx.c:3108
(XEN) Domain 8 (vcpu#0) crashed on cpu#8:
(XEN) ----[ Xen-4.8.0  x86_64  debug=n   Not tainted ]----
(XEN) CPU:    8
(XEN) RIP:    0010:[<ffffffff8132c462>]
(XEN) RFLAGS: 0000000000010016   CONTEXT: hvm guest (d8v0)
(XEN) rax: 0000000000000000   rbx: 0000000000000001   rcx: 000000000000003f
(XEN) rdx: 0000000000000006   rsi: ffffffff81ae5688   rdi: ffff8804861ff000
(XEN) rbp: 00000000004861ff   rsp: ffffffff81a03c20   r8:  0000000000000040
(XEN) r9:  0000000000000000   r10: 0000000100000000   r11: 00000004862dc000
(XEN) r12: 0000000000000001   r13: ffff880001d3e050   r14: ffffffff81a66804
(XEN) r15: 0000000481400000   cr0: 0000000080050033   cr4: 0000000000040620
(XEN) cr3: 0000000001a06000   cr2: 0000000000000000
(XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0010
(XEN) Guest stack trace from rsp=ffffffff81a03c20:
(XEN)   Fault while accessing guest memory.
(XEN) d9v0 EPT violation 0x182 (-w-/---) gpa 0x000004861ff000 mfn 0xffffffffffffffff type 4
(XEN) d9v0 Walking EPT tables for GFN 4861ff:
(XEN) d9v0  gfn exceeds max_mapped_pfn 400000
(XEN) d9v0  --- GLA 0xffff8804861ff000
(XEN) domain_crash called from vmx.c:3108
(XEN) Domain 9 (vcpu#0) crashed on cpu#5:
(XEN) ----[ Xen-4.8.0  x86_64  debug=n   Not tainted ]----
(XEN) CPU:    5
(XEN) RIP:    0010:[<ffffffff8132c462>]
(XEN) RFLAGS: 0000000000010016   CONTEXT: hvm guest (d9v0)
(XEN) rax: 0000000000000000   rbx: 0000000000000001   rcx: 000000000000003f
(XEN) rdx: 0000000000000006   rsi: ffffffff81ae5688   rdi: ffff8804861ff000
(XEN) rbp: 00000000004861ff   rsp: ffffffff81a03c20   r8:  0000000000000040
(XEN) r9:  0000000000000000   r10: 0000000100000000   r11: 00000004862dc000
(XEN) r12: 0000000000000001   r13: ffff880001d3e050   r14: ffffffff81a66804
(XEN) r15: 0000000481400000   cr0: 0000000080050033   cr4: 0000000000040620
(XEN) cr3: 0000000001a06000   cr2: 0000000000000000
(XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0010
(XEN) Guest stack trace from rsp=ffffffff81a03c20:
(XEN)   Fault while accessing guest memory.
(XEN) d10v0 EPT violation 0x182 (-w-/---) gpa 0x000004861ff000 mfn 0xffffffffffffffff type 4
(XEN) d10v0 Walking EPT tables for GFN 4861ff:
(XEN) d10v0  gfn exceeds max_mapped_pfn 400000
(XEN) d10v0  --- GLA 0xffff8804861ff000
(XEN) domain_crash called from vmx.c:3108
(XEN) Domain 10 (vcpu#0) crashed on cpu#0:
(XEN) ----[ Xen-4.8.0  x86_64  debug=n   Not tainted ]----
(XEN) CPU:    0
(XEN) RIP:    0010:[<ffffffff8132c462>]
(XEN) RFLAGS: 0000000000010016   CONTEXT: hvm guest (d10v0)
(XEN) rax: 0000000000000000   rbx: 0000000000000001   rcx: 000000000000003f
(XEN) rdx: 0000000000000006   rsi: ffffffff81ae5688   rdi: ffff8804861ff000
(XEN) rbp: 00000000004861ff   rsp: ffffffff81a03c20   r8:  0000000000000040
(XEN) r9:  0000000000000000   r10: 0000000100000000   r11: 00000004862dc000
(XEN) r12: 0000000000000001   r13: ffff880001d3e050   r14: ffffffff81a66804
(XEN) r15: 0000000481400000   cr0: 0000000080050033   cr4: 0000000000040620
(XEN) cr3: 0000000001a06000   cr2: 0000000000000000
(XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0010
(XEN) Guest stack trace from rsp=ffffffff81a03c20:
(XEN)   Fault while accessing guest memory.
(XEN) d11v0 EPT violation 0x182 (-w-/---) gpa 0x000004861ff000 mfn 0xffffffffffffffff type 4
(XEN) d11v0 Walking EPT tables for GFN 4861ff:
(XEN) d11v0  gfn exceeds max_mapped_pfn 400000
(XEN) d11v0  --- GLA 0xffff8804861ff000
(XEN) domain_crash called from vmx.c:3108
(XEN) Domain 11 (vcpu#0) crashed on cpu#10:
(XEN) ----[ Xen-4.8.0  x86_64  debug=n   Not tainted ]----
(XEN) CPU:    10
(XEN) RIP:    0010:[<ffffffff8132c462>]
(XEN) RFLAGS: 0000000000010016   CONTEXT: hvm guest (d11v0)
(XEN) rax: 0000000000000000   rbx: 0000000000000001   rcx: 000000000000003f
(XEN) rdx: 0000000000000006   rsi: ffffffff81ae5688   rdi: ffff8804861ff000
(XEN) rbp: 00000000004861ff   rsp: ffffffff81a03c20   r8:  0000000000000040
(XEN) r9:  0000000000000000   r10: 0000000100000000   r11: 00000004862dc000
(XEN) r12: 0000000000000001   r13: ffff880001d3e050   r14: ffffffff81a66804
(XEN) r15: 0000000481400000   cr0: 0000000080050033   cr4: 0000000000040620
(XEN) cr3: 0000000001a06000   cr2: 0000000000000000
(XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0010
(XEN) Guest stack trace from rsp=ffffffff81a03c20:
(XEN)   Fault while accessing guest memory.
(XEN) d12v0 EPT violation 0x182 (-w-/---) gpa 0x000004861ff000 mfn 0xffffffffffffffff type 4
(XEN) d12v0 Walking EPT tables for GFN 4861ff:
(XEN) d12v0  gfn exceeds max_mapped_pfn 400000
(XEN) d12v0  --- GLA 0xffff8804861ff000
(XEN) domain_crash called from vmx.c:3108
(XEN) Domain 12 (vcpu#0) crashed on cpu#5:
(XEN) ----[ Xen-4.8.0  x86_64  debug=n   Not tainted ]----
(XEN) CPU:    5
(XEN) RIP:    0010:[<ffffffff8132c462>]
(XEN) RFLAGS: 0000000000010016   CONTEXT: hvm guest (d12v0)
(XEN) rax: 0000000000000000   rbx: 0000000000000001   rcx: 000000000000003f
(XEN) rdx: 0000000000000006   rsi: ffffffff81ae5688   rdi: ffff8804861ff000
(XEN) rbp: 00000000004861ff   rsp: ffffffff81a03c20   r8:  0000000000000040
(XEN) r9:  0000000000000000   r10: 0000000100000000   r11: 00000004862dc000
(XEN) r12: 0000000000000001   r13: ffff880001d3e050   r14: ffffffff81a66804
(XEN) r15: 0000000481400000   cr0: 0000000080050033   cr4: 0000000000040620
(XEN) cr3: 0000000001a06000   cr2: 0000000000000000
(XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0010
(XEN) Guest stack trace from rsp=ffffffff81a03c20:
(XEN)   Fault while accessing guest memory.
(XEN) d13v0 EPT violation 0x182 (-w-/---) gpa 0x000004861ff000 mfn 0xffffffffffffffff type 4
(XEN) d13v0 Walking EPT tables for GFN 4861ff:
(XEN) d13v0  gfn exceeds max_mapped_pfn 400000
(XEN) d13v0  --- GLA 0xffff8804861ff000
(XEN) domain_crash called from vmx.c:3108
(XEN) Domain 13 (vcpu#0) crashed on cpu#14:
(XEN) ----[ Xen-4.8.0  x86_64  debug=n   Not tainted ]----
(XEN) CPU:    14
(XEN) RIP:    0010:[<ffffffff8132c462>]
(XEN) RFLAGS: 0000000000010016   CONTEXT: hvm guest (d13v0)
(XEN) rax: 0000000000000000   rbx: 0000000000000001   rcx: 000000000000003f
(XEN) rdx: 0000000000000006   rsi: ffffffff81ae5688   rdi: ffff8804861ff000
(XEN) rbp: 00000000004861ff   rsp: ffffffff81a03c20   r8:  0000000000000040
(XEN) r9:  0000000000000000   r10: 0000000100000000   r11: 00000004862dc000
(XEN) r12: 0000000000000001   r13: ffff880001d3e050   r14: ffffffff81a66804
(XEN) r15: 0000000481400000   cr0: 0000000080050033   cr4: 0000000000040620
(XEN) cr3: 0000000001a06000   cr2: 0000000000000000
(XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0010
(XEN) Guest stack trace from rsp=ffffffff81a03c20:
(XEN)   Fault while accessing guest memory.
(XEN) d14v0 EPT violation 0x182 (-w-/---) gpa 0x000004861ff000 mfn 0xffffffffffffffff type 4
(XEN) d14v0 Walking EPT tables for GFN 4861ff:
(XEN) d14v0  gfn exceeds max_mapped_pfn 400000
(XEN) d14v0  --- GLA 0xffff8804861ff000
(XEN) domain_crash called from vmx.c:3108
(XEN) Domain 14 (vcpu#0) crashed on cpu#1:
(XEN) ----[ Xen-4.8.0  x86_64  debug=n   Not tainted ]----
(XEN) CPU:    1
(XEN) RIP:    0010:[<ffffffff8132c462>]
(XEN) RFLAGS: 0000000000010016   CONTEXT: hvm guest (d14v0)
(XEN) rax: 0000000000000000   rbx: 0000000000000001   rcx: 000000000000003f
(XEN) rdx: 0000000000000006   rsi: ffffffff81ae5688   rdi: ffff8804861ff000
(XEN) rbp: 00000000004861ff   rsp: ffffffff81a03c20   r8:  0000000000000040
(XEN) r9:  0000000000000000   r10: 0000000100000000   r11: 00000004862dc000
(XEN) r12: 0000000000000001   r13: ffff880001d3e050   r14: ffffffff81a66804
(XEN) r15: 0000000481400000   cr0: 0000000080050033   cr4: 0000000000040620
(XEN) cr3: 0000000001a06000   cr2: 0000000000000000
(XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0010
(XEN) Guest stack trace from rsp=ffffffff81a03c20:
(XEN)   Fault while accessing guest memory.
(XEN) d15v0 EPT violation 0x182 (-w-/---) gpa 0x000004861ff000 mfn 0xffffffffffffffff type 4
(XEN) d15v0 Walking EPT tables for GFN 4861ff:
(XEN) d15v0  gfn exceeds max_mapped_pfn 400000
(XEN) d15v0  --- GLA 0xffff8804861ff000
(XEN) domain_crash called from vmx.c:3108
(XEN) Domain 15 (vcpu#0) crashed on cpu#28:
(XEN) ----[ Xen-4.8.0  x86_64  debug=n   Not tainted ]----
(XEN) CPU:    28
(XEN) RIP:    0010:[<ffffffff8132c462>]
(XEN) RFLAGS: 0000000000010016   CONTEXT: hvm guest (d15v0)
(XEN) rax: 0000000000000000   rbx: 0000000000000001   rcx: 000000000000003f
(XEN) rdx: 0000000000000006   rsi: ffffffff81ae5688   rdi: ffff8804861ff000
(XEN) rbp: 00000000004861ff   rsp: ffffffff81a03c20   r8:  0000000000000040
(XEN) r9:  0000000000000000   r10: 0000000100000000   r11: 00000004862dc000
(XEN) r12: 0000000000000001   r13: ffff880001d3e050   r14: ffffffff81a66804
(XEN) r15: 0000000481400000   cr0: 0000000080050033   cr4: 0000000000040620
(XEN) cr3: 0000000001a06000   cr2: 0000000000000000
(XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0010
(XEN) Guest stack trace from rsp=ffffffff81a03c20:
(XEN)   Fault while accessing guest memory.
(XEN) d16v0 EPT violation 0x182 (-w-/---) gpa 0x000004861ff000 mfn 0xffffffffffffffff type 4
(XEN) d16v0 Walking EPT tables for GFN 4861ff:
(XEN) d16v0  gfn exceeds max_mapped_pfn 400000
(XEN) d16v0  --- GLA 0xffff8804861ff000
(XEN) domain_crash called from vmx.c:3108
(XEN) Domain 16 (vcpu#0) crashed on cpu#20:
(XEN) ----[ Xen-4.8.0  x86_64  debug=n   Not tainted ]----
(XEN) CPU:    20
(XEN) RIP:    0010:[<ffffffff8132c462>]
(XEN) RFLAGS: 0000000000010016   CONTEXT: hvm guest (d16v0)
(XEN) rax: 0000000000000000   rbx: 0000000000000001   rcx: 000000000000003f
(XEN) rdx: 0000000000000006   rsi: ffffffff81ae5688   rdi: ffff8804861ff000
(XEN) rbp: 00000000004861ff   rsp: ffffffff81a03c20   r8:  0000000000000040
(XEN) r9:  0000000000000000   r10: 0000000100000000   r11: 00000004862dc000
(XEN) r12: 0000000000000001   r13: ffff880001d3e050   r14: ffffffff81a66804
(XEN) r15: 0000000481400000   cr0: 0000000080050033   cr4: 0000000000040620
(XEN) cr3: 0000000001a06000   cr2: 0000000000000000
(XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0010
(XEN) Guest stack trace from rsp=ffffffff81a03c20:
(XEN)   Fault while accessing guest memory.
(XEN) d17v0 EPT violation 0x182 (-w-/---) gpa 0x000004861ff000 mfn 0xffffffffffffffff type 4
(XEN) d17v0 Walking EPT tables for GFN 4861ff:
(XEN) d17v0  gfn exceeds max_mapped_pfn 400000
(XEN) d17v0  --- GLA 0xffff8804861ff000
(XEN) domain_crash called from vmx.c:3108
(XEN) Domain 17 (vcpu#0) crashed on cpu#20:
(XEN) ----[ Xen-4.8.0  x86_64  debug=n   Not tainted ]----
(XEN) CPU:    20
(XEN) RIP:    0010:[<ffffffff8132c462>]
(XEN) RFLAGS: 0000000000010016   CONTEXT: hvm guest (d17v0)
(XEN) rax: 0000000000000000   rbx: 0000000000000001   rcx: 000000000000003f
(XEN) rdx: 0000000000000006   rsi: ffffffff81ae5688   rdi: ffff8804861ff000
(XEN) rbp: 00000000004861ff   rsp: ffffffff81a03c20   r8:  0000000000000040
(XEN) r9:  0000000000000000   r10: 0000000100000000   r11: 00000004862dc000
(XEN) r12: 0000000000000001   r13: ffff880001d3e050   r14: ffffffff81a66804
(XEN) r15: 0000000481400000   cr0: 0000000080050033   cr4: 0000000000040620
(XEN) cr3: 0000000001a06000   cr2: 0000000000000000
(XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0010
(XEN) Guest stack trace from rsp=ffffffff81a03c20:
(XEN)   Fault while accessing guest memory.
(XEN) d18v0 EPT violation 0x182 (-w-/---) gpa 0x000004861ff000 mfn 0xffffffffffffffff type 4
(XEN) d18v0 Walking EPT tables for GFN 4861ff:
(XEN) d18v0  gfn exceeds max_mapped_pfn 400000
(XEN) d18v0  --- GLA 0xffff8804861ff000
(XEN) domain_crash called from vmx.c:3108
(XEN) Domain 18 (vcpu#0) crashed on cpu#4:
(XEN) ----[ Xen-4.8.0  x86_64  debug=n   Not tainted ]----
(XEN) CPU:    4
(XEN) RIP:    0010:[<ffffffff8132c462>]
(XEN) RFLAGS: 0000000000010016   CONTEXT: hvm guest (d18v0)
(XEN) rax: 0000000000000000   rbx: 0000000000000001   rcx: 000000000000003f
(XEN) rdx: 0000000000000006   rsi: ffffffff81ae5688   rdi: ffff8804861ff000
(XEN) rbp: 00000000004861ff   rsp: ffffffff81a03c20   r8:  0000000000000040
(XEN) r9:  0000000000000000   r10: 0000000100000000   r11: 00000004862dc000
(XEN) r12: 0000000000000001   r13: ffff880001d3e050   r14: ffffffff81a66804
(XEN) r15: 0000000481400000   cr0: 0000000080050033   cr4: 0000000000040620
(XEN) cr3: 0000000001a06000   cr2: 0000000000000000
(XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0010
(XEN) Guest stack trace from rsp=ffffffff81a03c20:
(XEN)   Fault while accessing guest memory.
(XEN) d19v0 EPT violation 0x182 (-w-/---) gpa 0x000004861ff000 mfn 0xffffffffffffffff type 4
(XEN) d19v0 Walking EPT tables for GFN 4861ff:
(XEN) d19v0  gfn exceeds max_mapped_pfn 400000
(XEN) d19v0  --- GLA 0xffff8804861ff000
(XEN) domain_crash called from vmx.c:3108
(XEN) Domain 19 (vcpu#0) crashed on cpu#19:
(XEN) ----[ Xen-4.8.0  x86_64  debug=n   Not tainted ]----
(XEN) CPU:    19
(XEN) RIP:    0010:[<ffffffff8132c462>]
(XEN) RFLAGS: 0000000000010016   CONTEXT: hvm guest (d19v0)
(XEN) rax: 0000000000000000   rbx: 0000000000000001   rcx: 000000000000003f
(XEN) rdx: 0000000000000006   rsi: ffffffff81ae5688   rdi: ffff8804861ff000
(XEN) rbp: 00000000004861ff   rsp: ffffffff81a03c20   r8:  0000000000000040
(XEN) r9:  0000000000000000   r10: 0000000100000000   r11: 00000004862dc000
(XEN) r12: 0000000000000001   r13: ffff880001d3e050   r14: ffffffff81a66804
(XEN) r15: 0000000481400000   cr0: 0000000080050033   cr4: 0000000000040620
(XEN) cr3: 0000000001a06000   cr2: 0000000000000000
(XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0010
(XEN) Guest stack trace from rsp=ffffffff81a03c20:
(XEN)   Fault while accessing guest memory.
(XEN) d20v0 EPT violation 0x182 (-w-/---) gpa 0x000004861ff000 mfn 0xffffffffffffffff type 4
(XEN) d20v0 Walking EPT tables for GFN 4861ff:
(XEN) d20v0  gfn exceeds max_mapped_pfn 400000
(XEN) d20v0  --- GLA 0xffff8804861ff000
(XEN) domain_crash called from vmx.c:3108
(XEN) Domain 20 (vcpu#0) crashed on cpu#24:
(XEN) ----[ Xen-4.8.0  x86_64  debug=n   Not tainted ]----
(XEN) CPU:    24
(XEN) RIP:    0010:[<ffffffff8132c462>]
(XEN) RFLAGS: 0000000000010016   CONTEXT: hvm guest (d20v0)
(XEN) rax: 0000000000000000   rbx: 0000000000000001   rcx: 000000000000003f
(XEN) rdx: 0000000000000006   rsi: ffffffff81ae5688   rdi: ffff8804861ff000
(XEN) rbp: 00000000004861ff   rsp: ffffffff81a03c20   r8:  0000000000000040
(XEN) r9:  0000000000000000   r10: 0000000100000000   r11: 00000004862dc000
(XEN) r12: 0000000000000001   r13: ffff880001d3e050   r14: ffffffff81a66804
(XEN) r15: 0000000481400000   cr0: 0000000080050033   cr4: 0000000000040620
(XEN) cr3: 0000000001a06000   cr2: 0000000000000000
(XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0010
(XEN) Guest stack trace from rsp=ffffffff81a03c20:
(XEN)   Fault while accessing guest memory.
(XEN) d21v0 EPT violation 0x182 (-w-/---) gpa 0x000004861ff000 mfn 0xffffffffffffffff type 4
(XEN) d21v0 Walking EPT tables for GFN 4861ff:
(XEN) d21v0  gfn exceeds max_mapped_pfn 400000
(XEN) d21v0  --- GLA 0xffff8804861ff000
(XEN) domain_crash called from vmx.c:3108
(XEN) Domain 21 (vcpu#0) crashed on cpu#0:
(XEN) ----[ Xen-4.8.0  x86_64  debug=n   Not tainted ]----
(XEN) CPU:    0
(XEN) RIP:    0010:[<ffffffff8132c462>]
(XEN) RFLAGS: 0000000000010016   CONTEXT: hvm guest (d21v0)
(XEN) rax: 0000000000000000   rbx: 0000000000000001   rcx: 000000000000003f
(XEN) rdx: 0000000000000006   rsi: ffffffff81ae5688   rdi: ffff8804861ff000
(XEN) rbp: 00000000004861ff   rsp: ffffffff81a03c20   r8:  0000000000000040
(XEN) r9:  0000000000000000   r10: 0000000100000000   r11: 00000004862dc000
(XEN) r12: 0000000000000001   r13: ffff880001d3e050   r14: ffffffff81a66804
(XEN) r15: 0000000481400000   cr0: 0000000080050033   cr4: 0000000000040620
(XEN) cr3: 0000000001a06000   cr2: 0000000000000000
(XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0010
(XEN) Guest stack trace from rsp=ffffffff81a03c20:
(XEN)   Fault while accessing guest memory.
root@cknowsvr01:/home/diederik#

[-- Attachment #1.1.4: xen-xl-pci-assign-system-hang.txt --]
[-- Type: text/plain, Size: 2571 bytes --]

VGA card:
root@cknowsvr01:/home/diederik# lspci | grep -i vga
02:00.0 VGA compatible controller: NVIDIA Corporation NV44 [GeForce 6200 TurboCache] (rev a1)


Uninstalled the nvidia proprietary driver (Debian package) and installed nouveau and rebooted my server, which resulted in the following kernel modules being loaded:
diederik@cknowsvr01:~$ lsmod | grep nou
nouveau              1544192  1
mxm_wmi                16384  1 nouveau
video                  40960  1 nouveau
ttm                    98304  1 nouveau
drm_kms_helper        155648  1 nouveau
drm                   360448  4 nouveau,ttm,drm_kms_helper
wmi                    16384  2 mxm_wmi,nouveau
button                 16384  1 nouveau
i2c_algo_bit           16384  2 igb,nouveau

After reboot I did: 
root@cknowsvr01:/home/diederik# xl pci-assignable-list
libxl: error: libxl_pci.c:409:libxl_device_pci_assignable_list: Looks like pciback driver not loaded

So forgot to load the xen-pciback driver, so fixed that:
root@cknowsvr01:/home/diederik# modprobe xen-pciback

root@cknowsvr01:/home/diederik# xl pci-assignable-list

Then tried to create a vm in which I had enabled pci-passthrough:
root@cknowsvr01:/home/diederik# xl create -c /etc/xen/tradestation.home.cknow.org.cfg 
Parsing config from /etc/xen/tradestation.home.cknow.org.cfg
libxl: notice: libxl_numa.c:518:libxl__get_numa_candidate: NUMA placement failed, performance might be affected
libxl: error: libxl_qmp.c:287:qmp_handle_error_response: received an error message from QMP server: Could not set password
libxl: error: libxl_pci.c:1225:libxl__device_pci_add: PCI device 0:2:0.0 is not assignable
libxl: error: libxl_pci.c:1304:libxl__add_pcidevs: libxl_device_pci_add failed: -3
libxl: error: libxl_create.c:1461:domcreate_attach_devices: unable to add pci devices
libxl: error: libxl.c:1575:libxl__destroy_domid: non-existant domain 1
libxl: error: libxl.c:1534:domain_destroy_callback: unable to destroy guest with domid 1
libxl: error: libxl.c:1463:domain_destroy_cb: destruction of domain 1 failed
root@cknowsvr01:/home/diederik# xl list
Name                                        ID   Mem VCPUs      State   Time(s)
Domain-0                                     0 112773    32     r-----      54.3

which failed.
Realizing I forgot to add my vga card, so tried to fix that:
root@cknowsvr01:/home/diederik# xl pci-assignable-add 02:00.0
at which my system hang and eventually my ssh-session got disconnected and am unable to connect again. Plugging in a physical keyboard didn't help and a hard reset seems to be the only way out.

[-- Attachment #1.2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

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

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

* Is: EPT violations. Was:Re: Problems with pci/vga passthrough
  2017-01-18  1:37 Problems with pci/vga passthrough Diederik de Haas
@ 2017-01-18 16:20 ` Konrad Rzeszutek Wilk
  2017-01-18 16:42   ` Jan Beulich
                     ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Konrad Rzeszutek Wilk @ 2017-01-18 16:20 UTC (permalink / raw)
  To: Diederik de Haas, kevin.tian, feng.wu; +Cc: xen-devel

On Wed, Jan 18, 2017 at 02:37:16AM +0100, Diederik de Haas wrote:
> Hi!
> 
> I reported/discussed this earlier on IRC, but was asked to report it here too.
> 
> The goal I tried to accomplish was getting vga passthrough working to get 
> hardware acceleration and OpenGL 2+ working for a vm containing 
> KDE Plasma 5 (Debian Stretch). 
> The graphics card I tried it with was an (old) NVidia GeForce 6200 TurboCache 
> and even though I already had a suspicion that it would be challenging, 
> which was confirmed on IRC, I wanted to try/figure out what I should be doing 
> as I'm (very) new to Xen. 
> 
> But as soon as I enabled 'gfx_passthru = 1` and `pci = [ '02:00.0' ]`, the 
> `xl create <vm-config>` process kept crashing and the only way I was able to 
> stop it was by doing `kill <xl-create-process>` and the <xl-create-process> was 
> "/usr/lib/xen-4.8/bin/xl create -c /etc/xen/tradestation.home.cknow.org.cfg" 
> (attached as tradestation.xen.cfg)
> 
> Here's some console output illustrating the crashing:
> root@cknowsvr01:/home/diederik# xl create -c /etc/xen/tradestation.home.cknow.org.cfg 
> Parsing config from /etc/xen/tradestation.home.cknow.org.cfg
> libxl: notice: libxl_numa.c:518:libxl__get_numa_candidate: NUMA placement failed, performance might be affected
> libxl: error: libxl_qmp.c:287:qmp_handle_error_response: received an error message from QMP server: Could not set password
> root@cknowsvr01:/home/diederik# xl list
> Name                                        ID   Mem VCPUs      State   Time(s)
> Domain-0                                     0 112773    32     r-----      80.0
> tradestation.home.cknow.org                  5 16383     1     --psc-       0.0
> root@cknowsvr01:/home/diederik# xl list
> Name                                        ID   Mem VCPUs      State   Time(s)
> Domain-0                                     0 112773    32     r-----      86.2
> tradestation.home.cknow.org                  6 16383     1     ---sc-       0.0
> root@cknowsvr01:/home/diederik# xl list
> Name                                        ID   Mem VCPUs      State   Time(s)
> Domain-0                                     0 112773    32     r-----      86.3
> tradestation.home.cknow.org                  6 16383     1     ---sc-       0.0
> root@cknowsvr01:/home/diederik# xl list
> Name                                        ID   Mem VCPUs      State   Time(s)
> Domain-0                                     0 112773    32     r-----      90.4
> root@cknowsvr01:/home/diederik# xl list
> Name                                        ID   Mem VCPUs      State   Time(s)
> Domain-0                                     0 112773    32     r-----      92.8
> tradestation.home.cknow.org                  7 16383     1     ---sc-       0.0
> root@cknowsvr01:/home/diederik# xl list
> Name                                        ID   Mem VCPUs      State   Time(s)
> Domain-0                                     0 112773    32     r-----     132.1
> tradestation.home.cknow.org                 13 16383     1     ---sc-       0.0
> 
> Trying with `xl destroy <id>` didn't help, `xl pause <id>` paused the 
> crashing, but as soon as I tried to activate it again, the crash-loop 
> continued and as said before `kill <xl-create-process>` was the only way out.
> 
> I've also attached the output of `xl info` and `xl dmesg` as that may 
> provide some info as well. 
> In the `xl dmesg` you'll notice various crashes as well and that is very likely 
> due to hardware-wise failing of the vga card which disappeared when I took 
> the vga card out of the system.

Can you also kindly attach lspci -vvv output?

And also repost 'xl dmesg' but make sure you have 'iommu=verbose,debug loglvl=all guest_loglvl=all'
on your Xen command line?

Cc-ing Intel maintainers, as the issue looks to be:

(XEN) d1v0 EPT violation 0x182 (-w-/---) gpa 0x000004861ff000 mfn 0xffffffffffffffff type 4
(XEN) d1v0 Walking EPT tables for GFN 4861ff:
(XEN) d1v0  gfn exceeds max_mapped_pfn 400000
(XEN) d1v0  --- GLA 0xffff8804861ff000
(XEN) domain_crash called from vmx.c:3108
(XEN) Domain 1 (vcpu#0) crashed on cpu#19:
(XEN) ----[ Xen-4.8.0  x86_64  debug=n   Not tainted ]----
(XEN) CPU:    19
(XEN) RIP:    0010:[<ffffffff8132c462>]
(XEN) RFLAGS: 0000000000010016   CONTEXT: hvm guest (d1v0)
(XEN) rax: 0000000000000000   rbx: 0000000000000001   rcx: 000000000000003f
(XEN) rdx: 0000000000000006   rsi: ffffffff81ae5688   rdi: ffff8804861ff000
(XEN) rbp: 00000000004861ff   rsp: ffffffff81a03c20   r8:  0000000000000040
(XEN) r9:  0000000000000000   r10: 0000000100000000   r11: 00000004862dc000
(XEN) r12: 0000000000000001   r13: ffff880001d3e050   r14: ffffffff81a66804
(XEN) r15: 0000000481400000   cr0: 0000000080050033   cr4: 0000000000040620
(XEN) cr3: 0000000001a06000   cr2: 0000000000000000
(XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0010
(XEN) Guest stack trace from rsp=ffffffff81a03c20:
(XEN)   Fault while accessing guest memory.


> 
> Furthermore, I have also attached a description of the process I tried to get 
> it working when trying to use `xl pci-assignable-add` which resulted in a 
> complete system hang. In retrospect it may have been caused by hardware 
> failure, but still, getting a complete system hang when executing a `xl` 
> command isn't nice. 
> But as I said, I'm a n00b wrt Xen, so I figured I better provide too much 
> info then too little.
> 
> No matter the hardware failure, I see the continuous loop of the  failed vm 
> creation attempt as a real problem as I could only stop that by using 
> `kill <pid>` and that was before the hardware (really) died.
> 
> As it looks like the hardware failure of the vga card even prevented booting 
> of the whole system at some point, I have removed it and have no plans to 
> put it back in, even for testing purposes. 
> But otherwise I'll try to answer any questions to the best of my abilities.
> I have ordered an XFX Radeon RX 460 - 4GB GDDR5 (passively cooled) and 
> when that arrives I can try to see whether I can reproduce it with that too, 
> but it may take a couple of days and it is a completely different card.
> 
> Lastly, I subscribed to this list but due to the huge volume, I unsubscribed 
> again, so a CC of any response would be preferable.
> 
> Cheers,
>   Diederik

> root@cknowsvr01:/home/diederik# cat /etc/xen/tradestation.home.cknow.org.cfg 
> #
> # Configuration file for the Xen instance tradestation.home.cknow.org, created
> # by xen-tools 4.6.2 on Sun Jan  8 12:58:13 2017.
> #
> 
> #
> #  Kernel + memory size
> #
> kernel      = '/boot/vmlinuz-4.8.0-2-amd64'
> extra       = 'elevator=noop xen-fbfront.video=32,1920,1080'
> ramdisk     = '/boot/initrd.img-4.8.0-2-amd64'
> 
> vcpus       = '8'
> memory      = '16384'
> 
> # Use PVH mode
> pvh         = 1
> 
> 
> #
> #  Disk device(s).
> #
> root        = '/dev/xvda2 ro'
> disk        = [
>                   'phy:/dev/vgXen/tradestation.home.cknow.org-disk,xvda2,w',
>                   'phy:/dev/vgXen/tradestation.home.cknow.org-swap,xvda1,w',
>               ]
> 
> 
> #
> #  Physical volumes
> #
> 
> 
> #
> #  Hostname
> #
> name        = 'tradestation.home.cknow.org'
> 
> #
> #  Networking
> #
> dhcp        = 'dhcp'
> vif         = [ 'mac=00:16:3E:C3:B3:E8' ]
> 
> #
> #  Behaviour
> #
> on_poweroff = 'destroy'
> on_reboot   = 'restart'
> on_crash    = 'restart'
> 
> 
> # PCI devices
> # pvh = 1 is likely needed for this
> gfx_passthru = 1
> pci = [ '02:00.0' ]
> 
> # VNC
> vnc=1
> vnclisten=""
> vncpasswd=""
> vga="stdvga"
> videoram=64

> root@cknowsvr01:/home/diederik# xl info
> host                   : cknowsvr01
> release                : 4.8.0-2-amd64
> version                : #1 SMP Debian 4.8.15-2 (2017-01-04)
> machine                : x86_64
> nr_cpus                : 32
> max_cpu_id             : 31
> nr_nodes               : 2
> cores_per_socket       : 8
> threads_per_core       : 2
> cpu_mhz                : 2095
> hw_caps                : b7ebfbff:77fef3ff:2c100800:00000121:00000001:001cbfbb:00000000:00000100
> virt_caps              : hvm hvm_directio
> total_memory           : 130972
> free_memory            : 65
> sharing_freed_memory   : 0
> sharing_used_memory    : 0
> outstanding_claims     : 0
> free_cpus              : 0
> xen_major              : 4
> xen_minor              : 8
> xen_extra              : .0
> xen_version            : 4.8.0
> xen_caps               : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32 hvm-3.0-x86_32p hvm-3.0-x86_64 
> xen_scheduler          : credit
> xen_pagesize           : 4096
> platform_params        : virt_start=0xffff800000000000
> xen_changeset          : 
> xen_commandline        : placeholder
> cc_compiler            : gcc (Debian 6.2.1-7) 6.2.1 20161215
> cc_compile_by          : ian.jackson
> cc_compile_domain      : eu.citrix.com
> cc_compile_date        : Thu Dec 22 18:03:41 UTC 2016
> build_id               : c8b753ce66a22831cdf39f5624a3365352d37a44
> xend_config_format     : 4
> root@cknowsvr01:/home/diederik# xl dmesg
> (XEN) Xen version 4.8.0 (Debian 4.8.0-1) (ian.jackson@eu.citrix.com) (gcc (Debian 6.2.1-7) 6.2.1 20161215) debug=n  Thu Dec 22 18:03:41 UTC 2016
> (XEN) Bootloader: GRUB 2.02~beta3-3
> (XEN) Command line: placeholder
> (XEN) Video information:
> (XEN)  VGA is text mode 80x25, font 8x16
> (XEN)  VBE/DDC methods: none; EDID transfer time: 0 seconds
> (XEN)  EDID info not retrieved because no DDC retrieval method detected
> (XEN) Disc information:
> (XEN)  Found 5 MBR signatures
> (XEN)  Found 5 EDD information structures
> (XEN) Xen-e820 RAM map:
> (XEN)  0000000000000000 - 000000000009e800 (usable)
> (XEN)  000000000009e800 - 00000000000a0000 (reserved)
> (XEN)  00000000000e0000 - 0000000000100000 (reserved)
> (XEN)  0000000000100000 - 0000000079d24000 (usable)
> (XEN)  0000000079d24000 - 000000007b8ea000 (reserved)
> (XEN)  000000007b8ea000 - 000000007b95d000 (ACPI data)
> (XEN)  000000007b95d000 - 000000007bee0000 (ACPI NVS)
> (XEN)  000000007bee0000 - 0000000090000000 (reserved)
> (XEN)  00000000fed1c000 - 00000000fed45000 (reserved)
> (XEN)  00000000ff000000 - 0000000100000000 (reserved)
> (XEN)  0000000100000000 - 0000002080000000 (usable)
> (XEN) ACPI: RSDP 000F0580, 0024 (r2 ALASKA)
> (XEN) ACPI: XSDT 7B9120B0, 00D4 (r1 ALASKA   A M I   1072009 AMI     10013)
> (XEN) ACPI: FACP 7B941410, 010C (r5 ALASKA   A M I   1072009 AMI     10013)
> (XEN) ACPI: DSDT 7B912218, 2F1F7 (r2 ALASKA   A M I   1072009 INTL 20091013)
> (XEN) ACPI: FACS 7BEDEF80, 0040
> (XEN) ACPI: APIC 7B941520, 0224 (r3 ALASKA   A M I   1072009 AMI     10013)
> (XEN) ACPI: FPDT 7B941748, 0044 (r1 ALASKA   A M I   1072009 AMI     10013)
> (XEN) ACPI: FIDT 7B941790, 009C (r1 ALASKA   A M I   1072009 AMI     10013)
> (XEN) ACPI: MCFG 7B941830, 003C (r1 ALASKA    A M I  1072009 MSFT       97)
> (XEN) ACPI: EINJ 7B95C7D0, 0130 (r1 ALASKA   A M I         1 INTL        1)
> (XEN) ACPI: UEFI 7B9418C8, 0042 (r1 ALASKA   A M I   1072009             0)
> (XEN) ACPI: HPET 7B941910, 0038 (r1 ALASKA   A M I         1 INTL 20091013)
> (XEN) ACPI: MSCT 7B941948, 0090 (r1 ALASKA   A M I         1 INTL 20091013)
> (XEN) ACPI: SLIT 7B9419D8, 0030 (r1 ALASKA   A M I         1 INTL 20091013)
> (XEN) ACPI: SRAT 7B941A08, 1158 (r3 ALASKA   A M I         1 INTL 20091013)
> (XEN) ACPI: WDDT 7B942B60, 0040 (r1 ALASKA   A M I         0 INTL 20091013)
> (XEN) ACPI: SSDT 7B942BA0, 16FB3 (r2 ALASKA    PmMgt        1 INTL 20120913)
> (XEN) ACPI: NITR 7B959B58, 0071 (r2 ALASKA   A M I         1 INTL 20091013)
> (XEN) ACPI: SPMI 7B959BD0, 0041 (r5 ALASKA   A M I         0 AMI.        0)
> (XEN) ACPI: SSDT 7B959C18, 2652 (r2 ALASKA SpsNm           2 INTL 20120913)
> (XEN) ACPI: SSDT 7B95C270, 0064 (r2 ALASKA SpsNvs          2 INTL 20120913)
> (XEN) ACPI: PRAD 7B95C2D8, 0102 (r2 ALASKA   A M I         2 INTL 20120913)
> (XEN) ACPI: DMAR 7B95C3E0, 00E8 (r1 ALASKA   A M I         1 INTL 20091013)
> (XEN) ACPI: HEST 7B95C4C8, 00A8 (r1 ALASKA   A M I         1 INTL        1)
> (XEN) ACPI: BERT 7B95C570, 0030 (r1 ALASKA   A M I         1 INTL        1)
> (XEN) ACPI: ERST 7B95C5A0, 0230 (r1 ALASKA   A M I         1 INTL        1)
> (XEN) System RAM: 130972MB (134116104kB)
> (XEN) Domain heap initialised DMA width 32 bits
> (XEN) ACPI: 32/64X FACS address mismatch in FADT - 7bedef80/0000000000000000, using 32
> (XEN) IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
> (XEN) IOAPIC[1]: apic_id 2, version 32, address 0xfec01000, GSI 24-47
> (XEN) IOAPIC[2]: apic_id 3, version 32, address 0xfec40000, GSI 48-71
> (XEN) Enabling APIC mode:  Phys.  Using 3 I/O APICs
> (XEN) Not enabling x2APIC (upon firmware request)
> (XEN) xstate: size: 0x340 and states: 0x7
> (XEN) CMCI: threshold 0x2 too large for CPU0 bank 17, using 0x1
> (XEN) CMCI: threshold 0x2 too large for CPU0 bank 18, using 0x1
> (XEN) CMCI: threshold 0x2 too large for CPU0 bank 19, using 0x1
> (XEN) Using scheduler: SMP Credit Scheduler (credit)
> (XEN) Platform timer is 14.318MHz HPET
> (XEN) Detected 2095.152 MHz processor.
> (XEN) Initing memory sharing.
> (XEN) Intel VT-d iommu 0 supported page sizes: 4kB, 2MB, 1GB.
> (XEN) Intel VT-d iommu 1 supported page sizes: 4kB, 2MB, 1GB.
> (XEN) Intel VT-d Snoop Control enabled.
> (XEN) Intel VT-d Dom0 DMA Passthrough not enabled.
> (XEN) Intel VT-d Queued Invalidation enabled.
> (XEN) Intel VT-d Interrupt Remapping enabled.
> (XEN) Intel VT-d Posted Interrupt not enabled.
> (XEN) Intel VT-d Shared EPT tables enabled.
> (XEN) I/O virtualisation enabled
> (XEN)  - Dom0 mode: Relaxed
> (XEN) Interrupt remapping enabled
> (XEN) Enabled directed EOI with ioapic_ack_old on!
> (XEN) ENABLING IO-APIC IRQs
> (XEN)  -> Using old ACK method
> (XEN) Allocated console ring of 64 KiB.
> (XEN) VMX: Supported advanced features:
> (XEN)  - APIC MMIO access virtualisation
> (XEN)  - APIC TPR shadow
> (XEN)  - Extended Page Tables (EPT)
> (XEN)  - Virtual-Processor Identifiers (VPID)
> (XEN)  - Virtual NMI
> (XEN)  - MSR direct-access bitmap
> (XEN)  - Unrestricted Guest
> (XEN)  - APIC Register Virtualization
> (XEN)  - Virtual Interrupt Delivery
> (XEN)  - Posted Interrupt Processing
> (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) CMCI: threshold 0x2 too large for CPU16 bank 17, using 0x1
> (XEN) CMCI: threshold 0x2 too large for CPU16 bank 18, using 0x1
> (XEN) CMCI: threshold 0x2 too large for CPU16 bank 19, using 0x1
> (XEN) Brought up 32 CPUs
> (XEN) Dom0 has maximum 1224 PIRQs
> (XEN) *** LOADING DOMAIN 0 ***
> (XEN)  Xen  kernel: 64-bit, lsb, compat32
> (XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x1000000 -> 0x1d6b000
> (XEN) PHYSICAL MEMORY ARRANGEMENT:
> (XEN)  Dom0 alloc.:   000000202e000000->0000002030000000 (33053699 pages to be allocated)
> (XEN)  Init. ramdisk: 000000207ecd0000->000000207ffffbda
> (XEN) VIRTUAL MEMORY ARRANGEMENT:
> (XEN)  Loaded kernel: ffffffff81000000->ffffffff81d6b000
> (XEN)  Init. ramdisk: 0000000000000000->0000000000000000
> (XEN)  Phys-Mach map: 0000008000000000->000000800fc47998
> (XEN)  Start info:    ffffffff81d6b000->ffffffff81d6b4b4
> (XEN)  Page tables:   ffffffff81d6c000->ffffffff81d7f000
> (XEN)  Boot stack:    ffffffff81d7f000->ffffffff81d80000
> (XEN)  TOTAL:         ffffffff80000000->ffffffff82000000
> (XEN)  ENTRY ADDRESS: ffffffff81b35180
> (XEN) Dom0 has maximum 32 VCPUs
> (XEN) Scrubbing Free RAM on 2 nodes using 16 CPUs
> (XEN) ..................................................................done.
> (XEN) Initial low memory virq threshold set at 0x4000 pages.
> (XEN) Std. Loglevel: Errors and warnings
> (XEN) Guest Loglevel: Nothing (Rate-limited: Errors and warnings)
> (XEN) Xen is relinquishing VGA console.
> (XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
> (XEN) Freed 312kB init memory
> (XEN) d1v0 EPT violation 0x182 (-w-/---) gpa 0x000004861ff000 mfn 0xffffffffffffffff type 4
> (XEN) d1v0 Walking EPT tables for GFN 4861ff:
> (XEN) d1v0  gfn exceeds max_mapped_pfn 400000
> (XEN) d1v0  --- GLA 0xffff8804861ff000
> (XEN) domain_crash called from vmx.c:3108
> (XEN) Domain 1 (vcpu#0) crashed on cpu#19:
> (XEN) ----[ Xen-4.8.0  x86_64  debug=n   Not tainted ]----
> (XEN) CPU:    19
> (XEN) RIP:    0010:[<ffffffff8132c462>]
> (XEN) RFLAGS: 0000000000010016   CONTEXT: hvm guest (d1v0)
> (XEN) rax: 0000000000000000   rbx: 0000000000000001   rcx: 000000000000003f
> (XEN) rdx: 0000000000000006   rsi: ffffffff81ae5688   rdi: ffff8804861ff000
> (XEN) rbp: 00000000004861ff   rsp: ffffffff81a03c20   r8:  0000000000000040
> (XEN) r9:  0000000000000000   r10: 0000000100000000   r11: 00000004862dc000
> (XEN) r12: 0000000000000001   r13: ffff880001d3e050   r14: ffffffff81a66804
> (XEN) r15: 0000000481400000   cr0: 0000000080050033   cr4: 0000000000040620
> (XEN) cr3: 0000000001a06000   cr2: 0000000000000000
> (XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0010
> (XEN) Guest stack trace from rsp=ffffffff81a03c20:
> (XEN)   Fault while accessing guest memory.
> (XEN) d2v0 EPT violation 0x182 (-w-/---) gpa 0x000004861ff000 mfn 0xffffffffffffffff type 4
> (XEN) d2v0 Walking EPT tables for GFN 4861ff:
> (XEN) d2v0  gfn exceeds max_mapped_pfn 400000
> (XEN) d2v0  --- GLA 0xffff8804861ff000
> (XEN) domain_crash called from vmx.c:3108
> (XEN) Domain 2 (vcpu#0) crashed on cpu#15:
> (XEN) ----[ Xen-4.8.0  x86_64  debug=n   Not tainted ]----
> (XEN) CPU:    15
> (XEN) RIP:    0010:[<ffffffff8132c462>]
> (XEN) RFLAGS: 0000000000010016   CONTEXT: hvm guest (d2v0)
> (XEN) rax: 0000000000000000   rbx: 0000000000000001   rcx: 000000000000003f
> (XEN) rdx: 0000000000000006   rsi: ffffffff81ae5688   rdi: ffff8804861ff000
> (XEN) rbp: 00000000004861ff   rsp: ffffffff81a03c20   r8:  0000000000000040
> (XEN) r9:  0000000000000000   r10: 0000000100000000   r11: 00000004862dc000
> (XEN) r12: 0000000000000001   r13: ffff880001d3e050   r14: ffffffff81a66804
> (XEN) r15: 0000000481400000   cr0: 0000000080050033   cr4: 0000000000040620
> (XEN) cr3: 0000000001a06000   cr2: 0000000000000000
> (XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0010
> (XEN) Guest stack trace from rsp=ffffffff81a03c20:
> (XEN)   Fault while accessing guest memory.
> (XEN) d3v0 EPT violation 0x182 (-w-/---) gpa 0x000004861ff000 mfn 0xffffffffffffffff type 4
> (XEN) d3v0 Walking EPT tables for GFN 4861ff:
> (XEN) d3v0  gfn exceeds max_mapped_pfn 400000
> (XEN) d3v0  --- GLA 0xffff8804861ff000
> (XEN) domain_crash called from vmx.c:3108
> (XEN) Domain 3 (vcpu#0) crashed on cpu#20:
> (XEN) ----[ Xen-4.8.0  x86_64  debug=n   Not tainted ]----
> (XEN) CPU:    20
> (XEN) RIP:    0010:[<ffffffff8132c462>]
> (XEN) RFLAGS: 0000000000010016   CONTEXT: hvm guest (d3v0)
> (XEN) rax: 0000000000000000   rbx: 0000000000000001   rcx: 000000000000003f
> (XEN) rdx: 0000000000000006   rsi: ffffffff81ae5688   rdi: ffff8804861ff000
> (XEN) rbp: 00000000004861ff   rsp: ffffffff81a03c20   r8:  0000000000000040
> (XEN) r9:  0000000000000000   r10: 0000000100000000   r11: 00000004862dc000
> (XEN) r12: 0000000000000001   r13: ffff880001d3e050   r14: ffffffff81a66804
> (XEN) r15: 0000000481400000   cr0: 0000000080050033   cr4: 0000000000040620
> (XEN) cr3: 0000000001a06000   cr2: 0000000000000000
> (XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0010
> (XEN) Guest stack trace from rsp=ffffffff81a03c20:
> (XEN)   Fault while accessing guest memory.
> (XEN) d4v0 EPT violation 0x182 (-w-/---) gpa 0x000004861ff000 mfn 0xffffffffffffffff type 4
> (XEN) d4v0 Walking EPT tables for GFN 4861ff:
> (XEN) d4v0  gfn exceeds max_mapped_pfn 400000
> (XEN) d4v0  --- GLA 0xffff8804861ff000
> (XEN) domain_crash called from vmx.c:3108
> (XEN) Domain 4 (vcpu#0) crashed on cpu#12:
> (XEN) ----[ Xen-4.8.0  x86_64  debug=n   Not tainted ]----
> (XEN) CPU:    12
> (XEN) RIP:    0010:[<ffffffff8132c462>]
> (XEN) RFLAGS: 0000000000010016   CONTEXT: hvm guest (d4v0)
> (XEN) rax: 0000000000000000   rbx: 0000000000000001   rcx: 000000000000003f
> (XEN) rdx: 0000000000000006   rsi: ffffffff81ae5688   rdi: ffff8804861ff000
> (XEN) rbp: 00000000004861ff   rsp: ffffffff81a03c20   r8:  0000000000000040
> (XEN) r9:  0000000000000000   r10: 0000000100000000   r11: 00000004862dc000
> (XEN) r12: 0000000000000001   r13: ffff880001d3e050   r14: ffffffff81a66804
> (XEN) r15: 0000000481400000   cr0: 0000000080050033   cr4: 0000000000040620
> (XEN) cr3: 0000000001a06000   cr2: 0000000000000000
> (XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0010
> (XEN) Guest stack trace from rsp=ffffffff81a03c20:
> (XEN)   Fault while accessing guest memory.
> (XEN) d5v0 EPT violation 0x182 (-w-/---) gpa 0x000004861ff000 mfn 0xffffffffffffffff type 4
> (XEN) d5v0 Walking EPT tables for GFN 4861ff:
> (XEN) d5v0  gfn exceeds max_mapped_pfn 400000
> (XEN) d5v0  --- GLA 0xffff8804861ff000
> (XEN) domain_crash called from vmx.c:3108
> (XEN) Domain 5 (vcpu#0) crashed on cpu#28:
> (XEN) ----[ Xen-4.8.0  x86_64  debug=n   Not tainted ]----
> (XEN) CPU:    28
> (XEN) RIP:    0010:[<ffffffff8132c462>]
> (XEN) RFLAGS: 0000000000010016   CONTEXT: hvm guest (d5v0)
> (XEN) rax: 0000000000000000   rbx: 0000000000000001   rcx: 000000000000003f
> (XEN) rdx: 0000000000000006   rsi: ffffffff81ae5688   rdi: ffff8804861ff000
> (XEN) rbp: 00000000004861ff   rsp: ffffffff81a03c20   r8:  0000000000000040
> (XEN) r9:  0000000000000000   r10: 0000000100000000   r11: 00000004862dc000
> (XEN) r12: 0000000000000001   r13: ffff880001d3e050   r14: ffffffff81a66804
> (XEN) r15: 0000000481400000   cr0: 0000000080050033   cr4: 0000000000040620
> (XEN) cr3: 0000000001a06000   cr2: 0000000000000000
> (XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0010
> (XEN) Guest stack trace from rsp=ffffffff81a03c20:
> (XEN)   Fault while accessing guest memory.
> (XEN) d6v0 EPT violation 0x182 (-w-/---) gpa 0x000004861ff000 mfn 0xffffffffffffffff type 4
> (XEN) d6v0 Walking EPT tables for GFN 4861ff:
> (XEN) d6v0  gfn exceeds max_mapped_pfn 400000
> (XEN) d6v0  --- GLA 0xffff8804861ff000
> (XEN) domain_crash called from vmx.c:3108
> (XEN) Domain 6 (vcpu#0) crashed on cpu#24:
> (XEN) ----[ Xen-4.8.0  x86_64  debug=n   Not tainted ]----
> (XEN) CPU:    24
> (XEN) RIP:    0010:[<ffffffff8132c462>]
> (XEN) RFLAGS: 0000000000010016   CONTEXT: hvm guest (d6v0)
> (XEN) rax: 0000000000000000   rbx: 0000000000000001   rcx: 000000000000003f
> (XEN) rdx: 0000000000000006   rsi: ffffffff81ae5688   rdi: ffff8804861ff000
> (XEN) rbp: 00000000004861ff   rsp: ffffffff81a03c20   r8:  0000000000000040
> (XEN) r9:  0000000000000000   r10: 0000000100000000   r11: 00000004862dc000
> (XEN) r12: 0000000000000001   r13: ffff880001d3e050   r14: ffffffff81a66804
> (XEN) r15: 0000000481400000   cr0: 0000000080050033   cr4: 0000000000040620
> (XEN) cr3: 0000000001a06000   cr2: 0000000000000000
> (XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0010
> (XEN) Guest stack trace from rsp=ffffffff81a03c20:
> (XEN)   Fault while accessing guest memory.
> (XEN) d7v0 EPT violation 0x182 (-w-/---) gpa 0x000004861ff000 mfn 0xffffffffffffffff type 4
> (XEN) d7v0 Walking EPT tables for GFN 4861ff:
> (XEN) d7v0  gfn exceeds max_mapped_pfn 400000
> (XEN) d7v0  --- GLA 0xffff8804861ff000
> (XEN) domain_crash called from vmx.c:3108
> (XEN) Domain 7 (vcpu#0) crashed on cpu#30:
> (XEN) ----[ Xen-4.8.0  x86_64  debug=n   Not tainted ]----
> (XEN) CPU:    30
> (XEN) RIP:    0010:[<ffffffff8132c462>]
> (XEN) RFLAGS: 0000000000010016   CONTEXT: hvm guest (d7v0)
> (XEN) rax: 0000000000000000   rbx: 0000000000000001   rcx: 000000000000003f
> (XEN) rdx: 0000000000000006   rsi: ffffffff81ae5688   rdi: ffff8804861ff000
> (XEN) rbp: 00000000004861ff   rsp: ffffffff81a03c20   r8:  0000000000000040
> (XEN) r9:  0000000000000000   r10: 0000000100000000   r11: 00000004862dc000
> (XEN) r12: 0000000000000001   r13: ffff880001d3e050   r14: ffffffff81a66804
> (XEN) r15: 0000000481400000   cr0: 0000000080050033   cr4: 0000000000040620
> (XEN) cr3: 0000000001a06000   cr2: 0000000000000000
> (XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0010
> (XEN) Guest stack trace from rsp=ffffffff81a03c20:
> (XEN)   Fault while accessing guest memory.
> (XEN) d8v0 EPT violation 0x182 (-w-/---) gpa 0x000004861ff000 mfn 0xffffffffffffffff type 4
> (XEN) d8v0 Walking EPT tables for GFN 4861ff:
> (XEN) d8v0  gfn exceeds max_mapped_pfn 400000
> (XEN) d8v0  --- GLA 0xffff8804861ff000
> (XEN) domain_crash called from vmx.c:3108
> (XEN) Domain 8 (vcpu#0) crashed on cpu#8:
> (XEN) ----[ Xen-4.8.0  x86_64  debug=n   Not tainted ]----
> (XEN) CPU:    8
> (XEN) RIP:    0010:[<ffffffff8132c462>]
> (XEN) RFLAGS: 0000000000010016   CONTEXT: hvm guest (d8v0)
> (XEN) rax: 0000000000000000   rbx: 0000000000000001   rcx: 000000000000003f
> (XEN) rdx: 0000000000000006   rsi: ffffffff81ae5688   rdi: ffff8804861ff000
> (XEN) rbp: 00000000004861ff   rsp: ffffffff81a03c20   r8:  0000000000000040
> (XEN) r9:  0000000000000000   r10: 0000000100000000   r11: 00000004862dc000
> (XEN) r12: 0000000000000001   r13: ffff880001d3e050   r14: ffffffff81a66804
> (XEN) r15: 0000000481400000   cr0: 0000000080050033   cr4: 0000000000040620
> (XEN) cr3: 0000000001a06000   cr2: 0000000000000000
> (XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0010
> (XEN) Guest stack trace from rsp=ffffffff81a03c20:
> (XEN)   Fault while accessing guest memory.
> (XEN) d9v0 EPT violation 0x182 (-w-/---) gpa 0x000004861ff000 mfn 0xffffffffffffffff type 4
> (XEN) d9v0 Walking EPT tables for GFN 4861ff:
> (XEN) d9v0  gfn exceeds max_mapped_pfn 400000
> (XEN) d9v0  --- GLA 0xffff8804861ff000
> (XEN) domain_crash called from vmx.c:3108
> (XEN) Domain 9 (vcpu#0) crashed on cpu#5:
> (XEN) ----[ Xen-4.8.0  x86_64  debug=n   Not tainted ]----
> (XEN) CPU:    5
> (XEN) RIP:    0010:[<ffffffff8132c462>]
> (XEN) RFLAGS: 0000000000010016   CONTEXT: hvm guest (d9v0)
> (XEN) rax: 0000000000000000   rbx: 0000000000000001   rcx: 000000000000003f
> (XEN) rdx: 0000000000000006   rsi: ffffffff81ae5688   rdi: ffff8804861ff000
> (XEN) rbp: 00000000004861ff   rsp: ffffffff81a03c20   r8:  0000000000000040
> (XEN) r9:  0000000000000000   r10: 0000000100000000   r11: 00000004862dc000
> (XEN) r12: 0000000000000001   r13: ffff880001d3e050   r14: ffffffff81a66804
> (XEN) r15: 0000000481400000   cr0: 0000000080050033   cr4: 0000000000040620
> (XEN) cr3: 0000000001a06000   cr2: 0000000000000000
> (XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0010
> (XEN) Guest stack trace from rsp=ffffffff81a03c20:
> (XEN)   Fault while accessing guest memory.
> (XEN) d10v0 EPT violation 0x182 (-w-/---) gpa 0x000004861ff000 mfn 0xffffffffffffffff type 4
> (XEN) d10v0 Walking EPT tables for GFN 4861ff:
> (XEN) d10v0  gfn exceeds max_mapped_pfn 400000
> (XEN) d10v0  --- GLA 0xffff8804861ff000
> (XEN) domain_crash called from vmx.c:3108
> (XEN) Domain 10 (vcpu#0) crashed on cpu#0:
> (XEN) ----[ Xen-4.8.0  x86_64  debug=n   Not tainted ]----
> (XEN) CPU:    0
> (XEN) RIP:    0010:[<ffffffff8132c462>]
> (XEN) RFLAGS: 0000000000010016   CONTEXT: hvm guest (d10v0)
> (XEN) rax: 0000000000000000   rbx: 0000000000000001   rcx: 000000000000003f
> (XEN) rdx: 0000000000000006   rsi: ffffffff81ae5688   rdi: ffff8804861ff000
> (XEN) rbp: 00000000004861ff   rsp: ffffffff81a03c20   r8:  0000000000000040
> (XEN) r9:  0000000000000000   r10: 0000000100000000   r11: 00000004862dc000
> (XEN) r12: 0000000000000001   r13: ffff880001d3e050   r14: ffffffff81a66804
> (XEN) r15: 0000000481400000   cr0: 0000000080050033   cr4: 0000000000040620
> (XEN) cr3: 0000000001a06000   cr2: 0000000000000000
> (XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0010
> (XEN) Guest stack trace from rsp=ffffffff81a03c20:
> (XEN)   Fault while accessing guest memory.
> (XEN) d11v0 EPT violation 0x182 (-w-/---) gpa 0x000004861ff000 mfn 0xffffffffffffffff type 4
> (XEN) d11v0 Walking EPT tables for GFN 4861ff:
> (XEN) d11v0  gfn exceeds max_mapped_pfn 400000
> (XEN) d11v0  --- GLA 0xffff8804861ff000
> (XEN) domain_crash called from vmx.c:3108
> (XEN) Domain 11 (vcpu#0) crashed on cpu#10:
> (XEN) ----[ Xen-4.8.0  x86_64  debug=n   Not tainted ]----
> (XEN) CPU:    10
> (XEN) RIP:    0010:[<ffffffff8132c462>]
> (XEN) RFLAGS: 0000000000010016   CONTEXT: hvm guest (d11v0)
> (XEN) rax: 0000000000000000   rbx: 0000000000000001   rcx: 000000000000003f
> (XEN) rdx: 0000000000000006   rsi: ffffffff81ae5688   rdi: ffff8804861ff000
> (XEN) rbp: 00000000004861ff   rsp: ffffffff81a03c20   r8:  0000000000000040
> (XEN) r9:  0000000000000000   r10: 0000000100000000   r11: 00000004862dc000
> (XEN) r12: 0000000000000001   r13: ffff880001d3e050   r14: ffffffff81a66804
> (XEN) r15: 0000000481400000   cr0: 0000000080050033   cr4: 0000000000040620
> (XEN) cr3: 0000000001a06000   cr2: 0000000000000000
> (XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0010
> (XEN) Guest stack trace from rsp=ffffffff81a03c20:
> (XEN)   Fault while accessing guest memory.
> (XEN) d12v0 EPT violation 0x182 (-w-/---) gpa 0x000004861ff000 mfn 0xffffffffffffffff type 4
> (XEN) d12v0 Walking EPT tables for GFN 4861ff:
> (XEN) d12v0  gfn exceeds max_mapped_pfn 400000
> (XEN) d12v0  --- GLA 0xffff8804861ff000
> (XEN) domain_crash called from vmx.c:3108
> (XEN) Domain 12 (vcpu#0) crashed on cpu#5:
> (XEN) ----[ Xen-4.8.0  x86_64  debug=n   Not tainted ]----
> (XEN) CPU:    5
> (XEN) RIP:    0010:[<ffffffff8132c462>]
> (XEN) RFLAGS: 0000000000010016   CONTEXT: hvm guest (d12v0)
> (XEN) rax: 0000000000000000   rbx: 0000000000000001   rcx: 000000000000003f
> (XEN) rdx: 0000000000000006   rsi: ffffffff81ae5688   rdi: ffff8804861ff000
> (XEN) rbp: 00000000004861ff   rsp: ffffffff81a03c20   r8:  0000000000000040
> (XEN) r9:  0000000000000000   r10: 0000000100000000   r11: 00000004862dc000
> (XEN) r12: 0000000000000001   r13: ffff880001d3e050   r14: ffffffff81a66804
> (XEN) r15: 0000000481400000   cr0: 0000000080050033   cr4: 0000000000040620
> (XEN) cr3: 0000000001a06000   cr2: 0000000000000000
> (XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0010
> (XEN) Guest stack trace from rsp=ffffffff81a03c20:
> (XEN)   Fault while accessing guest memory.
> (XEN) d13v0 EPT violation 0x182 (-w-/---) gpa 0x000004861ff000 mfn 0xffffffffffffffff type 4
> (XEN) d13v0 Walking EPT tables for GFN 4861ff:
> (XEN) d13v0  gfn exceeds max_mapped_pfn 400000
> (XEN) d13v0  --- GLA 0xffff8804861ff000
> (XEN) domain_crash called from vmx.c:3108
> (XEN) Domain 13 (vcpu#0) crashed on cpu#14:
> (XEN) ----[ Xen-4.8.0  x86_64  debug=n   Not tainted ]----
> (XEN) CPU:    14
> (XEN) RIP:    0010:[<ffffffff8132c462>]
> (XEN) RFLAGS: 0000000000010016   CONTEXT: hvm guest (d13v0)
> (XEN) rax: 0000000000000000   rbx: 0000000000000001   rcx: 000000000000003f
> (XEN) rdx: 0000000000000006   rsi: ffffffff81ae5688   rdi: ffff8804861ff000
> (XEN) rbp: 00000000004861ff   rsp: ffffffff81a03c20   r8:  0000000000000040
> (XEN) r9:  0000000000000000   r10: 0000000100000000   r11: 00000004862dc000
> (XEN) r12: 0000000000000001   r13: ffff880001d3e050   r14: ffffffff81a66804
> (XEN) r15: 0000000481400000   cr0: 0000000080050033   cr4: 0000000000040620
> (XEN) cr3: 0000000001a06000   cr2: 0000000000000000
> (XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0010
> (XEN) Guest stack trace from rsp=ffffffff81a03c20:
> (XEN)   Fault while accessing guest memory.
> (XEN) d14v0 EPT violation 0x182 (-w-/---) gpa 0x000004861ff000 mfn 0xffffffffffffffff type 4
> (XEN) d14v0 Walking EPT tables for GFN 4861ff:
> (XEN) d14v0  gfn exceeds max_mapped_pfn 400000
> (XEN) d14v0  --- GLA 0xffff8804861ff000
> (XEN) domain_crash called from vmx.c:3108
> (XEN) Domain 14 (vcpu#0) crashed on cpu#1:
> (XEN) ----[ Xen-4.8.0  x86_64  debug=n   Not tainted ]----
> (XEN) CPU:    1
> (XEN) RIP:    0010:[<ffffffff8132c462>]
> (XEN) RFLAGS: 0000000000010016   CONTEXT: hvm guest (d14v0)
> (XEN) rax: 0000000000000000   rbx: 0000000000000001   rcx: 000000000000003f
> (XEN) rdx: 0000000000000006   rsi: ffffffff81ae5688   rdi: ffff8804861ff000
> (XEN) rbp: 00000000004861ff   rsp: ffffffff81a03c20   r8:  0000000000000040
> (XEN) r9:  0000000000000000   r10: 0000000100000000   r11: 00000004862dc000
> (XEN) r12: 0000000000000001   r13: ffff880001d3e050   r14: ffffffff81a66804
> (XEN) r15: 0000000481400000   cr0: 0000000080050033   cr4: 0000000000040620
> (XEN) cr3: 0000000001a06000   cr2: 0000000000000000
> (XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0010
> (XEN) Guest stack trace from rsp=ffffffff81a03c20:
> (XEN)   Fault while accessing guest memory.
> (XEN) d15v0 EPT violation 0x182 (-w-/---) gpa 0x000004861ff000 mfn 0xffffffffffffffff type 4
> (XEN) d15v0 Walking EPT tables for GFN 4861ff:
> (XEN) d15v0  gfn exceeds max_mapped_pfn 400000
> (XEN) d15v0  --- GLA 0xffff8804861ff000
> (XEN) domain_crash called from vmx.c:3108
> (XEN) Domain 15 (vcpu#0) crashed on cpu#28:
> (XEN) ----[ Xen-4.8.0  x86_64  debug=n   Not tainted ]----
> (XEN) CPU:    28
> (XEN) RIP:    0010:[<ffffffff8132c462>]
> (XEN) RFLAGS: 0000000000010016   CONTEXT: hvm guest (d15v0)
> (XEN) rax: 0000000000000000   rbx: 0000000000000001   rcx: 000000000000003f
> (XEN) rdx: 0000000000000006   rsi: ffffffff81ae5688   rdi: ffff8804861ff000
> (XEN) rbp: 00000000004861ff   rsp: ffffffff81a03c20   r8:  0000000000000040
> (XEN) r9:  0000000000000000   r10: 0000000100000000   r11: 00000004862dc000
> (XEN) r12: 0000000000000001   r13: ffff880001d3e050   r14: ffffffff81a66804
> (XEN) r15: 0000000481400000   cr0: 0000000080050033   cr4: 0000000000040620
> (XEN) cr3: 0000000001a06000   cr2: 0000000000000000
> (XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0010
> (XEN) Guest stack trace from rsp=ffffffff81a03c20:
> (XEN)   Fault while accessing guest memory.
> (XEN) d16v0 EPT violation 0x182 (-w-/---) gpa 0x000004861ff000 mfn 0xffffffffffffffff type 4
> (XEN) d16v0 Walking EPT tables for GFN 4861ff:
> (XEN) d16v0  gfn exceeds max_mapped_pfn 400000
> (XEN) d16v0  --- GLA 0xffff8804861ff000
> (XEN) domain_crash called from vmx.c:3108
> (XEN) Domain 16 (vcpu#0) crashed on cpu#20:
> (XEN) ----[ Xen-4.8.0  x86_64  debug=n   Not tainted ]----
> (XEN) CPU:    20
> (XEN) RIP:    0010:[<ffffffff8132c462>]
> (XEN) RFLAGS: 0000000000010016   CONTEXT: hvm guest (d16v0)
> (XEN) rax: 0000000000000000   rbx: 0000000000000001   rcx: 000000000000003f
> (XEN) rdx: 0000000000000006   rsi: ffffffff81ae5688   rdi: ffff8804861ff000
> (XEN) rbp: 00000000004861ff   rsp: ffffffff81a03c20   r8:  0000000000000040
> (XEN) r9:  0000000000000000   r10: 0000000100000000   r11: 00000004862dc000
> (XEN) r12: 0000000000000001   r13: ffff880001d3e050   r14: ffffffff81a66804
> (XEN) r15: 0000000481400000   cr0: 0000000080050033   cr4: 0000000000040620
> (XEN) cr3: 0000000001a06000   cr2: 0000000000000000
> (XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0010
> (XEN) Guest stack trace from rsp=ffffffff81a03c20:
> (XEN)   Fault while accessing guest memory.
> (XEN) d17v0 EPT violation 0x182 (-w-/---) gpa 0x000004861ff000 mfn 0xffffffffffffffff type 4
> (XEN) d17v0 Walking EPT tables for GFN 4861ff:
> (XEN) d17v0  gfn exceeds max_mapped_pfn 400000
> (XEN) d17v0  --- GLA 0xffff8804861ff000
> (XEN) domain_crash called from vmx.c:3108
> (XEN) Domain 17 (vcpu#0) crashed on cpu#20:
> (XEN) ----[ Xen-4.8.0  x86_64  debug=n   Not tainted ]----
> (XEN) CPU:    20
> (XEN) RIP:    0010:[<ffffffff8132c462>]
> (XEN) RFLAGS: 0000000000010016   CONTEXT: hvm guest (d17v0)
> (XEN) rax: 0000000000000000   rbx: 0000000000000001   rcx: 000000000000003f
> (XEN) rdx: 0000000000000006   rsi: ffffffff81ae5688   rdi: ffff8804861ff000
> (XEN) rbp: 00000000004861ff   rsp: ffffffff81a03c20   r8:  0000000000000040
> (XEN) r9:  0000000000000000   r10: 0000000100000000   r11: 00000004862dc000
> (XEN) r12: 0000000000000001   r13: ffff880001d3e050   r14: ffffffff81a66804
> (XEN) r15: 0000000481400000   cr0: 0000000080050033   cr4: 0000000000040620
> (XEN) cr3: 0000000001a06000   cr2: 0000000000000000
> (XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0010
> (XEN) Guest stack trace from rsp=ffffffff81a03c20:
> (XEN)   Fault while accessing guest memory.
> (XEN) d18v0 EPT violation 0x182 (-w-/---) gpa 0x000004861ff000 mfn 0xffffffffffffffff type 4
> (XEN) d18v0 Walking EPT tables for GFN 4861ff:
> (XEN) d18v0  gfn exceeds max_mapped_pfn 400000
> (XEN) d18v0  --- GLA 0xffff8804861ff000
> (XEN) domain_crash called from vmx.c:3108
> (XEN) Domain 18 (vcpu#0) crashed on cpu#4:
> (XEN) ----[ Xen-4.8.0  x86_64  debug=n   Not tainted ]----
> (XEN) CPU:    4
> (XEN) RIP:    0010:[<ffffffff8132c462>]
> (XEN) RFLAGS: 0000000000010016   CONTEXT: hvm guest (d18v0)
> (XEN) rax: 0000000000000000   rbx: 0000000000000001   rcx: 000000000000003f
> (XEN) rdx: 0000000000000006   rsi: ffffffff81ae5688   rdi: ffff8804861ff000
> (XEN) rbp: 00000000004861ff   rsp: ffffffff81a03c20   r8:  0000000000000040
> (XEN) r9:  0000000000000000   r10: 0000000100000000   r11: 00000004862dc000
> (XEN) r12: 0000000000000001   r13: ffff880001d3e050   r14: ffffffff81a66804
> (XEN) r15: 0000000481400000   cr0: 0000000080050033   cr4: 0000000000040620
> (XEN) cr3: 0000000001a06000   cr2: 0000000000000000
> (XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0010
> (XEN) Guest stack trace from rsp=ffffffff81a03c20:
> (XEN)   Fault while accessing guest memory.
> (XEN) d19v0 EPT violation 0x182 (-w-/---) gpa 0x000004861ff000 mfn 0xffffffffffffffff type 4
> (XEN) d19v0 Walking EPT tables for GFN 4861ff:
> (XEN) d19v0  gfn exceeds max_mapped_pfn 400000
> (XEN) d19v0  --- GLA 0xffff8804861ff000
> (XEN) domain_crash called from vmx.c:3108
> (XEN) Domain 19 (vcpu#0) crashed on cpu#19:
> (XEN) ----[ Xen-4.8.0  x86_64  debug=n   Not tainted ]----
> (XEN) CPU:    19
> (XEN) RIP:    0010:[<ffffffff8132c462>]
> (XEN) RFLAGS: 0000000000010016   CONTEXT: hvm guest (d19v0)
> (XEN) rax: 0000000000000000   rbx: 0000000000000001   rcx: 000000000000003f
> (XEN) rdx: 0000000000000006   rsi: ffffffff81ae5688   rdi: ffff8804861ff000
> (XEN) rbp: 00000000004861ff   rsp: ffffffff81a03c20   r8:  0000000000000040
> (XEN) r9:  0000000000000000   r10: 0000000100000000   r11: 00000004862dc000
> (XEN) r12: 0000000000000001   r13: ffff880001d3e050   r14: ffffffff81a66804
> (XEN) r15: 0000000481400000   cr0: 0000000080050033   cr4: 0000000000040620
> (XEN) cr3: 0000000001a06000   cr2: 0000000000000000
> (XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0010
> (XEN) Guest stack trace from rsp=ffffffff81a03c20:
> (XEN)   Fault while accessing guest memory.
> (XEN) d20v0 EPT violation 0x182 (-w-/---) gpa 0x000004861ff000 mfn 0xffffffffffffffff type 4
> (XEN) d20v0 Walking EPT tables for GFN 4861ff:
> (XEN) d20v0  gfn exceeds max_mapped_pfn 400000
> (XEN) d20v0  --- GLA 0xffff8804861ff000
> (XEN) domain_crash called from vmx.c:3108
> (XEN) Domain 20 (vcpu#0) crashed on cpu#24:
> (XEN) ----[ Xen-4.8.0  x86_64  debug=n   Not tainted ]----
> (XEN) CPU:    24
> (XEN) RIP:    0010:[<ffffffff8132c462>]
> (XEN) RFLAGS: 0000000000010016   CONTEXT: hvm guest (d20v0)
> (XEN) rax: 0000000000000000   rbx: 0000000000000001   rcx: 000000000000003f
> (XEN) rdx: 0000000000000006   rsi: ffffffff81ae5688   rdi: ffff8804861ff000
> (XEN) rbp: 00000000004861ff   rsp: ffffffff81a03c20   r8:  0000000000000040
> (XEN) r9:  0000000000000000   r10: 0000000100000000   r11: 00000004862dc000
> (XEN) r12: 0000000000000001   r13: ffff880001d3e050   r14: ffffffff81a66804
> (XEN) r15: 0000000481400000   cr0: 0000000080050033   cr4: 0000000000040620
> (XEN) cr3: 0000000001a06000   cr2: 0000000000000000
> (XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0010
> (XEN) Guest stack trace from rsp=ffffffff81a03c20:
> (XEN)   Fault while accessing guest memory.
> (XEN) d21v0 EPT violation 0x182 (-w-/---) gpa 0x000004861ff000 mfn 0xffffffffffffffff type 4
> (XEN) d21v0 Walking EPT tables for GFN 4861ff:
> (XEN) d21v0  gfn exceeds max_mapped_pfn 400000
> (XEN) d21v0  --- GLA 0xffff8804861ff000
> (XEN) domain_crash called from vmx.c:3108
> (XEN) Domain 21 (vcpu#0) crashed on cpu#0:
> (XEN) ----[ Xen-4.8.0  x86_64  debug=n   Not tainted ]----
> (XEN) CPU:    0
> (XEN) RIP:    0010:[<ffffffff8132c462>]
> (XEN) RFLAGS: 0000000000010016   CONTEXT: hvm guest (d21v0)
> (XEN) rax: 0000000000000000   rbx: 0000000000000001   rcx: 000000000000003f
> (XEN) rdx: 0000000000000006   rsi: ffffffff81ae5688   rdi: ffff8804861ff000
> (XEN) rbp: 00000000004861ff   rsp: ffffffff81a03c20   r8:  0000000000000040
> (XEN) r9:  0000000000000000   r10: 0000000100000000   r11: 00000004862dc000
> (XEN) r12: 0000000000000001   r13: ffff880001d3e050   r14: ffffffff81a66804
> (XEN) r15: 0000000481400000   cr0: 0000000080050033   cr4: 0000000000040620
> (XEN) cr3: 0000000001a06000   cr2: 0000000000000000
> (XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0010
> (XEN) Guest stack trace from rsp=ffffffff81a03c20:
> (XEN)   Fault while accessing guest memory.
> root@cknowsvr01:/home/diederik#

> VGA card:
> root@cknowsvr01:/home/diederik# lspci | grep -i vga
> 02:00.0 VGA compatible controller: NVIDIA Corporation NV44 [GeForce 6200 TurboCache] (rev a1)
> 
> 
> Uninstalled the nvidia proprietary driver (Debian package) and installed nouveau and rebooted my server, which resulted in the following kernel modules being loaded:
> diederik@cknowsvr01:~$ lsmod | grep nou
> nouveau              1544192  1
> mxm_wmi                16384  1 nouveau
> video                  40960  1 nouveau
> ttm                    98304  1 nouveau
> drm_kms_helper        155648  1 nouveau
> drm                   360448  4 nouveau,ttm,drm_kms_helper
> wmi                    16384  2 mxm_wmi,nouveau
> button                 16384  1 nouveau
> i2c_algo_bit           16384  2 igb,nouveau
> 
> After reboot I did: 
> root@cknowsvr01:/home/diederik# xl pci-assignable-list
> libxl: error: libxl_pci.c:409:libxl_device_pci_assignable_list: Looks like pciback driver not loaded
> 
> So forgot to load the xen-pciback driver, so fixed that:
> root@cknowsvr01:/home/diederik# modprobe xen-pciback
> 
> root@cknowsvr01:/home/diederik# xl pci-assignable-list
> 
> Then tried to create a vm in which I had enabled pci-passthrough:
> root@cknowsvr01:/home/diederik# xl create -c /etc/xen/tradestation.home.cknow.org.cfg 
> Parsing config from /etc/xen/tradestation.home.cknow.org.cfg
> libxl: notice: libxl_numa.c:518:libxl__get_numa_candidate: NUMA placement failed, performance might be affected
> libxl: error: libxl_qmp.c:287:qmp_handle_error_response: received an error message from QMP server: Could not set password
> libxl: error: libxl_pci.c:1225:libxl__device_pci_add: PCI device 0:2:0.0 is not assignable
> libxl: error: libxl_pci.c:1304:libxl__add_pcidevs: libxl_device_pci_add failed: -3
> libxl: error: libxl_create.c:1461:domcreate_attach_devices: unable to add pci devices
> libxl: error: libxl.c:1575:libxl__destroy_domid: non-existant domain 1
> libxl: error: libxl.c:1534:domain_destroy_callback: unable to destroy guest with domid 1
> libxl: error: libxl.c:1463:domain_destroy_cb: destruction of domain 1 failed
> root@cknowsvr01:/home/diederik# xl list
> Name                                        ID   Mem VCPUs      State   Time(s)
> Domain-0                                     0 112773    32     r-----      54.3
> 
> which failed.
> Realizing I forgot to add my vga card, so tried to fix that:
> root@cknowsvr01:/home/diederik# xl pci-assignable-add 02:00.0
> at which my system hang and eventually my ssh-session got disconnected and am unable to connect again. Plugging in a physical keyboard didn't help and a hard reset seems to be the only way out.




> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> https://lists.xen.org/xen-devel


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

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

* Is: EPT violations. Was:Re: Problems with pci/vga passthrough
  2017-01-18 16:20 ` Is: EPT violations. Was:Re: " Konrad Rzeszutek Wilk
@ 2017-01-18 16:42   ` Jan Beulich
       [not found]     ` <1890797.J70arCvF62@bagend>
  2017-01-18 16:47   ` George Dunlap
  2017-01-22 18:30   ` Diederik de Haas
  2 siblings, 1 reply; 13+ messages in thread
From: Jan Beulich @ 2017-01-18 16:42 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk; +Cc: kevin.tian, feng.wu, Diederik de Haas, xen-devel

>>> On 18.01.17 at 17:20, <konrad.wilk@oracle.com> wrote:
> Cc-ing Intel maintainers, as the issue looks to be:
> 
> (XEN) d1v0 EPT violation 0x182 (-w-/---) gpa 0x000004861ff000 mfn 0xffffffffffffffff type 4
> (XEN) d1v0 Walking EPT tables for GFN 4861ff:
> (XEN) d1v0  gfn exceeds max_mapped_pfn 400000
> (XEN) d1v0  --- GLA 0xffff8804861ff000
> (XEN) domain_crash called from vmx.c:3108
> (XEN) Domain 1 (vcpu#0) crashed on cpu#19:
> (XEN) ----[ Xen-4.8.0  x86_64  debug=n   Not tainted ]----
> (XEN) CPU:    19
> (XEN) RIP:    0010:[<ffffffff8132c462>]
> (XEN) RFLAGS: 0000000000010016   CONTEXT: hvm guest (d1v0)
> (XEN) rax: 0000000000000000   rbx: 0000000000000001   rcx: 000000000000003f
> (XEN) rdx: 0000000000000006   rsi: ffffffff81ae5688   rdi: ffff8804861ff000
> (XEN) rbp: 00000000004861ff   rsp: ffffffff81a03c20   r8:  0000000000000040
> (XEN) r9:  0000000000000000   r10: 0000000100000000   r11: 00000004862dc000
> (XEN) r12: 0000000000000001   r13: ffff880001d3e050   r14: ffffffff81a66804
> (XEN) r15: 0000000481400000   cr0: 0000000080050033   cr4: 0000000000040620
> (XEN) cr3: 0000000001a06000   cr2: 0000000000000000
> (XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: 0000   cs: 0010
> (XEN) Guest stack trace from rsp=ffffffff81a03c20:
> (XEN)   Fault while accessing guest memory.

Well, the text near the top of this states the reason for the fault,
so I don't think this is (just) an EPT issue. The question really is why
there is an access to something which was never mapped. Without
more information provided we can't even guess what might be at
gpa 0x000004861ff000.

Jan


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

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

* Re: Is: EPT violations. Was:Re: Problems with pci/vga passthrough
  2017-01-18 16:20 ` Is: EPT violations. Was:Re: " Konrad Rzeszutek Wilk
  2017-01-18 16:42   ` Jan Beulich
@ 2017-01-18 16:47   ` George Dunlap
  2017-01-22 18:30   ` Diederik de Haas
  2 siblings, 0 replies; 13+ messages in thread
From: George Dunlap @ 2017-01-18 16:47 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk; +Cc: Tian, Kevin, feng.wu, Diederik de Haas, xen-devel

On Wed, Jan 18, 2017 at 4:20 PM, Konrad Rzeszutek Wilk
<konrad.wilk@oracle.com> wrote:
> On Wed, Jan 18, 2017 at 02:37:16AM +0100, Diederik de Haas wrote:
>> But as soon as I enabled 'gfx_passthru = 1` and `pci = [ '02:00.0' ]`, the
>> `xl create <vm-config>` process kept crashing and the only way I was able to
>> stop it was by doing `kill <xl-create-process>` and the <xl-create-process> was
>> "/usr/lib/xen-4.8/bin/xl create -c /etc/xen/tradestation.home.cknow.org.cfg"
>> (attached as tradestation.xen.cfg)

This is a bit weird -- the output you list below says that the domain
was crashed due to an EPT violation; but the default for on_crash
should be "destroy", not "reboot".  You didn't change that anywhere in
your xl config file, did you?

 -George

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

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

* Re: Is: EPT violations. Was:Re: Problems with pci/vga passthrough
       [not found]     ` <1890797.J70arCvF62@bagend>
@ 2017-01-19  8:18       ` Jan Beulich
  0 siblings, 0 replies; 13+ messages in thread
From: Jan Beulich @ 2017-01-19  8:18 UTC (permalink / raw)
  To: Diederik de Haas; +Cc: kevin.tian, Konrad Rzeszutek Wilk, feng.wu, xen-devel

>>> On 19.01.17 at 03:55, <didi.debian@cknow.org> wrote:
> If you tell me what info  you need and how to get it, I'll do my best to 
> provide it. (but I really don't want to put the vga card back in as it very 
> much seemed to prevent booting the whole system)

Well, in that case - is there an issue here to solve in the first place?

Jan


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

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

* Re: Is: EPT violations. Was:Re: Problems with pci/vga passthrough
  2017-01-18 16:20 ` Is: EPT violations. Was:Re: " Konrad Rzeszutek Wilk
  2017-01-18 16:42   ` Jan Beulich
  2017-01-18 16:47   ` George Dunlap
@ 2017-01-22 18:30   ` Diederik de Haas
  2017-01-24 15:59     ` Diederik de Haas
  2 siblings, 1 reply; 13+ messages in thread
From: Diederik de Haas @ 2017-01-22 18:30 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1.1: Type: text/plain, Size: 1969 bytes --]

Got a new video cart, so gave it another go. 
Still no luck and (mostly?) the same issues. 
New video card: http://xfxforce.com/en-us/products/amd-radeon-rx-400-series/
rx-460-4gb-heatsink-rx-460p4hfg5-

One particular thing I noticed is that I get (something that looks like) a 
kernel crash when booting the kernel with Xen, which I don't get when choosing 
the GRUB option without Xen.
See `cknowsvr01-dmesg-with-xen.txt` vs `cknowsvr01-dmesg-without-xen.txt`.

On woensdag 18 januari 2017 11:20:50 CET Konrad Rzeszutek Wilk wrote:
> Can you also kindly attach lspci -vvv output?

See `cknowsvr01-lspci-vvv.txt`

> And also repost 'xl dmesg' but make sure you have 'iommu=verbose,debug
> loglvl=all guest_loglvl=all' on your Xen command line?

See `cknowsvr01-xlinfo-xldmesg.txt`


In order to get vga-passthrough working, I've made some further configuration 
changes which I'll attach as well.

Changes in `/etc/modprobe.d/vga-passthrough.conf`, `/etc/modules`, the loaded 
kernel modules regarding amd (vga card) and xen and the kernel configuration 
wrt xen are in `cknowsvr01-kernel-config.txt`

Changes I've made wrt grub and the complete grub.cfg are in `cknowsvr01-
grub.txt`. 
The item in which I didn't get a kernel crash (see above) was "Debian GNU/
Linux" and the one I do get a kernel crash is "Debian GNU/Linux, with Xen 
hypervisor"

The configuration file of the VM in which I try to get vga passthrough working 
is `cknowsvr01-tradestation.home.cknow.org.cfg.txt`
When I enable the 3 items in "PCI devices" of that config file, the VM crashes 
and gets in the crash loop I mentioned in my first post to this list.
The logfile of that is attached as `cknowsvr01-xl-
tradestation.home.cknow.org.log.txt`

And finally I have added the kernel 'config' of the VM itself in `tradestation-
kernel-config.txt`

I hope I have provided complete info with this. If not, let me know what you'd 
like to see and I'll do my best to provide it.

Cheers,
  Diederik

[-- Attachment #1.1.2: cknowsvr01-dmesg-with-xen.txt --]
[-- Type: text/plain, Size: 79976 bytes --]

root@cknowsvr01:/home/diederik# cat /proc/cmdline 
placeholder root=UUID=0e49acdd-69d2-4c95-a5fc-3e1f4daa9b65 ro quiet
root@cknowsvr01:/home/diederik# dmesg
[    0.000000] Linux version 4.8.0-2-amd64 (debian-kernel@lists.debian.org) (gcc version 5.4.1 20161202 (Debian 5.4.1-4) ) #1 SMP Debian 4.8.15-2 (2017-01-04)
[    0.000000] Command line: placeholder root=UUID=0e49acdd-69d2-4c95-a5fc-3e1f4daa9b65 ro quiet
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] x86/fpu: Using 'eager' FPU context switches.
[    0.000000] Released 0 page(s)
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] Xen: [mem 0x0000000000000000-0x000000000009dfff] usable
[    0.000000] Xen: [mem 0x000000000009e800-0x00000000000fffff] reserved
[    0.000000] Xen: [mem 0x0000000000100000-0x0000000079cfbfff] usable
[    0.000000] Xen: [mem 0x0000000079cfc000-0x000000007b8c1fff] reserved
[    0.000000] Xen: [mem 0x000000007b8c2000-0x000000007b934fff] ACPI data
[    0.000000] Xen: [mem 0x000000007b935000-0x000000007bedffff] ACPI NVS
[    0.000000] Xen: [mem 0x000000007bee0000-0x000000008fffffff] reserved
[    0.000000] Xen: [mem 0x00000000c7ffc000-0x00000000c7ffcfff] reserved
[    0.000000] Xen: [mem 0x00000000fbffc000-0x00000000fbffcfff] reserved
[    0.000000] Xen: [mem 0x00000000fec00000-0x00000000fec01fff] reserved
[    0.000000] Xen: [mem 0x00000000fec40000-0x00000000fec40fff] reserved
[    0.000000] Xen: [mem 0x00000000fed1c000-0x00000000fed44fff] reserved
[    0.000000] Xen: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] Xen: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] Xen: [mem 0x0000000100000000-0x0000000286365fff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: ASUSTeK COMPUTER INC. Z10PA-D8 Series/Z10PA-D8 Series, BIOS 3202 04/18/2016
[    0.000000] Hypervisor detected: Xen
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x286366 max_arch_pfn = 0x400000000
[    0.000000] MTRR: Disabled
[    0.000000] x86/PAT: MTRRs disabled, skipping PAT initialization too.
[    0.000000] x86/PAT: Configuration [0-7]: WB  WT  UC- UC  WC  WP  UC  UC  
[    0.000000] e820: last_pfn = 0x79cfc max_arch_pfn = 0x400000000
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[    0.000000] BRK [0x01d3f000, 0x01d3ffff] PGTABLE
[    0.000000] BRK [0x01d40000, 0x01d40fff] PGTABLE
[    0.000000] BRK [0x01d41000, 0x01d41fff] PGTABLE
[    0.000000] BRK [0x01d42000, 0x01d42fff] PGTABLE
[    0.000000] BRK [0x01d43000, 0x01d43fff] PGTABLE
[    0.000000] BRK [0x01d44000, 0x01d44fff] PGTABLE
[    0.000000] BRK [0x01d45000, 0x01d45fff] PGTABLE
[    0.000000] BRK [0x01d46000, 0x01d46fff] PGTABLE
[    0.000000] BRK [0x01d47000, 0x01d47fff] PGTABLE
[    0.000000] BRK [0x01d48000, 0x01d48fff] PGTABLE
[    0.000000] BRK [0x01d49000, 0x01d49fff] PGTABLE
[    0.000000] BRK [0x01d4a000, 0x01d4afff] PGTABLE
[    0.000000] RAMDISK: [mem 0x02000000-0x0332ffff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F0580 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x000000007B8EA0B0 0000D4 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x000000007B919410 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x000000007B8EA218 02F1F7 (v02 ALASKA A M I    01072009 INTL 20091013)
[    0.000000] ACPI: FACS 0x000000007BEDEF80 000040
[    0.000000] ACPI: APIC 0x000000007B919520 000224 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x000000007B919748 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FIDT 0x000000007B919790 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x000000007B919830 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.000000] ACPI: EINJ 0x000000007B9347D0 000130 (v01 ALASKA A M I    00000001 INTL 00000001)
[    0.000000] ACPI: UEFI 0x000000007B9198C8 000042 (v01 ALASKA A M I    01072009      00000000)
[    0.000000] ACPI: HPET 0x000000007B919910 000038 (v01 ALASKA A M I    00000001 INTL 20091013)
[    0.000000] ACPI: MSCT 0x000000007B919948 000090 (v01 ALASKA A M I    00000001 INTL 20091013)
[    0.000000] ACPI: SLIT 0x000000007B9199D8 000030 (v01 ALASKA A M I    00000001 INTL 20091013)
[    0.000000] ACPI: SRAT 0x000000007B919A08 001158 (v03 ALASKA A M I    00000001 INTL 20091013)
[    0.000000] ACPI: WDDT 0x000000007B91AB60 000040 (v01 ALASKA A M I    00000000 INTL 20091013)
[    0.000000] ACPI: SSDT 0x000000007B91ABA0 016FB3 (v02 ALASKA PmMgt    00000001 INTL 20120913)
[    0.000000] ACPI: NITR 0x000000007B931B58 000071 (v02 ALASKA A M I    00000001 INTL 20091013)
[    0.000000] ACPI: SPMI 0x000000007B931BD0 000041 (v05 ALASKA A M I    00000000 AMI. 00000000)
[    0.000000] ACPI: SSDT 0x000000007B931C18 002652 (v02 ALASKA SpsNm    00000002 INTL 20120913)
[    0.000000] ACPI: SSDT 0x000000007B934270 000064 (v02 ALASKA SpsNvs   00000002 INTL 20120913)
[    0.000000] ACPI: PRAD 0x000000007B9342D8 000102 (v02 ALASKA A M I    00000002 INTL 20120913)
[    0.000000] ACPI: RMAD 0x000000007B9343E0 0000E8 (v01 ALASKA A M I    00000001 INTL 20091013)
[    0.000000] ACPI: HEST 0x000000007B9344C8 0000A8 (v01 ALASKA A M I    00000001 INTL 00000001)
[    0.000000] ACPI: BERT 0x000000007B934570 000030 (v01 ALASKA A M I    00000001 INTL 00000001)
[    0.000000] ACPI: ERST 0x000000007B9345A0 000230 (v01 ALASKA A M I    00000001 INTL 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] Setting APIC routing to Xen PV.
[    0.000000] NUMA turned off
[    0.000000] Faking a node at [mem 0x0000000000000000-0x0000000286365fff]
[    0.000000] NODE_DATA(0) allocated [mem 0x1ff00e000-0x1ff012fff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x0000000286365fff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009dfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000079cfbfff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x0000000286365fff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000286365fff]
[    0.000000] On node 0 totalpages: 2097151
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 7732 pages used for memmap
[    0.000000]   DMA32 zone: 494844 pages, LIFO batch:31
[    0.000000]   Normal zone: 24974 pages used for memmap
[    0.000000]   Normal zone: 1598310 pages, LIFO batch:31
[    0.000000] p2m virtual area at ffffc90000000000, size is 40000000
[    0.000000] Remapped 549734 page(s)
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x18] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x1a] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x1c] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x1e] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x19] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x1b] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x1d] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x1f] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
[    0.000000] IOAPIC[1]: apic_id 2, version 32, address 0xfec01000, GSI 24-47
[    0.000000] IOAPIC[2]: apic_id 3, version 32, address 0xfec40000, GSI 48-71
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.000000] smpboot: Allowing 32 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x79cfc000-0x7b8c1fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7b8c2000-0x7b934fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7b935000-0x7bedffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7bee0000-0x8fffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x90000000-0xc7ffbfff]
[    0.000000] PM: Registered nosave memory: [mem 0xc7ffc000-0xc7ffcfff]
[    0.000000] PM: Registered nosave memory: [mem 0xc7ffd000-0xfbffbfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfbffc000-0xfbffcfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfbffd000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec01fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec02000-0xfec3ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec40000-0xfec40fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec41000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed44fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed45000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfeefffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfef00000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0x90000000-0xc7ffbfff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on Xen
[    0.000000] Xen version: 4.8.0 (preserve-AD)
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:32 nr_node_ids:1
[    0.000000] percpu: Embedded 35 pages/cpu @ffff880285a00000 s103384 r8192 d31784 u262144
[    0.000000] pcpu-alloc: s103384 r8192 d31784 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.000000] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31 
[    0.000000] xen: PV spinlocks enabled
[    0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 2064360
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: placeholder root=UUID=0e49acdd-69d2-4c95-a5fc-3e1f4daa9b65 ro quiet
[    0.000000] log_buf_len individual max cpu contribution: 4096 bytes
[    0.000000] log_buf_len total cpu_extra contributions: 126976 bytes
[    0.000000] log_buf_len min size: 131072 bytes
[    0.000000] log_buf_len: 262144 bytes
[    0.000000] early log buf free: 117796(89%)
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] software IO TLB [mem 0x281a00000-0x285a00000] (64MB) mapped at [ffff880281a00000-ffff8802859fffff]
[    0.000000] Memory: 8117928K/8388604K available (6070K kernel code, 1124K rwdata, 2808K rodata, 1360K init, 800K bss, 270676K reserved, 0K cma-reserved)
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 64.
[    0.000000]  RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=32.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=32
[    0.000000] Using NULL legacy PIC
[    0.000000] NR_IRQS:33024 nr_irqs:1496 0
[    0.000000] xen:events: Using FIFO-based ABI
[    0.000000] xen: --> pirq=1 -> irq=1 (gsi=1)
[    0.000000] xen: --> pirq=2 -> irq=2 (gsi=2)
[    0.000000] xen: --> pirq=3 -> irq=3 (gsi=3)
[    0.000000] xen: --> pirq=4 -> irq=4 (gsi=4)
[    0.000000] xen: --> pirq=5 -> irq=5 (gsi=5)
[    0.000000] xen: --> pirq=6 -> irq=6 (gsi=6)
[    0.000000] xen: --> pirq=7 -> irq=7 (gsi=7)
[    0.000000] xen: --> pirq=8 -> irq=8 (gsi=8)
[    0.000000] xen: --> pirq=9 -> irq=9 (gsi=9)
[    0.000000] xen: --> pirq=10 -> irq=10 (gsi=10)
[    0.000000] xen: --> pirq=11 -> irq=11 (gsi=11)
[    0.000000] xen: --> pirq=12 -> irq=12 (gsi=12)
[    0.000000] xen: --> pirq=13 -> irq=13 (gsi=13)
[    0.000000] xen: --> pirq=14 -> irq=14 (gsi=14)
[    0.000000] xen: --> pirq=15 -> irq=15 (gsi=15)
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: xen: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    0.000000] Xen: using vcpuop timer interface
[    0.000000] installing Xen timer for CPU 0
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2095.098 MHz processor
[   12.544001] Calibrating delay loop (skipped), value calculated using timer frequency.. 4190.31 BogoMIPS (lpj=8380632)
[   12.544004] pid_max: default: 32768 minimum: 301
[   12.544050] ACPI: Core revision 20160422
[   12.632359] ACPI: 4 ACPI AML tables successfully acquired and loaded

[   12.632779] Security Framework initialized
[   12.632780] Yama: disabled by default; enable with sysctl kernel.yama.*
[   12.632786] AppArmor: AppArmor disabled by boot time parameter
[   12.633974] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[   12.636030] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[   12.636824] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[   12.636844] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[   12.637271] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[   12.637271] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[   12.637274] CPU: Physical Processor ID: 0
[   12.637275] CPU: Processor Core ID: 0
[   12.637279] mce: CPU supports 2 MCE banks
[   12.637298] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[   12.637299] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[   12.637696] Freeing SMP alternatives memory: 24K (ffffffff81c6f000 - ffffffff81c75000)
[   12.639898] ftrace: allocating 24736 entries in 97 pages
[   12.651515] cpu 0 spinlock event irq 73
[   12.651524] smpboot: APIC(0) Converting physical 0 to logical package 0
[   12.651549] smpboot: Max logical packages: 4
[   12.651558] Could not initialize VPMU for cpu 0, error -95
[   12.651584] Performance Events: Broadwell events, PMU not available due to virtualization, using software events only.
[   12.652649] NMI watchdog: disabled (cpu0): hardware events not enabled
[   12.652649] NMI watchdog: Shutting down hard lockup detector on all cpus
[   12.652775] installing Xen timer for CPU 1
[   12.652786] cpu 1 spinlock event irq 80
[   12.653145] installing Xen timer for CPU 2
[   12.653155] cpu 2 spinlock event irq 87
[   12.653474] installing Xen timer for CPU 3
[   12.653484] cpu 3 spinlock event irq 94
[   12.653810] installing Xen timer for CPU 4
[   12.653819] cpu 4 spinlock event irq 101
[   12.654147] installing Xen timer for CPU 5
[   12.654156] cpu 5 spinlock event irq 108
[   12.654484] installing Xen timer for CPU 6
[   12.654493] cpu 6 spinlock event irq 115
[   12.654808] installing Xen timer for CPU 7
[   12.654817] cpu 7 spinlock event irq 122
[   12.655121] installing Xen timer for CPU 8
[   12.655131] cpu 8 spinlock event irq 129
[   12.655440] installing Xen timer for CPU 9
[   12.655463] cpu 9 spinlock event irq 136
[   12.655763] installing Xen timer for CPU 10
[   12.655771] cpu 10 spinlock event irq 143
[   12.656084] installing Xen timer for CPU 11
[   12.656092] cpu 11 spinlock event irq 150
[   12.656389] installing Xen timer for CPU 12
[   12.656398] cpu 12 spinlock event irq 157
[   12.656709] installing Xen timer for CPU 13
[   12.656719] cpu 13 spinlock event irq 164
[   12.657013] installing Xen timer for CPU 14
[   12.657027] cpu 14 spinlock event irq 171
[   12.657322] installing Xen timer for CPU 15
[   12.657335] cpu 15 spinlock event irq 178
[   12.657613] installing Xen timer for CPU 16
[   12.657622] cpu 16 spinlock event irq 185
[   12.657999] installing Xen timer for CPU 17
[   12.658009] cpu 17 spinlock event irq 192
[   12.658308] installing Xen timer for CPU 18
[   12.658319] cpu 18 spinlock event irq 199
[   12.658629] installing Xen timer for CPU 19
[   12.658638] cpu 19 spinlock event irq 206
[   12.658934] installing Xen timer for CPU 20
[   12.658943] cpu 20 spinlock event irq 213
[   12.659253] installing Xen timer for CPU 21
[   12.659263] cpu 21 spinlock event irq 220
[   12.659561] installing Xen timer for CPU 22
[   12.659571] cpu 22 spinlock event irq 227
[   12.659881] installing Xen timer for CPU 23
[   12.659891] cpu 23 spinlock event irq 234
[   12.660193] installing Xen timer for CPU 24
[   12.660203] cpu 24 spinlock event irq 241
[   12.660516] installing Xen timer for CPU 25
[   12.660526] cpu 25 spinlock event irq 248
[   12.660833] installing Xen timer for CPU 26
[   12.660842] cpu 26 spinlock event irq 255
[   12.661157] installing Xen timer for CPU 27
[   12.661167] cpu 27 spinlock event irq 262
[   12.661467] installing Xen timer for CPU 28
[   12.661478] cpu 28 spinlock event irq 269
[   12.661789] installing Xen timer for CPU 29
[   12.661799] cpu 29 spinlock event irq 276
[   12.662095] installing Xen timer for CPU 30
[   12.662110] cpu 30 spinlock event irq 283
[   12.662422] installing Xen timer for CPU 31
[   12.662436] cpu 31 spinlock event irq 290
[   12.662623] x86: Booted up 1 node, 32 CPUs
[   12.663907] devtmpfs: initialized
[   12.663980] x86/mm: Memory block size: 128MB
[   12.667210] PM: Registering ACPI NVS region [mem 0x7b935000-0x7bedffff] (5943296 bytes)
[   12.667580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[   12.667880] pinctrl core: initialized pinctrl subsystem
[   12.668137] NET: Registered protocol family 16
[   12.668145] xen:grant_table: Grant tables using version 1 layout
[   12.668158] Grant table initialized
[   12.668387] ACPI: bus type PCI registered
[   12.668389] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[   12.669062] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0x80000000-0x8fffffff] (base 0x80000000)
[   12.669064] PCI: MMCONFIG at [mem 0x80000000-0x8fffffff] reserved in E820
[   12.700415] PCI: Using configuration type 1 for base access
[   12.717390] ACPI: Added _OSI(Module Device)
[   12.717391] ACPI: Added _OSI(Processor Device)
[   12.717392] ACPI: Added _OSI(3.0 _SCP Extensions)
[   12.717393] ACPI: Added _OSI(Processor Aggregator Device)
[   12.717555] xen: registering gsi 9 triggering 0 polarity 0
[   12.736964] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[   12.793591] ACPI: Dynamic OEM Table Load:
[   12.793594] ACPI: PRAD 0x0000000000000000 000102 (v02 ALASKA A M I    00000002 INTL 20120913)
[   12.812051] random: fast init done
[   12.842147] ACPI: Interpreter enabled
[   12.842163] ACPI: (supports S0 S4 S5)
[   12.842164] ACPI: Using IOAPIC for interrupt routing
[   12.842233] HEST: Table parsing has been initialized.
[   12.842236] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[   12.896013] ACPI: PCI Root Bridge [UNC1] (domain 0000 [bus ff])
[   12.896017] acpi PNP0A03:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[   12.900764] acpi PNP0A03:02: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[   12.900817] PCI host bridge to bus 0000:ff
[   12.900818] pci_bus 0000:ff: root bus resource [bus ff]
[   12.900843] pci 0000:ff:08.0: [8086:6f80] type 00 class 0x088000
[   12.900988] pci 0000:ff:08.2: [8086:6f32] type 00 class 0x110100
[   12.901120] pci 0000:ff:08.3: [8086:6f83] type 00 class 0x088000
[   12.901278] pci 0000:ff:09.0: [8086:6f90] type 00 class 0x088000
[   12.901402] pci 0000:ff:09.2: [8086:6f33] type 00 class 0x110100
[   12.901533] pci 0000:ff:09.3: [8086:6f93] type 00 class 0x088000
[   12.901690] pci 0000:ff:0b.0: [8086:6f81] type 00 class 0x088000
[   12.901810] pci 0000:ff:0b.1: [8086:6f36] type 00 class 0x110100
[   12.901932] pci 0000:ff:0b.2: [8086:6f37] type 00 class 0x110100
[   12.902052] pci 0000:ff:0b.3: [8086:6f76] type 00 class 0x088000
[   12.902180] pci 0000:ff:0c.0: [8086:6fe0] type 00 class 0x088000
[   12.902302] pci 0000:ff:0c.1: [8086:6fe1] type 00 class 0x088000
[   12.902423] pci 0000:ff:0c.2: [8086:6fe2] type 00 class 0x088000
[   12.902544] pci 0000:ff:0c.3: [8086:6fe3] type 00 class 0x088000
[   12.902665] pci 0000:ff:0c.4: [8086:6fe4] type 00 class 0x088000
[   12.902786] pci 0000:ff:0c.5: [8086:6fe5] type 00 class 0x088000
[   12.902907] pci 0000:ff:0c.6: [8086:6fe6] type 00 class 0x088000
[   12.903027] pci 0000:ff:0c.7: [8086:6fe7] type 00 class 0x088000
[   12.903151] pci 0000:ff:0f.0: [8086:6ff8] type 00 class 0x088000
[   12.903271] pci 0000:ff:0f.1: [8086:6ff9] type 00 class 0x088000
[   12.903397] pci 0000:ff:0f.4: [8086:6ffc] type 00 class 0x088000
[   12.904453] pci 0000:ff:0f.5: [8086:6ffd] type 00 class 0x088000
[   12.904573] pci 0000:ff:0f.6: [8086:6ffe] type 00 class 0x088000
[   12.904695] pci 0000:ff:10.0: [8086:6f1d] type 00 class 0x088000
[   12.904814] pci 0000:ff:10.1: [8086:6f34] type 00 class 0x110100
[   12.904939] pci 0000:ff:10.5: [8086:6f1e] type 00 class 0x088000
[   12.905059] pci 0000:ff:10.6: [8086:6f7d] type 00 class 0x110100
[   12.905179] pci 0000:ff:10.7: [8086:6f1f] type 00 class 0x088000
[   12.905300] pci 0000:ff:12.0: [8086:6fa0] type 00 class 0x088000
[   12.905370] pci 0000:ff:12.1: [8086:6f30] type 00 class 0x110100
[   12.905509] pci 0000:ff:13.0: [8086:6fa8] type 00 class 0x088000
[   12.905685] pci 0000:ff:13.1: [8086:6f71] type 00 class 0x088000
[   12.905837] pci 0000:ff:13.2: [8086:6faa] type 00 class 0x088000
[   12.905989] pci 0000:ff:13.3: [8086:6fab] type 00 class 0x088000
[   12.906141] pci 0000:ff:13.4: [8086:6fac] type 00 class 0x088000
[   12.906294] pci 0000:ff:13.5: [8086:6fad] type 00 class 0x088000
[   12.906440] pci 0000:ff:13.6: [8086:6fae] type 00 class 0x088000
[   12.906565] pci 0000:ff:13.7: [8086:6faf] type 00 class 0x088000
[   12.906695] pci 0000:ff:14.0: [8086:6fb0] type 00 class 0x088000
[   12.906851] pci 0000:ff:14.1: [8086:6fb1] type 00 class 0x088000
[   12.907007] pci 0000:ff:14.2: [8086:6fb2] type 00 class 0x088000
[   12.907166] pci 0000:ff:14.3: [8086:6fb3] type 00 class 0x088000
[   12.907315] pci 0000:ff:14.4: [8086:6fbc] type 00 class 0x088000
[   12.907439] pci 0000:ff:14.5: [8086:6fbd] type 00 class 0x088000
[   12.907563] pci 0000:ff:14.6: [8086:6fbe] type 00 class 0x088000
[   12.907687] pci 0000:ff:14.7: [8086:6fbf] type 00 class 0x088000
[   12.907817] pci 0000:ff:15.0: [8086:6fb4] type 00 class 0x088000
[   12.907975] pci 0000:ff:15.1: [8086:6fb5] type 00 class 0x088000
[   12.908131] pci 0000:ff:15.2: [8086:6fb6] type 00 class 0x088000
[   12.908286] pci 0000:ff:15.3: [8086:6fb7] type 00 class 0x088000
[   12.908460] pci 0000:ff:16.0: [8086:6f68] type 00 class 0x088000
[   12.908620] pci 0000:ff:16.6: [8086:6f6e] type 00 class 0x088000
[   12.908744] pci 0000:ff:16.7: [8086:6f6f] type 00 class 0x088000
[   12.908872] pci 0000:ff:17.0: [8086:6fd0] type 00 class 0x088000
[   12.909031] pci 0000:ff:17.4: [8086:6fb8] type 00 class 0x088000
[   12.909156] pci 0000:ff:17.5: [8086:6fb9] type 00 class 0x088000
[   12.909280] pci 0000:ff:17.6: [8086:6fba] type 00 class 0x088000
[   12.909402] pci 0000:ff:17.7: [8086:6fbb] type 00 class 0x088000
[   12.909542] pci 0000:ff:1e.0: [8086:6f98] type 00 class 0x088000
[   12.909666] pci 0000:ff:1e.1: [8086:6f99] type 00 class 0x088000
[   12.909789] pci 0000:ff:1e.2: [8086:6f9a] type 00 class 0x088000
[   12.909914] pci 0000:ff:1e.3: [8086:6fc0] type 00 class 0x088000
[   12.909981] pci 0000:ff:1e.4: [8086:6f9c] type 00 class 0x088000
[   12.910115] pci 0000:ff:1f.0: [8086:6f88] type 00 class 0x088000
[   12.910241] pci 0000:ff:1f.2: [8086:6f8a] type 00 class 0x088000
[   12.910436] ACPI: PCI Root Bridge [UNC0] (domain 0000 [bus 7f])
[   12.910440] acpi PNP0A03:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[   12.912544] acpi PNP0A03:03: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[   12.912597] PCI host bridge to bus 0000:7f
[   12.912598] pci_bus 0000:7f: root bus resource [bus 7f]
[   12.912620] pci 0000:7f:08.0: [8086:6f80] type 00 class 0x088000
[   12.912752] pci 0000:7f:08.2: [8086:6f32] type 00 class 0x110100
[   12.912882] pci 0000:7f:08.3: [8086:6f83] type 00 class 0x088000
[   12.913034] pci 0000:7f:09.0: [8086:6f90] type 00 class 0x088000
[   12.913158] pci 0000:7f:09.2: [8086:6f33] type 00 class 0x110100
[   12.913287] pci 0000:7f:09.3: [8086:6f93] type 00 class 0x088000
[   12.913440] pci 0000:7f:0b.0: [8086:6f81] type 00 class 0x088000
[   12.913557] pci 0000:7f:0b.1: [8086:6f36] type 00 class 0x110100
[   12.913674] pci 0000:7f:0b.2: [8086:6f37] type 00 class 0x110100
[   12.913790] pci 0000:7f:0b.3: [8086:6f76] type 00 class 0x088000
[   12.913912] pci 0000:7f:0c.0: [8086:6fe0] type 00 class 0x088000
[   12.914028] pci 0000:7f:0c.1: [8086:6fe1] type 00 class 0x088000
[   12.914143] pci 0000:7f:0c.2: [8086:6fe2] type 00 class 0x088000
[   12.914258] pci 0000:7f:0c.3: [8086:6fe3] type 00 class 0x088000
[   12.914374] pci 0000:7f:0c.4: [8086:6fe4] type 00 class 0x088000
[   12.914493] pci 0000:7f:0c.5: [8086:6fe5] type 00 class 0x088000
[   12.914611] pci 0000:7f:0c.6: [8086:6fe6] type 00 class 0x088000
[   12.914730] pci 0000:7f:0c.7: [8086:6fe7] type 00 class 0x088000
[   12.914851] pci 0000:7f:0f.0: [8086:6ff8] type 00 class 0x088000
[   12.914969] pci 0000:7f:0f.1: [8086:6ff9] type 00 class 0x088000
[   12.915094] pci 0000:7f:0f.4: [8086:6ffc] type 00 class 0x088000
[   12.915213] pci 0000:7f:0f.5: [8086:6ffd] type 00 class 0x088000
[   12.915333] pci 0000:7f:0f.6: [8086:6ffe] type 00 class 0x088000
[   12.915453] pci 0000:7f:10.0: [8086:6f1d] type 00 class 0x088000
[   12.915573] pci 0000:7f:10.1: [8086:6f34] type 00 class 0x110100
[   12.915697] pci 0000:7f:10.5: [8086:6f1e] type 00 class 0x088000
[   12.915817] pci 0000:7f:10.6: [8086:6f7d] type 00 class 0x110100
[   12.915935] pci 0000:7f:10.7: [8086:6f1f] type 00 class 0x088000
[   12.916055] pci 0000:7f:12.0: [8086:6fa0] type 00 class 0x088000
[   12.916126] pci 0000:7f:12.1: [8086:6f30] type 00 class 0x110100
[   12.916265] pci 0000:7f:13.0: [8086:6fa8] type 00 class 0x088000
[   12.916435] pci 0000:7f:13.1: [8086:6f71] type 00 class 0x088000
[   12.916587] pci 0000:7f:13.2: [8086:6faa] type 00 class 0x088000
[   12.916738] pci 0000:7f:13.3: [8086:6fab] type 00 class 0x088000
[   12.916888] pci 0000:7f:13.4: [8086:6fac] type 00 class 0x088000
[   12.917041] pci 0000:7f:13.5: [8086:6fad] type 00 class 0x088000
[   12.917188] pci 0000:7f:13.6: [8086:6fae] type 00 class 0x088000
[   12.917309] pci 0000:7f:13.7: [8086:6faf] type 00 class 0x088000
[   12.917435] pci 0000:7f:14.0: [8086:6fb0] type 00 class 0x088000
[   12.917586] pci 0000:7f:14.1: [8086:6fb1] type 00 class 0x088000
[   12.917735] pci 0000:7f:14.2: [8086:6fb2] type 00 class 0x088000
[   12.917885] pci 0000:7f:14.3: [8086:6fb3] type 00 class 0x088000
[   12.918032] pci 0000:7f:14.4: [8086:6fbc] type 00 class 0x088000
[   12.918151] pci 0000:7f:14.5: [8086:6fbd] type 00 class 0x088000
[   12.918270] pci 0000:7f:14.6: [8086:6fbe] type 00 class 0x088000
[   12.918390] pci 0000:7f:14.7: [8086:6fbf] type 00 class 0x088000
[   12.918516] pci 0000:7f:15.0: [8086:6fb4] type 00 class 0x088000
[   12.918669] pci 0000:7f:15.1: [8086:6fb5] type 00 class 0x088000
[   12.918823] pci 0000:7f:15.2: [8086:6fb6] type 00 class 0x088000
[   12.918976] pci 0000:7f:15.3: [8086:6fb7] type 00 class 0x088000
[   12.919134] pci 0000:7f:16.0: [8086:6f68] type 00 class 0x088000
[   12.919294] pci 0000:7f:16.6: [8086:6f6e] type 00 class 0x088000
[   12.919420] pci 0000:7f:16.7: [8086:6f6f] type 00 class 0x088000
[   12.919544] pci 0000:7f:17.0: [8086:6fd0] type 00 class 0x088000
[   12.919699] pci 0000:7f:17.4: [8086:6fb8] type 00 class 0x088000
[   12.919820] pci 0000:7f:17.5: [8086:6fb9] type 00 class 0x088000
[   12.919943] pci 0000:7f:17.6: [8086:6fba] type 00 class 0x088000
[   12.920069] pci 0000:7f:17.7: [8086:6fbb] type 00 class 0x088000
[   12.920207] pci 0000:7f:1e.0: [8086:6f98] type 00 class 0x088000
[   12.920332] pci 0000:7f:1e.1: [8086:6f99] type 00 class 0x088000
[   12.920463] pci 0000:7f:1e.2: [8086:6f9a] type 00 class 0x088000
[   12.920583] pci 0000:7f:1e.3: [8086:6fc0] type 00 class 0x088000
[   12.920650] pci 0000:7f:1e.4: [8086:6f9c] type 00 class 0x088000
[   12.920778] pci 0000:7f:1f.0: [8086:6f88] type 00 class 0x088000
[   12.920906] pci 0000:7f:1f.2: [8086:6f8a] type 00 class 0x088000
[   12.934794] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
[   12.934797] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[   12.936940] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[   12.937413] PCI host bridge to bus 0000:00
[   12.937415] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[   12.937417] pci_bus 0000:00: root bus resource [io  0x1000-0xbfff window]
[   12.937419] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[   12.937420] pci_bus 0000:00: root bus resource [mem 0x90000000-0xc7ffbfff window]
[   12.937422] pci_bus 0000:00: root bus resource [bus 00-7e]
[   12.937439] pci 0000:00:00.0: [8086:6f00] type 00 class 0x060000
[   12.937683] pci 0000:00:01.0: [8086:6f02] type 01 class 0x060400
[   12.937808] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[   12.937899] pci 0000:00:01.0: System wakeup disabled by ACPI
[   12.937962] pci 0000:00:02.0: [8086:6f04] type 01 class 0x060400
[   12.938086] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[   12.938174] pci 0000:00:02.0: System wakeup disabled by ACPI
[   12.938235] pci 0000:00:03.0: [8086:6f08] type 01 class 0x060400
[   12.938358] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[   12.938445] pci 0000:00:03.0: System wakeup disabled by ACPI
[   12.938503] pci 0000:00:05.0: [8086:6f28] type 00 class 0x088000
[   12.938718] pci 0000:00:05.1: [8086:6f29] type 00 class 0x088000
[   12.938957] pci 0000:00:05.2: [8086:6f2a] type 00 class 0x088000
[   12.939170] pci 0000:00:05.4: [8086:6f2c] type 00 class 0x080020
[   12.939188] pci 0000:00:05.4: reg 0x10: [mem 0xc7f19000-0xc7f19fff]
[   12.939452] pci 0000:00:11.0: [8086:8d7c] type 00 class 0xff0000
[   12.939801] pci 0000:00:11.4: [8086:8d62] type 00 class 0x010601
[   12.939844] pci 0000:00:11.4: reg 0x10: [io  0xb110-0xb117]
[   12.939861] pci 0000:00:11.4: reg 0x14: [io  0xb100-0xb103]
[   12.939877] pci 0000:00:11.4: reg 0x18: [io  0xb0f0-0xb0f7]
[   12.939894] pci 0000:00:11.4: reg 0x1c: [io  0xb0e0-0xb0e3]
[   12.939910] pci 0000:00:11.4: reg 0x20: [io  0xb020-0xb03f]
[   12.939926] pci 0000:00:11.4: reg 0x24: [mem 0xc7f18000-0xc7f187ff]
[   12.940017] pci 0000:00:11.4: PME# supported from D3hot
[   12.940184] pci 0000:00:14.0: [8086:8d31] type 00 class 0x0c0330
[   12.940221] pci 0000:00:14.0: reg 0x10: [mem 0xc7f00000-0xc7f0ffff 64bit]
[   12.940364] pci 0000:00:14.0: PME# supported from D3hot D3cold
[   12.940484] pci 0000:00:14.0: System wakeup disabled by ACPI
[   12.940562] pci 0000:00:16.0: [8086:8d3a] type 00 class 0x078000
[   12.940599] pci 0000:00:16.0: reg 0x10: [mem 0xc7f17000-0xc7f1700f 64bit]
[   12.940745] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[   12.940895] pci 0000:00:16.1: [8086:8d3b] type 00 class 0x078000
[   12.940932] pci 0000:00:16.1: reg 0x10: [mem 0xc7f16000-0xc7f1600f 64bit]
[   12.941076] pci 0000:00:16.1: PME# supported from D0 D3hot D3cold
[   12.941251] pci 0000:00:1a.0: [8086:8d2d] type 00 class 0x0c0320
[   12.941293] pci 0000:00:1a.0: reg 0x10: [mem 0xc7f14000-0xc7f143ff]
[   12.941471] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[   12.941579] pci 0000:00:1a.0: System wakeup disabled by ACPI
[   12.941659] pci 0000:00:1c.0: [8086:8d10] type 01 class 0x060400
[   12.941819] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[   12.941882] pci 0000:00:1c.0: Enabling MPC IRBNCE
[   12.941887] pci 0000:00:1c.0: Intel PCH root port ACS workaround enabled
[   12.941950] pci 0000:00:1c.0: System wakeup disabled by ACPI
[   12.942034] pci 0000:00:1c.4: [8086:8d18] type 01 class 0x060400
[   12.942193] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[   12.942241] pci 0000:00:1c.4: Enabling MPC IRBNCE
[   12.942245] pci 0000:00:1c.4: Intel PCH root port ACS workaround enabled
[   12.942310] pci 0000:00:1c.4: System wakeup disabled by ACPI
[   12.942389] pci 0000:00:1c.5: [8086:8d1a] type 01 class 0x060400
[   12.942546] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[   12.942586] pci 0000:00:1c.5: Enabling MPC IRBNCE
[   12.942591] pci 0000:00:1c.5: Intel PCH root port ACS workaround enabled
[   12.942653] pci 0000:00:1c.5: System wakeup disabled by ACPI
[   12.942736] pci 0000:00:1d.0: [8086:8d26] type 00 class 0x0c0320
[   12.942770] pci 0000:00:1d.0: reg 0x10: [mem 0xc7f13000-0xc7f133ff]
[   12.942955] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[   12.943062] pci 0000:00:1d.0: System wakeup disabled by ACPI
[   12.943144] pci 0000:00:1f.0: [8086:8d44] type 00 class 0x060100
[   12.943486] pci 0000:00:1f.2: [8086:8d02] type 00 class 0x010601
[   12.943527] pci 0000:00:1f.2: reg 0x10: [io  0xb070-0xb077]
[   12.943551] pci 0000:00:1f.2: reg 0x14: [io  0xb060-0xb063]
[   12.943567] pci 0000:00:1f.2: reg 0x18: [io  0xb050-0xb057]
[   12.943582] pci 0000:00:1f.2: reg 0x1c: [io  0xb040-0xb043]
[   12.943597] pci 0000:00:1f.2: reg 0x20: [io  0xb000-0xb01f]
[   12.943614] pci 0000:00:1f.2: reg 0x24: [mem 0xc7f12000-0xc7f127ff]
[   12.943705] pci 0000:00:1f.2: PME# supported from D3hot
[   12.943852] pci 0000:00:1f.3: [8086:8d22] type 00 class 0x0c0500
[   12.943882] pci 0000:00:1f.3: reg 0x10: [mem 0xc7f11000-0xc7f110ff 64bit]
[   12.943928] pci 0000:00:1f.3: reg 0x20: [io  0x0580-0x059f]
[   12.944374] pci 0000:00:01.0: PCI bridge to [bus 01]
[   12.944681] pci 0000:02:00.0: [1002:67ef] type 00 class 0x030000
[   12.944713] pci 0000:02:00.0: reg 0x10: [mem 0xb0000000-0xbfffffff 64bit pref]
[   12.944738] pci 0000:02:00.0: reg 0x18: [mem 0xc0000000-0xc01fffff 64bit pref]
[   12.944753] pci 0000:02:00.0: reg 0x20: [io  0xa000-0xa0ff]
[   12.944767] pci 0000:02:00.0: reg 0x24: [mem 0xc7e00000-0xc7e3ffff]
[   12.944784] pci 0000:02:00.0: reg 0x30: [mem 0xc7e40000-0xc7e5ffff pref]
[   12.944894] pci 0000:02:00.0: supports D1 D2
[   12.944895] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
[   12.945042] pci 0000:02:00.1: [1002:aae0] type 00 class 0x040300
[   12.945071] pci 0000:02:00.1: reg 0x10: [mem 0xc7e60000-0xc7e63fff 64bit]
[   12.945238] pci 0000:02:00.1: supports D1 D2
[   12.945359] pci 0000:00:02.0: PCI bridge to [bus 02]
[   12.945364] pci 0000:00:02.0:   bridge window [io  0xa000-0xafff]
[   12.945369] pci 0000:00:02.0:   bridge window [mem 0xc7e00000-0xc7efffff]
[   12.945377] pci 0000:00:02.0:   bridge window [mem 0xb0000000-0xc01fffff 64bit pref]
[   12.945635] pci 0000:00:03.0: PCI bridge to [bus 03]
[   12.945749] pci 0000:00:1c.0: PCI bridge to [bus 04]
[   12.945914] pci 0000:05:00.0: [8086:1533] type 00 class 0x020000
[   12.945952] pci 0000:05:00.0: reg 0x10: [mem 0xc7d00000-0xc7d7ffff]
[   12.946022] pci 0000:05:00.0: reg 0x18: [io  0x9000-0x901f]
[   12.946057] pci 0000:05:00.0: reg 0x1c: [mem 0xc7d80000-0xc7d83fff]
[   12.946309] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[   12.960700] pci 0000:00:1c.4: PCI bridge to [bus 05]
[   12.960716] pci 0000:00:1c.4:   bridge window [io  0x9000-0x9fff]
[   12.960721] pci 0000:00:1c.4:   bridge window [mem 0xc7d00000-0xc7dfffff]
[   12.960898] pci 0000:06:00.0: [8086:1533] type 00 class 0x020000
[   12.960937] pci 0000:06:00.0: reg 0x10: [mem 0xc7c00000-0xc7c7ffff]
[   12.960984] pci 0000:06:00.0: reg 0x18: [io  0x8000-0x801f]
[   12.961008] pci 0000:06:00.0: reg 0x1c: [mem 0xc7c80000-0xc7c83fff]
[   12.961262] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[   12.976945] pci 0000:00:1c.5: PCI bridge to [bus 06]
[   12.976960] pci 0000:00:1c.5:   bridge window [io  0x8000-0x8fff]
[   12.976966] pci 0000:00:1c.5:   bridge window [mem 0xc7c00000-0xc7cfffff]
[   12.977062] pci_bus 0000:00: on NUMA node 0
[   12.977148] xen: registering gsi 13 triggering 1 polarity 0
[   12.978436] ACPI: PCI Root Bridge [PCI1] (domain 0000 [bus 80-fe])
[   12.978440] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[   12.978813] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[   12.979038] PCI host bridge to bus 0000:80
[   12.979040] pci_bus 0000:80: root bus resource [io  0xc000-0xffff window]
[   12.979041] pci_bus 0000:80: root bus resource [mem 0xc8000000-0xfbffbfff window]
[   12.979043] pci_bus 0000:80: root bus resource [bus 80-fe]
[   12.979069] pci 0000:80:05.0: [8086:6f28] type 00 class 0x088000
[   12.979286] pci 0000:80:05.1: [8086:6f29] type 00 class 0x088000
[   12.979524] pci 0000:80:05.2: [8086:6f2a] type 00 class 0x088000
[   12.979727] pci 0000:80:05.4: [8086:6f2c] type 00 class 0x080020
[   12.979745] pci 0000:80:05.4: reg 0x10: [mem 0xfbf00000-0xfbf00fff]
[   12.980006] pci_bus 0000:80: on NUMA node 1
[   12.980398] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 *5 6 7 12 14 15)
[   12.980506] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 6 *7 9 12 14 15)
[   12.980613] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 *10 12 14 15)
[   12.980718] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 *11 12 14 15)
[   12.980814] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[   12.980937] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[   12.981045] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[   12.981149] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[   12.981357] ACPI: Enabled 1 GPEs in block 00 to 3F
[   12.981609] xen:balloon: Initialising balloon driver
[   12.981702] xen_balloon: Initialising balloon driver
[   12.981887] vgaarb: setting as boot device: PCI:0000:02:00.0
[   12.981888] vgaarb: device added: PCI:0000:02:00.0,decodes=io+mem,owns=io+mem,locks=none
[   12.981890] vgaarb: loaded
[   12.981891] vgaarb: bridge control possible 0000:02:00.0
[   12.982111] PCI: Using ACPI for IRQ routing
[   12.996012] PCI: pci_cache_line_size set to 64 bytes
[   12.996605] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[   12.996606] e820: reserve RAM buffer [mem 0x79cfc000-0x7bffffff]
[   12.996607] e820: reserve RAM buffer [mem 0x286366000-0x287ffffff]
[   12.997048] clocksource: Switched to clocksource xen
[   13.005876] VFS: Disk quotas dquot_6.6.0
[   13.006008] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[   13.006033] hugetlbfs: disabling because there are no supported hugepage sizes
[   13.006069] pnp: PnP ACPI init
[   13.006494] xen: registering gsi 8 triggering 1 polarity 0
[   13.006542] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[   13.006670] system 00:01: [io  0x0500-0x057f] has been reserved
[   13.006672] system 00:01: [io  0x0400-0x047f] has been reserved
[   13.006674] system 00:01: [io  0x0580-0x059f] has been reserved
[   13.006675] system 00:01: [io  0x0600-0x061f] has been reserved
[   13.006676] system 00:01: [io  0x0880-0x0883] has been reserved
[   13.006678] system 00:01: [io  0x0800-0x081f] has been reserved
[   13.006680] system 00:01: [mem 0xfed1c000-0xfed3ffff] has been reserved
[   13.006682] system 00:01: [mem 0xfed45000-0xfed8bfff] has been reserved
[   13.006683] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
[   13.006684] system 00:01: [mem 0xfee00000-0xfeefffff] has been reserved
[   13.006686] system 00:01: [mem 0xfed12000-0xfed1200f] has been reserved
[   13.006687] system 00:01: [mem 0xfed12010-0xfed1201f] has been reserved
[   13.006688] system 00:01: [mem 0xfed1b000-0xfed1bfff] has been reserved
[   13.006691] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[   13.006935] system 00:02: [io  0x0290-0x029f] has been reserved
[   13.006936] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[   13.007346] xen: registering gsi 4 triggering 1 polarity 0
[   13.007372] pnp 00:03: [dma 0 disabled]
[   13.007417] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
[   13.007799] xen: registering gsi 3 triggering 1 polarity 0
[   13.007816] pnp 00:04: [dma 0 disabled]
[   13.007859] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
[   13.008760] pnp: PnP ACPI: found 5 devices
[   13.017876] PM-Timer failed consistency check  (0xffffff) - aborting.
[   13.017962] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 04] add_size 1000
[   13.017965] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000 add_align 100000
[   13.017967] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 04] add_size 200000 add_align 100000
[   13.018007] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] res_to_dev_res add_size 200000 min_align 100000
[   13.018009] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x002fffff] res_to_dev_res add_size 200000 min_align 100000
[   13.018010] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[   13.018012] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[   13.018013] pci 0000:00:1c.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[   13.018015] pci 0000:00:1c.0: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[   13.018018] pci 0000:00:1c.0: BAR 14: assigned [mem 0x90000000-0x901fffff]
[   13.018022] pci 0000:00:1c.0: BAR 15: assigned [mem 0x90200000-0x903fffff 64bit pref]
[   13.018024] pci 0000:00:1c.0: BAR 13: assigned [io  0x1000-0x1fff]
[   13.018026] pci 0000:00:01.0: PCI bridge to [bus 01]
[   13.018043] pci 0000:00:02.0: PCI bridge to [bus 02]
[   13.018046] pci 0000:00:02.0:   bridge window [io  0xa000-0xafff]
[   13.018052] pci 0000:00:02.0:   bridge window [mem 0xc7e00000-0xc7efffff]
[   13.018056] pci 0000:00:02.0:   bridge window [mem 0xb0000000-0xc01fffff 64bit pref]
[   13.018064] pci 0000:00:03.0: PCI bridge to [bus 03]
[   13.018081] pci 0000:00:1c.0: PCI bridge to [bus 04]
[   13.018091] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[   13.018099] pci 0000:00:1c.0:   bridge window [mem 0x90000000-0x901fffff]
[   13.018104] pci 0000:00:1c.0:   bridge window [mem 0x90200000-0x903fffff 64bit pref]
[   13.018114] pci 0000:00:1c.4: PCI bridge to [bus 05]
[   13.018117] pci 0000:00:1c.4:   bridge window [io  0x9000-0x9fff]
[   13.018124] pci 0000:00:1c.4:   bridge window [mem 0xc7d00000-0xc7dfffff]
[   13.018138] pci 0000:00:1c.5: PCI bridge to [bus 06]
[   13.018141] pci 0000:00:1c.5:   bridge window [io  0x8000-0x8fff]
[   13.018148] pci 0000:00:1c.5:   bridge window [mem 0xc7c00000-0xc7cfffff]
[   13.018163] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[   13.018164] pci_bus 0000:00: resource 5 [io  0x1000-0xbfff window]
[   13.018165] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[   13.018166] pci_bus 0000:00: resource 7 [mem 0x90000000-0xc7ffbfff window]
[   13.018168] pci_bus 0000:02: resource 0 [io  0xa000-0xafff]
[   13.018168] pci_bus 0000:02: resource 1 [mem 0xc7e00000-0xc7efffff]
[   13.018170] pci_bus 0000:02: resource 2 [mem 0xb0000000-0xc01fffff 64bit pref]
[   13.018171] pci_bus 0000:04: resource 0 [io  0x1000-0x1fff]
[   13.018172] pci_bus 0000:04: resource 1 [mem 0x90000000-0x901fffff]
[   13.018173] pci_bus 0000:04: resource 2 [mem 0x90200000-0x903fffff 64bit pref]
[   13.018174] pci_bus 0000:05: resource 0 [io  0x9000-0x9fff]
[   13.018175] pci_bus 0000:05: resource 1 [mem 0xc7d00000-0xc7dfffff]
[   13.018176] pci_bus 0000:06: resource 0 [io  0x8000-0x8fff]
[   13.018177] pci_bus 0000:06: resource 1 [mem 0xc7c00000-0xc7cfffff]
[   13.018180] pci_bus 0000:80: resource 4 [io  0xc000-0xffff window]
[   13.018181] pci_bus 0000:80: resource 5 [mem 0xc8000000-0xfbffbfff window]
[   13.018548] NET: Registered protocol family 2
[   13.019125] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[   13.019391] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[   13.019571] TCP: Hash tables configured (established 65536 bind 65536)
[   13.019634] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[   13.019676] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[   13.019835] NET: Registered protocol family 1
[   13.020266] xen: registering gsi 19 triggering 0 polarity 1
[   13.020291] xen: --> pirq=19 -> irq=19 (gsi=19)
[   13.020580] xen: registering gsi 19 triggering 0 polarity 1
[   13.020585] Already setup the GSI :19
[   13.045232] xen: registering gsi 18 triggering 0 polarity 1
[   13.045244] xen: --> pirq=18 -> irq=18 (gsi=18)
[   13.069317] pci 0000:02:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[   13.069321] PCI: CLS mismatch (64 != 32), using 64 bytes
[   13.069380] Unpacking initramfs...
[   13.462278] Freeing initrd memory: 19648K (ffff880002000000 - ffff880003330000)
[   13.462342] Intel CQM monitoring enabled
[   13.462343] Intel MBM enabled
[   13.464654] futex hash table entries: 8192 (order: 7, 524288 bytes)
[   13.464836] audit: initializing netlink subsys (disabled)
[   13.464859] audit: type=2000 audit(1485059010.012:1): initialized
[   13.465180] Initialise system trusted keyrings
[   13.465530] workingset: timestamp_bits=40 max_order=21 bucket_order=0
[   13.465542] zbud: loaded
[   13.508193] Key type asymmetric registered
[   13.508195] Asymmetric key parser 'x509' registered
[   13.508287] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[   13.508431] io scheduler noop registered
[   13.508432] io scheduler deadline registered
[   13.508438] io scheduler cfq registered (default)
[   13.508776] xen: registering gsi 26 triggering 0 polarity 1
[   13.508801] xen: --> pirq=26 -> irq=26 (gsi=26)
[   13.509107] xen: registering gsi 32 triggering 0 polarity 1
[   13.509120] xen: --> pirq=32 -> irq=32 (gsi=32)
[   13.509366] xen: registering gsi 40 triggering 0 polarity 1
[   13.509376] xen: --> pirq=40 -> irq=40 (gsi=40)
[   13.509626] xen: registering gsi 16 triggering 0 polarity 1
[   13.509636] xen: --> pirq=16 -> irq=16 (gsi=16)
[   13.509940] xen: registering gsi 16 triggering 0 polarity 1
[   13.509944] Already setup the GSI :16
[   13.510216] xen: registering gsi 17 triggering 0 polarity 1
[   13.510226] xen: --> pirq=17 -> irq=17 (gsi=17)
[   13.510500] aer 0000:00:01.0:pcie002: service driver aer loaded
[   13.510544] aer 0000:00:02.0:pcie002: service driver aer loaded
[   13.510586] aer 0000:00:03.0:pcie002: service driver aer loaded
[   13.510606] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
[   13.510611] pcie_pme 0000:00:01.0:pcie001: service driver pcie_pme loaded
[   13.510625] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt
[   13.510627] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
[   13.510628] pci 0000:02:00.1: Signaling PME through PCIe PME interrupt
[   13.510634] pcie_pme 0000:00:02.0:pcie001: service driver pcie_pme loaded
[   13.510650] pcieport 0000:00:03.0: Signaling PME through PCIe PME interrupt
[   13.510656] pcie_pme 0000:00:03.0:pcie001: service driver pcie_pme loaded
[   13.510696] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[   13.510711] pcie_pme 0000:00:1c.0:pcie001: service driver pcie_pme loaded
[   13.510749] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
[   13.510750] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt
[   13.510764] pcie_pme 0000:00:1c.4:pcie001: service driver pcie_pme loaded
[   13.510803] pcieport 0000:00:1c.5: Signaling PME through PCIe PME interrupt
[   13.510804] pci 0000:06:00.0: Signaling PME through PCIe PME interrupt
[   13.510819] pcie_pme 0000:00:1c.5:pcie001: service driver pcie_pme loaded
[   13.510830] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[   13.510853] pciehp 0000:00:1c.0:pcie004: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[   13.510973] pciehp 0000:00:1c.0:pcie004: service driver pciehp loaded
[   13.510978] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[   13.510992] intel_idle: MWAIT substates: 0x2120
[   13.510993] intel_idle: v0.4.1 model 0x4F
[   13.511006] intel_idle: intel_idle yielding to none
[   13.511098] Monitor-Mwait will be used to enter C-1 state
[   13.511119] Monitor-Mwait will be used to enter C-2 state
[   13.523587] Warning: Processor Platform Limit not supported.
[   13.523797] ERST: Error Record Serialization Table (ERST) support is initialized.
[   13.523799] pstore: using zlib compression
[   13.523802] pstore: Registered erst as persistent store backend
[   13.524183] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[   13.524732] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[   13.545554] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[   13.566423] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[   13.566886] hpet_acpi_add: no address or irqs in _CRS
[   13.566929] Linux agpgart interface v0.103
[   13.567108] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[   13.567109] AMD IOMMUv2 functionality not available on this system
[   13.570358] i8042: PNP: No PS/2 controller found. Probing ports directly.
[   13.573188] serio: i8042 KBD port at 0x60,0x64 irq 1
[   13.573193] serio: i8042 AUX port at 0x60,0x64 irq 12
[   13.573380] mousedev: PS/2 mouse device common for all mice
[   13.573455] rtc_cmos 00:00: RTC can wake from S4
[   13.573684] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[   13.573757] rtc_cmos 00:00: alarms up to one month, y3k, 114 bytes nvram
[   13.574809] ledtrig-cpu: registered to indicate activity on CPUs
[   13.576164] NET: Registered protocol family 10
[   13.576672] mip6: Mobile IPv6
[   13.576674] NET: Registered protocol family 17
[   13.576676] mpls_gso: MPLS GSO support
[   13.577537] mce: Unable to init device /dev/mcelog (rc: -16)
[   13.577631] microcode: sig=0x406f1, pf=0x1, revision=0xb000017
[   13.578205] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[   13.578347] registered taskstats version 1
[   13.578349] Loading compiled-in X.509 certificates
[   13.581820] alg: No test for pkcs1pad(rsa,sha256) (pkcs1pad(rsa-generic,sha256))
[   13.582106] Loaded X.509 cert 'Debian Project: Ben Hutchings: 008a018dca80932630'
[   13.582161] zswap: loaded using pool lzo/zbud
[   13.584201] rtc_cmos 00:00: setting system clock to 2017-01-22 04:23:30 UTC (1485059010)
[   13.584249] PM: Hibernation image not present or could not be loaded.
[   13.584925] Freeing unused kernel memory: 1360K (ffffffff81b1b000 - ffffffff81c6f000)
[   13.584926] Write protecting the kernel read-only data: 10240k
[   13.587636] Freeing unused kernel memory: 60K (ffff8800015f1000 - ffff880001600000)
[   13.588376] Freeing unused kernel memory: 1288K (ffff8800018be000 - ffff880001a00000)
[   13.588381] ------------[ cut here ]------------
[   13.588386] WARNING: CPU: 18 PID: 1 at /build/linux-zDY19G/linux-4.8.15/arch/x86/mm/dump_pagetables.c:225 note_page+0x5e8/0x790
[   13.588388] x86/mm: Found insecure W+X mapping at address ffff880000000000/0xffff880000000000
[   13.588388] Modules linked in:
[   13.588392] CPU: 18 PID: 1 Comm: swapper/0 Not tainted 4.8.0-2-amd64 #1 Debian 4.8.15-2
[   13.588392] Hardware name: ASUSTeK COMPUTER INC. Z10PA-D8 Series/Z10PA-D8 Series, BIOS 3202 04/18/2016
[   13.588394]  0000000000000200 00000000043f1514 ffffffff8131f925 ffff8802806b3de0
[   13.588397]  0000000000000000 ffffffff81074ffe ffff8802806b3ed0 ffff8802806b3e38
[   13.588399]  0000000000000004 0000000000000000 ffff8802806b3ed0 0000000000000000
[   13.588401] Call Trace:
[   13.588406]  [<ffffffff8131f925>] ? dump_stack+0x5c/0x77
[   13.588409]  [<ffffffff81074ffe>] ? __warn+0xbe/0xe0
[   13.588412]  [<ffffffff8107507f>] ? warn_slowpath_fmt+0x5f/0x80
[   13.588415]  [<ffffffff810cadc9>] ? vprintk_emit+0x349/0x530
[   13.588417]  [<ffffffff81067198>] ? note_page+0x5e8/0x790
[   13.588419]  [<ffffffff81067615>] ? ptdump_walk_pgd_level_core+0x2d5/0x400
[   13.588423]  [<ffffffff815dbd46>] ? kernel_init+0x26/0x100
[   13.588425]  [<ffffffff815e8eef>] ? ret_from_fork+0x1f/0x40
[   13.588427]  [<ffffffff815dbd20>] ? rest_init+0x80/0x80
[   13.588428] ---[ end trace 98efce8be234f5b3 ]---
[   13.608867] x86/mm: Checked W+X mappings: FAILED, 4602 W+X pages found.
[   13.753840] FUJITSU Extended Socket Network Device Driver - version 1.1 - Copyright (c) 2015 FUJITSU LIMITED
[   13.764331] random: crng init done
[   13.780980] pps_core: LinuxPPS API ver. 1 registered
[   13.780981] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[   13.781929] xen: registering gsi 18 triggering 0 polarity 1
[   13.781944] Already setup the GSI :18
[   13.782087] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[   13.782348] PTP clock support registered
[   13.783466] dca service started, version 1.12.1
[   13.785324] SCSI subsystem initialized
[   13.786673] ACPI: bus type USB registered
[   13.786696] usbcore: registered new interface driver usbfs
[   13.786705] usbcore: registered new interface driver hub
[   13.786882] usbcore: registered new device driver usb
[   13.789762] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   13.789928] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.3.0-k
[   13.789929] igb: Copyright (c) 2007-2014 Intel Corporation.
[   13.790104] xen: registering gsi 16 triggering 0 polarity 1
[   13.790125] Already setup the GSI :16
[   13.791256] igb 0000:05:00.0: PHY reset is blocked due to SOL/IDER session.
[   13.791743] ehci-pci: EHCI PCI platform driver
[   13.791869] xen: registering gsi 19 triggering 0 polarity 1
[   13.791876] Already setup the GSI :19
[   13.791984] ehci-pci 0000:00:1a.0: EHCI Host Controller
[   13.791990] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[   13.792015] ehci-pci 0000:00:1a.0: debug port 2
[   13.792033] libata version 3.00 loaded.
[   13.796009] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[   13.796079] ehci-pci 0000:00:1a.0: irq 19, io mem 0xc7f14000
[   13.808747] AVX2 version of gcm_enc/dec engaged.
[   13.808748] AES CTR mode by8 optimization enabled
[   13.809086] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[   13.809320] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   13.809322] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   13.809326] usb usb1: Product: EHCI Host Controller
[   13.809328] usb usb1: Manufacturer: Linux 4.8.0-2-amd64 ehci_hcd
[   13.809329] usb usb1: SerialNumber: 0000:00:1a.0
[   13.809551] hub 1-0:1.0: USB hub found
[   13.809569] hub 1-0:1.0: 2 ports detected
[   13.809974] xen: registering gsi 18 triggering 0 polarity 1
[   13.809983] Already setup the GSI :18
[   13.810061] ehci-pci 0000:00:1d.0: EHCI Host Controller
[   13.810066] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[   13.810092] ehci-pci 0000:00:1d.0: debug port 2
[   13.814028] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[   13.814034] ehci-pci 0000:00:1d.0: irq 18, io mem 0xc7f13000
[   13.815507] pps pps0: new PPS source ptp0
[   13.815509] igb 0000:05:00.0: added PHC on eth0
[   13.815510] igb 0000:05:00.0: Intel(R) Gigabit Ethernet Network Connection
[   13.815512] igb 0000:05:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 34:97:f6:5c:0a:1f
[   13.815578] igb 0000:05:00.0: eth0: PBA No: 001300-000
[   13.815579] igb 0000:05:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[   13.815694] xen: registering gsi 17 triggering 0 polarity 1
[   13.815711] Already setup the GSI :17
[   13.833115] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[   13.833378] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[   13.833381] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   13.833383] usb usb2: Product: EHCI Host Controller
[   13.833385] usb usb2: Manufacturer: Linux 4.8.0-2-amd64 ehci_hcd
[   13.833386] usb usb2: SerialNumber: 0000:00:1d.0
[   13.833603] hub 2-0:1.0: USB hub found
[   13.833648] hub 2-0:1.0: 2 ports detected
[   13.834211] xen: registering gsi 19 triggering 0 polarity 1
[   13.834223] Already setup the GSI :19
[   13.834292] xhci_hcd 0000:00:14.0: xHCI Host Controller
[   13.834299] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[   13.835409] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009810
[   13.835429] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[   13.835849] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[   13.835851] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   13.835852] usb usb3: Product: xHCI Host Controller
[   13.835853] usb usb3: Manufacturer: Linux 4.8.0-2-amd64 xhci-hcd
[   13.835854] usb usb3: SerialNumber: 0000:00:14.0
[   13.836071] hub 3-0:1.0: USB hub found
[   13.836131] hub 3-0:1.0: 15 ports detected
[   13.839224] xhci_hcd 0000:00:14.0: xHCI Host Controller
[   13.839230] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[   13.839285] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[   13.839286] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   13.839287] usb usb4: Product: xHCI Host Controller
[   13.839288] usb usb4: Manufacturer: Linux 4.8.0-2-amd64 xhci-hcd
[   13.839290] usb usb4: SerialNumber: 0000:00:14.0
[   13.839450] hub 4-0:1.0: USB hub found
[   13.839477] hub 4-0:1.0: 6 ports detected
[   13.840988] ahci 0000:00:11.4: version 3.0
[   13.841126] xen: registering gsi 16 triggering 0 polarity 1
[   13.841132] Already setup the GSI :16
[   13.841358] ahci 0000:00:11.4: AHCI 0001.0300 32 slots 4 ports 6 Gbps 0xf impl SATA mode
[   13.841363] ahci 0000:00:11.4: flags: 64bit ncq pm led clo pio slum part ems apst 
[   13.845688] pps pps1: new PPS source ptp1
[   13.845690] igb 0000:06:00.0: added PHC on eth1
[   13.845691] igb 0000:06:00.0: Intel(R) Gigabit Ethernet Network Connection
[   13.845693] igb 0000:06:00.0: eth1: (PCIe:2.5Gb/s:Width x1) 34:97:f6:5c:0a:20
[   13.845752] igb 0000:06:00.0: eth1: PBA No: 001300-000
[   13.845754] igb 0000:06:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[   13.846877] igb 0000:06:00.0 eth2: renamed from eth1
[   13.881503] igb 0000:05:00.0 eth1: renamed from eth0
[   13.881752] scsi host0: ahci
[   13.881905] scsi host1: ahci
[   13.882025] scsi host2: ahci
[   13.882125] scsi host3: ahci
[   13.882186] ata1: SATA max UDMA/133 abar m2048@0xc7f18000 port 0xc7f18100 irq 317
[   13.882188] ata2: SATA max UDMA/133 abar m2048@0xc7f18000 port 0xc7f18180 irq 317
[   13.882189] ata3: SATA max UDMA/133 abar m2048@0xc7f18000 port 0xc7f18200 irq 317
[   13.882191] ata4: SATA max UDMA/133 abar m2048@0xc7f18000 port 0xc7f18280 irq 317
[   13.882300] xen: registering gsi 19 triggering 0 polarity 1
[   13.882306] Already setup the GSI :19
[   13.882504] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[   13.882506] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst 
[   13.941810] scsi host4: ahci
[   13.941968] scsi host5: ahci
[   13.942077] scsi host6: ahci
[   13.942183] scsi host7: ahci
[   13.942331] scsi host8: ahci
[   13.942446] scsi host9: ahci
[   13.942502] ata5: SATA max UDMA/133 abar m2048@0xc7f12000 port 0xc7f12100 irq 318
[   13.942503] ata6: SATA max UDMA/133 abar m2048@0xc7f12000 port 0xc7f12180 irq 318
[   13.942505] ata7: SATA max UDMA/133 abar m2048@0xc7f12000 port 0xc7f12200 irq 318
[   13.942506] ata8: SATA max UDMA/133 abar m2048@0xc7f12000 port 0xc7f12280 irq 318
[   13.942507] ata9: SATA max UDMA/133 abar m2048@0xc7f12000 port 0xc7f12300 irq 318
[   13.942509] ata10: SATA max UDMA/133 abar m2048@0xc7f12000 port 0xc7f12380 irq 318
[   14.137132] usb 1-1: new high-speed USB device number 2 using ehci-pci
[   14.161124] usb 2-1: new high-speed USB device number 2 using ehci-pci
[   14.165103] usb 3-4: new full-speed USB device number 2 using xhci_hcd
[   14.196691] ata3: SATA link down (SStatus 0 SControl 300)
[   14.196720] ata4: SATA link down (SStatus 0 SControl 300)
[   14.196760] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[   14.196810] ata2: SATA link down (SStatus 0 SControl 300)
[   14.200245] ata1.00: ATA-6: WDC WD740GD-00FLC0, 33.08F33, max UDMA/133
[   14.200247] ata1.00: 145226112 sectors, multi 16: LBA48 
[   14.204763] ata1.00: configured for UDMA/133
[   14.205180] scsi 0:0:0:0: Direct-Access     ATA      WDC WD740GD-00FL 8F33 PQ: 0 ANSI: 5
[   14.256544] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   14.256560] ata7: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   14.256575] ata10: SATA link down (SStatus 0 SControl 300)
[   14.256591] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   14.256607] ata9: SATA link down (SStatus 0 SControl 300)
[   14.256624] ata8: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   14.257237] ata5.00: ATA-9: WDC WD30EFRX-68EUZN0, 82.00A82, max UDMA/133
[   14.257239] ata5.00: 5860533168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[   14.257269] ata7.00: ATA-9: WDC WD30EFRX-68EUZN0, 82.00A82, max UDMA/133
[   14.257270] ata7.00: 5860533168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[   14.257277] ata6.00: ATA-9: WDC WD30EFRX-68EUZN0, 82.00A82, max UDMA/133
[   14.257279] ata6.00: 5860533168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[   14.257286] ata8.00: ATA-9: WDC WD30EFRX-68EUZN0, 82.00A82, max UDMA/133
[   14.257287] ata8.00: 5860533168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[   14.257871] ata5.00: configured for UDMA/133
[   14.257883] ata6.00: configured for UDMA/133
[   14.257914] ata7.00: configured for UDMA/133
[   14.257921] ata8.00: configured for UDMA/133
[   14.258415] scsi 4:0:0:0: Direct-Access     ATA      WDC WD30EFRX-68E 0A82 PQ: 0 ANSI: 5
[   14.285558] usb 1-1: New USB device found, idVendor=8087, idProduct=800a
[   14.285561] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   14.286273] hub 1-1:1.0: USB hub found
[   14.286540] hub 1-1:1.0: 6 ports detected
[   14.301728] scsi 5:0:0:0: Direct-Access     ATA      WDC WD30EFRX-68E 0A82 PQ: 0 ANSI: 5
[   14.307683] usb 3-4: New USB device found, idVendor=046d, idProduct=c52b
[   14.307685] usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   14.307686] usb 3-4: Product: USB Receiver
[   14.307687] usb 3-4: Manufacturer: Logitech
[   14.309535] usb 2-1: New USB device found, idVendor=8087, idProduct=8002
[   14.309537] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   14.309813] hub 2-1:1.0: USB hub found
[   14.309897] hub 2-1:1.0: 8 ports detected
[   14.312190] hidraw: raw HID events driver (C) Jiri Kosina
[   14.315607] sd 4:0:0:0: [sdb] 5860533168 512-byte logical blocks: (3.00 TB/2.73 TiB)
[   14.315608] sd 4:0:0:0: [sdb] 4096-byte physical blocks
[   14.315617] sd 0:0:0:0: [sda] 145226112 512-byte logical blocks: (74.4 GB/69.2 GiB)
[   14.315634] sd 4:0:0:0: [sdb] Write Protect is off
[   14.315636] sd 4:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[   14.315646] sd 4:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   14.315754] sd 0:0:0:0: [sda] Write Protect is off
[   14.315756] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   14.315793] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   14.317627] usbcore: registered new interface driver usbhid
[   14.317628] usbhid: USB HID core driver
[   14.320129] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-4/input2
[   14.332510]  sda: sda1 sda2 < sda5 >
[   14.333302] sd 0:0:0:0: [sda] Attached SCSI disk
[   14.357701]  sdb: sdb1
[   14.358095] sd 4:0:0:0: [sdb] Attached SCSI disk
[   14.369349] sd 5:0:0:0: [sdc] 5860533168 512-byte logical blocks: (3.00 TB/2.73 TiB)
[   14.369351] sd 5:0:0:0: [sdc] 4096-byte physical blocks
[   14.369376] sd 5:0:0:0: [sdc] Write Protect is off
[   14.369377] sd 5:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[   14.369388] sd 5:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   14.369824] scsi 6:0:0:0: Direct-Access     ATA      WDC WD30EFRX-68E 0A82 PQ: 0 ANSI: 5
[   14.409492] sd 6:0:0:0: [sdd] 5860533168 512-byte logical blocks: (3.00 TB/2.73 TiB)
[   14.409494] sd 6:0:0:0: [sdd] 4096-byte physical blocks
[   14.409696] sd 6:0:0:0: [sdd] Write Protect is off
[   14.409698] sd 6:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[   14.409771] sd 6:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   14.409869] scsi 7:0:0:0: Direct-Access     ATA      WDC WD30EFRX-68E 0A82 PQ: 0 ANSI: 5
[   14.418736]  sdc: sdc1
[   14.419009] sd 5:0:0:0: [sdc] Attached SCSI disk
[   14.445229] input: Logitech K520 as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.2/0003:046D:C52B.0003/0003:046D:2011.0005/input/input3
[   14.445510] logitech-hidpp-device 0003:046D:2011.0005: input,hidraw1: USB HID v1.11 Keyboard [Logitech K520] on usb-0000:00:14.0-4:2
[   14.453821]  sdd: sdd1
[   14.454701] sd 6:0:0:0: [sdd] Attached SCSI disk
[   14.457392] sd 7:0:0:0: [sde] 5860533168 512-byte logical blocks: (3.00 TB/2.73 TiB)
[   14.457394] sd 7:0:0:0: [sde] 4096-byte physical blocks
[   14.457571] sd 7:0:0:0: [sde] Write Protect is off
[   14.457573] sd 7:0:0:0: [sde] Mode Sense: 00 3a 00 00
[   14.457626] sd 7:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   14.477107] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1e33526e660, max_idle_ns: 440795262305 ns
[   14.498786]  sde: sde1
[   14.499537] sd 7:0:0:0: [sde] Attached SCSI disk
[   14.607759] md: bind<sdc1>
[   14.645568] md: bind<sdd1>
[   14.649578] md: raid1 personality registered for level 1
[   14.650426] md/raid1:md127: active with 2 out of 2 mirrors
[   14.650541] created bitmap (22 pages) for device md127
[   14.651069] md127: bitmap initialized from disk: read 2 pages, set 0 of 44709 bits
[   14.674595] md: bind<sde1>
[   14.693118] md: bind<sdb1>
[   14.695837] md/raid1:md0: active with 2 out of 2 mirrors
[   14.695959] created bitmap (22 pages) for device md0
[   14.696496] md0: bitmap initialized from disk: read 2 pages, set 0 of 44709 bits
[   14.715104] md127: detected capacity change from 0 to 3000312528896
[   14.772815] md0: detected capacity change from 0 to 3000312528896
[   14.965708] device-mapper: uevent: version 1.0.3
[   14.965862] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[   15.520082] clocksource: Switched to clocksource tsc
[   19.471187] input: Logitech M310/M310t as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.2/0003:046D:C52B.0003/0003:046D:4031.0004/input/input4
[   19.471393] logitech-hidpp-device 0003:046D:4031.0004: input,hidraw2: USB HID v1.11 Mouse [Logitech M310/M310t] on usb-0000:00:14.0-4:1
[   19.482321] md: linear personality registered for level -1
[   19.486694] md: multipath personality registered for level -4
[   19.490898] md: raid0 personality registered for level 0
[   19.565074] raid6: sse2x1   gen()  6871 MB/s
[   19.633072] raid6: sse2x1   xor()  4867 MB/s
[   19.701071] raid6: sse2x2   gen()  8326 MB/s
[   19.769070] raid6: sse2x2   xor()  5591 MB/s
[   19.837087] raid6: sse2x4   gen()  9830 MB/s
[   19.905072] raid6: sse2x4   xor()  6813 MB/s
[   19.973070] raid6: avx2x1   gen() 13374 MB/s
[   20.041083] raid6: avx2x2   gen() 15411 MB/s
[   20.109084] raid6: avx2x4   gen() 17789 MB/s
[   20.109085] raid6: using algorithm avx2x4 gen() 17789 MB/s
[   20.109086] raid6: using avx2x2 recovery algorithm
[   20.110180] xor: automatically using best checksumming function:
[   20.149069]    avx       : 21131.000 MB/sec
[   20.150172] async_tx: api initialized (async)
[   20.157324] md: raid6 personality registered for level 6
[   20.157324] md: raid5 personality registered for level 5
[   20.157325] md: raid4 personality registered for level 4
[   20.168086] md: raid10 personality registered for level 10
[   20.224340] PM: Starting manual resume from disk
[   20.224344] PM: Hibernation image partition 253:5 present
[   20.224344] PM: Looking for hibernation image.
[   20.224477] PM: Image not found (code -22)
[   20.224478] PM: Hibernation image not present or could not be loaded.
[   20.370065] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[   22.261884] Error: Driver 'processor_aggregator' is already registered, aborting...
[   22.347415] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   22.377709] power_meter ACPI000D:00: Found ACPI power meter.
[   22.377736] power_meter ACPI000D:00: Ignoring unsafe software power cap!
[   22.378315] wmi: Mapper loaded
[   22.378373] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5
[   22.378378] ACPI: Power Button [PWRB]
[   22.378441] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
[   22.378445] ACPI: Power Button [PWRF]
[   22.662128] ipmi message handler version 39.2
[   22.664107] Error: Driver 'processor_aggregator' is already registered, aborting...
[   22.678464] input: PC Speaker as /devices/platform/pcspkr/input/input7
[   22.806607] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[   22.806608] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   22.806609] RAPL PMU: hw unit of domain package 2^-14 Joules
[   22.806610] RAPL PMU: hw unit of domain dram 2^-14 Joules
[   22.806610] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   22.892204] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   22.892259] sd 4:0:0:0: Attached scsi generic sg1 type 0
[   22.892305] sd 5:0:0:0: Attached scsi generic sg2 type 0
[   22.892345] sd 6:0:0:0: Attached scsi generic sg3 type 0
[   22.892385] sd 7:0:0:0: Attached scsi generic sg4 type 0
[   22.945635] ipmi_si IPI0001:00: ipmi_si: probing via ACPI
[   22.945656] ipmi_si IPI0001:00: [io  0x0ca2] regsize 1 spacing 1 irq 0
[   22.945657] ipmi_si: Adding ACPI-specified kcs state machine
[   22.945678] IPMI System Interface driver.
[   22.945714] ipmi_si: probing via SMBIOS
[   22.945715] ipmi_si: SMBIOS: io 0xca2 regsize 1 spacing 1 irq 0
[   22.945716] ipmi_si: Adding SMBIOS-specified kcs state machine duplicate interface
[   22.945718] ipmi_si: probing via SPMI
[   22.945719] ipmi_si: SPMI: io 0xca2 regsize 1 spacing 1 irq 0
[   22.945720] ipmi_si: Adding SPMI-specified kcs state machine duplicate interface
[   22.945722] ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca2, slave address 0x0, irq 0
[   23.162745] iTCO_vendor_support: vendor-support=0
[   23.302887] ipmi_si IPI0001:00: Found new BMC (man_id: 0x000a3f, prod_id: 0x0e73, dev_id: 0x20)
[   23.302894] ipmi_si IPI0001:00: IPMI kcs interface initialized
[   23.465955] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   23.466000] iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
[   23.479093] mei_me 0000:00:16.0: Device doesn't have valid ME Interface
[   23.585343] xen: registering gsi 36 triggering 0 polarity 1
[   23.585376] xen: --> pirq=36 -> irq=36 (gsi=36)
[   23.585449] snd_hda_intel 0000:02:00.1: Handle vga_switcheroo audio client
[   23.585451] snd_hda_intel 0000:02:00.1: Force to non-snoop mode
[   23.600088] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:02.0/0000:02:00.1/sound/card0/input8
[   23.600210] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:02.0/0000:02:00.1/sound/card0/input9
[   23.600317] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:02.0/0000:02:00.1/sound/card0/input10
[   23.600413] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:02.0/0000:02:00.1/sound/card0/input11
[   23.600476] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:02.0/0000:02:00.1/sound/card0/input12
[   23.731487] EDAC MC: Ver: 3.0.0
[   23.792830] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
[   23.792852] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
[   23.792875] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
[   23.792890] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
[   23.792899] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
[   23.792908] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
[   23.792913] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
[   23.792920] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
[   23.792930] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
[   23.792935] EDAC sbridge: Seeking for: PCI ID 8086:6f60
[   23.792943] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
[   23.792949] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
[   23.792957] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
[   23.792961] EDAC sbridge: Seeking for: PCI ID 8086:6f71
[   23.792967] EDAC sbridge: Seeking for: PCI ID 8086:6f71
[   23.792975] EDAC sbridge: Seeking for: PCI ID 8086:6f71
[   23.792979] EDAC sbridge: Seeking for: PCI ID 8086:6faa
[   23.792985] EDAC sbridge: Seeking for: PCI ID 8086:6faa
[   23.792993] EDAC sbridge: Seeking for: PCI ID 8086:6faa
[   23.792997] EDAC sbridge: Seeking for: PCI ID 8086:6fab
[   23.793003] EDAC sbridge: Seeking for: PCI ID 8086:6fab
[   23.793011] EDAC sbridge: Seeking for: PCI ID 8086:6fab
[   23.793014] EDAC sbridge: Seeking for: PCI ID 8086:6fac
[   23.793022] EDAC sbridge: Seeking for: PCI ID 8086:6fac
[   23.793034] EDAC sbridge: Seeking for: PCI ID 8086:6fac
[   23.793051] EDAC sbridge: Seeking for: PCI ID 8086:6fad
[   23.793059] EDAC sbridge: Seeking for: PCI ID 8086:6fad
[   23.793069] EDAC sbridge: Seeking for: PCI ID 8086:6fad
[   23.793073] EDAC sbridge: Seeking for: PCI ID 8086:6faf
[   23.793082] EDAC sbridge: Seeking for: PCI ID 8086:6faf
[   23.793092] EDAC sbridge: Seeking for: PCI ID 8086:6faf
[   23.793096] EDAC sbridge: Seeking for: PCI ID 8086:6f68
[   23.793106] EDAC sbridge: Seeking for: PCI ID 8086:6f68
[   23.793116] EDAC sbridge: Seeking for: PCI ID 8086:6f68
[   23.793120] EDAC sbridge: Seeking for: PCI ID 8086:6f79
[   23.793130] EDAC sbridge: Seeking for: PCI ID 8086:6f6a
[   23.793141] EDAC sbridge: Seeking for: PCI ID 8086:6f6b
[   23.793152] EDAC sbridge: Seeking for: PCI ID 8086:6f6c
[   23.793163] EDAC sbridge: Seeking for: PCI ID 8086:6f6d
[   23.793494] EDAC MC0: Giving out device to module sbridge_edac.c controller Broadwell Socket#0: DEV 0000:ff:12.0 (INTERRUPT)
[   23.793697] EDAC MC1: Giving out device to module sbridge_edac.c controller Broadwell Socket#1: DEV 0000:7f:12.0 (INTERRUPT)
[   23.793698] EDAC sbridge:  Ver: 1.1.1 
[   23.862210] intel_rapl: Found RAPL domain package
[   23.862218] intel_rapl: Found RAPL domain dram
[   23.862219] intel_rapl: DRAM domain energy unit 15300pj
[   23.862238] intel_rapl: Found RAPL domain package
[   23.862260] intel_rapl: Found RAPL domain dram
[   23.862261] intel_rapl: DRAM domain energy unit 15300pj
[   25.429351] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[   25.713450] Adding 4247548k swap on /dev/mapper/vgsys-lvswap.  Priority:-1 extents:1 across:4247548k FS
[   26.202127] lp: driver loaded but no devices found
[   26.238488] ppdev: user-space parallel port driver
[   26.256906] parport_pc parport_pc.956: Unable to set coherent dma mask: disabling DMA
[   26.257121] parport_pc parport_pc.888: Unable to set coherent dma mask: disabling DMA
[   26.257303] parport_pc parport_pc.632: Unable to set coherent dma mask: disabling DMA
[   26.299601] loop: module loaded
[   26.340591] pciback 0000:02:00.0: seizing device
[   26.340745] xen: registering gsi 32 triggering 0 polarity 1
[   26.340762] Already setup the GSI :32
[   26.340980] xen_pciback: backend is vpci
[   26.364029] EXT4-fs (dm-4): mounted filesystem with ordered data mode. Opts: (null)
[   26.438816] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: (null)
[   27.067763] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[   27.072864] xenbr0: port 1(eth1) entered blocking state
[   27.072865] xenbr0: port 1(eth1) entered disabled state
[   27.072950] device eth1 entered promiscuous mode
[   27.116221] igb 0000:05:00.0 eth1: igb: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
[   27.119015] IPv6: ADDRCONF(NETDEV_UP): xenbr0: link is not ready
[   28.077169] xenbr0: port 1(eth1) entered blocking state
[   28.077171] xenbr0: port 1(eth1) entered forwarding state
[   28.077348] IPv6: ADDRCONF(NETDEV_CHANGE): xenbr0: link becomes ready
[   35.728968] RPC: Registered named UNIX socket transport module.
[   35.728969] RPC: Registered udp transport module.
[   35.728970] RPC: Registered tcp transport module.
[   35.728971] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   35.759126] FS-Cache: Loaded
[   35.800875] FS-Cache: Netfs 'nfs' registered for caching
[   35.839267] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   40.913401] xen:xen_evtchn: Event-channel device installed

[-- Attachment #1.1.3: cknowsvr01-dmesg-without-xen.txt --]
[-- Type: text/plain, Size: 76109 bytes --]

root@cknowsvr01:/home/diederik# dmesg
[    0.000000] Linux version 4.8.0-2-amd64 (debian-kernel@lists.debian.org) (gcc version 5.4.1 20161202 (Debian 5.4.1-4) ) #1 SMP Debian 4.8.15-2 (2017-01-04)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.8.0-2-amd64 root=UUID=0e49acdd-69d2-4c95-a5fc-3e1f4daa9b65 ro quiet
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] x86/fpu: Using 'eager' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009e7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000079cfbfff] usable
[    0.000000] BIOS-e820: [mem 0x0000000079cfc000-0x000000007b8c1fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007b8c2000-0x000000007b934fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007b935000-0x000000007bedffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007bee0000-0x000000008fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000207fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: ASUSTeK COMPUTER INC. Z10PA-D8 Series/Z10PA-D8 Series, BIOS 3202 04/18/2016
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x2080000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000080000000 mask 3FFF80000000 uncachable
[    0.000000]   1 base 038000000000 mask 3F8000000000 uncachable
[    0.000000]   2 base 0000B0000000 mask 3FFFF0000000 write-through
[    0.000000]   3 base 0000C0000000 mask 3FFFFFE00000 write-through
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] x2apic: enabled by BIOS, switching to x2apic ops
[    0.000000] e820: last_pfn = 0x79cfc max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fdba0-0x000fdbaf] mapped at [ffff9b16400fdba0]
[    0.000000] Base memory trampoline at [ffff9b1640098000] 98000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x1ae533f000, 0x1ae533ffff] PGTABLE
[    0.000000] BRK [0x1ae5340000, 0x1ae5340fff] PGTABLE
[    0.000000] BRK [0x1ae5341000, 0x1ae5341fff] PGTABLE
[    0.000000] BRK [0x1ae5342000, 0x1ae5342fff] PGTABLE
[    0.000000] BRK [0x1ae5343000, 0x1ae5343fff] PGTABLE
[    0.000000] BRK [0x1ae5344000, 0x1ae5344fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x3598f000-0x36cbefff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F0580 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x000000007B8EA0B0 0000D4 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x000000007B919410 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x000000007B8EA218 02F1F7 (v02 ALASKA A M I    01072009 INTL 20091013)
[    0.000000] ACPI: FACS 0x000000007BEDEF80 000040
[    0.000000] ACPI: APIC 0x000000007B919520 000224 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x000000007B919748 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FIDT 0x000000007B919790 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x000000007B919830 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.000000] ACPI: EINJ 0x000000007B9347D0 000130 (v01 ALASKA A M I    00000001 INTL 00000001)
[    0.000000] ACPI: UEFI 0x000000007B9198C8 000042 (v01 ALASKA A M I    01072009      00000000)
[    0.000000] ACPI: HPET 0x000000007B919910 000038 (v01 ALASKA A M I    00000001 INTL 20091013)
[    0.000000] ACPI: MSCT 0x000000007B919948 000090 (v01 ALASKA A M I    00000001 INTL 20091013)
[    0.000000] ACPI: SLIT 0x000000007B9199D8 000030 (v01 ALASKA A M I    00000001 INTL 20091013)
[    0.000000] ACPI: SRAT 0x000000007B919A08 001158 (v03 ALASKA A M I    00000001 INTL 20091013)
[    0.000000] ACPI: WDDT 0x000000007B91AB60 000040 (v01 ALASKA A M I    00000000 INTL 20091013)
[    0.000000] ACPI: SSDT 0x000000007B91ABA0 016FB3 (v02 ALASKA PmMgt    00000001 INTL 20120913)
[    0.000000] ACPI: NITR 0x000000007B931B58 000071 (v02 ALASKA A M I    00000001 INTL 20091013)
[    0.000000] ACPI: SPMI 0x000000007B931BD0 000041 (v05 ALASKA A M I    00000000 AMI. 00000000)
[    0.000000] ACPI: SSDT 0x000000007B931C18 002652 (v02 ALASKA SpsNm    00000002 INTL 20120913)
[    0.000000] ACPI: SSDT 0x000000007B934270 000064 (v02 ALASKA SpsNvs   00000002 INTL 20120913)
[    0.000000] ACPI: PRAD 0x000000007B9342D8 000102 (v02 ALASKA A M I    00000002 INTL 20120913)
[    0.000000] ACPI: DMAR 0x000000007B9343E0 0000E8 (v01 ALASKA A M I    00000001 INTL 20091013)
[    0.000000] ACPI: HEST 0x000000007B9344C8 0000A8 (v01 ALASKA A M I    00000001 INTL 00000001)
[    0.000000] ACPI: BERT 0x000000007B934570 000030 (v01 ALASKA A M I    00000001 INTL 00000001)
[    0.000000] ACPI: ERST 0x000000007B9345A0 000230 (v01 ALASKA A M I    00000001 INTL 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] Setting APIC routing to cluster x2apic.
[    0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x02 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x04 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x06 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x08 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x0a -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x0c -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x0e -> Node 0
[    0.000000] SRAT: PXM 1 -> APIC 0x10 -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x12 -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x14 -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x16 -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x18 -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x1a -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x1c -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x1e -> Node 1
[    0.000000] SRAT: PXM 0 -> APIC 0x01 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x03 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x05 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x07 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x09 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x0b -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x0d -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x0f -> Node 0
[    0.000000] SRAT: PXM 1 -> APIC 0x11 -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x13 -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x15 -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x17 -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x19 -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x1b -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x1d -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x1f -> Node 1
[    0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x7fffffff]
[    0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x107fffffff]
[    0.000000] ACPI: SRAT: Node 1 PXM 1 [mem 0x1080000000-0x207fffffff]
[    0.000000] NUMA: Initialized distance table, cnt=2
[    0.000000] NUMA: Node 0 [mem 0x00000000-0x7fffffff] + [mem 0x100000000-0x107fffffff] -> [mem 0x00000000-0x107fffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x107fffb000-0x107fffffff]
[    0.000000] NODE_DATA(1) allocated [mem 0x207fffa000-0x207fffefff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000207fffffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009dfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000079cfbfff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000107fffffff]
[    0.000000]   node   1: [mem 0x0000001080000000-0x000000207fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000107fffffff]
[    0.000000] On node 0 totalpages: 16751769
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 7732 pages used for memmap
[    0.000000]   DMA32 zone: 494844 pages, LIFO batch:31
[    0.000000]   Normal zone: 253952 pages used for memmap
[    0.000000]   Normal zone: 16252928 pages, LIFO batch:31
[    0.000000] Initmem setup node 1 [mem 0x0000001080000000-0x000000207fffffff]
[    0.000000] On node 1 totalpages: 16777216
[    0.000000]   Normal zone: 262144 pages used for memmap
[    0.000000]   Normal zone: 16777216 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x18] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x1a] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x1c] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x1e] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x19] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x1b] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x1d] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x1f] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
[    0.000000] IOAPIC[1]: apic_id 2, version 32, address 0xfec01000, GSI 24-47
[    0.000000] IOAPIC[2]: apic_id 3, version 32, address 0xfec40000, GSI 48-71
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.000000] smpboot: Allowing 32 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x79cfc000-0x7b8c1fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7b8c2000-0x7b934fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7b935000-0x7bedffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7bee0000-0x8fffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x90000000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed44fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed45000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0x90000000-0xfed1bfff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:32 nr_node_ids:2
[    0.000000] percpu: Embedded 35 pages/cpu @ffff9b267fa00000 s103384 r8192 d31784 u262144
[    0.000000] pcpu-alloc: s103384 r8192 d31784 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 16 17 18 19 20 21 22 23 
[    0.000000] pcpu-alloc: [1] 08 09 10 11 12 13 14 15 [1] 24 25 26 27 28 29 30 31 
[    0.000000] Built 2 zonelists in Node order, mobility grouping on.  Total pages: 33005072
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.8.0-2-amd64 root=UUID=0e49acdd-69d2-4c95-a5fc-3e1f4daa9b65 ro quiet
[    0.000000] log_buf_len individual max cpu contribution: 4096 bytes
[    0.000000] log_buf_len total cpu_extra contributions: 126976 bytes
[    0.000000] log_buf_len min size: 131072 bytes
[    0.000000] log_buf_len: 262144 bytes
[    0.000000] early log buf free: 116060(88%)
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 131914220K/134115940K available (6070K kernel code, 1124K rwdata, 2808K rodata, 1360K init, 800K bss, 2201720K reserved, 0K cma-reserved)
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 64.
[    0.000000]  RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=32.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=32
[    0.000000] NR_IRQS:33024 nr_irqs:1496 16
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] mempolicy: Disabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2095.297 MHz processor
[    0.000033] Calibrating delay loop (skipped), value calculated using timer frequency.. 4190.59 BogoMIPS (lpj=8381188)
[    0.000035] pid_max: default: 32768 minimum: 301
[    0.000076] ACPI: Core revision 20160422
[    0.070819] ACPI: 4 ACPI AML tables successfully acquired and loaded

[    0.070940] Security Framework initialized
[    0.070941] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.070947] AppArmor: AppArmor disabled by boot time parameter
[    0.077514] Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes)
[    0.103465] Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes)
[    0.114964] Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.115079] Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.116139] CPU: Physical Processor ID: 0
[    0.116140] CPU: Processor Core ID: 0
[    0.116145] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.116145] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.116150] mce: CPU supports 22 MCE banks
[    0.116167] CPU0: Thermal monitoring enabled (TM1)
[    0.116213] process: using mwait in idle threads
[    0.116217] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.116218] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.117155] Freeing SMP alternatives memory: 24K (ffffffff8aa6f000 - ffffffff8aa75000)
[    0.119201] ftrace: allocating 24736 entries in 97 pages
[    0.131451] smpboot: APIC(0) Converting physical 0 to logical package 0
[    0.131452] smpboot: APIC(10) Converting physical 1 to logical package 1
[    0.131454] smpboot: Max logical packages: 4
[    0.131462] DMAR: Host address width 46
[    0.131463] DMAR: DRHD base: 0x000000fbffc000 flags: 0x0
[    0.131473] DMAR: dmar0: reg_base_addr fbffc000 ver 1:0 cap 8d2078c106f0466 ecap f020df
[    0.131474] DMAR: DRHD base: 0x000000c7ffc000 flags: 0x1
[    0.131479] DMAR: dmar1: reg_base_addr c7ffc000 ver 1:0 cap 8d2078c106f0466 ecap f020df
[    0.131480] DMAR: RMRR base: 0x0000007db86000 end: 0x0000007db95fff
[    0.131481] DMAR: ATSR flags: 0x0
[    0.131482] DMAR: RHSA base: 0x000000c7ffc000 proximity domain: 0x0
[    0.131483] DMAR: RHSA base: 0x000000fbffc000 proximity domain: 0x1
[    0.131485] DMAR-IR: IOAPIC id 3 under DRHD base  0xfbffc000 IOMMU 0
[    0.131486] DMAR-IR: IOAPIC id 1 under DRHD base  0xc7ffc000 IOMMU 1
[    0.131487] DMAR-IR: IOAPIC id 2 under DRHD base  0xc7ffc000 IOMMU 1
[    0.131487] DMAR-IR: HPET id 0 under DRHD base 0xc7ffc000
[    0.131489] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.132319] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.133000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.172697] TSC deadline timer enabled
[    0.172703] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz (family: 0x6, model: 0x4f, stepping: 0x1)
[    0.172707] Performance Events: PEBS fmt2+, Broadwell events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.172734] ... version:                3
[    0.172735] ... bit width:              48
[    0.172735] ... generic registers:      4
[    0.172736] ... value mask:             0000ffffffffffff
[    0.172736] ... max period:             00007fffffffffff
[    0.172737] ... fixed-purpose events:   3
[    0.172737] ... event mask:             000000070000000f
[    0.174604] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.174731] x86: Booting SMP configuration:
[    0.174732] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7
[    0.735172] .... node  #1, CPUs:    #8  #9 #10 #11 #12 #13 #14 #15
[    1.395526] .... node  #0, CPUs:   #16 #17 #18 #19 #20 #21 #22 #23
[    2.035969] .... node  #1, CPUs:   #24 #25 #26 #27 #28 #29 #30 #31
[    2.676232] x86: Booted up 2 nodes, 32 CPUs
[    2.676234] smpboot: Total of 32 processors activated (134172.29 BogoMIPS)
[    2.744263] devtmpfs: initialized
[    2.744446] x86/mm: Memory block size: 2048MB
[    2.747401] PM: Registering ACPI NVS region [mem 0x7b935000-0x7bedffff] (5943296 bytes)
[    2.747741] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    2.747921] pinctrl core: initialized pinctrl subsystem
[    2.749256] NET: Registered protocol family 16
[    2.768882] cpuidle: using governor ladder
[    2.804914] cpuidle: using governor menu
[    2.805051] ACPI: bus type PCI registered
[    2.805052] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    2.805186] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0x80000000-0x8fffffff] (base 0x80000000)
[    2.805188] PCI: MMCONFIG at [mem 0x80000000-0x8fffffff] reserved in E820
[    2.805205] PCI: Using configuration type 1 for base access
[    2.853184] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[    2.853185] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    2.853962] ACPI: Added _OSI(Module Device)
[    2.853963] ACPI: Added _OSI(Processor Device)
[    2.853964] ACPI: Added _OSI(3.0 _SCP Extensions)
[    2.853964] ACPI: Added _OSI(Processor Aggregator Device)
[    2.871115] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    2.926429] ACPI: Dynamic OEM Table Load:
[    2.926431] ACPI: PRAD 0x0000000000000000 000102 (v02 ALASKA A M I    00000002 INTL 20120913)
[    2.963168] ACPI: Interpreter enabled
[    2.963185] ACPI: (supports S0 S4 S5)
[    2.963186] ACPI: Using IOAPIC for interrupt routing
[    2.963277] HEST: Table parsing has been initialized.
[    2.963279] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    3.019168] ACPI: PCI Root Bridge [UNC1] (domain 0000 [bus ff])
[    3.019172] acpi PNP0A03:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    3.022027] acpi PNP0A03:02: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    3.022084] PCI host bridge to bus 0000:ff
[    3.022086] pci_bus 0000:ff: root bus resource [bus ff]
[    3.022095] pci 0000:ff:08.0: [8086:6f80] type 00 class 0x088000
[    3.022158] pci 0000:ff:08.2: [8086:6f32] type 00 class 0x110100
[    3.022214] pci 0000:ff:08.3: [8086:6f83] type 00 class 0x088000
[    3.022278] pci 0000:ff:09.0: [8086:6f90] type 00 class 0x088000
[    3.022330] pci 0000:ff:09.2: [8086:6f33] type 00 class 0x110100
[    3.022387] pci 0000:ff:09.3: [8086:6f93] type 00 class 0x088000
[    3.022448] pci 0000:ff:0b.0: [8086:6f81] type 00 class 0x088000
[    3.022498] pci 0000:ff:0b.1: [8086:6f36] type 00 class 0x110100
[    3.022549] pci 0000:ff:0b.2: [8086:6f37] type 00 class 0x110100
[    3.022598] pci 0000:ff:0b.3: [8086:6f76] type 00 class 0x088000
[    3.022648] pci 0000:ff:0c.0: [8086:6fe0] type 00 class 0x088000
[    3.022697] pci 0000:ff:0c.1: [8086:6fe1] type 00 class 0x088000
[    3.022746] pci 0000:ff:0c.2: [8086:6fe2] type 00 class 0x088000
[    3.022794] pci 0000:ff:0c.3: [8086:6fe3] type 00 class 0x088000
[    3.022842] pci 0000:ff:0c.4: [8086:6fe4] type 00 class 0x088000
[    3.022890] pci 0000:ff:0c.5: [8086:6fe5] type 00 class 0x088000
[    3.022938] pci 0000:ff:0c.6: [8086:6fe6] type 00 class 0x088000
[    3.022987] pci 0000:ff:0c.7: [8086:6fe7] type 00 class 0x088000
[    3.023037] pci 0000:ff:0f.0: [8086:6ff8] type 00 class 0x088000
[    3.023087] pci 0000:ff:0f.1: [8086:6ff9] type 00 class 0x088000
[    3.023137] pci 0000:ff:0f.4: [8086:6ffc] type 00 class 0x088000
[    3.023187] pci 0000:ff:0f.5: [8086:6ffd] type 00 class 0x088000
[    3.023237] pci 0000:ff:0f.6: [8086:6ffe] type 00 class 0x088000
[    3.023289] pci 0000:ff:10.0: [8086:6f1d] type 00 class 0x088000
[    3.023342] pci 0000:ff:10.1: [8086:6f34] type 00 class 0x110100
[    3.023396] pci 0000:ff:10.5: [8086:6f1e] type 00 class 0x088000
[    3.023444] pci 0000:ff:10.6: [8086:6f7d] type 00 class 0x110100
[    3.023496] pci 0000:ff:10.7: [8086:6f1f] type 00 class 0x088000
[    3.023546] pci 0000:ff:12.0: [8086:6fa0] type 00 class 0x088000
[    3.023586] pci 0000:ff:12.1: [8086:6f30] type 00 class 0x110100
[    3.023642] pci 0000:ff:13.0: [8086:6fa8] type 00 class 0x088000
[    3.023730] pci 0000:ff:13.1: [8086:6f71] type 00 class 0x088000
[    3.023813] pci 0000:ff:13.2: [8086:6faa] type 00 class 0x088000
[    3.023900] pci 0000:ff:13.3: [8086:6fab] type 00 class 0x088000
[    3.023987] pci 0000:ff:13.4: [8086:6fac] type 00 class 0x088000
[    3.024072] pci 0000:ff:13.5: [8086:6fad] type 00 class 0x088000
[    3.024139] pci 0000:ff:13.6: [8086:6fae] type 00 class 0x088000
[    3.024192] pci 0000:ff:13.7: [8086:6faf] type 00 class 0x088000
[    3.024247] pci 0000:ff:14.0: [8086:6fb0] type 00 class 0x088000
[    3.024308] pci 0000:ff:14.1: [8086:6fb1] type 00 class 0x088000
[    3.024368] pci 0000:ff:14.2: [8086:6fb2] type 00 class 0x088000
[    3.024429] pci 0000:ff:14.3: [8086:6fb3] type 00 class 0x088000
[    3.024487] pci 0000:ff:14.4: [8086:6fbc] type 00 class 0x088000
[    3.024540] pci 0000:ff:14.5: [8086:6fbd] type 00 class 0x088000
[    3.024592] pci 0000:ff:14.6: [8086:6fbe] type 00 class 0x088000
[    3.024644] pci 0000:ff:14.7: [8086:6fbf] type 00 class 0x088000
[    3.024697] pci 0000:ff:15.0: [8086:6fb4] type 00 class 0x088000
[    3.024768] pci 0000:ff:15.1: [8086:6fb5] type 00 class 0x088000
[    3.024832] pci 0000:ff:15.2: [8086:6fb6] type 00 class 0x088000
[    3.024894] pci 0000:ff:15.3: [8086:6fb7] type 00 class 0x088000
[    3.024962] pci 0000:ff:16.0: [8086:6f68] type 00 class 0x088000
[    3.025023] pci 0000:ff:16.6: [8086:6f6e] type 00 class 0x088000
[    3.025078] pci 0000:ff:16.7: [8086:6f6f] type 00 class 0x088000
[    3.025130] pci 0000:ff:17.0: [8086:6fd0] type 00 class 0x088000
[    3.025192] pci 0000:ff:17.4: [8086:6fb8] type 00 class 0x088000
[    3.025243] pci 0000:ff:17.5: [8086:6fb9] type 00 class 0x088000
[    3.025297] pci 0000:ff:17.6: [8086:6fba] type 00 class 0x088000
[    3.025349] pci 0000:ff:17.7: [8086:6fbb] type 00 class 0x088000
[    3.025410] pci 0000:ff:1e.0: [8086:6f98] type 00 class 0x088000
[    3.025461] pci 0000:ff:1e.1: [8086:6f99] type 00 class 0x088000
[    3.025513] pci 0000:ff:1e.2: [8086:6f9a] type 00 class 0x088000
[    3.025565] pci 0000:ff:1e.3: [8086:6fc0] type 00 class 0x088000
[    3.025605] pci 0000:ff:1e.4: [8086:6f9c] type 00 class 0x088000
[    3.025660] pci 0000:ff:1f.0: [8086:6f88] type 00 class 0x088000
[    3.025713] pci 0000:ff:1f.2: [8086:6f8a] type 00 class 0x088000
[    3.025832] ACPI: PCI Root Bridge [UNC0] (domain 0000 [bus 7f])
[    3.025835] acpi PNP0A03:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    3.026969] acpi PNP0A03:03: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    3.027022] PCI host bridge to bus 0000:7f
[    3.027023] pci_bus 0000:7f: root bus resource [bus 7f]
[    3.027032] pci 0000:7f:08.0: [8086:6f80] type 00 class 0x088000
[    3.027090] pci 0000:7f:08.2: [8086:6f32] type 00 class 0x110100
[    3.027152] pci 0000:7f:08.3: [8086:6f83] type 00 class 0x088000
[    3.027221] pci 0000:7f:09.0: [8086:6f90] type 00 class 0x088000
[    3.027277] pci 0000:7f:09.2: [8086:6f33] type 00 class 0x110100
[    3.027336] pci 0000:7f:09.3: [8086:6f93] type 00 class 0x088000
[    3.027403] pci 0000:7f:0b.0: [8086:6f81] type 00 class 0x088000
[    3.027456] pci 0000:7f:0b.1: [8086:6f36] type 00 class 0x110100
[    3.027510] pci 0000:7f:0b.2: [8086:6f37] type 00 class 0x110100
[    3.027562] pci 0000:7f:0b.3: [8086:6f76] type 00 class 0x088000
[    3.027617] pci 0000:7f:0c.0: [8086:6fe0] type 00 class 0x088000
[    3.027670] pci 0000:7f:0c.1: [8086:6fe1] type 00 class 0x088000
[    3.027722] pci 0000:7f:0c.2: [8086:6fe2] type 00 class 0x088000
[    3.027779] pci 0000:7f:0c.3: [8086:6fe3] type 00 class 0x088000
[    3.027830] pci 0000:7f:0c.4: [8086:6fe4] type 00 class 0x088000
[    3.027882] pci 0000:7f:0c.5: [8086:6fe5] type 00 class 0x088000
[    3.027934] pci 0000:7f:0c.6: [8086:6fe6] type 00 class 0x088000
[    3.027985] pci 0000:7f:0c.7: [8086:6fe7] type 00 class 0x088000
[    3.028039] pci 0000:7f:0f.0: [8086:6ff8] type 00 class 0x088000
[    3.028090] pci 0000:7f:0f.1: [8086:6ff9] type 00 class 0x088000
[    3.028144] pci 0000:7f:0f.4: [8086:6ffc] type 00 class 0x088000
[    3.028197] pci 0000:7f:0f.5: [8086:6ffd] type 00 class 0x088000
[    3.028250] pci 0000:7f:0f.6: [8086:6ffe] type 00 class 0x088000
[    3.028304] pci 0000:7f:10.0: [8086:6f1d] type 00 class 0x088000
[    3.028358] pci 0000:7f:10.1: [8086:6f34] type 00 class 0x110100
[    3.028413] pci 0000:7f:10.5: [8086:6f1e] type 00 class 0x088000
[    3.028466] pci 0000:7f:10.6: [8086:6f7d] type 00 class 0x110100
[    3.028518] pci 0000:7f:10.7: [8086:6f1f] type 00 class 0x088000
[    3.028571] pci 0000:7f:12.0: [8086:6fa0] type 00 class 0x088000
[    3.028612] pci 0000:7f:12.1: [8086:6f30] type 00 class 0x110100
[    3.028672] pci 0000:7f:13.0: [8086:6fa8] type 00 class 0x088000
[    3.028751] pci 0000:7f:13.1: [8086:6f71] type 00 class 0x088000
[    3.028814] pci 0000:7f:13.2: [8086:6faa] type 00 class 0x088000
[    3.028878] pci 0000:7f:13.3: [8086:6fab] type 00 class 0x088000
[    3.028943] pci 0000:7f:13.4: [8086:6fac] type 00 class 0x088000
[    3.029006] pci 0000:7f:13.5: [8086:6fad] type 00 class 0x088000
[    3.029068] pci 0000:7f:13.6: [8086:6fae] type 00 class 0x088000
[    3.029127] pci 0000:7f:13.7: [8086:6faf] type 00 class 0x088000
[    3.029184] pci 0000:7f:14.0: [8086:6fb0] type 00 class 0x088000
[    3.029249] pci 0000:7f:14.1: [8086:6fb1] type 00 class 0x088000
[    3.029314] pci 0000:7f:14.2: [8086:6fb2] type 00 class 0x088000
[    3.029379] pci 0000:7f:14.3: [8086:6fb3] type 00 class 0x088000
[    3.029442] pci 0000:7f:14.4: [8086:6fbc] type 00 class 0x088000
[    3.029499] pci 0000:7f:14.5: [8086:6fbd] type 00 class 0x088000
[    3.029557] pci 0000:7f:14.6: [8086:6fbe] type 00 class 0x088000
[    3.029613] pci 0000:7f:14.7: [8086:6fbf] type 00 class 0x088000
[    3.029670] pci 0000:7f:15.0: [8086:6fb4] type 00 class 0x088000
[    3.029735] pci 0000:7f:15.1: [8086:6fb5] type 00 class 0x088000
[    3.029801] pci 0000:7f:15.2: [8086:6fb6] type 00 class 0x088000
[    3.029866] pci 0000:7f:15.3: [8086:6fb7] type 00 class 0x088000
[    3.029936] pci 0000:7f:16.0: [8086:6f68] type 00 class 0x088000
[    3.030002] pci 0000:7f:16.6: [8086:6f6e] type 00 class 0x088000
[    3.030058] pci 0000:7f:16.7: [8086:6f6f] type 00 class 0x088000
[    3.030115] pci 0000:7f:17.0: [8086:6fd0] type 00 class 0x088000
[    3.030178] pci 0000:7f:17.4: [8086:6fb8] type 00 class 0x088000
[    3.030235] pci 0000:7f:17.5: [8086:6fb9] type 00 class 0x088000
[    3.030291] pci 0000:7f:17.6: [8086:6fba] type 00 class 0x088000
[    3.030345] pci 0000:7f:17.7: [8086:6fbb] type 00 class 0x088000
[    3.030409] pci 0000:7f:1e.0: [8086:6f98] type 00 class 0x088000
[    3.030462] pci 0000:7f:1e.1: [8086:6f99] type 00 class 0x088000
[    3.030518] pci 0000:7f:1e.2: [8086:6f9a] type 00 class 0x088000
[    3.030572] pci 0000:7f:1e.3: [8086:6fc0] type 00 class 0x088000
[    3.030615] pci 0000:7f:1e.4: [8086:6f9c] type 00 class 0x088000
[    3.030674] pci 0000:7f:1f.0: [8086:6f88] type 00 class 0x088000
[    3.030733] pci 0000:7f:1f.2: [8086:6f8a] type 00 class 0x088000
[    3.042990] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
[    3.042994] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    3.044164] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    3.044549] PCI host bridge to bus 0000:00
[    3.044551] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    3.044552] pci_bus 0000:00: root bus resource [io  0x1000-0xbfff window]
[    3.044554] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    3.044555] pci_bus 0000:00: root bus resource [mem 0x90000000-0xc7ffbfff window]
[    3.044556] pci_bus 0000:00: root bus resource [bus 00-7e]
[    3.044565] pci 0000:00:00.0: [8086:6f00] type 00 class 0x060000
[    3.044734] pci 0000:00:01.0: [8086:6f02] type 01 class 0x060400
[    3.044783] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    3.044867] pci 0000:00:01.0: System wakeup disabled by ACPI
[    3.044912] pci 0000:00:02.0: [8086:6f04] type 01 class 0x060400
[    3.044960] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[    3.045041] pci 0000:00:02.0: System wakeup disabled by ACPI
[    3.045085] pci 0000:00:03.0: [8086:6f08] type 01 class 0x060400
[    3.045133] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    3.045215] pci 0000:00:03.0: System wakeup disabled by ACPI
[    3.045256] pci 0000:00:05.0: [8086:6f28] type 00 class 0x088000
[    3.045391] pci 0000:00:05.1: [8086:6f29] type 00 class 0x088000
[    3.045541] pci 0000:00:05.2: [8086:6f2a] type 00 class 0x088000
[    3.045674] pci 0000:00:05.4: [8086:6f2c] type 00 class 0x080020
[    3.045682] pci 0000:00:05.4: reg 0x10: [mem 0xc7f19000-0xc7f19fff]
[    3.045840] pci 0000:00:11.0: [8086:8d7c] type 00 class 0xff0000
[    3.046059] pci 0000:00:11.4: [8086:8d62] type 00 class 0x010601
[    3.046075] pci 0000:00:11.4: reg 0x10: [io  0xb110-0xb117]
[    3.046083] pci 0000:00:11.4: reg 0x14: [io  0xb100-0xb103]
[    3.046091] pci 0000:00:11.4: reg 0x18: [io  0xb0f0-0xb0f7]
[    3.046099] pci 0000:00:11.4: reg 0x1c: [io  0xb0e0-0xb0e3]
[    3.046107] pci 0000:00:11.4: reg 0x20: [io  0xb020-0xb03f]
[    3.046115] pci 0000:00:11.4: reg 0x24: [mem 0xc7f18000-0xc7f187ff]
[    3.046159] pci 0000:00:11.4: PME# supported from D3hot
[    3.046285] pci 0000:00:14.0: [8086:8d31] type 00 class 0x0c0330
[    3.046303] pci 0000:00:14.0: reg 0x10: [mem 0xc7f00000-0xc7f0ffff 64bit]
[    3.046365] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    3.046461] pci 0000:00:14.0: System wakeup disabled by ACPI
[    3.046509] pci 0000:00:16.0: [8086:8d3a] type 00 class 0x078000
[    3.046527] pci 0000:00:16.0: reg 0x10: [mem 0xc7f17000-0xc7f1700f 64bit]
[    3.046590] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    3.046712] pci 0000:00:16.1: [8086:8d3b] type 00 class 0x078000
[    3.046729] pci 0000:00:16.1: reg 0x10: [mem 0xc7f16000-0xc7f1600f 64bit]
[    3.046793] pci 0000:00:16.1: PME# supported from D0 D3hot D3cold
[    3.046927] pci 0000:00:1a.0: [8086:8d2d] type 00 class 0x0c0320
[    3.046944] pci 0000:00:1a.0: reg 0x10: [mem 0xc7f14000-0xc7f143ff]
[    3.047029] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    3.047127] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    3.047181] pci 0000:00:1c.0: [8086:8d10] type 01 class 0x060400
[    3.047255] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    3.047335] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    3.047388] pci 0000:00:1c.4: [8086:8d18] type 01 class 0x060400
[    3.047461] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    3.047542] pci 0000:00:1c.4: System wakeup disabled by ACPI
[    3.047592] pci 0000:00:1c.5: [8086:8d1a] type 01 class 0x060400
[    3.047666] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    3.047746] pci 0000:00:1c.5: System wakeup disabled by ACPI
[    3.047800] pci 0000:00:1d.0: [8086:8d26] type 00 class 0x0c0320
[    3.047817] pci 0000:00:1d.0: reg 0x10: [mem 0xc7f13000-0xc7f133ff]
[    3.047903] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    3.047999] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    3.048055] pci 0000:00:1f.0: [8086:8d44] type 00 class 0x060100
[    3.048264] pci 0000:00:1f.2: [8086:8d02] type 00 class 0x010601
[    3.048278] pci 0000:00:1f.2: reg 0x10: [io  0xb070-0xb077]
[    3.048285] pci 0000:00:1f.2: reg 0x14: [io  0xb060-0xb063]
[    3.048292] pci 0000:00:1f.2: reg 0x18: [io  0xb050-0xb057]
[    3.048299] pci 0000:00:1f.2: reg 0x1c: [io  0xb040-0xb043]
[    3.048306] pci 0000:00:1f.2: reg 0x20: [io  0xb000-0xb01f]
[    3.048313] pci 0000:00:1f.2: reg 0x24: [mem 0xc7f12000-0xc7f127ff]
[    3.048350] pci 0000:00:1f.2: PME# supported from D3hot
[    3.048473] pci 0000:00:1f.3: [8086:8d22] type 00 class 0x0c0500
[    3.048487] pci 0000:00:1f.3: reg 0x10: [mem 0xc7f11000-0xc7f110ff 64bit]
[    3.048507] pci 0000:00:1f.3: reg 0x20: [io  0x0580-0x059f]
[    3.048828] pci 0000:00:01.0: PCI bridge to [bus 01]
[    3.049033] pci 0000:02:00.0: [1002:67ef] type 00 class 0x030000
[    3.049048] pci 0000:02:00.0: reg 0x10: [mem 0xb0000000-0xbfffffff 64bit pref]
[    3.049058] pci 0000:02:00.0: reg 0x18: [mem 0xc0000000-0xc01fffff 64bit pref]
[    3.049064] pci 0000:02:00.0: reg 0x20: [io  0xa000-0xa0ff]
[    3.049071] pci 0000:02:00.0: reg 0x24: [mem 0xc7e00000-0xc7e3ffff]
[    3.049077] pci 0000:02:00.0: reg 0x30: [mem 0xc7e40000-0xc7e5ffff pref]
[    3.049136] pci 0000:02:00.0: supports D1 D2
[    3.049137] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
[    3.049237] pci 0000:02:00.1: [1002:aae0] type 00 class 0x040300
[    3.049250] pci 0000:02:00.1: reg 0x10: [mem 0xc7e60000-0xc7e63fff 64bit]
[    3.049324] pci 0000:02:00.1: supports D1 D2
[    3.064757] pci 0000:00:02.0: PCI bridge to [bus 02]
[    3.064760] pci 0000:00:02.0:   bridge window [io  0xa000-0xafff]
[    3.064763] pci 0000:00:02.0:   bridge window [mem 0xc7e00000-0xc7efffff]
[    3.064768] pci 0000:00:02.0:   bridge window [mem 0xb0000000-0xc01fffff 64bit pref]
[    3.065040] pci 0000:00:03.0: PCI bridge to [bus 03]
[    3.065114] pci 0000:00:1c.0: PCI bridge to [bus 04]
[    3.065233] pci 0000:05:00.0: [8086:1533] type 00 class 0x020000
[    3.065258] pci 0000:05:00.0: reg 0x10: [mem 0xc7d00000-0xc7d7ffff]
[    3.065286] pci 0000:05:00.0: reg 0x18: [io  0x9000-0x901f]
[    3.065301] pci 0000:05:00.0: reg 0x1c: [mem 0xc7d80000-0xc7d83fff]
[    3.065461] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[    3.080775] pci 0000:00:1c.4: PCI bridge to [bus 05]
[    3.080780] pci 0000:00:1c.4:   bridge window [io  0x9000-0x9fff]
[    3.080784] pci 0000:00:1c.4:   bridge window [mem 0xc7d00000-0xc7dfffff]
[    3.080910] pci 0000:06:00.0: [8086:1533] type 00 class 0x020000
[    3.080935] pci 0000:06:00.0: reg 0x10: [mem 0xc7c00000-0xc7c7ffff]
[    3.080963] pci 0000:06:00.0: reg 0x18: [io  0x8000-0x801f]
[    3.080978] pci 0000:06:00.0: reg 0x1c: [mem 0xc7c80000-0xc7c83fff]
[    3.081123] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[    3.096794] pci 0000:00:1c.5: PCI bridge to [bus 06]
[    3.096798] pci 0000:00:1c.5:   bridge window [io  0x8000-0x8fff]
[    3.096803] pci 0000:00:1c.5:   bridge window [mem 0xc7c00000-0xc7cfffff]
[    3.096855] pci_bus 0000:00: on NUMA node 0
[    3.098095] ACPI: PCI Root Bridge [PCI1] (domain 0000 [bus 80-fe])
[    3.098098] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    3.098403] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    3.098611] PCI host bridge to bus 0000:80
[    3.098613] pci_bus 0000:80: root bus resource [io  0xc000-0xffff window]
[    3.098614] pci_bus 0000:80: root bus resource [mem 0xc8000000-0xfbffbfff window]
[    3.098615] pci_bus 0000:80: root bus resource [bus 80-fe]
[    3.098624] pci 0000:80:05.0: [8086:6f28] type 00 class 0x088000
[    3.098727] pci 0000:80:05.1: [8086:6f29] type 00 class 0x088000
[    3.098839] pci 0000:80:05.2: [8086:6f2a] type 00 class 0x088000
[    3.098935] pci 0000:80:05.4: [8086:6f2c] type 00 class 0x080020
[    3.098942] pci 0000:80:05.4: reg 0x10: [mem 0xfbf00000-0xfbf00fff]
[    3.099050] pci_bus 0000:80: on NUMA node 1
[    3.099433] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 *5 6 7 12 14 15)
[    3.099530] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 6 *7 9 12 14 15)
[    3.099621] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 *10 12 14 15)
[    3.099702] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 *11 12 14 15)
[    3.099786] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    3.099876] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    3.099965] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    3.100053] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    3.100236] ACPI: Enabled 1 GPEs in block 00 to 3F
[    3.100438] vgaarb: setting as boot device: PCI:0000:02:00.0
[    3.100439] vgaarb: device added: PCI:0000:02:00.0,decodes=io+mem,owns=io+mem,locks=none
[    3.100441] vgaarb: loaded
[    3.100441] vgaarb: bridge control possible 0000:02:00.0
[    3.100553] PCI: Using ACPI for IRQ routing
[    3.104985] PCI: pci_cache_line_size set to 64 bytes
[    3.105202] e820: reserve RAM buffer [mem 0x0009e800-0x0009ffff]
[    3.105204] e820: reserve RAM buffer [mem 0x79cfc000-0x7bffffff]
[    3.105439] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    3.105444] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    3.107574] clocksource: Switched to clocksource hpet
[    3.116127] VFS: Disk quotas dquot_6.6.0
[    3.116204] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    3.116369] pnp: PnP ACPI init
[    3.116892] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[    3.117084] system 00:01: [io  0x0500-0x057f] has been reserved
[    3.117086] system 00:01: [io  0x0400-0x047f] has been reserved
[    3.117088] system 00:01: [io  0x0580-0x059f] has been reserved
[    3.117089] system 00:01: [io  0x0600-0x061f] has been reserved
[    3.117091] system 00:01: [io  0x0880-0x0883] has been reserved
[    3.117092] system 00:01: [io  0x0800-0x081f] has been reserved
[    3.117094] system 00:01: [mem 0xfed1c000-0xfed3ffff] has been reserved
[    3.117096] system 00:01: [mem 0xfed45000-0xfed8bfff] has been reserved
[    3.117097] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
[    3.117099] system 00:01: [mem 0xfee00000-0xfeefffff] has been reserved
[    3.117100] system 00:01: [mem 0xfed12000-0xfed1200f] has been reserved
[    3.117101] system 00:01: [mem 0xfed12010-0xfed1201f] has been reserved
[    3.117102] system 00:01: [mem 0xfed1b000-0xfed1bfff] has been reserved
[    3.117105] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.117311] system 00:02: [io  0x0290-0x029f] has been reserved
[    3.117313] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.117665] pnp 00:03: [dma 0 disabled]
[    3.117725] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
[    3.118034] pnp 00:04: [dma 0 disabled]
[    3.118081] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
[    3.119101] pnp: PnP ACPI: found 5 devices
[    3.126614] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    3.126714] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 04] add_size 1000
[    3.126717] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000 add_align 100000
[    3.126719] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 04] add_size 200000 add_align 100000
[    3.126750] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] res_to_dev_res add_size 200000 min_align 100000
[    3.126752] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x002fffff] res_to_dev_res add_size 200000 min_align 100000
[    3.126754] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    3.126755] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    3.126757] pci 0000:00:1c.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    3.126759] pci 0000:00:1c.0: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    3.126762] pci 0000:00:1c.0: BAR 14: assigned [mem 0x90000000-0x901fffff]
[    3.126766] pci 0000:00:1c.0: BAR 15: assigned [mem 0x90200000-0x903fffff 64bit pref]
[    3.126769] pci 0000:00:1c.0: BAR 13: assigned [io  0x1000-0x1fff]
[    3.126771] pci 0000:00:01.0: PCI bridge to [bus 01]
[    3.126778] pci 0000:00:02.0: PCI bridge to [bus 02]
[    3.126780] pci 0000:00:02.0:   bridge window [io  0xa000-0xafff]
[    3.126783] pci 0000:00:02.0:   bridge window [mem 0xc7e00000-0xc7efffff]
[    3.126785] pci 0000:00:02.0:   bridge window [mem 0xb0000000-0xc01fffff 64bit pref]
[    3.126788] pci 0000:00:03.0: PCI bridge to [bus 03]
[    3.126795] pci 0000:00:1c.0: PCI bridge to [bus 04]
[    3.126805] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    3.126809] pci 0000:00:1c.0:   bridge window [mem 0x90000000-0x901fffff]
[    3.126812] pci 0000:00:1c.0:   bridge window [mem 0x90200000-0x903fffff 64bit pref]
[    3.126818] pci 0000:00:1c.4: PCI bridge to [bus 05]
[    3.126820] pci 0000:00:1c.4:   bridge window [io  0x9000-0x9fff]
[    3.126824] pci 0000:00:1c.4:   bridge window [mem 0xc7d00000-0xc7dfffff]
[    3.126832] pci 0000:00:1c.5: PCI bridge to [bus 06]
[    3.126834] pci 0000:00:1c.5:   bridge window [io  0x8000-0x8fff]
[    3.126838] pci 0000:00:1c.5:   bridge window [mem 0xc7c00000-0xc7cfffff]
[    3.126845] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    3.126847] pci_bus 0000:00: resource 5 [io  0x1000-0xbfff window]
[    3.126848] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    3.126850] pci_bus 0000:00: resource 7 [mem 0x90000000-0xc7ffbfff window]
[    3.126851] pci_bus 0000:02: resource 0 [io  0xa000-0xafff]
[    3.126852] pci_bus 0000:02: resource 1 [mem 0xc7e00000-0xc7efffff]
[    3.126854] pci_bus 0000:02: resource 2 [mem 0xb0000000-0xc01fffff 64bit pref]
[    3.126855] pci_bus 0000:04: resource 0 [io  0x1000-0x1fff]
[    3.126856] pci_bus 0000:04: resource 1 [mem 0x90000000-0x901fffff]
[    3.126858] pci_bus 0000:04: resource 2 [mem 0x90200000-0x903fffff 64bit pref]
[    3.126859] pci_bus 0000:05: resource 0 [io  0x9000-0x9fff]
[    3.126860] pci_bus 0000:05: resource 1 [mem 0xc7d00000-0xc7dfffff]
[    3.126861] pci_bus 0000:06: resource 0 [io  0x8000-0x8fff]
[    3.126862] pci_bus 0000:06: resource 1 [mem 0xc7c00000-0xc7cfffff]
[    3.126865] pci_bus 0000:80: resource 4 [io  0xc000-0xffff window]
[    3.126866] pci_bus 0000:80: resource 5 [mem 0xc8000000-0xfbffbfff window]
[    3.127128] NET: Registered protocol family 2
[    3.127697] TCP established hash table entries: 524288 (order: 10, 4194304 bytes)
[    3.128435] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    3.128613] TCP: Hash tables configured (established 524288 bind 65536)
[    3.128734] UDP hash table entries: 65536 (order: 9, 2097152 bytes)
[    3.129156] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes)
[    3.129635] NET: Registered protocol family 1
[    3.171704] pci 0000:02:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    3.171707] PCI: CLS mismatch (64 != 32), using 64 bytes
[    3.171789] Unpacking initramfs...
[    3.554565] Freeing initrd memory: 19648K (ffff9b167598f000 - ffff9b1676cbf000)
[    3.554764] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    3.554766] software IO TLB [mem 0x75cfc000-0x79cfc000] (64MB) mapped at [ffff9b16b5cfc000-ffff9b16b9cfbfff]
[    3.554802] Intel CQM monitoring enabled
[    3.554802] Intel MBM enabled
[    3.556204] futex hash table entries: 8192 (order: 7, 524288 bytes)
[    3.556352] audit: initializing netlink subsys (disabled)
[    3.556369] audit: type=2000 audit(1485102950.428:1): initialized
[    3.556793] Initialise system trusted keyrings
[    3.557116] workingset: timestamp_bits=40 max_order=25 bucket_order=0
[    3.557131] zbud: loaded
[    3.599751] Key type asymmetric registered
[    3.599752] Asymmetric key parser 'x509' registered
[    3.599812] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    3.599936] io scheduler noop registered
[    3.599937] io scheduler deadline registered
[    3.599953] io scheduler cfq registered (default)
[    3.601554] aer 0000:00:01.0:pcie002: service driver aer loaded
[    3.601578] aer 0000:00:02.0:pcie002: service driver aer loaded
[    3.601601] aer 0000:00:03.0:pcie002: service driver aer loaded
[    3.601618] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
[    3.601620] pcie_pme 0000:00:01.0:pcie001: service driver pcie_pme loaded
[    3.601628] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt
[    3.601630] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
[    3.601631] pci 0000:02:00.1: Signaling PME through PCIe PME interrupt
[    3.601633] pcie_pme 0000:00:02.0:pcie001: service driver pcie_pme loaded
[    3.601640] pcieport 0000:00:03.0: Signaling PME through PCIe PME interrupt
[    3.601642] pcie_pme 0000:00:03.0:pcie001: service driver pcie_pme loaded
[    3.601671] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[    3.601682] pcie_pme 0000:00:1c.0:pcie001: service driver pcie_pme loaded
[    3.601710] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
[    3.601711] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt
[    3.601722] pcie_pme 0000:00:1c.4:pcie001: service driver pcie_pme loaded
[    3.601749] pcieport 0000:00:1c.5: Signaling PME through PCIe PME interrupt
[    3.601750] pci 0000:06:00.0: Signaling PME through PCIe PME interrupt
[    3.601761] pcie_pme 0000:00:1c.5:pcie001: service driver pcie_pme loaded
[    3.601773] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    3.601792] pciehp 0000:00:1c.0:pcie004: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[    3.601892] pciehp 0000:00:1c.0:pcie004: service driver pciehp loaded
[    3.601897] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    3.601917] intel_idle: MWAIT substates: 0x2120
[    3.601918] intel_idle: v0.4.1 model 0x4F
[    3.603416] intel_idle: lapic_timer_reliable_states 0xffffffff
[    3.609343] ERST: Error Record Serialization Table (ERST) support is initialized.
[    3.609345] pstore: using zlib compression
[    3.609348] pstore: Registered erst as persistent store backend
[    3.609640] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[    3.609780] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    3.630291] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    3.650840] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    3.651328] Linux agpgart interface v0.103
[    3.651480] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    3.651480] AMD IOMMUv2 functionality not available on this system
[    3.654610] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    3.657486] serio: i8042 KBD port at 0x60,0x64 irq 1
[    3.657490] serio: i8042 AUX port at 0x60,0x64 irq 12
[    3.657669] mousedev: PS/2 mouse device common for all mice
[    3.657704] rtc_cmos 00:00: RTC can wake from S4
[    3.657901] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[    3.657949] rtc_cmos 00:00: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    3.657962] intel_pstate: Intel P-state driver initializing
[    3.664881] ledtrig-cpu: registered to indicate activity on CPUs
[    3.666455] NET: Registered protocol family 10
[    3.667038] mip6: Mobile IPv6
[    3.667040] NET: Registered protocol family 17
[    3.667044] mpls_gso: MPLS GSO support
[    3.669256] microcode: sig=0x406f1, pf=0x1, revision=0xb000017
[    3.670487] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    3.670717] registered taskstats version 1
[    3.670719] Loading compiled-in X.509 certificates
[    3.673491] alg: No test for pkcs1pad(rsa,sha256) (pkcs1pad(rsa-generic,sha256))
[    3.673908] Loaded X.509 cert 'Debian Project: Ben Hutchings: 008a018dca80932630'
[    3.673978] zswap: loaded using pool lzo/zbud
[    3.675865] rtc_cmos 00:00: setting system clock to 2017-01-22 16:35:50 UTC (1485102950)
[    3.676013] PM: Hibernation image not present or could not be loaded.
[    3.678113] Freeing unused kernel memory: 1360K (ffffffff8a91b000 - ffffffff8aa6f000)
[    3.678114] Write protecting the kernel read-only data: 10240k
[    3.678491] Freeing unused kernel memory: 60K (ffff9b3124bf1000 - ffff9b3124c00000)
[    3.683315] Freeing unused kernel memory: 1288K (ffff9b3124ebe000 - ffff9b3125000000)
[    3.694683] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    3.716638] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    3.716745] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    3.716757] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    3.716770] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    3.717972] random: udevadm: uninitialized urandom read (16 bytes read)
[    3.718013] random: udevadm: uninitialized urandom read (16 bytes read)
[    3.721024] random: udevadm: uninitialized urandom read (16 bytes read)
[    3.721099] random: udevadm: uninitialized urandom read (16 bytes read)
[    3.721635] random: udevadm: uninitialized urandom read (16 bytes read)
[    3.721709] random: udevadm: uninitialized urandom read (16 bytes read)
[    3.804564] FUJITSU Extended Socket Network Device Driver - version 1.1 - Copyright (c) 2015 FUJITSU LIMITED
[    3.842728] pps_core: LinuxPPS API ver. 1 registered
[    3.842730] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    3.844295] PTP clock support registered
[    3.846153] dca service started, version 1.12.1
[    3.846457] SCSI subsystem initialized
[    3.847401] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    3.848480] ACPI: bus type USB registered
[    3.848506] usbcore: registered new interface driver usbfs
[    3.848519] usbcore: registered new interface driver hub
[    3.848659] usbcore: registered new device driver usb
[    3.851770] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.853292] libata version 3.00 loaded.
[    3.854663] ehci-pci: EHCI PCI platform driver
[    3.854742] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.3.0-k
[    3.854744] igb: Copyright (c) 2007-2014 Intel Corporation.
[    3.855032] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    3.855040] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    3.855094] ehci-pci 0000:00:1a.0: debug port 2
[    3.855565] igb 0000:05:00.0: PHY reset is blocked due to SOL/IDER session.
[    3.858999] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    3.859018] ehci-pci 0000:00:1a.0: irq 19, io mem 0xc7f14000
[    3.868957] AVX2 version of gcm_enc/dec engaged.
[    3.868958] AES CTR mode by8 optimization enabled
[    3.871553] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    3.871724] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    3.871726] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.871728] usb usb1: Product: EHCI Host Controller
[    3.871729] usb usb1: Manufacturer: Linux 4.8.0-2-amd64 ehci_hcd
[    3.871731] usb usb1: SerialNumber: 0000:00:1a.0
[    3.871980] hub 1-0:1.0: USB hub found
[    3.871990] hub 1-0:1.0: 2 ports detected
[    3.872426] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    3.872433] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    3.872451] ehci-pci 0000:00:1d.0: debug port 2
[    3.876360] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    3.876367] ehci-pci 0000:00:1d.0: irq 18, io mem 0xc7f13000
[    3.880526] pps pps0: new PPS source ptp0
[    3.880528] igb 0000:05:00.0: added PHC on eth0
[    3.880530] igb 0000:05:00.0: Intel(R) Gigabit Ethernet Network Connection
[    3.880532] igb 0000:05:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 34:97:f6:5c:0a:1f
[    3.880596] igb 0000:05:00.0: eth0: PBA No: 001300-000
[    3.880597] igb 0000:05:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[    3.891601] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    3.891655] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    3.891656] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.891658] usb usb2: Product: EHCI Host Controller
[    3.891659] usb usb2: Manufacturer: Linux 4.8.0-2-amd64 ehci_hcd
[    3.891659] usb usb2: SerialNumber: 0000:00:1d.0
[    3.891896] hub 2-0:1.0: USB hub found
[    3.891900] hub 2-0:1.0: 2 ports detected
[    3.892125] ahci 0000:00:11.4: version 3.0
[    3.892419] ahci 0000:00:11.4: AHCI 0001.0300 32 slots 4 ports 6 Gbps 0xf impl SATA mode
[    3.892421] ahci 0000:00:11.4: flags: 64bit ncq pm led clo pio slum part ems apst 
[    3.909810] pps pps1: new PPS source ptp1
[    3.909812] igb 0000:06:00.0: added PHC on eth1
[    3.909814] igb 0000:06:00.0: Intel(R) Gigabit Ethernet Network Connection
[    3.909816] igb 0000:06:00.0: eth1: (PCIe:2.5Gb/s:Width x1) 34:97:f6:5c:0a:20
[    3.909875] igb 0000:06:00.0: eth1: PBA No: 001300-000
[    3.909878] igb 0000:06:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[    3.911286] igb 0000:06:00.0 eth2: renamed from eth1
[    3.932253] scsi host0: ahci
[    3.932414] scsi host1: ahci
[    3.932554] scsi host2: ahci
[    3.932706] scsi host3: ahci
[    3.932771] ata1: SATA max UDMA/133 abar m2048@0xc7f18000 port 0xc7f18100 irq 43
[    3.932773] ata2: SATA max UDMA/133 abar m2048@0xc7f18000 port 0xc7f18180 irq 43
[    3.932775] ata3: SATA max UDMA/133 abar m2048@0xc7f18000 port 0xc7f18200 irq 43
[    3.932777] ata4: SATA max UDMA/133 abar m2048@0xc7f18000 port 0xc7f18280 irq 43
[    3.933061] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[    3.933063] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst 
[    3.943688] igb 0000:05:00.0 eth1: renamed from eth0
[    3.992531] scsi host4: ahci
[    3.992696] scsi host5: ahci
[    3.992866] scsi host6: ahci
[    3.993042] scsi host7: ahci
[    3.993219] scsi host8: ahci
[    3.993380] scsi host9: ahci
[    3.993463] ata5: SATA max UDMA/133 abar m2048@0xc7f12000 port 0xc7f12100 irq 44
[    3.993465] ata6: SATA max UDMA/133 abar m2048@0xc7f12000 port 0xc7f12180 irq 44
[    3.993467] ata7: SATA max UDMA/133 abar m2048@0xc7f12000 port 0xc7f12200 irq 44
[    3.993469] ata8: SATA max UDMA/133 abar m2048@0xc7f12000 port 0xc7f12280 irq 44
[    3.993470] ata9: SATA max UDMA/133 abar m2048@0xc7f12000 port 0xc7f12300 irq 44
[    3.993472] ata10: SATA max UDMA/133 abar m2048@0xc7f12000 port 0xc7f12380 irq 44
[    3.993729] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.993738] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    3.994872] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009810
[    3.994877] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    3.995327] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    3.995330] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.995332] usb usb3: Product: xHCI Host Controller
[    3.995334] usb usb3: Manufacturer: Linux 4.8.0-2-amd64 xhci-hcd
[    3.995335] usb usb3: SerialNumber: 0000:00:14.0
[    3.995671] hub 3-0:1.0: USB hub found
[    3.995718] hub 3-0:1.0: 15 ports detected
[    3.999465] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.999494] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    3.999550] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    3.999552] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.999554] usb usb4: Product: xHCI Host Controller
[    3.999555] usb usb4: Manufacturer: Linux 4.8.0-2-amd64 xhci-hcd
[    3.999557] usb usb4: SerialNumber: 0000:00:14.0
[    3.999788] hub 4-0:1.0: USB hub found
[    3.999809] hub 4-0:1.0: 6 ports detected
[    4.199534] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    4.219529] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    4.246591] ata4: SATA link down (SStatus 0 SControl 300)
[    4.246813] ata3: SATA link down (SStatus 0 SControl 300)
[    4.246839] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    4.246868] ata2: SATA link down (SStatus 0 SControl 300)
[    4.250349] ata1.00: ATA-6: WDC WD740GD-00FLC0, 33.08F33, max UDMA/133
[    4.250352] ata1.00: 145226112 sectors, multi 16: LBA48 
[    4.254985] ata1.00: configured for UDMA/133
[    4.255590] scsi 0:0:0:0: Direct-Access     ATA      WDC WD740GD-00FL 8F33 PQ: 0 ANSI: 5
[    4.305944] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    4.306561] ata6.00: ATA-9: WDC WD30EFRX-68EUZN0, 82.00A82, max UDMA/133
[    4.306564] ata6.00: 5860533168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    4.306872] ata8: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    4.306901] ata9: SATA link down (SStatus 0 SControl 300)
[    4.306926] ata7: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    4.306955] ata10: SATA link down (SStatus 0 SControl 300)
[    4.306989] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    4.307176] ata6.00: configured for UDMA/133
[    4.307459] ata8.00: ATA-9: WDC WD30EFRX-68EUZN0, 82.00A82, max UDMA/133
[    4.307461] ata8.00: 5860533168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    4.307529] ata7.00: ATA-9: WDC WD30EFRX-68EUZN0, 82.00A82, max UDMA/133
[    4.307531] ata7.00: 5860533168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    4.307560] ata5.00: ATA-9: WDC WD30EFRX-68EUZN0, 82.00A82, max UDMA/133
[    4.307561] ata5.00: 5860533168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    4.308082] ata7.00: configured for UDMA/133
[    4.308094] ata8.00: configured for UDMA/133
[    4.308123] ata5.00: configured for UDMA/133
[    4.308516] scsi 4:0:0:0: Direct-Access     ATA      WDC WD30EFRX-68E 0A82 PQ: 0 ANSI: 5
[    4.323521] usb 3-4: new full-speed USB device number 2 using xhci_hcd
[    4.347910] usb 1-1: New USB device found, idVendor=8087, idProduct=800a
[    4.347913] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.348198] hub 1-1:1.0: USB hub found
[    4.348278] hub 1-1:1.0: 6 ports detected
[    4.356246] scsi 5:0:0:0: Direct-Access     ATA      WDC WD30EFRX-68E 0A82 PQ: 0 ANSI: 5
[    4.358672] sd 0:0:0:0: [sda] 145226112 512-byte logical blocks: (74.4 GB/69.2 GiB)
[    4.358709] sd 4:0:0:0: [sdb] 5860533168 512-byte logical blocks: (3.00 TB/2.73 TiB)
[    4.358712] sd 4:0:0:0: [sdb] 4096-byte physical blocks
[    4.358726] sd 0:0:0:0: [sda] Write Protect is off
[    4.358731] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    4.358744] sd 4:0:0:0: [sdb] Write Protect is off
[    4.358747] sd 4:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    4.358753] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.358761] sd 4:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.367782] usb 2-1: New USB device found, idVendor=8087, idProduct=8002
[    4.367785] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.368073] hub 2-1:1.0: USB hub found
[    4.368155] hub 2-1:1.0: 8 ports detected
[    4.379586]  sda: sda1 sda2 < sda5 >
[    4.380013] sd 0:0:0:0: [sda] Attached SCSI disk
[    4.399644] sd 5:0:0:0: [sdc] 5860533168 512-byte logical blocks: (3.00 TB/2.73 TiB)
[    4.399646] sd 5:0:0:0: [sdc] 4096-byte physical blocks
[    4.399670] sd 5:0:0:0: [sdc] Write Protect is off
[    4.399672] sd 5:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    4.399684] sd 5:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.400045] scsi 6:0:0:0: Direct-Access     ATA      WDC WD30EFRX-68E 0A82 PQ: 0 ANSI: 5
[    4.418315]  sdb: sdb1
[    4.418574] sd 4:0:0:0: [sdb] Attached SCSI disk
[    4.443623] sd 6:0:0:0: [sdd] 5860533168 512-byte logical blocks: (3.00 TB/2.73 TiB)
[    4.443625] sd 6:0:0:0: [sdd] 4096-byte physical blocks
[    4.443646] sd 6:0:0:0: [sdd] Write Protect is off
[    4.443648] sd 6:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[    4.443658] sd 6:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.444016] scsi 7:0:0:0: Direct-Access     ATA      WDC WD30EFRX-68E 0A82 PQ: 0 ANSI: 5
[    4.462771]  sdc: sdc1
[    4.463009] sd 5:0:0:0: [sdc] Attached SCSI disk
[    4.469897] usb 3-4: New USB device found, idVendor=046d, idProduct=c52b
[    4.469900] usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.469902] usb 3-4: Product: USB Receiver
[    4.469903] usb 3-4: Manufacturer: Logitech
[    4.475810] hidraw: raw HID events driver (C) Jiri Kosina
[    4.481820] usbcore: registered new interface driver usbhid
[    4.481821] usbhid: USB HID core driver
[    4.484631] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-4/input2
[    4.487613] sd 7:0:0:0: [sde] 5860533168 512-byte logical blocks: (3.00 TB/2.73 TiB)
[    4.487615] sd 7:0:0:0: [sde] 4096-byte physical blocks
[    4.487639] sd 7:0:0:0: [sde] Write Protect is off
[    4.487641] sd 7:0:0:0: [sde] Mode Sense: 00 3a 00 00
[    4.487651] sd 7:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.497017]  sdd: sdd1
[    4.497293] sd 6:0:0:0: [sdd] Attached SCSI disk
[    4.515555] random: fast init done
[    4.539906]  sde: sde1
[    4.540217] sd 7:0:0:0: [sde] Attached SCSI disk
[    4.571502] tsc: Refined TSC clocksource calibration: 2095.148 MHz
[    4.571538] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1e3349143ab, max_idle_ns: 440795282364 ns
[    4.613669] input: Logitech K520 as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.2/0003:046D:C52B.0003/0003:046D:2011.0005/input/input3
[    4.613875] logitech-hidpp-device 0003:046D:2011.0005: input,hidraw1: USB HID v1.11 Keyboard [Logitech K520] on usb-0000:00:14.0-4:2
[    4.651331] md: bind<sdc1>
[    4.688417] md: bind<sdd1>
[    4.692251] md: raid1 personality registered for level 1
[    4.692816] md/raid1:md127: active with 2 out of 2 mirrors
[    4.692928] created bitmap (22 pages) for device md127
[    4.693674] md127: bitmap initialized from disk: read 2 pages, set 0 of 44709 bits
[    4.714651] md: bind<sde1>
[    4.719914] md: bind<sdb1>
[    4.722106] md/raid1:md0: active with 2 out of 2 mirrors
[    4.722203] created bitmap (22 pages) for device md0
[    4.722914] md0: bitmap initialized from disk: read 2 pages, set 0 of 44709 bits
[    4.758436] md127: detected capacity change from 0 to 3000312528896
[    4.800272] md0: detected capacity change from 0 to 3000312528896
[    4.871922] random: crng init done
[    5.008291] device-mapper: uevent: version 1.0.3
[    5.008451] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[    5.595719] clocksource: Switched to clocksource tsc
[    9.821328] input: Logitech M310/M310t as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.2/0003:046D:C52B.0003/0003:046D:4031.0004/input/input4
[    9.821488] logitech-hidpp-device 0003:046D:4031.0004: input,hidraw2: USB HID v1.11 Mouse [Logitech M310/M310t] on usb-0000:00:14.0-4:1
[    9.828474] md: linear personality registered for level -1
[    9.831316] md: multipath personality registered for level -4
[    9.834108] md: raid0 personality registered for level 0
[    9.907060] raid6: sse2x1   gen()  3100 MB/s
[    9.975057] raid6: sse2x1   xor()  2573 MB/s
[   10.043050] raid6: sse2x2   gen()  5770 MB/s
[   10.111043] raid6: sse2x2   xor()  3255 MB/s
[   10.179042] raid6: sse2x4   gen()  6024 MB/s
[   10.247032] raid6: sse2x4   xor()  3632 MB/s
[   10.315026] raid6: avx2x1   gen()  8302 MB/s
[   10.383020] raid6: avx2x2   gen() 11415 MB/s
[   10.451016] raid6: avx2x4   gen() 11918 MB/s
[   10.451016] raid6: using algorithm avx2x4 gen() 11918 MB/s
[   10.451017] raid6: using avx2x2 recovery algorithm
[   10.451813] xor: automatically using best checksumming function:
[   10.491009]    avx       : 17693.000 MB/sec
[   10.491763] async_tx: api initialized (async)
[   10.497715] md: raid6 personality registered for level 6
[   10.497716] md: raid5 personality registered for level 5
[   10.497717] md: raid4 personality registered for level 4
[   10.503564] md: raid10 personality registered for level 10
[   10.526177] PM: Starting manual resume from disk
[   10.526180] PM: Hibernation image partition 253:5 present
[   10.526181] PM: Looking for hibernation image.
[   10.526289] PM: Image not found (code -22)
[   10.526290] PM: Hibernation image not present or could not be loaded.
[   10.692806] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[   12.523486] power_meter ACPI000D:00: Found ACPI power meter.
[   12.523709] power_meter ACPI000D:00: Ignoring unsafe software power cap!
[   12.523993] wmi: Mapper loaded
[   12.526142] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   12.543100] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5
[   12.543107] ACPI: Power Button [PWRB]
[   12.543178] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
[   12.543181] ACPI: Power Button [PWRF]
[   12.720003] ipmi message handler version 39.2
[   12.735437] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[   12.735439] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   12.735439] RAPL PMU: hw unit of domain package 2^-14 Joules
[   12.735440] RAPL PMU: hw unit of domain dram 2^-14 Joules
[   12.735441] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   12.884585] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   12.884674] sd 4:0:0:0: Attached scsi generic sg1 type 0
[   12.884744] sd 5:0:0:0: Attached scsi generic sg2 type 0
[   12.884804] sd 6:0:0:0: Attached scsi generic sg3 type 0
[   12.884862] sd 7:0:0:0: Attached scsi generic sg4 type 0
[   12.963421] input: PC Speaker as /devices/platform/pcspkr/input/input7
[   13.046786] ipmi_si IPI0001:00: ipmi_si: probing via ACPI
[   13.046826] ipmi_si IPI0001:00: [io  0x0ca2] regsize 1 spacing 1 irq 0
[   13.046839] ipmi_si: Adding ACPI-specified kcs state machine
[   13.046868] IPMI System Interface driver.
[   13.046948] ipmi_si: probing via SMBIOS
[   13.046950] ipmi_si: SMBIOS: io 0xca2 regsize 1 spacing 1 irq 0
[   13.046950] ipmi_si: Adding SMBIOS-specified kcs state machine duplicate interface
[   13.046954] ipmi_si: probing via SPMI
[   13.046956] ipmi_si: SPMI: io 0xca2 regsize 1 spacing 1 irq 0
[   13.046957] ipmi_si: Adding SPMI-specified kcs state machine duplicate interface
[   13.046960] ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca2, slave address 0x0, irq 0
[   13.283979] iTCO_vendor_support: vendor-support=0
[   13.302419] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   13.302470] iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
[   13.400034] ipmi_si IPI0001:00: Found new BMC (man_id: 0x000a3f, prod_id: 0x0e73, dev_id: 0x20)
[   13.400046] ipmi_si IPI0001:00: IPMI kcs interface initialized
[   13.501830] mei_me 0000:00:16.0: Device doesn't have valid ME Interface
[   13.562206] snd_hda_intel 0000:02:00.1: Handle vga_switcheroo audio client
[   13.562209] snd_hda_intel 0000:02:00.1: Force to non-snoop mode
[   13.574923] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:02.0/0000:02:00.1/sound/card0/input8
[   13.575080] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:02.0/0000:02:00.1/sound/card0/input9
[   13.575187] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:02.0/0000:02:00.1/sound/card0/input10
[   13.575288] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:02.0/0000:02:00.1/sound/card0/input11
[   13.575394] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:02.0/0000:02:00.1/sound/card0/input12
[   14.282072] EDAC MC: Ver: 3.0.0
[   14.294993] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
[   14.295004] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
[   14.295012] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
[   14.295018] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
[   14.295022] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
[   14.295028] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
[   14.295033] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
[   14.295037] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
[   14.295043] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
[   14.295047] EDAC sbridge: Seeking for: PCI ID 8086:6f60
[   14.295056] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
[   14.295060] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
[   14.295066] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
[   14.295070] EDAC sbridge: Seeking for: PCI ID 8086:6f71
[   14.295075] EDAC sbridge: Seeking for: PCI ID 8086:6f71
[   14.295080] EDAC sbridge: Seeking for: PCI ID 8086:6f71
[   14.295084] EDAC sbridge: Seeking for: PCI ID 8086:6faa
[   14.295089] EDAC sbridge: Seeking for: PCI ID 8086:6faa
[   14.295094] EDAC sbridge: Seeking for: PCI ID 8086:6faa
[   14.295098] EDAC sbridge: Seeking for: PCI ID 8086:6fab
[   14.295103] EDAC sbridge: Seeking for: PCI ID 8086:6fab
[   14.295108] EDAC sbridge: Seeking for: PCI ID 8086:6fab
[   14.295112] EDAC sbridge: Seeking for: PCI ID 8086:6fac
[   14.295117] EDAC sbridge: Seeking for: PCI ID 8086:6fac
[   14.295123] EDAC sbridge: Seeking for: PCI ID 8086:6fac
[   14.295126] EDAC sbridge: Seeking for: PCI ID 8086:6fad
[   14.295131] EDAC sbridge: Seeking for: PCI ID 8086:6fad
[   14.295137] EDAC sbridge: Seeking for: PCI ID 8086:6fad
[   14.295140] EDAC sbridge: Seeking for: PCI ID 8086:6faf
[   14.295145] EDAC sbridge: Seeking for: PCI ID 8086:6faf
[   14.295151] EDAC sbridge: Seeking for: PCI ID 8086:6faf
[   14.295154] EDAC sbridge: Seeking for: PCI ID 8086:6f68
[   14.295160] EDAC sbridge: Seeking for: PCI ID 8086:6f68
[   14.295166] EDAC sbridge: Seeking for: PCI ID 8086:6f68
[   14.295169] EDAC sbridge: Seeking for: PCI ID 8086:6f79
[   14.295177] EDAC sbridge: Seeking for: PCI ID 8086:6f6a
[   14.295186] EDAC sbridge: Seeking for: PCI ID 8086:6f6b
[   14.295195] EDAC sbridge: Seeking for: PCI ID 8086:6f6c
[   14.295204] EDAC sbridge: Seeking for: PCI ID 8086:6f6d
[   14.295446] EDAC MC0: Giving out device to module sbridge_edac.c controller Broadwell Socket#0: DEV 0000:ff:12.0 (INTERRUPT)
[   14.295761] EDAC MC1: Giving out device to module sbridge_edac.c controller Broadwell Socket#1: DEV 0000:7f:12.0 (INTERRUPT)
[   14.295763] EDAC sbridge:  Ver: 1.1.1 
[   14.310491] intel_rapl: Found RAPL domain package
[   14.310503] intel_rapl: Found RAPL domain dram
[   14.310505] intel_rapl: DRAM domain energy unit 15300pj
[   14.310530] intel_rapl: Found RAPL domain package
[   14.310540] intel_rapl: Found RAPL domain dram
[   14.310542] intel_rapl: DRAM domain energy unit 15300pj
[   15.469818] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[   15.687697] Adding 4247548k swap on /dev/mapper/vgsys-lvswap.  Priority:-1 extents:1 across:4247548k FS
[   16.139546] lp: driver loaded but no devices found
[   16.157548] ppdev: user-space parallel port driver
[   16.203268] loop: module loaded
[   16.272357] EXT4-fs (dm-4): mounted filesystem with ordered data mode. Opts: (null)
[   16.370566] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: (null)
[   16.893201] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[   16.896262] xenbr0: port 1(eth1) entered blocking state
[   16.896264] xenbr0: port 1(eth1) entered disabled state
[   16.896402] device eth1 entered promiscuous mode
[   16.938503] igb 0000:05:00.0 eth1: igb: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
[   16.940365] IPv6: ADDRCONF(NETDEV_UP): xenbr0: link is not ready
[   17.914576] xenbr0: port 1(eth1) entered blocking state
[   17.914579] xenbr0: port 1(eth1) entered forwarding state
[   17.914801] IPv6: ADDRCONF(NETDEV_CHANGE): xenbr0: link becomes ready
[   25.987879] RPC: Registered named UNIX socket transport module.
[   25.987880] RPC: Registered udp transport module.
[   25.987881] RPC: Registered tcp transport module.
[   25.987882] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   26.015710] FS-Cache: Loaded
[   26.057367] FS-Cache: Netfs 'nfs' registered for caching
[   26.096463] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).

[-- Attachment #1.1.4: cknowsvr01-lspci-vvv.txt --]
[-- Type: text/plain, Size: 133209 bytes --]

root@cknowsvr01:/home/diederik# lspci -vvv
00:00.0 Host bridge: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DMI2 (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DMI2
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Interrupt: pin A routed to IRQ 0
        NUMA node: 0
        Capabilities: [90] Express (v2) Root Port (Slot-), MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE+
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
                LnkCap: Port #0, Speed 5GT/s, Width x4, ASPM L1, Exit Latency L0s <512ns, L1 <16us
                        ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp+
                LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk-
                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                LnkSta: Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
                RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
                RootCap: CRSVisible-
                RootSta: PME ReqID 0000, PMEStatus- PMEPending-
                DevCap2: Completion Timeout: Range BCD, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd-
                DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
                LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
                         Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
                         Compliance De-emphasis: -6dB
                LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
                         EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
        Capabilities: [e0] Power Management version 3
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
                Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
        Capabilities: [100 v1] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
        Capabilities: [144 v1] Vendor Specific Information: ID=0004 Rev=1 Len=03c <?>
        Capabilities: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 Len=00a <?>
        Capabilities: [280 v1] Vendor Specific Information: ID=0005 Rev=3 Len=018 <?>
        Capabilities: [300 v1] Vendor Specific Information: ID=0008 Rev=0 Len=038 <?>

00:01.0 PCI bridge: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D PCI Express Root Port 1 (rev 01) (prog-if 00 [Normal decode])
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0, Cache Line Size: 64 bytes
        Interrupt: pin A routed to IRQ 298
        NUMA node: 0
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
        I/O behind bridge: 0000f000-00000fff
        Memory behind bridge: fff00000-000fffff
        Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
        Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
        BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
        Capabilities: [40] Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D PCI Express Root Port 1
        Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
                Address: fee00258  Data: 0000
                Masking: 00000002  Pending: 00000000
        Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
                DevCap: MaxPayload 256 bytes, PhantFunc 0
                        ExtTag- RBE+
                DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
                LnkCap: Port #1, Speed 8GT/s, Width x8, ASPM L1, Exit Latency L0s <512ns, L1 <16us
                        ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp+
                LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+
                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                LnkSta: Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
                SltCap: AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug- Surprise-
                        Slot #2, PowerLimit 0.000W; Interlock- NoCompl-
                SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
                        Control: AttnInd On, PwrInd On, Power- Interlock-
                SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
                        Changed: MRL- PresDet- LinkState-
                RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+
                RootCap: CRSVisible+
                RootSta: PME ReqID 0000, PMEStatus- PMEPending-
                DevCap2: Completion Timeout: Range BCD, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd+
                DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
                LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
                         Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
                         Compliance De-emphasis: -6dB
                LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
                         EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
        Capabilities: [e0] Power Management version 3
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
                Status: D3 NoSoftRst+ PME-Enable+ DSel=0 DScale=0 PME-
        Capabilities: [100 v1] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
        Capabilities: [110 v1] Access Control Services
                ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
                ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
        Capabilities: [148 v1] Advanced Error Reporting
                UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
                UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
                UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
                CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
                CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
                AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
        Capabilities: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 Len=00a <?>
        Capabilities: [250 v1] #19
        Capabilities: [280 v1] Vendor Specific Information: ID=0005 Rev=3 Len=018 <?>
        Capabilities: [300 v1] Vendor Specific Information: ID=0008 Rev=0 Len=038 <?>
        Kernel driver in use: pcieport
        Kernel modules: shpchp

00:02.0 PCI bridge: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D PCI Express Root Port 2 (rev 01) (prog-if 00 [Normal decode])
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0, Cache Line Size: 64 bytes
        Interrupt: pin A routed to IRQ 299
        NUMA node: 0
        Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
        I/O behind bridge: 0000a000-0000afff
        Memory behind bridge: c7e00000-c7efffff
        Prefetchable memory behind bridge: 00000000b0000000-00000000c01fffff
        Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR+ <PERR-
        BridgeCtl: Parity- SERR- NoISA- VGA+ MAbort- >Reset- FastB2B-
                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
        Capabilities: [40] Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D PCI Express Root Port 2
        Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
                Address: fee00298  Data: 0000
                Masking: 00000002  Pending: 00000000
        Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
                DevCap: MaxPayload 256 bytes, PhantFunc 0
                        ExtTag- RBE+
                DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 256 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
                LnkCap: Port #3, Speed 8GT/s, Width x16, ASPM L1, Exit Latency L0s <512ns, L1 <16us
                        ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp+
                LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+
                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                LnkSta: Speed 8GT/s, Width x8, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
                SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
                        Slot #5, PowerLimit 0.000W; Interlock- NoCompl-
                SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
                        Control: AttnInd Off, PwrInd Off, Power- Interlock-
                SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
                        Changed: MRL- PresDet- LinkState-
                RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+
                RootCap: CRSVisible+
                RootSta: PME ReqID 0000, PMEStatus- PMEPending-
                DevCap2: Completion Timeout: Range BCD, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd+
                DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd+
                LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
                         Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
                         Compliance De-emphasis: -6dB
                LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete+, EqualizationPhase1+
                         EqualizationPhase2+, EqualizationPhase3+, LinkEqualizationRequest-
        Capabilities: [e0] Power Management version 3
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
                Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
        Capabilities: [100 v1] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
        Capabilities: [110 v1] Access Control Services
                ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
                ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
        Capabilities: [148 v1] Advanced Error Reporting
                UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
                UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
                UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
                CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
                CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
                AERCap: First Error Pointer: 0e, GenCap+ CGenEn- ChkCap+ ChkEn-
        Capabilities: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 Len=00a <?>
        Capabilities: [250 v1] #19
        Capabilities: [280 v1] Vendor Specific Information: ID=0005 Rev=3 Len=018 <?>
        Capabilities: [300 v1] Vendor Specific Information: ID=0008 Rev=0 Len=038 <?>
        Kernel driver in use: pcieport
        Kernel modules: shpchp

00:03.0 PCI bridge: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D PCI Express Root Port 3 (rev 01) (prog-if 00 [Normal decode])
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0, Cache Line Size: 64 bytes
        Interrupt: pin A routed to IRQ 300
        NUMA node: 0
        Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
        I/O behind bridge: 0000f000-00000fff
        Memory behind bridge: fff00000-000fffff
        Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
        Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
        BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
        Capabilities: [40] Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D PCI Express Root Port 3
        Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
                Address: fee002d8  Data: 0000
                Masking: 00000002  Pending: 00000000
        Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
                DevCap: MaxPayload 256 bytes, PhantFunc 0
                        ExtTag- RBE+
                DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
                LnkCap: Port #7, Speed 8GT/s, Width x16, ASPM L1, Exit Latency L0s <512ns, L1 <16us
                        ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp+
                LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+
                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                LnkSta: Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
                SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
                        Slot #3, PowerLimit 0.000W; Interlock- NoCompl-
                SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
                        Control: AttnInd Off, PwrInd Off, Power- Interlock-
                SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
                        Changed: MRL- PresDet- LinkState-
                RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+
                RootCap: CRSVisible+
                RootSta: PME ReqID 0000, PMEStatus- PMEPending-
                DevCap2: Completion Timeout: Range BCD, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd+
                DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
                LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
                         Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
                         Compliance De-emphasis: -6dB
                LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
                         EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
        Capabilities: [e0] Power Management version 3
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
                Status: D3 NoSoftRst+ PME-Enable+ DSel=0 DScale=0 PME-
        Capabilities: [100 v1] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
        Capabilities: [110 v1] Access Control Services
                ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
                ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
        Capabilities: [148 v1] Advanced Error Reporting
                UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
                UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
                UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
                CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
                CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
                AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
        Capabilities: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 Len=00a <?>
        Capabilities: [250 v1] #19
        Capabilities: [280 v1] Vendor Specific Information: ID=0005 Rev=3 Len=018 <?>
        Capabilities: [300 v1] Vendor Specific Information: ID=0008 Rev=0 Len=038 <?>
        Kernel driver in use: pcieport
        Kernel modules: shpchp

00:05.0 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Map/VTd_Misc/System Management (rev 01)
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        NUMA node: 0
        Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
                DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF Not Supported
                DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled

00:05.1 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D IIO Hot Plug (rev 01)
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        NUMA node: 0
        Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
        Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit+
                Address: 0000000000000000  Data: 0000
        Capabilities: [100 v1] Vendor Specific Information: ID=0006 Rev=1 Len=010 <?>
        Capabilities: [110 v1] Vendor Specific Information: ID=0006 Rev=1 Len=010 <?>
        Capabilities: [120 v1] Vendor Specific Information: ID=0006 Rev=1 Len=010 <?>
        Capabilities: [130 v1] Vendor Specific Information: ID=0006 Rev=1 Len=010 <?>

00:05.2 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D IIO RAS/Control Status/Global Errors (rev 01)
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        NUMA node: 0
        Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
                DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF Not Supported
                DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled

00:05.4 PIC: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D I/O APIC (rev 01) (prog-if 20 [IO(X)-APIC])
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D I/O APIC
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0, Cache Line Size: 64 bytes
        NUMA node: 0
        Region 0: Memory at c7f19000 (32-bit, non-prefetchable) [size=4K]
        Capabilities: [44] Express (v1) Root Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
        Capabilities: [e0] Power Management version 3
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
                Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-

00:11.0 Unassigned class [ff00]: Intel Corporation C610/X99 series chipset SPSR (rev 05)
        Subsystem: ASUSTeK Computer Inc. C610/X99 series chipset SPSR
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0, Cache Line Size: 64 bytes
        NUMA node: 0
        Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE+
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
                DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF Not Supported
                DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
        Capabilities: [80] Power Management version 3
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
                Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-

00:11.4 SATA controller: Intel Corporation C610/X99 series chipset sSATA Controller [AHCI mode] (rev 05) (prog-if 01 [AHCI 1.0])
        Subsystem: ASUSTeK Computer Inc. C610/X99 series chipset sSATA Controller [AHCI mode]
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0
        Interrupt: pin A routed to IRQ 317
        NUMA node: 0
        Region 0: I/O ports at b110 [size=8]
        Region 1: I/O ports at b100 [size=4]
        Region 2: I/O ports at b0f0 [size=8]
        Region 3: I/O ports at b0e0 [size=4]
        Region 4: I/O ports at b020 [size=32]
        Region 5: Memory at c7f18000 (32-bit, non-prefetchable) [size=2K]
        Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
                Address: fee004f8  Data: 0000
        Capabilities: [70] Power Management version 3
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
                Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
        Capabilities: [a8] SATA HBA v1.0 BAR4 Offset=00000004
        Kernel driver in use: ahci
        Kernel modules: ahci

00:14.0 USB controller: Intel Corporation C610/X99 series chipset USB xHCI Host Controller (rev 05) (prog-if 30 [XHCI])
        Subsystem: ASUSTeK Computer Inc. C610/X99 series chipset USB xHCI Host Controller
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0
        Interrupt: pin D routed to IRQ 316
        NUMA node: 0
        Region 0: Memory at c7f00000 (64-bit, non-prefetchable) [size=64K]
        Capabilities: [70] Power Management version 2
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0-,D1-,D2-,D3hot+,D3cold+)
                Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
        Capabilities: [80] MSI: Enable+ Count=1/8 Maskable- 64bit+
                Address: 00000000fee004d8  Data: 0000
        Kernel driver in use: xhci_hcd
        Kernel modules: xhci_pci

00:16.0 Communication controller: Intel Corporation C610/X99 series chipset MEI Controller #1 (rev 05)
        Subsystem: ASUSTeK Computer Inc. C610/X99 series chipset MEI Controller
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0
        Interrupt: pin A routed to IRQ 5
        NUMA node: 0
        Region 0: Memory at c7f17000 (64-bit, non-prefetchable) [size=16]
        Capabilities: [50] Power Management version 3
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
                Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
        Capabilities: [8c] MSI: Enable- Count=1/1 Maskable- 64bit+
                Address: 0000000000000000  Data: 0000
        Kernel modules: mei_me

00:16.1 Communication controller: Intel Corporation C610/X99 series chipset MEI Controller #2 (rev 05)
        Subsystem: ASUSTeK Computer Inc. C610/X99 series chipset MEI Controller
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0
        Interrupt: pin B routed to IRQ 7
        NUMA node: 0
        Region 0: Memory at c7f16000 (64-bit, non-prefetchable) [size=16]
        Capabilities: [50] Power Management version 3
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
                Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
        Capabilities: [8c] MSI: Enable- Count=1/1 Maskable- 64bit+
                Address: 0000000000000000  Data: 0000

00:1a.0 USB controller: Intel Corporation C610/X99 series chipset USB Enhanced Host Controller #2 (rev 05) (prog-if 20 [EHCI])
        Subsystem: ASUSTeK Computer Inc. C610/X99 series chipset USB Enhanced Host Controller
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0
        Interrupt: pin C routed to IRQ 19
        NUMA node: 0
        Region 0: Memory at c7f14000 (32-bit, non-prefetchable) [size=1K]
        Capabilities: [50] Power Management version 2
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
                Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
        Capabilities: [58] Debug port: BAR=1 offset=00a0
        Capabilities: [98] PCI Advanced Features
                AFCap: TP+ FLR+
                AFCtrl: FLR-
                AFStatus: TP-
        Kernel driver in use: ehci-pci
        Kernel modules: ehci_pci

00:1c.0 PCI bridge: Intel Corporation C610/X99 series chipset PCI Express Root Port #1 (rev d5) (prog-if 00 [Normal decode])
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0, Cache Line Size: 64 bytes
        Interrupt: pin A routed to IRQ 301
        NUMA node: 0
        Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
        I/O behind bridge: 00001000-00001fff
        Memory behind bridge: 90000000-901fffff
        Prefetchable memory behind bridge: 0000000090200000-00000000903fffff
        Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
        BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
        Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE+
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
                LnkCap: Port #1, Speed 5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <1us, L1 <4us
                        ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp-
                LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk-
                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                LnkSta: Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
                SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+
                        Slot #0, PowerLimit 0.000W; Interlock- NoCompl+
                SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet+ CmdCplt- HPIrq+ LinkChg+
                        Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
                SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
                        Changed: MRL- PresDet- LinkState-
                RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
                RootCap: CRSVisible-
                RootSta: PME ReqID 0000, PMEStatus- PMEPending-
                DevCap2: Completion Timeout: Range ABC, TimeoutDis+, LTR+, OBFF Via WAKE# ARIFwd-
                DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
                LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
                         Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
                         Compliance De-emphasis: -6dB
                LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
                         EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
        Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
                Address: fee00318  Data: 0000
        Capabilities: [90] Subsystem: ASUSTeK Computer Inc. C610/X99 series chipset PCI Express Root Port
        Capabilities: [a0] Power Management version 3
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
                Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
        Kernel driver in use: pcieport
        Kernel modules: shpchp

00:1c.4 PCI bridge: Intel Corporation C610/X99 series chipset PCI Express Root Port #5 (rev d5) (prog-if 00 [Normal decode])
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0, Cache Line Size: 64 bytes
        Interrupt: pin A routed to IRQ 302
        NUMA node: 0
        Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
        I/O behind bridge: 00009000-00009fff
        Memory behind bridge: c7d00000-c7dfffff
        Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
        Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
        BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
        Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE+
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
                LnkCap: Port #5, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <512ns, L1 <4us
                        ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp-
                LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+
                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
                SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
                        Slot #0, PowerLimit 0.000W; Interlock- NoCompl+
                SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
                        Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
                SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
                        Changed: MRL- PresDet- LinkState-
                RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
                RootCap: CRSVisible-
                RootSta: PME ReqID 0000, PMEStatus- PMEPending-
                DevCap2: Completion Timeout: Range ABC, TimeoutDis+, LTR+, OBFF Not Supported ARIFwd-
                DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
                LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
                         Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
                         Compliance De-emphasis: -6dB
                LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
                         EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
        Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
                Address: fee00338  Data: 0000
        Capabilities: [90] Subsystem: ASUSTeK Computer Inc. C610/X99 series chipset PCI Express Root Port
        Capabilities: [a0] Power Management version 3
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
                Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
        Kernel driver in use: pcieport
        Kernel modules: shpchp

00:1c.5 PCI bridge: Intel Corporation C610/X99 series chipset PCI Express Root Port #6 (rev d5) (prog-if 00 [Normal decode])
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0, Cache Line Size: 64 bytes
        Interrupt: pin B routed to IRQ 303
        NUMA node: 0
        Bus: primary=00, secondary=06, subordinate=06, sec-latency=0
        I/O behind bridge: 00008000-00008fff
        Memory behind bridge: c7c00000-c7cfffff
        Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
        Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
        BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
        Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE+
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
                LnkCap: Port #6, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <512ns, L1 <4us
                        ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp-
                LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+
                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
                SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
                        Slot #0, PowerLimit 0.000W; Interlock- NoCompl+
                SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
                        Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
                SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
                        Changed: MRL- PresDet- LinkState-
                RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
                RootCap: CRSVisible-
                RootSta: PME ReqID 0000, PMEStatus- PMEPending-
                DevCap2: Completion Timeout: Range ABC, TimeoutDis+, LTR+, OBFF Not Supported ARIFwd-
                DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
                LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
                         Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
                         Compliance De-emphasis: -6dB
                LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
                         EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
        Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
                Address: fee00378  Data: 0000
        Capabilities: [90] Subsystem: ASUSTeK Computer Inc. C610/X99 series chipset PCI Express Root Port
        Capabilities: [a0] Power Management version 3
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
                Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
        Kernel driver in use: pcieport
        Kernel modules: shpchp

00:1d.0 USB controller: Intel Corporation C610/X99 series chipset USB Enhanced Host Controller #1 (rev 05) (prog-if 20 [EHCI])
        Subsystem: ASUSTeK Computer Inc. C610/X99 series chipset USB Enhanced Host Controller
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0
        Interrupt: pin C routed to IRQ 18
        NUMA node: 0
        Region 0: Memory at c7f13000 (32-bit, non-prefetchable) [size=1K]
        Capabilities: [50] Power Management version 2
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
                Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
        Capabilities: [58] Debug port: BAR=1 offset=00a0
        Capabilities: [98] PCI Advanced Features
                AFCap: TP+ FLR+
                AFCtrl: FLR-
                AFStatus: TP-
        Kernel driver in use: ehci-pci
        Kernel modules: ehci_pci

00:1f.0 ISA bridge: Intel Corporation C610/X99 series chipset LPC Controller (rev 05)
        Subsystem: ASUSTeK Computer Inc. C610/X99 series chipset LPC Controller
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0
        NUMA node: 0
        Capabilities: [e0] Vendor Specific Information: Len=0c <?>
        Kernel driver in use: lpc_ich
        Kernel modules: lpc_ich

00:1f.2 SATA controller: Intel Corporation C610/X99 series chipset 6-Port SATA Controller [AHCI mode] (rev 05) (prog-if 01 [AHCI 1.0])
        Subsystem: ASUSTeK Computer Inc. C610/X99 series chipset 6-Port SATA Controller [AHCI mode]
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0
        Interrupt: pin A routed to IRQ 318
        NUMA node: 0
        Region 0: I/O ports at b070 [size=8]
        Region 1: I/O ports at b060 [size=4]
        Region 2: I/O ports at b050 [size=8]
        Region 3: I/O ports at b040 [size=4]
        Region 4: I/O ports at b000 [size=32]
        Region 5: Memory at c7f12000 (32-bit, non-prefetchable) [size=2K]
        Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
                Address: fee00518  Data: 0000
        Capabilities: [70] Power Management version 3
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
                Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
        Capabilities: [a8] SATA HBA v1.0 BAR4 Offset=00000004
        Kernel driver in use: ahci
        Kernel modules: ahci

00:1f.3 SMBus: Intel Corporation C610/X99 series chipset SMBus Controller (rev 05)
        Subsystem: ASUSTeK Computer Inc. C610/X99 series chipset SMBus Controller
        Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Interrupt: pin C routed to IRQ 18
        NUMA node: 0
        Region 0: Memory at c7f11000 (64-bit, non-prefetchable) [size=256]
        Region 4: I/O ports at 0580 [size=32]
        Kernel driver in use: i801_smbus
        Kernel modules: i2c_i801

02:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Baffin [Radeon RX 460] (rev cf) (prog-if 00 [VGA controller])
        Subsystem: XFX Pine Group Inc. Baffin [Radeon RX 460]
        Physical Slot: 5
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Interrupt: pin A routed to IRQ 32
        NUMA node: 0
        Region 0: Memory at b0000000 (64-bit, prefetchable) [disabled] [size=256M]
        Region 2: Memory at c0000000 (64-bit, prefetchable) [disabled] [size=2M]
        Region 4: I/O ports at a000 [disabled] [size=256]
        Region 5: Memory at c7e00000 (32-bit, non-prefetchable) [disabled] [size=256K]
        Expansion ROM at 000c0000 [disabled] [size=128K]
        Capabilities: [48] Vendor Specific Information: Len=08 <?>
        Capabilities: [50] Power Management version 3
                Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1+,D2+,D3hot+,D3cold+)
                Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
        Capabilities: [58] Express (v2) Legacy Endpoint, MSI 00
                DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
                        ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
                        MaxPayload 256 bytes, MaxReadReq 512 bytes
                DevSta: CorrErr+ UncorrErr+ FatalErr- UnsuppReq+ AuxPwr- TransPend-
                LnkCap: Port #0, Speed 8GT/s, Width x8, ASPM L1, Exit Latency L0s <64ns, L1 <1us
                        ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
                LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+
                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                LnkSta: Speed 8GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
                DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR+, OBFF Not Supported
                DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
                LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
                         Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
                         Compliance De-emphasis: -6dB
                LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete+, EqualizationPhase1+
                         EqualizationPhase2+, EqualizationPhase3+, LinkEqualizationRequest-
        Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
                Address: 0000000000000000  Data: 0000
        Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
        Capabilities: [150 v2] Advanced Error Reporting
                UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
                UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
                UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
                CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
                CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
                AERCap: First Error Pointer: 14, GenCap+ CGenEn- ChkCap+ ChkEn-
        Capabilities: [200 v1] #15
        Capabilities: [270 v1] #19
        Capabilities: [2b0 v1] Address Translation Service (ATS)
                ATSCap: Invalidate Queue Depth: 00
                ATSCtl: Enable-, Smallest Translation Unit: 00
        Capabilities: [2c0 v1] Page Request Interface (PRI)
                PRICtl: Enable- Reset-
                PRISta: RF- UPRGI- Stopped+
                Page Request Capacity: 00000020, Page Request Allocation: 00000000
        Capabilities: [2d0 v1] Process Address Space ID (PASID)
                PASIDCap: Exec+ Priv+, Max PASID Width: 10
                PASIDCtl: Enable- Exec- Priv-
        Capabilities: [320 v1] Latency Tolerance Reporting
                Max snoop latency: 0ns
                Max no snoop latency: 0ns
        Capabilities: [328 v1] Alternative Routing-ID Interpretation (ARI)
                ARICap: MFVC- ACS-, Next Function: 1
                ARICtl: MFVC- ACS-, Function Group: 0
        Capabilities: [370 v1] L1 PM Substates
                L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
                          PortCommonModeRestoreTime=0us PortTPowerOnTime=170us
                L1SubCtl1: PCI-PM_L1.2- PCI-PM_L1.1- ASPM_L1.2- ASPM_L1.1-
                           T_CommonMode=0us LTR1.2_Threshold=0ns
                L1SubCtl2: T_PwrOn=10us
        Kernel driver in use: pciback
        Kernel modules: amdgpu

02:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Device aae0
        Subsystem: XFX Pine Group Inc. Device aae0
        Physical Slot: 5
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR+ <PERR- INTx-
        Latency: 0, Cache Line Size: 32 bytes
        Interrupt: pin B routed to IRQ 319
        NUMA node: 0
        Region 0: Memory at c7e60000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [48] Vendor Specific Information: Len=08 <?>
        Capabilities: [50] Power Management version 3
                Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
                Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
        Capabilities: [58] Express (v2) Legacy Endpoint, MSI 00
                DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
                        ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
                        MaxPayload 256 bytes, MaxReadReq 512 bytes
                DevSta: CorrErr+ UncorrErr+ FatalErr- UnsuppReq+ AuxPwr- TransPend-
                LnkCap: Port #0, Speed 8GT/s, Width x8, ASPM L1, Exit Latency L0s <64ns, L1 <1us
                        ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
                LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+
                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                LnkSta: Speed 8GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
                DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR+, OBFF Not Supported
                DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
                LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
                         EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
        Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
                Address: 00000000fee00558  Data: 0000
        Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
        Capabilities: [150 v2] Advanced Error Reporting
                UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
                UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
                UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
                CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
                CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
                AERCap: First Error Pointer: 14, GenCap+ CGenEn- ChkCap+ ChkEn-
        Capabilities: [328 v1] Alternative Routing-ID Interpretation (ARI)
                ARICap: MFVC- ACS-, Next Function: 0
                ARICtl: MFVC- ACS-, Function Group: 0
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_hda_intel

05:00.0 Ethernet controller: Intel Corporation I210 Gigabit Network Connection (rev 03)
        Subsystem: ASUSTeK Computer Inc. I210 Gigabit Network Connection
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0, Cache Line Size: 64 bytes
        Interrupt: pin A routed to IRQ 16
        NUMA node: 0
        Region 0: Memory at c7d00000 (32-bit, non-prefetchable) [size=512K]
        Region 2: I/O ports at 9000 [size=32]
        Region 3: Memory at c7d80000 (32-bit, non-prefetchable) [size=16K]
        Capabilities: [40] Power Management version 3
                Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
                Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=1 PME-
        Capabilities: [50] MSI: Enable- Count=1/1 Maskable+ 64bit+
                Address: 0000000000000000  Data: 0000
                Masking: 00000000  Pending: 00000000
        Capabilities: [70] MSI-X: Enable+ Count=5 Masked-
                Vector table: BAR=3 offset=00000000
                PBA: BAR=3 offset=00002000
        Capabilities: [a0] Express (v2) Endpoint, MSI 00
                DevCap: MaxPayload 512 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
                        ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset+ SlotPowerLimit 0.000W
                DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+ FLReset-
                        MaxPayload 128 bytes, MaxReadReq 512 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
                LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <2us, L1 <16us
                        ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
                LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+
                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
                DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, LTR-, OBFF Not Supported
                DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
                LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
                         Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
                         Compliance De-emphasis: -6dB
                LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
                         EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
        Capabilities: [100 v2] Advanced Error Reporting
                UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
                UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
                UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
                CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
                CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
                AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
        Capabilities: [140 v1] Device Serial Number 34-97-f6-ff-ff-5c-0a-1f
        Capabilities: [1a0 v1] Transaction Processing Hints
                Device specific mode supported
                Steering table in TPH capability structure
        Kernel driver in use: igb
        Kernel modules: igb

06:00.0 Ethernet controller: Intel Corporation I210 Gigabit Network Connection (rev 03)
        Subsystem: ASUSTeK Computer Inc. I210 Gigabit Network Connection
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0, Cache Line Size: 64 bytes
        Interrupt: pin A routed to IRQ 17
        NUMA node: 0
        Region 0: Memory at c7c00000 (32-bit, non-prefetchable) [size=512K]
        Region 2: I/O ports at 8000 [size=32]
        Region 3: Memory at c7c80000 (32-bit, non-prefetchable) [size=16K]
        Capabilities: [40] Power Management version 3
                Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
                Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=1 PME-
        Capabilities: [50] MSI: Enable- Count=1/1 Maskable+ 64bit+
                Address: 0000000000000000  Data: 0000
                Masking: 00000000  Pending: 00000000
        Capabilities: [70] MSI-X: Enable+ Count=5 Masked-
                Vector table: BAR=3 offset=00000000
                PBA: BAR=3 offset=00002000
        Capabilities: [a0] Express (v2) Endpoint, MSI 00
                DevCap: MaxPayload 512 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
                        ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset+ SlotPowerLimit 0.000W
                DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+ FLReset-
                        MaxPayload 128 bytes, MaxReadReq 512 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
                LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <2us, L1 <16us
                        ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
                LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+
                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
                DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, LTR-, OBFF Not Supported
                DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
                LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
                         Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
                         Compliance De-emphasis: -6dB
                LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
                         EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
        Capabilities: [100 v2] Advanced Error Reporting
                UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
                UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
                UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
                CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
                CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
                AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
        Capabilities: [140 v1] Device Serial Number 34-97-f6-ff-ff-5c-0a-20
        Capabilities: [1a0 v1] Transaction Processing Hints
                Device specific mode supported
                Steering table in TPH capability structure
        Kernel driver in use: igb
        Kernel modules: igb

7f:08.0 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D QPI Link 0 (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D QPI Link 0
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

7f:08.2 Performance counters: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D QPI Link 0 (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D QPI Link 0
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

7f:08.3 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D QPI Link 0 (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D QPI Link 0
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
        Capabilities: [100 v0] Vendor Specific Information: ID=0001 Rev=0 Len=0f0 <?>

7f:09.0 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D QPI Link 1 (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D QPI Link 1
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

7f:09.2 Performance counters: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D QPI Link 1 (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D QPI Link 1
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

7f:09.3 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D QPI Link 1 (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D QPI Link 1
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
        Capabilities: [100 v0] Vendor Specific Information: ID=0001 Rev=0 Len=0f0 <?>

7f:0b.0 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D R3 QPI Link 0/1 (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D R3 QPI Link 0/1
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

7f:0b.1 Performance counters: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D R3 QPI Link 0/1 (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D R3 QPI Link 0/1
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

7f:0b.2 Performance counters: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D R3 QPI Link 0/1 (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D R3 QPI Link 0/1
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

7f:0b.3 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D R3 QPI Link Debug (rev 01)
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

7f:0c.0 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

7f:0c.1 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

7f:0c.2 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

7f:0c.3 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

7f:0c.4 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

7f:0c.5 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

7f:0c.6 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

7f:0c.7 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

7f:0f.0 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

7f:0f.1 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

7f:0f.4 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

7f:0f.5 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

7f:0f.6 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

7f:10.0 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D R2PCIe Agent (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D R2PCIe Agent
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

7f:10.1 Performance counters: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D R2PCIe Agent (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D R2PCIe Agent
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

7f:10.5 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Ubox (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Ubox
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

7f:10.6 Performance counters: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Ubox (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Ubox
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

7f:10.7 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Ubox (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Ubox
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

7f:12.0 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Home Agent 0 (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Home Agent 0
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

7f:12.1 Performance counters: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Home Agent 0 (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Home Agent 0
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

7f:13.0 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Target Address/Thermal/RAS (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Target Address/Thermal/RAS
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

7f:13.1 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Target Address/Thermal/RAS (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Target Address/Thermal/RAS
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

7f:13.2 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel Target Address Decoder (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel Target Address Decoder
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

7f:13.3 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel Target Address Decoder (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel Target Address Decoder
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

7f:13.4 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel Target Address Decoder (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel Target Address Decoder
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

7f:13.5 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel Target Address Decoder (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel Target Address Decoder
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

7f:13.6 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DDRIO Channel 0/1 Broadcast (rev 01)
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

7f:13.7 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DDRIO Global Broadcast (rev 01)
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

7f:14.0 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 0 Thermal Control (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 0 Thermal Control
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

7f:14.1 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 1 Thermal Control (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 1 Thermal Control
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

7f:14.2 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 0 Error (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 0 Error
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

7f:14.3 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 1 Error (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 1 Error
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

7f:14.4 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DDRIO Channel 0/1 Interface (rev 01)
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

7f:14.5 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DDRIO Channel 0/1 Interface (rev 01)
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

7f:14.6 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DDRIO Channel 0/1 Interface (rev 01)
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

7f:14.7 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DDRIO Channel 0/1 Interface (rev 01)
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

7f:15.0 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 2 Thermal Control (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 2 Thermal Control
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

7f:15.1 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 3 Thermal Control (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 3 Thermal Control
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

7f:15.2 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 2 Error (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 2 Error
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

7f:15.3 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 3 Error (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 3 Error
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

7f:16.0 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Target Address/Thermal/RAS (rev 01)
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: [40] #00 [0000]

7f:16.6 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DDRIO Channel 2/3 Broadcast (rev 01)
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

7f:16.7 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DDRIO Global Broadcast (rev 01)
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

7f:17.0 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 1 - Channel 0 Thermal Control (rev 01)
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: [40] #00 [0000]

7f:17.4 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DDRIO Channel 2/3 Interface (rev 01)
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

7f:17.5 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DDRIO Channel 2/3 Interface (rev 01)
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

7f:17.6 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DDRIO Channel 2/3 Interface (rev 01)
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

7f:17.7 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DDRIO Channel 2/3 Interface (rev 01)
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

7f:1e.0 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

7f:1e.1 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

7f:1e.2 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

7f:1e.3 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Region 0: I/O ports at <ignored> [disabled]

7f:1e.4 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

7f:1f.0 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit (rev 01)
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

7f:1f.2 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit (rev 01)
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

80:05.0 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Map/VTd_Misc/System Management (rev 01)
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
                DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF Not Supported
                DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled

80:05.1 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D IIO Hot Plug (rev 01)
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
        Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit+
                Address: 0000000000000000  Data: 0000
        Capabilities: [100 v1] Vendor Specific Information: ID=0006 Rev=1 Len=010 <?>
        Capabilities: [110 v1] Vendor Specific Information: ID=0006 Rev=1 Len=010 <?>
        Capabilities: [120 v1] Vendor Specific Information: ID=0006 Rev=1 Len=010 <?>
        Capabilities: [130 v1] Vendor Specific Information: ID=0006 Rev=1 Len=010 <?>

80:05.2 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D IIO RAS/Control Status/Global Errors (rev 01)
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
                DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF Not Supported
                DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled

80:05.4 PIC: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D I/O APIC (rev 01) (prog-if 20 [IO(X)-APIC])
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D I/O APIC
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0, Cache Line Size: 64 bytes
        Region 0: Memory at fbf00000 (32-bit, non-prefetchable) [size=4K]
        Capabilities: [44] Express (v1) Root Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
        Capabilities: [e0] Power Management version 3
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
                Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-

ff:08.0 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D QPI Link 0 (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D QPI Link 0
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

ff:08.2 Performance counters: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D QPI Link 0 (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D QPI Link 0
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

ff:08.3 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D QPI Link 0 (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D QPI Link 0
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
        Capabilities: [100 v0] Vendor Specific Information: ID=0001 Rev=0 Len=0f0 <?>

ff:09.0 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D QPI Link 1 (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D QPI Link 1
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

ff:09.2 Performance counters: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D QPI Link 1 (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D QPI Link 1
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

ff:09.3 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D QPI Link 1 (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D QPI Link 1
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
        Capabilities: [100 v0] Vendor Specific Information: ID=0001 Rev=0 Len=0f0 <?>

ff:0b.0 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D R3 QPI Link 0/1 (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D R3 QPI Link 0/1
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

ff:0b.1 Performance counters: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D R3 QPI Link 0/1 (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D R3 QPI Link 0/1
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

ff:0b.2 Performance counters: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D R3 QPI Link 0/1 (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D R3 QPI Link 0/1
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

ff:0b.3 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D R3 QPI Link Debug (rev 01)
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

ff:0c.0 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

ff:0c.1 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

ff:0c.2 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

ff:0c.3 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

ff:0c.4 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

ff:0c.5 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

ff:0c.6 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

ff:0c.7 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

ff:0f.0 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

ff:0f.1 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

ff:0f.4 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

ff:0f.5 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

ff:0f.6 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

ff:10.0 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D R2PCIe Agent (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D R2PCIe Agent
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

ff:10.1 Performance counters: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D R2PCIe Agent (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D R2PCIe Agent
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

ff:10.5 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Ubox (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Ubox
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

ff:10.6 Performance counters: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Ubox (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Ubox
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

ff:10.7 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Ubox (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Ubox
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

ff:12.0 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Home Agent 0 (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Home Agent 0
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

ff:12.1 Performance counters: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Home Agent 0 (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Home Agent 0
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

ff:13.0 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Target Address/Thermal/RAS (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Target Address/Thermal/RAS
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

ff:13.1 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Target Address/Thermal/RAS (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Target Address/Thermal/RAS
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

ff:13.2 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel Target Address Decoder (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel Target Address Decoder
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

ff:13.3 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel Target Address Decoder (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel Target Address Decoder
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

ff:13.4 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel Target Address Decoder (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel Target Address Decoder
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

ff:13.5 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel Target Address Decoder (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel Target Address Decoder
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

ff:13.6 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DDRIO Channel 0/1 Broadcast (rev 01)
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

ff:13.7 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DDRIO Global Broadcast (rev 01)
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

ff:14.0 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 0 Thermal Control (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 0 Thermal Control
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

ff:14.1 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 1 Thermal Control (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 1 Thermal Control
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

ff:14.2 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 0 Error (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 0 Error
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

ff:14.3 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 1 Error (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 1 Error
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

ff:14.4 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DDRIO Channel 0/1 Interface (rev 01)
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

ff:14.5 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DDRIO Channel 0/1 Interface (rev 01)
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

ff:14.6 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DDRIO Channel 0/1 Interface (rev 01)
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

ff:14.7 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DDRIO Channel 0/1 Interface (rev 01)
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

ff:15.0 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 2 Thermal Control (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 2 Thermal Control
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

ff:15.1 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 3 Thermal Control (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 3 Thermal Control
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

ff:15.2 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 2 Error (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 2 Error
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

ff:15.3 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 3 Error (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 3 Error
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0
                        ExtTag- RBE-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

ff:16.0 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Target Address/Thermal/RAS (rev 01)
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: [40] #00 [0000]

ff:16.6 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DDRIO Channel 2/3 Broadcast (rev 01)
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

ff:16.7 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DDRIO Global Broadcast (rev 01)
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

ff:17.0 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 1 - Channel 0 Thermal Control (rev 01)
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: [40] #00 [0000]

ff:17.4 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DDRIO Channel 2/3 Interface (rev 01)
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

ff:17.5 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DDRIO Channel 2/3 Interface (rev 01)
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

ff:17.6 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DDRIO Channel 2/3 Interface (rev 01)
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

ff:17.7 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DDRIO Channel 2/3 Interface (rev 01)
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

ff:1e.0 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

ff:1e.1 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

ff:1e.2 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

ff:1e.3 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Region 0: I/O ports at <ignored> [disabled]

ff:1e.4 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit (rev 01)
        Subsystem: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

ff:1f.0 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit (rev 01)
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

ff:1f.2 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit (rev 01)
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

[-- Attachment #1.1.5: cknowsvr01-xlinfo-xldmesg.txt --]
[-- Type: text/plain, Size: 27710 bytes --]

root@cknowsvr01:/home/diederik# xl info
host                   : cknowsvr01
release                : 4.8.0-2-amd64
version                : #1 SMP Debian 4.8.15-2 (2017-01-04)
machine                : x86_64
nr_cpus                : 32
max_cpu_id             : 31
nr_nodes               : 2
cores_per_socket       : 8
threads_per_core       : 2
cpu_mhz                : 2095
hw_caps                : b7ebfbff:77fef3ff:2c100800:00000121:00000001:001cbfbb:00000000:00000100
virt_caps              : hvm hvm_directio
total_memory           : 130972
free_memory            : 121102
sharing_freed_memory   : 0
sharing_used_memory    : 0
outstanding_claims     : 0
free_cpus              : 0
xen_major              : 4
xen_minor              : 8
xen_extra              : .0
xen_version            : 4.8.0
xen_caps               : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32 hvm-3.0-x86_32p hvm-3.0-x86_64 
xen_scheduler          : credit
xen_pagesize           : 4096
platform_params        : virt_start=0xffff800000000000
xen_changeset          : 
xen_commandline        : placeholder dom0_mem=8G,max:8G iommu=verbose,debug loglvl=all guest_loglvl=all
cc_compiler            : gcc (Debian 6.2.1-7) 6.2.1 20161215
cc_compile_by          : ian.jackson
cc_compile_domain      : eu.citrix.com
cc_compile_date        : Thu Dec 22 18:03:41 UTC 2016
build_id               : c8b753ce66a22831cdf39f5624a3365352d37a44
xend_config_format     : 4
root@cknowsvr01:/home/diederik# xl dmesg
(XEN) Xen version 4.8.0 (Debian 4.8.0-1) (ian.jackson@eu.citrix.com) (gcc (Debian 6.2.1-7) 6.2.1 20161215) debug=n  Thu Dec 22 18:03:41 UTC 2016
(XEN) Bootloader: GRUB 2.02~beta3-3
(XEN) Command line: placeholder dom0_mem=8G,max:8G iommu=verbose,debug loglvl=all guest_loglvl=all
(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 5 MBR signatures
(XEN)  Found 5 EDD information structures
(XEN) Xen-e820 RAM map:
(XEN)  0000000000000000 - 000000000009e800 (usable)
(XEN)  000000000009e800 - 00000000000a0000 (reserved)
(XEN)  00000000000e0000 - 0000000000100000 (reserved)
(XEN)  0000000000100000 - 0000000079cfc000 (usable)
(XEN)  0000000079cfc000 - 000000007b8c2000 (reserved)
(XEN)  000000007b8c2000 - 000000007b935000 (ACPI data)
(XEN)  000000007b935000 - 000000007bee0000 (ACPI NVS)
(XEN)  000000007bee0000 - 0000000090000000 (reserved)
(XEN)  00000000fed1c000 - 00000000fed45000 (reserved)
(XEN)  00000000ff000000 - 0000000100000000 (reserved)
(XEN)  0000000100000000 - 0000002080000000 (usable)
(XEN) ACPI: RSDP 000F0580, 0024 (r2 ALASKA)
(XEN) ACPI: XSDT 7B8EA0B0, 00D4 (r1 ALASKA   A M I   1072009 AMI     10013)
(XEN) ACPI: FACP 7B919410, 010C (r5 ALASKA   A M I   1072009 AMI     10013)
(XEN) ACPI: DSDT 7B8EA218, 2F1F7 (r2 ALASKA   A M I   1072009 INTL 20091013)
(XEN) ACPI: FACS 7BEDEF80, 0040
(XEN) ACPI: APIC 7B919520, 0224 (r3 ALASKA   A M I   1072009 AMI     10013)
(XEN) ACPI: FPDT 7B919748, 0044 (r1 ALASKA   A M I   1072009 AMI     10013)
(XEN) ACPI: FIDT 7B919790, 009C (r1 ALASKA   A M I   1072009 AMI     10013)
(XEN) ACPI: MCFG 7B919830, 003C (r1 ALASKA    A M I  1072009 MSFT       97)
(XEN) ACPI: EINJ 7B9347D0, 0130 (r1 ALASKA   A M I         1 INTL        1)
(XEN) ACPI: UEFI 7B9198C8, 0042 (r1 ALASKA   A M I   1072009             0)
(XEN) ACPI: HPET 7B919910, 0038 (r1 ALASKA   A M I         1 INTL 20091013)
(XEN) ACPI: MSCT 7B919948, 0090 (r1 ALASKA   A M I         1 INTL 20091013)
(XEN) ACPI: SLIT 7B9199D8, 0030 (r1 ALASKA   A M I         1 INTL 20091013)
(XEN) ACPI: SRAT 7B919A08, 1158 (r3 ALASKA   A M I         1 INTL 20091013)
(XEN) ACPI: WDDT 7B91AB60, 0040 (r1 ALASKA   A M I         0 INTL 20091013)
(XEN) ACPI: SSDT 7B91ABA0, 16FB3 (r2 ALASKA    PmMgt        1 INTL 20120913)
(XEN) ACPI: NITR 7B931B58, 0071 (r2 ALASKA   A M I         1 INTL 20091013)
(XEN) ACPI: SPMI 7B931BD0, 0041 (r5 ALASKA   A M I         0 AMI.        0)
(XEN) ACPI: SSDT 7B931C18, 2652 (r2 ALASKA SpsNm           2 INTL 20120913)
(XEN) ACPI: SSDT 7B934270, 0064 (r2 ALASKA SpsNvs          2 INTL 20120913)
(XEN) ACPI: PRAD 7B9342D8, 0102 (r2 ALASKA   A M I         2 INTL 20120913)
(XEN) ACPI: DMAR 7B9343E0, 00E8 (r1 ALASKA   A M I         1 INTL 20091013)
(XEN) ACPI: HEST 7B9344C8, 00A8 (r1 ALASKA   A M I         1 INTL        1)
(XEN) ACPI: BERT 7B934570, 0030 (r1 ALASKA   A M I         1 INTL        1)
(XEN) ACPI: ERST 7B9345A0, 0230 (r1 ALASKA   A M I         1 INTL        1)
(XEN) System RAM: 130972MB (134115944kB)
(XEN) SRAT: PXM 0 -> APIC 00 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 02 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 04 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 06 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 08 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 0a -> Node 0
(XEN) SRAT: PXM 0 -> APIC 0c -> Node 0
(XEN) SRAT: PXM 0 -> APIC 0e -> Node 0
(XEN) SRAT: PXM 1 -> APIC 10 -> Node 1
(XEN) SRAT: PXM 1 -> APIC 12 -> Node 1
(XEN) SRAT: PXM 1 -> APIC 14 -> Node 1
(XEN) SRAT: PXM 1 -> APIC 16 -> Node 1
(XEN) SRAT: PXM 1 -> APIC 18 -> Node 1
(XEN) SRAT: PXM 1 -> APIC 1a -> Node 1
(XEN) SRAT: PXM 1 -> APIC 1c -> Node 1
(XEN) SRAT: PXM 1 -> APIC 1e -> Node 1
(XEN) SRAT: PXM 0 -> APIC 01 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 03 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 05 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 07 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 09 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 0b -> Node 0
(XEN) SRAT: PXM 0 -> APIC 0d -> Node 0
(XEN) SRAT: PXM 0 -> APIC 0f -> Node 0
(XEN) SRAT: PXM 1 -> APIC 11 -> Node 1
(XEN) SRAT: PXM 1 -> APIC 13 -> Node 1
(XEN) SRAT: PXM 1 -> APIC 15 -> Node 1
(XEN) SRAT: PXM 1 -> APIC 17 -> Node 1
(XEN) SRAT: PXM 1 -> APIC 19 -> Node 1
(XEN) SRAT: PXM 1 -> APIC 1b -> Node 1
(XEN) SRAT: PXM 1 -> APIC 1d -> Node 1
(XEN) SRAT: PXM 1 -> APIC 1f -> Node 1
(XEN) SRAT: Node 0 PXM 0 0-80000000
(XEN) SRAT: Node 0 PXM 0 100000000-1080000000
(XEN) SRAT: Node 1 PXM 1 1080000000-2080000000
(XEN) NUMA: Allocated memnodemap from 207d1fc000 - 207d1fd000
(XEN) NUMA: Using 19 for the hash shift.
(XEN) Domain heap initialised DMA width 32 bits
(XEN) CPU Vendor: Intel, Family 6 (0x6), Model 79 (0x4f), Stepping 1 (raw 000406f1)
(XEN) found SMP MP-table at 000fdba0
(XEN) DMI 2.8 present.
(XEN) x2APIC mode is already enabled by BIOS.
(XEN) Using APIC driver x2apic_cluster
(XEN) ACPI: PM-Timer IO Port: 0x408 (32 bits)
(XEN) ACPI: v5 SLEEP INFO: control[0:0], status[0:0]
(XEN) ACPI: SLEEP INFO: pm1x_cnt[1:404,1:0], pm1x_evt[1:400,1:0]
(XEN) ACPI: 32/64X FACS address mismatch in FADT - 7bedef80/0000000000000000, using 32
(XEN) ACPI:             wakeup_vec[7bedef8c], vec_size[20]
(XEN) ACPI: Local APIC address 0xfee00000
(XEN) ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x04] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x06] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x08] lapic_id[0x08] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x0a] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x0c] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x0e] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x10] lapic_id[0x10] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x12] lapic_id[0x12] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x14] lapic_id[0x14] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x16] lapic_id[0x16] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x18] lapic_id[0x18] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x1a] lapic_id[0x1a] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x1c] lapic_id[0x1c] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x1e] lapic_id[0x1e] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x05] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x09] lapic_id[0x09] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x0b] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x0d] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x0f] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x11] lapic_id[0x11] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x13] lapic_id[0x13] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x15] lapic_id[0x15] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x17] lapic_id[0x17] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x19] lapic_id[0x19] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x1b] lapic_id[0x1b] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x1d] lapic_id[0x1d] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x1f] lapic_id[0x1f] enabled)
(XEN) ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x18] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x1a] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x1c] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x1e] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x19] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x1b] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x1d] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x1f] high edge lint[0x1])
(XEN) ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
(XEN) IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
(XEN) ACPI: IOAPIC (id[0x02] address[0xfec01000] gsi_base[24])
(XEN) IOAPIC[1]: apic_id 2, version 32, address 0xfec01000, GSI 24-47
(XEN) ACPI: IOAPIC (id[0x03] address[0xfec40000] gsi_base[48])
(XEN) IOAPIC[2]: apic_id 3, version 32, address 0xfec40000, GSI 48-71
(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) ACPI: HPET id: 0x8086a701 base: 0xfed00000
(XEN) [VT-D]Host address width 46
(XEN) [VT-D]found ACPI_DMAR_DRHD:
(XEN) [VT-D]  dmaru->address = fbffc000
(XEN) [VT-D]drhd->address = fbffc000 iommu->reg = ffff82c000201000
(XEN) [VT-D]cap = 8d2078c106f0466 ecap = f020df
(XEN) [VT-D] IOAPIC: 0000:80:05.4
(XEN) [VT-D]found ACPI_DMAR_DRHD:
(XEN) [VT-D]  dmaru->address = c7ffc000
(XEN) [VT-D]drhd->address = c7ffc000 iommu->reg = ffff82c000203000
(XEN) [VT-D]cap = 8d2078c106f0466 ecap = f020df
(XEN) [VT-D] IOAPIC: 0000:f0:1f.7
(XEN) [VT-D] IOAPIC: 0000:00:05.4
(XEN) [VT-D] MSI HPET: 0000:f0:0f.0
(XEN) [VT-D]  flags: INCLUDE_ALL
(XEN) [VT-D]found ACPI_DMAR_RMRR:
(XEN) [VT-D] endpoint: 0000:00:14.0
(XEN) [VT-D] endpoint: 0000:00:1a.0
(XEN) [VT-D] endpoint: 0000:00:1d.0
(XEN) [VT-D]  RMRR region: base_addr 7db86000 end_address 7db95fff
(XEN) [VT-D]found ACPI_DMAR_ATSR:
(XEN) [VT-D]  atsru->all_ports: 0
(XEN) [VT-D] bridge: 0000:00:01.0 start=0 sec=1 sub=1
(XEN) [VT-D] bridge: 0000:00:02.0 start=0 sec=2 sub=2
(XEN) [VT-D] bridge: 0000:00:03.0 start=0 sec=3 sub=3
(XEN) [VT-D]found ACPI_DMAR_RHSA:
(XEN) [VT-D]  rhsau->address: c7ffc000 rhsau->proximity_domain: 0
(XEN) [VT-D]found ACPI_DMAR_RHSA:
(XEN) [VT-D]  rhsau->address: fbffc000 rhsau->proximity_domain: 1
(XEN) Xen ERST support is initialized.
(XEN) HEST: Table parsing has been initialized
(XEN) Using ACPI (MADT) for SMP configuration information
(XEN) SMP: Allowing 32 CPUs (0 hotplug CPUs)
(XEN) IRQ limits: 72 GSI, 6088 MSI/MSI-X
(XEN) Switched to APIC driver x2apic_cluster.
(XEN) xstate: size: 0x340 and states: 0x7
(XEN) CMCI: threshold 0x2 too large for CPU0 bank 17, using 0x1
(XEN) CMCI: threshold 0x2 too large for CPU0 bank 18, using 0x1
(XEN) CMCI: threshold 0x2 too large for CPU0 bank 19, using 0x1
(XEN) Intel machine check reporting enabled
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Platform timer is 14.318MHz HPET
(XEN) Detected 2095.159 MHz processor.
(XEN) Initing memory sharing.
(XEN) alt table ffff82d0802baf38 -> ffff82d0802bc564
(XEN) PCI: MCFG configuration 0: base 80000000 segment 0000 buses 00 - ff
(XEN) PCI: MCFG area at 80000000 reserved in E820
(XEN) PCI: Using MCFG for segment 0000 bus 00-ff
(XEN) Intel VT-d iommu 0 supported page sizes: 4kB, 2MB, 1GB.
(XEN) Intel VT-d iommu 1 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: 2
(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) Defaulting to alternative key handling; send 'A' to switch to normal mode.
(XEN) Allocated console ring of 256 KiB.
(XEN) mwait-idle: MWAIT substates: 0x2120
(XEN) mwait-idle: v0.4.1 model 0x4f
(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)  - APIC Register Virtualization
(XEN)  - Virtual Interrupt Delivery
(XEN)  - Posted Interrupt Processing
(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) CMCI: threshold 0x2 too large for CPU16 bank 17, using 0x1
(XEN) CMCI: threshold 0x2 too large for CPU16 bank 18, using 0x1
(XEN) CMCI: threshold 0x2 too large for CPU16 bank 19, using 0x1
(XEN) Brought up 32 CPUs
(XEN) build-id: c8b753ce66a22831cdf39f5624a3365352d37a44
(XEN) ACPI sleep modes: S3
(XEN) VPMU: disabled
(XEN) mcheck_poll: Machine check polling timer started.
(XEN) Dom0 has maximum 1224 PIRQs
(XEN) NX (Execute Disable) protection active
(XEN) *** LOADING DOMAIN 0 ***
(XEN)  Xen  kernel: 64-bit, lsb, compat32
(XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x1000000 -> 0x1d6b000
(XEN) PHYSICAL MEMORY ARRANGEMENT:
(XEN)  Dom0 alloc.:   000000202e000000->0000002030000000 (2084048 pages to be allocated)
(XEN)  Init. ramdisk: 000000207ecd0000->000000207ffffbda
(XEN) VIRTUAL MEMORY ARRANGEMENT:
(XEN)  Loaded kernel: ffffffff81000000->ffffffff81d6b000
(XEN)  Init. ramdisk: 0000000000000000->0000000000000000
(XEN)  Phys-Mach map: 0000008000000000->0000008001000000
(XEN)  Start info:    ffffffff81d6b000->ffffffff81d6b4b4
(XEN)  Page tables:   ffffffff81d6c000->ffffffff81d7f000
(XEN)  Boot stack:    ffffffff81d7f000->ffffffff81d80000
(XEN)  TOTAL:         ffffffff80000000->ffffffff82000000
(XEN)  ENTRY ADDRESS: ffffffff81b35180
(XEN) Dom0 has maximum 32 VCPUs
(XEN) [VT-D]d0:Hostbridge: skip 0000:00:00.0 map
(XEN) [VT-D]d0:PCIe: map 0000:00:05.0
(XEN) [VT-D]d0:PCIe: map 0000:00:05.1
(XEN) [VT-D]d0:PCIe: map 0000:00:05.2
(XEN) [VT-D]d0:PCIe: map 0000:00:05.4
(XEN) [VT-D]d0:PCIe: map 0000:00:11.0
(XEN) [VT-D]d0:PCI: map 0000:00:11.4
(XEN) [VT-D]d0:PCI: map 0000:00:14.0
(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:1a.0
(XEN) [VT-D]d0:PCI: map 0000:00:1d.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.3
(XEN) [VT-D]d0:PCIe: map 0000:02:00.0
(XEN) [VT-D]d0:PCIe: map 0000:02:00.1
(XEN) [VT-D]d0:PCIe: map 0000:05:00.0
(XEN) [VT-D]d0:PCIe: map 0000:06:00.0
(XEN) [VT-D]d0:PCI: map 0000:7f:08.0
(XEN) [VT-D]d0:PCI: map 0000:7f:08.2
(XEN) [VT-D]d0:PCIe: map 0000:7f:08.3
(XEN) [VT-D]d0:PCI: map 0000:7f:09.0
(XEN) [VT-D]d0:PCI: map 0000:7f:09.2
(XEN) [VT-D]d0:PCIe: map 0000:7f:09.3
(XEN) [VT-D]d0:PCI: map 0000:7f:0b.0
(XEN) [VT-D]d0:PCI: map 0000:7f:0b.1
(XEN) [VT-D]d0:PCI: map 0000:7f:0b.2
(XEN) [VT-D]d0:PCI: map 0000:7f:0b.3
(XEN) [VT-D]d0:PCI: map 0000:7f:0c.0
(XEN) [VT-D]d0:PCI: map 0000:7f:0c.1
(XEN) [VT-D]d0:PCI: map 0000:7f:0c.2
(XEN) [VT-D]d0:PCI: map 0000:7f:0c.3
(XEN) [VT-D]d0:PCI: map 0000:7f:0c.4
(XEN) [VT-D]d0:PCI: map 0000:7f:0c.5
(XEN) [VT-D]d0:PCI: map 0000:7f:0c.6
(XEN) [VT-D]d0:PCI: map 0000:7f:0c.7
(XEN) [VT-D]d0:PCI: map 0000:7f:0f.0
(XEN) [VT-D]d0:PCI: map 0000:7f:0f.1
(XEN) [VT-D]d0:PCI: map 0000:7f:0f.4
(XEN) [VT-D]d0:PCI: map 0000:7f:0f.5
(XEN) [VT-D]d0:PCI: map 0000:7f:0f.6
(XEN) [VT-D]d0:PCI: map 0000:7f:10.0
(XEN) [VT-D]d0:PCI: map 0000:7f:10.1
(XEN) [VT-D]d0:PCI: map 0000:7f:10.5
(XEN) [VT-D]d0:PCI: map 0000:7f:10.6
(XEN) [VT-D]d0:PCI: map 0000:7f:10.7
(XEN) [VT-D]d0:PCI: map 0000:7f:12.0
(XEN) [VT-D]d0:PCI: map 0000:7f:12.1
(XEN) [VT-D]d0:PCIe: map 0000:7f:13.0
(XEN) [VT-D]d0:PCIe: map 0000:7f:13.1
(XEN) [VT-D]d0:PCIe: map 0000:7f:13.2
(XEN) [VT-D]d0:PCIe: map 0000:7f:13.3
(XEN) [VT-D]d0:PCIe: map 0000:7f:13.4
(XEN) [VT-D]d0:PCIe: map 0000:7f:13.5
(XEN) [VT-D]d0:PCI: map 0000:7f:13.6
(XEN) [VT-D]d0:PCI: map 0000:7f:13.7
(XEN) [VT-D]d0:PCIe: map 0000:7f:14.0
(XEN) [VT-D]d0:PCIe: map 0000:7f:14.1
(XEN) [VT-D]d0:PCIe: map 0000:7f:14.2
(XEN) [VT-D]d0:PCIe: map 0000:7f:14.3
(XEN) [VT-D]d0:PCI: map 0000:7f:14.4
(XEN) [VT-D]d0:PCI: map 0000:7f:14.5
(XEN) [VT-D]d0:PCI: map 0000:7f:14.6
(XEN) [VT-D]d0:PCI: map 0000:7f:14.7
(XEN) [VT-D]d0:PCIe: map 0000:7f:15.0
(XEN) [VT-D]d0:PCIe: map 0000:7f:15.1
(XEN) [VT-D]d0:PCIe: map 0000:7f:15.2
(XEN) [VT-D]d0:PCIe: map 0000:7f:15.3
(XEN) [VT-D]d0:PCI: map 0000:7f:16.0
(XEN) [VT-D]d0:PCI: map 0000:7f:16.6
(XEN) [VT-D]d0:PCI: map 0000:7f:16.7
(XEN) [VT-D]d0:PCI: map 0000:7f:17.0
(XEN) [VT-D]d0:PCI: map 0000:7f:17.4
(XEN) [VT-D]d0:PCI: map 0000:7f:17.5
(XEN) [VT-D]d0:PCI: map 0000:7f:17.6
(XEN) [VT-D]d0:PCI: map 0000:7f:17.7
(XEN) [VT-D]d0:PCI: map 0000:7f:1e.0
(XEN) [VT-D]d0:PCI: map 0000:7f:1e.1
(XEN) [VT-D]d0:PCI: map 0000:7f:1e.2
(XEN) [VT-D]d0:PCI: map 0000:7f:1e.3
(XEN) [VT-D]d0:PCI: map 0000:7f:1e.4
(XEN) [VT-D]d0:PCI: map 0000:7f:1f.0
(XEN) [VT-D]d0:PCI: map 0000:7f:1f.2
(XEN) [VT-D]d0:PCIe: map 0000:80:05.0
(XEN) [VT-D]d0:PCIe: map 0000:80:05.1
(XEN) [VT-D]d0:PCIe: map 0000:80:05.2
(XEN) [VT-D]d0:PCIe: map 0000:80:05.4
(XEN) [VT-D]d0:PCI: map 0000:ff:08.0
(XEN) [VT-D]d0:PCI: map 0000:ff:08.2
(XEN) [VT-D]d0:PCIe: map 0000:ff:08.3
(XEN) [VT-D]d0:PCI: map 0000:ff:09.0
(XEN) [VT-D]d0:PCI: map 0000:ff:09.2
(XEN) [VT-D]d0:PCIe: map 0000:ff:09.3
(XEN) [VT-D]d0:PCI: map 0000:ff:0b.0
(XEN) [VT-D]d0:PCI: map 0000:ff:0b.1
(XEN) [VT-D]d0:PCI: map 0000:ff:0b.2
(XEN) [VT-D]d0:PCI: map 0000:ff:0b.3
(XEN) [VT-D]d0:PCI: map 0000:ff:0c.0
(XEN) [VT-D]d0:PCI: map 0000:ff:0c.1
(XEN) [VT-D]d0:PCI: map 0000:ff:0c.2
(XEN) [VT-D]d0:PCI: map 0000:ff:0c.3
(XEN) [VT-D]d0:PCI: map 0000:ff:0c.4
(XEN) [VT-D]d0:PCI: map 0000:ff:0c.5
(XEN) [VT-D]d0:PCI: map 0000:ff:0c.6
(XEN) [VT-D]d0:PCI: map 0000:ff:0c.7
(XEN) [VT-D]d0:PCI: map 0000:ff:0f.0
(XEN) [VT-D]d0:PCI: map 0000:ff:0f.1
(XEN) [VT-D]d0:PCI: map 0000:ff:0f.4
(XEN) [VT-D]d0:PCI: map 0000:ff:0f.5
(XEN) [VT-D]d0:PCI: map 0000:ff:0f.6
(XEN) [VT-D]d0:PCI: map 0000:ff:10.0
(XEN) [VT-D]d0:PCI: map 0000:ff:10.1
(XEN) [VT-D]d0:PCI: map 0000:ff:10.5
(XEN) [VT-D]d0:PCI: map 0000:ff:10.6
(XEN) [VT-D]d0:PCI: map 0000:ff:10.7
(XEN) [VT-D]d0:PCI: map 0000:ff:12.0
(XEN) [VT-D]d0:PCI: map 0000:ff:12.1
(XEN) [VT-D]d0:PCIe: map 0000:ff:13.0
(XEN) [VT-D]d0:PCIe: map 0000:ff:13.1
(XEN) [VT-D]d0:PCIe: map 0000:ff:13.2
(XEN) [VT-D]d0:PCIe: map 0000:ff:13.3
(XEN) [VT-D]d0:PCIe: map 0000:ff:13.4
(XEN) [VT-D]d0:PCIe: map 0000:ff:13.5
(XEN) [VT-D]d0:PCI: map 0000:ff:13.6
(XEN) [VT-D]d0:PCI: map 0000:ff:13.7
(XEN) [VT-D]d0:PCIe: map 0000:ff:14.0
(XEN) [VT-D]d0:PCIe: map 0000:ff:14.1
(XEN) [VT-D]d0:PCIe: map 0000:ff:14.2
(XEN) [VT-D]d0:PCIe: map 0000:ff:14.3
(XEN) [VT-D]d0:PCI: map 0000:ff:14.4
(XEN) [VT-D]d0:PCI: map 0000:ff:14.5
(XEN) [VT-D]d0:PCI: map 0000:ff:14.6
(XEN) [VT-D]d0:PCI: map 0000:ff:14.7
(XEN) [VT-D]d0:PCIe: map 0000:ff:15.0
(XEN) [VT-D]d0:PCIe: map 0000:ff:15.1
(XEN) [VT-D]d0:PCIe: map 0000:ff:15.2
(XEN) [VT-D]d0:PCIe: map 0000:ff:15.3
(XEN) [VT-D]d0:PCI: map 0000:ff:16.0
(XEN) [VT-D]d0:PCI: map 0000:ff:16.6
(XEN) [VT-D]d0:PCI: map 0000:ff:16.7
(XEN) [VT-D]d0:PCI: map 0000:ff:17.0
(XEN) [VT-D]d0:PCI: map 0000:ff:17.4
(XEN) [VT-D]d0:PCI: map 0000:ff:17.5
(XEN) [VT-D]d0:PCI: map 0000:ff:17.6
(XEN) [VT-D]d0:PCI: map 0000:ff:17.7
(XEN) [VT-D]d0:PCI: map 0000:ff:1e.0
(XEN) [VT-D]d0:PCI: map 0000:ff:1e.1
(XEN) [VT-D]d0:PCI: map 0000:ff:1e.2
(XEN) [VT-D]d0:PCI: map 0000:ff:1e.3
(XEN) [VT-D]d0:PCI: map 0000:ff:1e.4
(XEN) [VT-D]d0:PCI: map 0000:ff:1f.0
(XEN) [VT-D]d0:PCI: map 0000:ff:1f.2
(XEN) [VT-D]iommu_enable_translation: iommu->reg = ffff82c000201000
(XEN) [VT-D]iommu_enable_translation: iommu->reg = ffff82c000203000
(XEN) Scrubbing Free RAM on 2 nodes using 16 CPUs
(XEN) ..................................................................done.
(XEN) Initial low memory virq threshold set at 0x4000 pages.
(XEN) Std. Loglevel: All
(XEN) Guest Loglevel: All
(XEN) Xen is relinquishing VGA console.
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
(XEN) Freed 312kB init memory
(XEN) PCI add device 0000:ff:08.0
(XEN) PCI add device 0000:ff:08.2
(XEN) PCI add device 0000:ff:08.3
(XEN) PCI add device 0000:ff:09.0
(XEN) PCI add device 0000:ff:09.2
(XEN) PCI add device 0000:ff:09.3
(XEN) PCI add device 0000:ff:0b.0
(XEN) PCI add device 0000:ff:0b.1
(XEN) PCI add device 0000:ff:0b.2
(XEN) PCI add device 0000:ff:0b.3
(XEN) PCI add device 0000:ff:0c.0
(XEN) PCI add device 0000:ff:0c.1
(XEN) PCI add device 0000:ff:0c.2
(XEN) PCI add device 0000:ff:0c.3
(XEN) PCI add device 0000:ff:0c.4
(XEN) PCI add device 0000:ff:0c.5
(XEN) PCI add device 0000:ff:0c.6
(XEN) PCI add device 0000:ff:0c.7
(XEN) PCI add device 0000:ff:0f.0
(XEN) PCI add device 0000:ff:0f.1
(XEN) PCI add device 0000:ff:0f.4
(XEN) PCI add device 0000:ff:0f.5
(XEN) PCI add device 0000:ff:0f.6
(XEN) PCI add device 0000:ff:10.0
(XEN) PCI add device 0000:ff:10.1
(XEN) PCI add device 0000:ff:10.5
(XEN) PCI add device 0000:ff:10.6
(XEN) PCI add device 0000:ff:10.7
(XEN) PCI add device 0000:ff:12.0
(XEN) PCI add device 0000:ff:12.1
(XEN) PCI add device 0000:ff:13.0
(XEN) PCI add device 0000:ff:13.1
(XEN) PCI add device 0000:ff:13.2
(XEN) PCI add device 0000:ff:13.3
(XEN) PCI add device 0000:ff:13.4
(XEN) PCI add device 0000:ff:13.5
(XEN) PCI add device 0000:ff:13.6
(XEN) PCI add device 0000:ff:13.7
(XEN) PCI add device 0000:ff:14.0
(XEN) PCI add device 0000:ff:14.1
(XEN) PCI add device 0000:ff:14.2
(XEN) PCI add device 0000:ff:14.3
(XEN) PCI add device 0000:ff:14.4
(XEN) PCI add device 0000:ff:14.5
(XEN) PCI add device 0000:ff:14.6
(XEN) PCI add device 0000:ff:14.7
(XEN) PCI add device 0000:ff:15.0
(XEN) PCI add device 0000:ff:15.1
(XEN) PCI add device 0000:ff:15.2
(XEN) PCI add device 0000:ff:15.3
(XEN) PCI add device 0000:ff:16.0
(XEN) PCI add device 0000:ff:16.6
(XEN) PCI add device 0000:ff:16.7
(XEN) PCI add device 0000:ff:17.0
(XEN) PCI add device 0000:ff:17.4
(XEN) PCI add device 0000:ff:17.5
(XEN) PCI add device 0000:ff:17.6
(XEN) PCI add device 0000:ff:17.7
(XEN) PCI add device 0000:ff:1e.0
(XEN) PCI add device 0000:ff:1e.1
(XEN) PCI add device 0000:ff:1e.2
(XEN) PCI add device 0000:ff:1e.3
(XEN) PCI add device 0000:ff:1e.4
(XEN) PCI add device 0000:ff:1f.0
(XEN) PCI add device 0000:ff:1f.2
(XEN) PCI add device 0000:7f:08.0
(XEN) PCI add device 0000:7f:08.2
(XEN) PCI add device 0000:7f:08.3
(XEN) PCI add device 0000:7f:09.0
(XEN) PCI add device 0000:7f:09.2
(XEN) PCI add device 0000:7f:09.3
(XEN) PCI add device 0000:7f:0b.0
(XEN) PCI add device 0000:7f:0b.1
(XEN) PCI add device 0000:7f:0b.2
(XEN) PCI add device 0000:7f:0b.3
(XEN) PCI add device 0000:7f:0c.0
(XEN) PCI add device 0000:7f:0c.1
(XEN) PCI add device 0000:7f:0c.2
(XEN) PCI add device 0000:7f:0c.3
(XEN) PCI add device 0000:7f:0c.4
(XEN) PCI add device 0000:7f:0c.5
(XEN) PCI add device 0000:7f:0c.6
(XEN) PCI add device 0000:7f:0c.7
(XEN) PCI add device 0000:7f:0f.0
(XEN) PCI add device 0000:7f:0f.1
(XEN) PCI add device 0000:7f:0f.4
(XEN) PCI add device 0000:7f:0f.5
(XEN) PCI add device 0000:7f:0f.6
(XEN) PCI add device 0000:7f:10.0
(XEN) PCI add device 0000:7f:10.1
(XEN) PCI add device 0000:7f:10.5
(XEN) PCI add device 0000:7f:10.6
(XEN) PCI add device 0000:7f:10.7
(XEN) PCI add device 0000:7f:12.0
(XEN) PCI add device 0000:7f:12.1
(XEN) PCI add device 0000:7f:13.0
(XEN) PCI add device 0000:7f:13.1
(XEN) PCI add device 0000:7f:13.2
(XEN) PCI add device 0000:7f:13.3
(XEN) PCI add device 0000:7f:13.4
(XEN) PCI add device 0000:7f:13.5
(XEN) PCI add device 0000:7f:13.6
(XEN) PCI add device 0000:7f:13.7
(XEN) PCI add device 0000:7f:14.0
(XEN) PCI add device 0000:7f:14.1
(XEN) PCI add device 0000:7f:14.2
(XEN) PCI add device 0000:7f:14.3
(XEN) PCI add device 0000:7f:14.4
(XEN) PCI add device 0000:7f:14.5
(XEN) PCI add device 0000:7f:14.6
(XEN) PCI add device 0000:7f:14.7
(XEN) PCI add device 0000:7f:15.0
(XEN) PCI add device 0000:7f:15.1
(XEN) PCI add device 0000:7f:15.2
(XEN) PCI add device 0000:7f:15.3
(XEN) PCI add device 0000:7f:16.0
(XEN) PCI add device 0000:7f:16.6
(XEN) PCI add device 0000:7f:16.7
(XEN) PCI add device 0000:7f:17.0
(XEN) PCI add device 0000:7f:17.4
(XEN) PCI add device 0000:7f:17.5
(XEN) PCI add device 0000:7f:17.6
(XEN) PCI add device 0000:7f:17.7
(XEN) PCI add device 0000:7f:1e.0
(XEN) PCI add device 0000:7f:1e.1
(XEN) PCI add device 0000:7f:1e.2
(XEN) PCI add device 0000:7f:1e.3
(XEN) PCI add device 0000:7f:1e.4
(XEN) PCI add device 0000:7f:1f.0
(XEN) PCI add device 0000:7f:1f.2
(XEN) PCI add device 0000:00:00.0
(XEN) PCI add device 0000:00:01.0
(XEN) PCI add device 0000:00:02.0
(XEN) PCI add device 0000:00:03.0
(XEN) PCI add device 0000:00:05.0
(XEN) PCI add device 0000:00:05.1
(XEN) PCI add device 0000:00:05.2
(XEN) PCI add device 0000:00:05.4
(XEN) PCI add device 0000:00:11.0
(XEN) PCI add device 0000:00:11.4
(XEN) PCI add device 0000:00:14.0
(XEN) PCI add device 0000:00:16.0
(XEN) PCI add device 0000:00:16.1
(XEN) PCI add device 0000:00:1a.0
(XEN) PCI add device 0000:00:1c.0
(XEN) PCI add device 0000:00:1c.4
(XEN) PCI add device 0000:00:1c.5
(XEN) PCI add device 0000:00:1d.0
(XEN) PCI add device 0000:00:1f.0
(XEN) PCI add device 0000:00:1f.2
(XEN) PCI add device 0000:00:1f.3
(XEN) PCI add device 0000:02:00.0
(XEN) PCI add device 0000:02:00.1
(XEN) PCI add device 0000:05:00.0
(XEN) PCI add device 0000:06:00.0
(XEN) PCI add device 0000:80:05.0
(XEN) PCI add device 0000:80:05.1
(XEN) PCI add device 0000:80:05.2
(XEN) PCI add device 0000:80:05.4

[-- Attachment #1.1.6: cknowsvr01-kernel-config.txt --]
[-- Type: text/plain, Size: 1915 bytes --]

root@cknowsvr01:/home/diederik# cat /etc/modprobe.d/vga-passthrough.conf 
blacklist amdgpu
options xen-pciback hide=(02:00.0)(02:00.1)
root@cknowsvr01:/home/diederik# cat /etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.

loop
xen-pciback
root@cknowsvr01:/home/diederik# lsmod | grep amd
root@cknowsvr01:/home/diederik# lsmod | grep xen
xen_netback            57344  1
xen_blkback            45056  0
xen_gntdev             20480  3
xen_evtchn             16384  5
xenfs                  16384  1
xen_privcmd            16384  15 xenfs
xen_pciback            61440  0
root@cknowsvr01:/home/diederik# grep -i xen /boot/config-4.8.0-2-amd64 
CONFIG_XEN=y
CONFIG_XEN_DOM0=y
CONFIG_XEN_PVHVM=y
CONFIG_XEN_512GB=y
CONFIG_XEN_SAVE_RESTORE=y
# CONFIG_XEN_DEBUG_FS is not set
CONFIG_XEN_PVH=y
CONFIG_PCI_XEN=y
CONFIG_XEN_PCIDEV_FRONTEND=m
CONFIG_XEN_BLKDEV_FRONTEND=m
CONFIG_XEN_BLKDEV_BACKEND=m
CONFIG_XEN_SCSI_FRONTEND=m
CONFIG_NETXEN_NIC=m
CONFIG_XEN_NETDEV_FRONTEND=m
CONFIG_XEN_NETDEV_BACKEND=m
CONFIG_INPUT_XEN_KBDDEV_FRONTEND=y
CONFIG_HVC_XEN=y
CONFIG_HVC_XEN_FRONTEND=y
CONFIG_TCG_XEN=m
CONFIG_XEN_WDT=m
CONFIG_XEN_FBDEV_FRONTEND=y
# Xen driver support
CONFIG_XEN_BALLOON=y
CONFIG_XEN_BALLOON_MEMORY_HOTPLUG=y
CONFIG_XEN_BALLOON_MEMORY_HOTPLUG_LIMIT=512
CONFIG_XEN_SCRUB_PAGES=y
CONFIG_XEN_DEV_EVTCHN=m
CONFIG_XEN_BACKEND=y
CONFIG_XENFS=m
CONFIG_XEN_COMPAT_XENFS=y
CONFIG_XEN_SYS_HYPERVISOR=y
CONFIG_XEN_XENBUS_FRONTEND=y
CONFIG_XEN_GNTDEV=m
CONFIG_XEN_GRANT_DEV_ALLOC=m
CONFIG_SWIOTLB_XEN=y
CONFIG_XEN_TMEM=m
CONFIG_XEN_PCIDEV_BACKEND=m
CONFIG_XEN_SCSI_BACKEND=m
CONFIG_XEN_PRIVCMD=m
CONFIG_XEN_ACPI_PROCESSOR=m
CONFIG_XEN_MCE_LOG=y
CONFIG_XEN_HAVE_PVMMU=y
CONFIG_XEN_EFI=y
CONFIG_XEN_AUTO_XLATE=y
CONFIG_XEN_ACPI=y
CONFIG_XEN_SYMS=y
CONFIG_XEN_HAVE_VPMU=y

[-- Attachment #1.1.7: cknowsvr01-tradestation.home.cknow.org.cfg.txt --]
[-- Type: text/plain, Size: 1142 bytes --]

root@cknowsvr01:/home/diederik# cat /etc/xen/tradestation.home.cknow.org.cfg 
#
# Configuration file for the Xen instance tradestation.home.cknow.org, created
# by xen-tools 4.6.2 on Sun Jan  8 12:58:13 2017.
#

#
#  Kernel + memory size
#
kernel      = '/boot/vmlinuz-4.8.0-2-amd64'
extra       = 'elevator=noop xen-fbfront.video=32,1920,1080'
ramdisk     = '/boot/initrd.img-4.8.0-2-amd64'

vcpus       = '8'
memory      = '16384'

# Use PVH mode
pvh         = 1


#
#  Disk device(s).
#
root        = '/dev/xvda2 ro'
disk        = [
                  'phy:/dev/vgXen/tradestation.home.cknow.org-disk,xvda2,w',
                  'phy:/dev/vgXen/tradestation.home.cknow.org-swap,xvda1,w',
              ]


#
#  Physical volumes
#


#
#  Hostname
#
name        = 'tradestation.home.cknow.org'

#
#  Networking
#
dhcp        = 'dhcp'
vif         = [ 'mac=00:16:3E:C3:B3:E8' ]

#
#  Behaviour
#
on_poweroff = 'destroy'
on_reboot   = 'restart'
on_crash    = 'destroy'


# PCI devices
# pvh = 1 is likely needed for this
#gfx_passthru = 1
#pci = [ '02:00.0' ]
#pci = [ '02:00.1' ]

# VNC
vnc=1
vnclisten=""
vncpasswd=""
vga="stdvga"
videoram=64

[-- Attachment #1.1.8: cknowsvr01-xl-tradestation.home.cknow.org.log.txt --]
[-- Type: text/plain, Size: 4641 bytes --]

root@cknowsvr01:/home/diederik# cat /var/log/xen/xl-tradestation.home.cknow.org.log.5
Waiting for domain tradestation.home.cknow.org (domid 9) to die [pid 15641]
Domain 9 has shut down, reason code 3 0x3
Action for shutdown reason code 3 is restart
Domain 9 needs to be cleaned up: destroying the domain
libxl: error: libxl_pci.c:1151:libxl__device_pci_reset: The kernel doesn't support reset from sysfs for PCI device 0000:02:00.0
libxl: error: libxl_device.c:1356:libxl__wait_for_backend: Backend /local/domain/0/backend/pci/9/0 not ready
Done. Rebooting now
libxl: notice: libxl_numa.c:518:libxl__get_numa_candidate: NUMA placement failed, performance might be affected
libxl: error: libxl_qmp.c:287:qmp_handle_error_response: received an error message from QMP server: Could not set password
libxl: error: libxl_pci.c:1151:libxl__device_pci_reset: The kernel doesn't support reset from sysfs for PCI device 0000:02:00.0
Waiting for domain tradestation.home.cknow.org (domid 10) to die [pid 15641]
Domain 10 has shut down, reason code 3 0x3
Action for shutdown reason code 3 is restart
Domain 10 needs to be cleaned up: destroying the domain
libxl: error: libxl_pci.c:1151:libxl__device_pci_reset: The kernel doesn't support reset from sysfs for PCI device 0000:02:00.0
libxl: error: libxl_device.c:1356:libxl__wait_for_backend: Backend /local/domain/0/backend/pci/10/0 not ready
Done. Rebooting now
libxl: notice: libxl_numa.c:518:libxl__get_numa_candidate: NUMA placement failed, performance might be affected
libxl: error: libxl_qmp.c:287:qmp_handle_error_response: received an error message from QMP server: Could not set password
libxl: error: libxl_pci.c:1151:libxl__device_pci_reset: The kernel doesn't support reset from sysfs for PCI device 0000:02:00.0
Waiting for domain tradestation.home.cknow.org (domid 11) to die [pid 15641]
Domain 11 has shut down, reason code 3 0x3
Action for shutdown reason code 3 is restart
Domain 11 needs to be cleaned up: destroying the domain
libxl: error: libxl_pci.c:1151:libxl__device_pci_reset: The kernel doesn't support reset from sysfs for PCI device 0000:02:00.0
libxl: error: libxl_device.c:1356:libxl__wait_for_backend: Backend /local/domain/0/backend/pci/11/0 not ready
Done. Rebooting now
libxl: notice: libxl_numa.c:518:libxl__get_numa_candidate: NUMA placement failed, performance might be affected
libxl: error: libxl_qmp.c:287:qmp_handle_error_response: received an error message from QMP server: Could not set password
libxl: error: libxl_pci.c:1151:libxl__device_pci_reset: The kernel doesn't support reset from sysfs for PCI device 0000:02:00.0
Waiting for domain tradestation.home.cknow.org (domid 12) to die [pid 15641]
Domain 12 has shut down, reason code 3 0x3
Action for shutdown reason code 3 is restart
Domain 12 needs to be cleaned up: destroying the domain
libxl: error: libxl_pci.c:1151:libxl__device_pci_reset: The kernel doesn't support reset from sysfs for PCI device 0000:02:00.0
libxl: error: libxl_device.c:1356:libxl__wait_for_backend: Backend /local/domain/0/backend/pci/12/0 not ready
Done. Rebooting now
libxl: notice: libxl_numa.c:518:libxl__get_numa_candidate: NUMA placement failed, performance might be affected
libxl: error: libxl_qmp.c:287:qmp_handle_error_response: received an error message from QMP server: Could not set password
libxl: error: libxl_pci.c:1151:libxl__device_pci_reset: The kernel doesn't support reset from sysfs for PCI device 0000:02:00.0
Waiting for domain tradestation.home.cknow.org (domid 13) to die [pid 15641]
Domain 13 has shut down, reason code 3 0x3
Action for shutdown reason code 3 is restart
Domain 13 needs to be cleaned up: destroying the domain
libxl: error: libxl_pci.c:1151:libxl__device_pci_reset: The kernel doesn't support reset from sysfs for PCI device 0000:02:00.0
libxl: error: libxl_device.c:1356:libxl__wait_for_backend: Backend /local/domain/0/backend/pci/13/0 not ready
Done. Rebooting now
libxl: notice: libxl_numa.c:518:libxl__get_numa_candidate: NUMA placement failed, performance might be affected
libxl: error: libxl_qmp.c:287:qmp_handle_error_response: received an error message from QMP server: Could not set password
libxl: error: libxl_pci.c:1151:libxl__device_pci_reset: The kernel doesn't support reset from sysfs for PCI device 0000:02:00.0
Waiting for domain tradestation.home.cknow.org (domid 14) to die [pid 15641]
Domain 14 has shut down, reason code 3 0x3
Action for shutdown reason code 3 is restart
Domain 14 needs to be cleaned up: destroying the domain
libxl: error: libxl_pci.c:1151:libxl__device_pci_reset: The kernel doesn't support reset from sysfs for PCI device 0000:02:00.0

[-- Attachment #1.1.9: tradestation-kernel-config.txt --]
[-- Type: text/plain, Size: 534 bytes --]

diederik@tradestation:~$ ls -l /etc/modprobe.d/
total 0
diederik@tradestation:~$ cat /etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.

xen_pcifront
diederik@tradestation:~$ lsmod | grep amd
diederik@tradestation:~$ lsmod | grep xen
xen_pcifront           20480  0
xen_netfront           28672  0
xen_blkfront           36864  2
diederik@tradestation:~$ ls -l /boot/  
total 0

[-- Attachment #1.2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

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

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

* Re: Is: EPT violations. Was:Re: Problems with pci/vga passthrough
  2017-01-22 18:30   ` Diederik de Haas
@ 2017-01-24 15:59     ` Diederik de Haas
  2017-01-24 16:11       ` Jan Beulich
  0 siblings, 1 reply; 13+ messages in thread
From: Diederik de Haas @ 2017-01-24 15:59 UTC (permalink / raw)
  To: xen-devel


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

On zondag 22 januari 2017 19:30:17 CET you wrote:
> One particular thing I noticed is that I get (something that looks like) a 
> kernel crash when booting the kernel with Xen, which I don't get when
> choosing  the GRUB option without Xen.
> See `cknowsvr01-dmesg-with-xen.txt` vs `cknowsvr01-dmesg-without-xen.txt`.

Reported it at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=852324 but 
given Ben Hutchings' reaction it seems to be a Xen problem after all.

Relevant part of earlier attached dmesg:

[   13.588386] WARNING: CPU: 18 PID: 1 at /build/linux-zDY19G/linux-4.8.15/arch/x86/mm/dump_pagetables.c:225 note_page+0x5e8/0x790
[   13.588388] x86/mm: Found insecure W+X mapping at address ffff880000000000/0xffff880000000000
...
[   13.608867] x86/mm: Checked W+X mappings: FAILED, 4602 W+X pages found.

[-- Attachment #1.2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

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

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

* Re: Is: EPT violations. Was:Re: Problems with pci/vga passthrough
  2017-01-24 15:59     ` Diederik de Haas
@ 2017-01-24 16:11       ` Jan Beulich
  2017-01-24 17:24         ` Diederik de Haas
  2017-01-24 18:28         ` Boris Ostrovsky
  0 siblings, 2 replies; 13+ messages in thread
From: Jan Beulich @ 2017-01-24 16:11 UTC (permalink / raw)
  To: Diederik de Haas; +Cc: xen-devel

>>> On 24.01.17 at 16:59, <didi.debian@cknow.org> wrote:
> Reported it at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=852324 but 
> given Ben Hutchings' reaction it seems to be a Xen problem after all.
> 
> Relevant part of earlier attached dmesg:
> 
> [   13.588386] WARNING: CPU: 18 PID: 1 at 
> /build/linux-zDY19G/linux-4.8.15/arch/x86/mm/dump_pagetables.c:225 note_page+0x5e8/0x790
> [   13.588388] x86/mm: Found insecure W+X mapping at address ffff880000000000/0xffff880000000000
> ...
> [   13.608867] x86/mm: Checked W+X mappings: FAILED, 4602 W+X pages found.

Now this is a know issue, but I'm pretty convinced one that's entirely
unrelated to your problem.

Jan


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

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

* Re: Is: EPT violations. Was:Re: Problems with pci/vga passthrough
  2017-01-24 16:11       ` Jan Beulich
@ 2017-01-24 17:24         ` Diederik de Haas
  2017-01-24 18:28         ` Boris Ostrovsky
  1 sibling, 0 replies; 13+ messages in thread
From: Diederik de Haas @ 2017-01-24 17:24 UTC (permalink / raw)
  To: xen-devel


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

On dinsdag 24 januari 2017 09:11:22 CET Jan Beulich wrote:
> Now this is a know issue, but I'm pretty convinced one that's entirely
> unrelated to your problem.

Ok, good to know.
Not having a clue on how to achieve what I really want, vga passthrough, I'm 
just trying to work my way through the issues I'm seeing and trying to resolve 
those. 
A kernel crash seemed relevant to this list, hence me reporting it here.

[-- Attachment #1.2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

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

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

* Re: Is: EPT violations. Was:Re: Problems with pci/vga passthrough
  2017-01-24 16:11       ` Jan Beulich
  2017-01-24 17:24         ` Diederik de Haas
@ 2017-01-24 18:28         ` Boris Ostrovsky
  2017-01-24 18:44           ` Diederik de Haas
  1 sibling, 1 reply; 13+ messages in thread
From: Boris Ostrovsky @ 2017-01-24 18:28 UTC (permalink / raw)
  To: Jan Beulich, Diederik de Haas; +Cc: xen-devel

On 01/24/2017 11:11 AM, Jan Beulich wrote:
>>>> On 24.01.17 at 16:59, <didi.debian@cknow.org> wrote:
>> Reported it at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=852324 but 
>> given Ben Hutchings' reaction it seems to be a Xen problem after all.
>>
>> Relevant part of earlier attached dmesg:
>>
>> [   13.588386] WARNING: CPU: 18 PID: 1 at 
>> /build/linux-zDY19G/linux-4.8.15/arch/x86/mm/dump_pagetables.c:225 note_page+0x5e8/0x790
>> [   13.588388] x86/mm: Found insecure W+X mapping at address ffff880000000000/0xffff880000000000
>> ...
>> [   13.608867] x86/mm: Checked W+X mappings: FAILED, 4602 W+X pages found.
> Now this is a know issue, but I'm pretty convinced one that's entirely
> unrelated to your problem.


I thought we fixed this. That's what is_hypervisor_range() was
introduced for, and I haven't seen this warning since then.


-boris

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

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

* Re: Is: EPT violations. Was:Re: Problems with pci/vga passthrough
  2017-01-24 18:28         ` Boris Ostrovsky
@ 2017-01-24 18:44           ` Diederik de Haas
  2017-01-24 18:51             ` Boris Ostrovsky
  0 siblings, 1 reply; 13+ messages in thread
From: Diederik de Haas @ 2017-01-24 18:44 UTC (permalink / raw)
  To: xen-devel; +Cc: Boris Ostrovsky, 852324, Jan Beulich


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

On dinsdag 24 januari 2017 13:28:28 CET Boris Ostrovsky wrote:
> >> Reported it at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=852324
> >> but  given Ben Hutchings' reaction it seems to be a Xen problem after
> >> all.
> >> 
> >> Relevant part of earlier attached dmesg:
> >> 
> >> [   13.588386] WARNING: CPU: 18 PID: 1 at 
> >> /build/linux-zDY19G/linux-4.8.15/arch/x86/mm/dump_pagetables.c:225
> >> note_page+0x5e8/0x790 [   13.588388] x86/mm: Found insecure W+X mapping
> >> at address ffff880000000000/0xffff880000000000 ...
> >> [   13.608867] x86/mm: Checked W+X mappings: FAILED, 4602 W+X pages
> >> found.
> > 
> > Now this is a know issue, but I'm pretty convinced one that's entirely
> > unrelated to your problem.
> 
> I thought we fixed this. That's what is_hypervisor_range() was
> introduced for, and I haven't seen this warning since then.

When? Which commit?
Maybe it isn't (yet) in the Debian tree and/or I am using a kernel which 
doesn't contain that fix.

[-- Attachment #1.2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

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

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

* Re: Is: EPT violations. Was:Re: Problems with pci/vga passthrough
  2017-01-24 18:44           ` Diederik de Haas
@ 2017-01-24 18:51             ` Boris Ostrovsky
  2017-01-24 21:43               ` Boris Ostrovsky
  0 siblings, 1 reply; 13+ messages in thread
From: Boris Ostrovsky @ 2017-01-24 18:51 UTC (permalink / raw)
  To: Diederik de Haas, xen-devel; +Cc: 852324, Jan Beulich


[-- Attachment #1.1.1: Type: text/plain, Size: 1305 bytes --]

On 01/24/2017 01:44 PM, Diederik de Haas wrote:
> On dinsdag 24 januari 2017 13:28:28 CET Boris Ostrovsky wrote:
>>>> Reported it at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=852324
>>>> but  given Ben Hutchings' reaction it seems to be a Xen problem after
>>>> all.
>>>>
>>>> Relevant part of earlier attached dmesg:
>>>>
>>>> [   13.588386] WARNING: CPU: 18 PID: 1 at 
>>>> /build/linux-zDY19G/linux-4.8.15/arch/x86/mm/dump_pagetables.c:225
>>>> note_page+0x5e8/0x790 [   13.588388] x86/mm: Found insecure W+X mapping
>>>> at address ffff880000000000/0xffff880000000000 ...
>>>> [   13.608867] x86/mm: Checked W+X mappings: FAILED, 4602 W+X pages
>>>> found.
>>> Now this is a know issue, but I'm pretty convinced one that's entirely
>>> unrelated to your problem.
>> I thought we fixed this. That's what is_hypervisor_range() was
>> introduced for, and I haven't seen this warning since then.
> When? Which commit?
> Maybe it isn't (yet) in the Debian tree and/or I am using a kernel which 
> doesn't contain that fix.


Commit f4e342c87776884f0309942a3880ca7e835239f9.

All it did was to prevent the walker from trying to verify pages in the
hypervisor range so it doesn't really fix anything. It's just that I am
surprised to see this warning again.


-boris


[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

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

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

* Re: Is: EPT violations. Was:Re: Problems with pci/vga passthrough
  2017-01-24 18:51             ` Boris Ostrovsky
@ 2017-01-24 21:43               ` Boris Ostrovsky
  0 siblings, 0 replies; 13+ messages in thread
From: Boris Ostrovsky @ 2017-01-24 21:43 UTC (permalink / raw)
  To: Diederik de Haas, xen-devel; +Cc: 852324, Jan Beulich


[-- Attachment #1.1.1: Type: text/plain, Size: 1615 bytes --]

On 01/24/2017 01:51 PM, Boris Ostrovsky wrote:
> On 01/24/2017 01:44 PM, Diederik de Haas wrote:
>> On dinsdag 24 januari 2017 13:28:28 CET Boris Ostrovsky wrote:
>>>>> Reported it at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=852324
>>>>> but  given Ben Hutchings' reaction it seems to be a Xen problem after
>>>>> all.
>>>>>
>>>>> Relevant part of earlier attached dmesg:
>>>>>
>>>>> [   13.588386] WARNING: CPU: 18 PID: 1 at 
>>>>> /build/linux-zDY19G/linux-4.8.15/arch/x86/mm/dump_pagetables.c:225
>>>>> note_page+0x5e8/0x790 [   13.588388] x86/mm: Found insecure W+X mapping
>>>>> at address ffff880000000000/0xffff880000000000 ...
>>>>> [   13.608867] x86/mm: Checked W+X mappings: FAILED, 4602 W+X pages
>>>>> found.
>>>> Now this is a know issue, but I'm pretty convinced one that's entirely
>>>> unrelated to your problem.
>>> I thought we fixed this. That's what is_hypervisor_range() was
>>> introduced for, and I haven't seen this warning since then.


Actually, I do see the warnings (I usually don't set CONFIG_DEBUG_WX).
They are not for the hypervisor range though, so the commit below is not
relevant.

Nevertheless, as Jan said, it's unlikely to cause your problem.

-boris


>> When? Which commit?
>> Maybe it isn't (yet) in the Debian tree and/or I am using a kernel which 
>> doesn't contain that fix.
>
> Commit f4e342c87776884f0309942a3880ca7e835239f9.
>
> All it did was to prevent the walker from trying to verify pages in the
> hypervisor range so it doesn't really fix anything. It's just that I am
> surprised to see this warning again.



[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

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

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

end of thread, other threads:[~2017-01-24 21:43 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-18  1:37 Problems with pci/vga passthrough Diederik de Haas
2017-01-18 16:20 ` Is: EPT violations. Was:Re: " Konrad Rzeszutek Wilk
2017-01-18 16:42   ` Jan Beulich
     [not found]     ` <1890797.J70arCvF62@bagend>
2017-01-19  8:18       ` Jan Beulich
2017-01-18 16:47   ` George Dunlap
2017-01-22 18:30   ` Diederik de Haas
2017-01-24 15:59     ` Diederik de Haas
2017-01-24 16:11       ` Jan Beulich
2017-01-24 17:24         ` Diederik de Haas
2017-01-24 18:28         ` Boris Ostrovsky
2017-01-24 18:44           ` Diederik de Haas
2017-01-24 18:51             ` Boris Ostrovsky
2017-01-24 21:43               ` Boris Ostrovsky

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.