You are not logged in.

#1 2017-11-29 15:58:28

masato5
Member
Registered: 2017-11-29
Posts: 4

There is no sound from the HDMI audio device of the RADEON RX 480 in t

I have built a GPU passthrough environment, but when allocating more than 8 GB of memory to the virtual machine, no sound comes from the AMD RADEON RX - 480 HDMI audio device.
However, if the memory capacity allocated to the virtual machine is 4 GB or less, a sound is produced.

Replacing the OVMF package with that of Ubuntu 16.04 and adding a USB controller to the pass-through device
Even if 4 GB or more memory is allocated, the HDMI audio device sounds normally.

Even in OVMF of Ubuntu 16.04, if you do not passthrough the USB controller, no sound comes from the HDMI audio device unless the memory to allocate is 4 GB or less.

On Windows 10, although the HDMI audio device is in a normal operation state, there is no sound.

lspci

00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09)
00:01.1 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09)
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller (rev 09)
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series/C216 Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C216 Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C216 Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.4 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 5 (rev c4)
00:1c.5 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 6 (rev c4)
00:1c.6 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 7 (rev c4)
00:1c.7 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 8 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation Z77 Express Chipset LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 7 Series/C210 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C216 Chipset Family SMBus Controller (rev 04)
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Cape Verde XT [Radeon HD 7770/8760 / R7 250X]
01:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Cape Verde/Pitcairn HDMI Audio [Radeon HD 7700/7800 Series]
02:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Ellesmere [Radeon RX 470/480/570/580] (rev c7)
02:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Ellesmere [Radeon RX 580]
04:00.0 SATA controller: ASMedia Technology Inc. ASM1062 Serial ATA Controller (rev 01)
05:00.0 Ethernet controller: Broadcom Limited NetLink BCM57781 Gigabit Ethernet PCIe (rev 10)
06:00.0 USB controller: Etron Technology, Inc. EJ168 USB 3.0 Host Controller (rev 01)
07:00.0 PCI bridge: PLX Technology, Inc. PEX 8605 PCI Express 4-port Gen2 Switch (rev aa)
08:01.0 PCI bridge: PLX Technology, Inc. PEX 8605 PCI Express 4-port Gen2 Switch (rev aa)
08:02.0 PCI bridge: PLX Technology, Inc. PEX 8605 PCI Express 4-port Gen2 Switch (rev aa)
08:03.0 PCI bridge: PLX Technology, Inc. PEX 8605 PCI Express 4-port Gen2 Switch (rev aa)
0a:00.0 USB controller: Renesas Technology Corp. uPD720201 USB 3.0 Host Controller (rev 03)
0b:00.0 PCI bridge: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI Bridge (rev 03)
0c:00.0 Multimedia controller: ViXS Systems, Inc. XCode II Series
0c:02.0 FireWire (IEEE 1394): VIA Technologies, Inc. VT6306/7/8 [Fire II(M)] IEEE 1394 OHCI Controller (rev c0)

packages list

libvirt 3.8.0-1
libvirt-glib 1.0.0-1
libvirt-python2 3.8.0-1
virt-install 1.4.3-2
virt-manager 1.4.3-2
virt-viewer 6.0-1
qemu 2.10.1-1
qemu-launcher 1.7.4-5
ovmf 1:r21243.3858b4a1ff-1

Virtual machine XML File

<!--
WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
  virsh edit KVMPC01
or other application using the libvirt API.
-->

<domain type='kvm'>
  <name>KVMPC01</name>
  <uuid>470b4c88-fa93-4d60-b603-0d55db463e69</uuid>
  <memory unit='KiB'>8388608</memory>
  <currentMemory unit='KiB'>8388608</currentMemory>
  <vcpu placement='static'>4</vcpu>
  <os>
    <type arch='x86_64' machine='pc-i440fx-2.10'>hvm</type>
    <loader readonly='yes' type='pflash'>/usr/share/ovmf/ovmf_code_x64.bin</loader>
    <nvram>/var/lib/libvirt/qemu/nvram/KVMPC01_VARS.fd</nvram>
    <boot dev='hd'/>
    <bootmenu enable='yes'/>
  </os>
  <features>
    <acpi/>
    <apic/>
    <hyperv>
      <relaxed state='on'/>
      <vapic state='on'/>
      <spinlocks state='on' retries='8191'/>
    </hyperv>
    <vmport state='off'/>
  </features>
  <cpu mode='host-model' check='partial'>
    <model fallback='allow'/>
    <topology sockets='1' cores='4' threads='1'/>
  </cpu>
  <clock offset='localtime'>
    <timer name='rtc' tickpolicy='catchup'/>
    <timer name='pit' tickpolicy='delay'/>
    <timer name='hpet' present='no'/>
    <timer name='hypervclock' present='yes'/>
  </clock>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>restart</on_reboot>
  <on_crash>destroy</on_crash>
  <pm>
    <suspend-to-mem enabled='no'/>
    <suspend-to-disk enabled='no'/>
  </pm>
  <devices>
    <emulator>/usr/sbin/qemu-system-x86_64</emulator>
    <disk type='block' device='disk'>
      <driver name='qemu' type='raw' cache='none' io='native'/>
      <source dev='/dev/mapper/vg--yoshi--kvm03-KCMPC01'/>
      <target dev='sda' bus='scsi'/>
      <address type='drive' controller='0' bus='0' target='0' unit='0'/>
    </disk>
    <disk type='file' device='cdrom'>
      <driver name='qemu' type='raw'/>
      <source file='/mnt/smbnet/download/Windows/Windows10/Windows10_x86_x64_201710_16299.iso'/>
      <target dev='hdb' bus='ide'/>
      <readonly/>
      <address type='drive' controller='0' bus='0' target='0' unit='1'/>
    </disk>
    <controller type='usb' index='0' model='ich9-ehci1'>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x7'/>
    </controller>
    <controller type='usb' index='0' model='ich9-uhci1'>
      <master startport='0'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0' multifunction='on'/>
    </controller>
    <controller type='usb' index='0' model='ich9-uhci2'>
      <master startport='2'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x1'/>
    </controller>
    <controller type='usb' index='0' model='ich9-uhci3'>
      <master startport='4'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x2'/>
    </controller>
    <controller type='pci' index='0' model='pci-root'/>
    <controller type='scsi' index='0' model='virtio-scsi'>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
    </controller>
    <controller type='ide' index='0'>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
    </controller>
    <controller type='virtio-serial' index='0'>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
    </controller>
    <interface type='bridge'>
      <mac address='52:54:00:1c:00:18'/>
      <source bridge='br0'/>
      <model type='virtio'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
    </interface>
    <serial type='pty'>
      <target port='0'/>
    </serial>
    <console type='pty'>
      <target type='serial' port='0'/>
    </console>
    <channel type='spicevmc'>
      <target type='virtio' name='com.redhat.spice.0'/>
      <address type='virtio-serial' controller='0' bus='0' port='1'/>
    </channel>
    <input type='tablet' bus='usb'>
      <address type='usb' bus='0' port='1'/>
    </input>
    <input type='mouse' bus='ps2'/>
    <input type='keyboard' bus='ps2'/>
    <graphics type='spice' autoport='yes'>
      <listen type='address'/>
      <image compression='off'/>
    </graphics>
    <sound model='ich6'>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
    </sound>
    <video>
      <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
    </video>
    <hostdev mode='subsystem' type='pci' managed='yes'>
      <source>
        <address domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
      </source>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0'/>
    </hostdev>
    <hostdev mode='subsystem' type='pci' managed='yes'>
      <source>
        <address domain='0x0000' bus='0x01' slot='0x00' function='0x1'/>
      </source>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x0a' function='0x0'/>
    </hostdev>
    <redirdev bus='usb' type='spicevmc'>
      <address type='usb' bus='0' port='2'/>
    </redirdev>
    <redirdev bus='usb' type='spicevmc'>
      <address type='usb' bus='0' port='3'/>
    </redirdev>
    <memballoon model='virtio'>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/>
    </memballoon>
  </devices>
</domain>

Last edited by masato5 (2017-12-01 10:00:39)

Offline

#2 2017-11-30 11:25:51

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,911

Re: There is no sound from the HDMI audio device of the RADEON RX 480 in t

please use code tags.

post lspci -k so we can see which components you are passing through to vfio .
full dmesg / journalctl -b   would also help.

You appear to have 3 videocards :
intel integrated
AMD cape verde XT
AMD R480

Is that correct ?

How much memory does your system have ?
Is uefi firmware uptodate ?


also post full dmesg / journal output of a boot please


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#3 2017-12-01 09:46:40

masato5
Member
Registered: 2017-11-29
Posts: 4

Re: There is no sound from the HDMI audio device of the RADEON RX 480 in t

Thank you.

>You appear to have 3 videocards :
i>ntel integrated
>AMD cape verde XT
>AMD R480
>
>Is that correct ?

   Yes.
   There are three video cards, but the RX 480 is passing through to the virtual machine.

>How much memory does your system have ?

   The system memory is 16 GB.

>Is uefi firmware uptodate ?
   I confirmed the version "ovmf 1: r 212433.3858b4a1f-1" and the test version "ovmf 1:r22345.bec7a86c70-1".

Last edited by masato5 (2017-12-01 09:55:09)

Offline

#4 2017-12-01 09:52:11

masato5
Member
Registered: 2017-11-29
Posts: 4

Re: There is no sound from the HDMI audio device of the RADEON RX 480 in t

>also post full dmesg / journal output of a boot please

  It is dmesg at boot time

[    0.000000] random: get_random_bytes called from start_kernel+0x42/0x4b7 with crng_init=0
[    0.000000] Linux version 4.13.12-1-vfio (masato@yoshi-kvm03) (gcc version 7.2.0 (GCC)) #1 SMP PREEMPT Mon Nov 27 08:40:14 JST 2017
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux-vfio root=/dev/mapper/vg--yoshi--kvm03-lv--root rw intel_iommu=on pcie_acs_override=downstream i915.enable_hd_vgaarb=1
[    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] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000040005000-0x000000009c869fff] usable
[    0.000000] BIOS-e820: [mem 0x000000009c86a000-0x000000009d7cbfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000009d7cc000-0x000000009d859fff] usable
[    0.000000] BIOS-e820: [mem 0x000000009d85a000-0x000000009d8fefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000009d8ff000-0x000000009e0a2fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000009e0a3000-0x000000009e15cfff] type 20
[    0.000000] BIOS-e820: [mem 0x000000009e15d000-0x000000009e15dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000009e15e000-0x000000009e1a0fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000009e1a1000-0x000000009ebecfff] usable
[    0.000000] BIOS-e820: [mem 0x000000009ebed000-0x000000009eff1fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000009eff2000-0x000000009effffff] usable
[    0.000000] BIOS-e820: [mem 0x000000009f800000-0x00000000af9fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000044f5fffff] usable
[    0.000000] Warning: PCIe ACS overrides enabled; This may allow non-IOMMU protected peer-to-peer DMA
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.31 by American Megatrends
[    0.000000] efi:  ACPI=0x9d8e2000  ACPI 2.0=0x9d8e2000  SMBIOS=0xf04c0  MPS=0xfd570
[    0.000000] random: fast init done
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./Z77 Extreme6, BIOS P2.80 07/01/2013
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x44f600 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-DFFFF uncachable
[    0.000000]   E0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask C00000000 write-back
[    0.000000]   1 base 400000000 mask FC0000000 write-back
[    0.000000]   2 base 440000000 mask FF0000000 write-back
[    0.000000]   3 base 0C0000000 mask FC0000000 uncachable
[    0.000000]   4 base 0A0000000 mask FE0000000 uncachable
[    0.000000]   5 base 09F800000 mask FFF800000 uncachable
[    0.000000]   6 base 44F800000 mask FFF800000 uncachable
[    0.000000]   7 base 44F600000 mask FFFE00000 uncachable
[    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] e820: update [mem 0x9f800000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0x9f000 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fda80-0x000fda8f] mapped at [ffff9b02000fda80]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff9b0200097000] 97000 size 24576
[    0.000000] BRK [0x3ad64000, 0x3ad64fff] PGTABLE
[    0.000000] BRK [0x3ad65000, 0x3ad65fff] PGTABLE
[    0.000000] BRK [0x3ad66000, 0x3ad66fff] PGTABLE
[    0.000000] BRK [0x3ad67000, 0x3ad67fff] PGTABLE
[    0.000000] BRK [0x3ad68000, 0x3ad68fff] PGTABLE
[    0.000000] BRK [0x3ad69000, 0x3ad69fff] PGTABLE
[    0.000000] BRK [0x3ad6a000, 0x3ad6afff] PGTABLE
[    0.000000] BRK [0x3ad6b000, 0x3ad6bfff] PGTABLE
[    0.000000] BRK [0x3ad6c000, 0x3ad6cfff] PGTABLE
[    0.000000] BRK [0x3ad6d000, 0x3ad6dfff] PGTABLE
[    0.000000] BRK [0x3ad6e000, 0x3ad6efff] PGTABLE
[    0.000000] BRK [0x3ad6f000, 0x3ad6ffff] PGTABLE
[    0.000000] Secure boot could not be determined
[    0.000000] RAMDISK: [mem 0x36811000-0x373fffff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x000000009D8E2000 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x000000009D8E2080 00007C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x000000009D8EC520 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x000000009D8E2190 00A38E (v02 ALASKA A M I    00000022 INTL 20051117)
[    0.000000] ACPI: FACS 0x000000009D8FD080 000040
[    0.000000] ACPI: APIC 0x000000009D8EC630 000092 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x000000009D8EC6C8 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x000000009D8EC710 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.000000] ACPI: SSDT 0x000000009D8EC750 0007E1 (v01 Intel_ AoacTabl 00001000 INTL 20091112)
[    0.000000] ACPI: AAFT 0x000000009D8ECF38 000112 (v01 ALASKA OEMAAFT  01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 0x000000009D8ED050 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
[    0.000000] ACPI: SSDT 0x000000009D8ED088 00036D (v01 SataRe SataTabl 00001000 INTL 20091112)
[    0.000000] ACPI: SSDT 0x000000009D8ED3F8 0009AA (v01 PmRef  Cpu0Ist  00003000 INTL 20051117)
[    0.000000] ACPI: SSDT 0x000000009D8EDDA8 000A92 (v01 PmRef  CpuPm    00003000 INTL 20051117)
[    0.000000] ACPI: DMAR 0x000000009D8EE840 0000B8 (v01 INTEL  SNB      00000001 INTL 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000044f5fffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x44f5ec000-0x44f5f0fff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000044f5fffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000001fffffff]
[    0.000000]   node   0: [mem 0x0000000020200000-0x0000000040003fff]
[    0.000000]   node   0: [mem 0x0000000040005000-0x000000009c869fff]
[    0.000000]   node   0: [mem 0x000000009d7cc000-0x000000009d859fff]
[    0.000000]   node   0: [mem 0x000000009e15d000-0x000000009e15dfff]
[    0.000000]   node   0: [mem 0x000000009e1a1000-0x000000009ebecfff]
[    0.000000]   node   0: [mem 0x000000009eff2000-0x000000009effffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000044f5fffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000044f5fffff]
[    0.000000] On node 0 totalpages: 4114160
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 26 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 9990 pages used for memmap
[    0.000000]   DMA32 zone: 639314 pages, LIFO batch:31
[    0.000000]   Normal zone: 54232 pages used for memmap
[    0.000000]   Normal zone: 3470848 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics memory at 0x000000009fa00000-0x00000000af9fffff
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    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 8 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x40004000-0x40004fff]
[    0.000000] PM: Registered nosave memory: [mem 0x9c86a000-0x9d7cbfff]
[    0.000000] PM: Registered nosave memory: [mem 0x9d85a000-0x9d8fefff]
[    0.000000] PM: Registered nosave memory: [mem 0x9d8ff000-0x9e0a2fff]
[    0.000000] PM: Registered nosave memory: [mem 0x9e0a3000-0x9e15cfff]
[    0.000000] PM: Registered nosave memory: [mem 0x9e15e000-0x9e1a0fff]
[    0.000000] PM: Registered nosave memory: [mem 0x9ebed000-0x9eff1fff]
[    0.000000] PM: Registered nosave memory: [mem 0x9f000000-0x9f7fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x9f800000-0xaf9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xafa00000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0xafa00000-0xf7ffffff] 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: 6370452778343963 ns
[    0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] percpu: Embedded 36 pages/cpu @ffff9b064f200000 s106520 r8192 d32744 u262144
[    0.000000] pcpu-alloc: s106520 r8192 d32744 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 4049848
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-vfio root=/dev/mapper/vg--yoshi--kvm03-lv--root rw intel_iommu=on pcie_acs_override=downstream i915.enable_hd_vgaarb=1
[    0.000000] DMAR: IOMMU enabled
[    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: 15899468K/16456640K available (6644K kernel code, 1134K rwdata, 2048K rodata, 1336K init, 908K bss, 557172K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] ftrace: allocating 28356 entries in 111 pages
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
[    0.000000]  Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.000000] NR_IRQS: 8448, nr_irqs: 488, preallocated irqs: 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    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.003333] tsc: Detected 3099.880 MHz processor
[    0.003333] Calibrating delay loop (skipped), value calculated using timer frequency.. 6202.08 BogoMIPS (lpj=10332933)
[    0.003333] pid_max: default: 32768 minimum: 301
[    0.003333] ACPI: Core revision 20170531
[    0.007928] ACPI: 5 ACPI AML tables successfully acquired and loaded
[    0.008144] Security Framework initialized
[    0.008144] Yama: becoming mindful.
[    0.010722] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.011944] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.011987] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.012023] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.012183] CPU: Physical Processor ID: 0
[    0.012184] CPU: Processor Core ID: 0
[    0.012188] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.012188] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.012191] mce: CPU supports 9 MCE banks
[    0.012198] CPU0: Thermal monitoring enabled (TM1)
[    0.012206] process: using mwait in idle threads
[    0.012208] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[    0.012208] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.012288] Freeing SMP alternatives memory: 24K
[    0.017592] smpboot: Max logical packages: 2
[    0.017597] DMAR: Host address width 36
[    0.017598] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.017604] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c0000020e60262 ecap f0101a
[    0.017605] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.017607] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap c9008020660262 ecap f0105a
[    0.017608] DMAR: RMRR base: 0x0000009d4a8000 end: 0x0000009d4d4fff
[    0.017609] DMAR: RMRR base: 0x0000009f800000 end: 0x000000af9fffff
[    0.017611] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.017611] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.017612] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.017866] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.017867] x2apic enabled
[    0.017871] Switched APIC routing to cluster x2apic.
[    0.018288] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.051299] TSC deadline timer enabled
[    0.051301] smpboot: CPU0: Intel(R) Core(TM) i7-3770S CPU @ 3.10GHz (family: 0x6, model: 0x3a, stepping: 0x9)
[    0.063343] Performance Events: PEBS fmt1+, IvyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.063374] ... version:                3
[    0.063375] ... bit width:              48
[    0.063375] ... generic registers:      4
[    0.063376] ... value mask:             0000ffffffffffff
[    0.063377] ... max period:             00007fffffffffff
[    0.063378] ... fixed-purpose events:   3
[    0.063379] ... event mask:             000000070000000f
[    0.070004] Hierarchical SRCU implementation.
[    0.083473] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.090003] smp: Bringing up secondary CPUs ...
[    0.116682] x86: Booting SMP configuration:
[    0.116684] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.862021] smp: Brought up 1 node, 8 CPUs
[    0.862021] smpboot: Total of 8 processors activated (49628.98 BogoMIPS)
[    0.863734] devtmpfs: initialized
[    0.863734] x86/mm: Memory block size: 128MB
[    0.864230] PM: Registering ACPI NVS region [mem 0x9d85a000-0x9d8fefff] (675840 bytes)
[    0.864230] PM: Registering ACPI NVS region [mem 0x9e15e000-0x9e1a0fff] (274432 bytes)
[    0.864230] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.864230] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.864230] pinctrl core: initialized pinctrl subsystem
[    0.864230] RTC time:  9:23:45, date: 12/01/17
[    0.864230] NET: Registered protocol family 16
[    0.864230] cpuidle: using governor ladder
[    0.864230] cpuidle: using governor menu
[    0.864230] PCCT header not found.
[    0.864230] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.864230] ACPI: bus type PCI registered
[    0.864230] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.864230] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.864230] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.864230] pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
[    0.864230] PCI: Using configuration type 1 for base access
[    0.864230] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.864230] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.864230] ACPI: Added _OSI(Module Device)
[    0.864230] ACPI: Added _OSI(Processor Device)
[    0.864230] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.864230] ACPI: Added _OSI(Processor Aggregator Device)
[    0.864230] ACPI: Executed 1 blocks of module-level executable AML code
[    0.869244] ACPI: Dynamic OEM Table Load:
[    0.869244] ACPI: SSDT 0xFFFF9B063CB9A000 00083B (v01 PmRef  Cpu0Cst  00003001 INTL 20051117)
[    0.869244] ACPI: Dynamic OEM Table Load:
[    0.869244] ACPI: SSDT 0xFFFF9B063CBA7400 000303 (v01 PmRef  ApIst    00003000 INTL 20051117)
[    0.870042] ACPI: Dynamic OEM Table Load:
[    0.870046] ACPI: SSDT 0xFFFF9B063CB84200 000119 (v01 PmRef  ApCst    00003000 INTL 20051117)
[    0.871026] ACPI: Interpreter enabled
[    0.871042] ACPI: (supports S0 S3 S4 S5)
[    0.871043] ACPI: Using IOAPIC for interrupt routing
[    0.871088] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.877255] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.877259] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.877423] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
[    0.877524] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    0.877525] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.877858] PCI host bridge to bus 0000:00
[    0.877860] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.877861] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.877862] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.877863] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.877863] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.877864] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.877865] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.877866] pci_bus 0000:00: root bus resource [mem 0xafa00000-0xfeafffff window]
[    0.877867] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.877873] pci 0000:00:00.0: [8086:0150] type 00 class 0x060000
[    0.877946] pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
[    0.877973] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.878033] pci 0000:00:01.1: [8086:0155] type 01 class 0x060400
[    0.878058] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.878119] pci 0000:00:02.0: [8086:0162] type 00 class 0x030000
[    0.878127] pci 0000:00:02.0: reg 0x10: [mem 0xf7400000-0xf77fffff 64bit]
[    0.878131] pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
[    0.878134] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.878226] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
[    0.878248] pci 0000:00:14.0: reg 0x10: [mem 0xf7f00000-0xf7f0ffff 64bit]
[    0.878312] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.878374] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
[    0.878396] pci 0000:00:16.0: reg 0x10: [mem 0xf7f1a000-0xf7f1a00f 64bit]
[    0.878463] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.878530] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
[    0.878550] pci 0000:00:1a.0: reg 0x10: [mem 0xf7f18000-0xf7f183ff]
[    0.878628] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.878690] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
[    0.878707] pci 0000:00:1b.0: reg 0x10: [mem 0xf7f10000-0xf7f13fff 64bit]
[    0.878767] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.878840] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
[    0.878973] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.878998] pci 0000:00:1c.0: Enabling MPC IRBNCE
[    0.878999] pci 0000:00:1c.0: Intel PCH root port ACS workaround enabled
[    0.879062] pci 0000:00:1c.4: [8086:1e18] type 01 class 0x060400
[    0.879139] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.879153] pci 0000:00:1c.4: Enabling MPC IRBNCE
[    0.879155] pci 0000:00:1c.4: Intel PCH root port ACS workaround enabled
[    0.879212] pci 0000:00:1c.5: [8086:1e1a] type 01 class 0x060400
[    0.879289] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.879303] pci 0000:00:1c.5: Enabling MPC IRBNCE
[    0.879304] pci 0000:00:1c.5: Intel PCH root port ACS workaround enabled
[    0.879362] pci 0000:00:1c.6: [8086:1e1c] type 01 class 0x060400
[    0.879438] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[    0.879452] pci 0000:00:1c.6: Enabling MPC IRBNCE
[    0.879454] pci 0000:00:1c.6: Intel PCH root port ACS workaround enabled
[    0.879510] pci 0000:00:1c.7: [8086:1e1e] type 01 class 0x060400
[    0.879587] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[    0.879601] pci 0000:00:1c.7: Enabling MPC IRBNCE
[    0.879603] pci 0000:00:1c.7: Intel PCH root port ACS workaround enabled
[    0.879661] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
[    0.879680] pci 0000:00:1d.0: reg 0x10: [mem 0xf7f17000-0xf7f173ff]
[    0.879759] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.879821] pci 0000:00:1f.0: [8086:1e44] type 00 class 0x060100
[    0.879977] pci 0000:00:1f.2: [8086:1e02] type 00 class 0x010601
[    0.879993] pci 0000:00:1f.2: reg 0x10: [io  0xf0b0-0xf0b7]
[    0.879999] pci 0000:00:1f.2: reg 0x14: [io  0xf0a0-0xf0a3]
[    0.880006] pci 0000:00:1f.2: reg 0x18: [io  0xf090-0xf097]
[    0.880012] pci 0000:00:1f.2: reg 0x1c: [io  0xf080-0xf083]
[    0.880018] pci 0000:00:1f.2: reg 0x20: [io  0xf060-0xf07f]
[    0.880025] pci 0000:00:1f.2: reg 0x24: [mem 0xf7f16000-0xf7f167ff]
[    0.880062] pci 0000:00:1f.2: PME# supported from D3hot
[    0.880120] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
[    0.880136] pci 0000:00:1f.3: reg 0x10: [mem 0xf7f15000-0xf7f150ff 64bit]
[    0.880154] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
[    0.880251] pci 0000:01:00.0: [1002:683d] type 00 class 0x030000
[    0.880261] pci 0000:01:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.880265] pci 0000:01:00.0: reg 0x18: [mem 0xf7e00000-0xf7e3ffff 64bit]
[    0.880268] pci 0000:01:00.0: reg 0x20: [io  0xe000-0xe0ff]
[    0.880273] pci 0000:01:00.0: reg 0x30: [mem 0xf7e40000-0xf7e5ffff pref]
[    0.880298] pci 0000:01:00.0: supports D1 D2
[    0.880299] pci 0000:01:00.0: PME# supported from D1 D2 D3hot
[    0.880333] pci 0000:01:00.1: [1002:aab0] type 00 class 0x040300
[    0.880342] pci 0000:01:00.1: reg 0x10: [mem 0xf7e60000-0xf7e63fff 64bit]
[    0.880374] pci 0000:01:00.1: supports D1 D2
[    0.890017] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.890020] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.890023] pci 0000:00:01.0:   bridge window [mem 0xf7e00000-0xf7efffff]
[    0.890026] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[    0.890084] pci 0000:02:00.0: [1002:67df] type 00 class 0x030000
[    0.890109] pci 0000:02:00.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.890118] pci 0000:02:00.0: reg 0x18: [mem 0xd0000000-0xd01fffff 64bit pref]
[    0.890123] pci 0000:02:00.0: reg 0x20: [io  0xd000-0xd0ff]
[    0.890128] pci 0000:02:00.0: reg 0x24: [mem 0xf7d00000-0xf7d3ffff]
[    0.890133] pci 0000:02:00.0: reg 0x30: [mem 0xf7d40000-0xf7d5ffff pref]
[    0.890195] pci 0000:02:00.0: supports D1 D2
[    0.890196] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.890258] pci 0000:02:00.1: [1002:aaf0] type 00 class 0x040300
[    0.890278] pci 0000:02:00.1: reg 0x10: [mem 0xf7d60000-0xf7d63fff 64bit]
[    0.890346] pci 0000:02:00.1: supports D1 D2
[    0.900028] pci 0000:00:01.1: PCI bridge to [bus 02]
[    0.900031] pci 0000:00:01.1:   bridge window [io  0xd000-0xdfff]
[    0.900033] pci 0000:00:01.1:   bridge window [mem 0xf7d00000-0xf7dfffff]
[    0.900037] pci 0000:00:01.1:   bridge window [mem 0xc0000000-0xd01fffff 64bit pref]
[    0.900103] pci 0000:00:1c.0: PCI bridge to [bus 03]
[    0.900165] pci 0000:04:00.0: [1b21:0612] type 00 class 0x010601
[    0.900193] pci 0000:04:00.0: reg 0x10: [io  0xc050-0xc057]
[    0.900205] pci 0000:04:00.0: reg 0x14: [io  0xc040-0xc043]
[    0.900217] pci 0000:04:00.0: reg 0x18: [io  0xc030-0xc037]
[    0.900230] pci 0000:04:00.0: reg 0x1c: [io  0xc020-0xc023]
[    0.900242] pci 0000:04:00.0: reg 0x20: [io  0xc000-0xc01f]
[    0.900254] pci 0000:04:00.0: reg 0x24: [mem 0xf7c00000-0xf7c001ff]
[    0.910021] pci 0000:00:1c.4: PCI bridge to [bus 04]
[    0.910025] pci 0000:00:1c.4:   bridge window [io  0xc000-0xcfff]
[    0.910029] pci 0000:00:1c.4:   bridge window [mem 0xf7c00000-0xf7cfffff]
[    0.910110] pci 0000:05:00.0: [14e4:16b1] type 00 class 0x020000
[    0.910154] pci 0000:05:00.0: reg 0x10: [mem 0xf0110000-0xf011ffff 64bit pref]
[    0.910176] pci 0000:05:00.0: reg 0x18: [mem 0xf0100000-0xf010ffff 64bit pref]
[    0.910216] pci 0000:05:00.0: reg 0x30: [mem 0xf7b00000-0xf7b007ff pref]
[    0.910333] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[    0.920027] pci 0000:00:1c.5: PCI bridge to [bus 05]
[    0.920034] pci 0000:00:1c.5:   bridge window [mem 0xf7b00000-0xf7bfffff]
[    0.920040] pci 0000:00:1c.5:   bridge window [mem 0xf0100000-0xf01fffff 64bit pref]
[    0.920105] pci 0000:06:00.0: [1b6f:7023] type 00 class 0x0c0330
[    0.920142] pci 0000:06:00.0: reg 0x10: [mem 0xf7a00000-0xf7a07fff 64bit]
[    0.920284] pci 0000:06:00.0: supports D1 D2
[    0.920285] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.930025] pci 0000:00:1c.6: PCI bridge to [bus 06]
[    0.930031] pci 0000:00:1c.6:   bridge window [mem 0xf7a00000-0xf7afffff]
[    0.930116] pci 0000:07:00.0: [10b5:8605] type 01 class 0x060400
[    0.930325] pci 0000:07:00.0: supports D1 D2
[    0.930326] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.940027] pci 0000:00:1c.7: PCI bridge to [bus 07-0c]
[    0.940031] pci 0000:00:1c.7:   bridge window [io  0xb000-0xbfff]
[    0.940035] pci 0000:00:1c.7:   bridge window [mem 0xf7800000-0xf79fffff]
[    0.940041] pci 0000:00:1c.7:   bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
[    0.940149] pci 0000:08:01.0: [10b5:8605] type 01 class 0x060400
[    0.940358] pci 0000:08:01.0: supports D1 D2
[    0.940358] pci 0000:08:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.940468] pci 0000:08:02.0: [10b5:8605] type 01 class 0x060400
[    0.940677] pci 0000:08:02.0: supports D1 D2
[    0.940678] pci 0000:08:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.940783] pci 0000:08:03.0: [10b5:8605] type 01 class 0x060400
[    0.940992] pci 0000:08:03.0: supports D1 D2
[    0.940992] pci 0000:08:03.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.941131] pci 0000:07:00.0: PCI bridge to [bus 08-0c]
[    0.941140] pci 0000:07:00.0:   bridge window [io  0xb000-0xbfff]
[    0.941144] pci 0000:07:00.0:   bridge window [mem 0xf7800000-0xf79fffff]
[    0.941153] pci 0000:07:00.0:   bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
[    0.941208] pci 0000:08:01.0: PCI bridge to [bus 09]
[    0.941318] pci 0000:0a:00.0: [1912:0014] type 00 class 0x0c0330
[    0.941382] pci 0000:0a:00.0: reg 0x10: [mem 0xf7900000-0xf7901fff 64bit]
[    0.941623] pci 0000:0a:00.0: PME# supported from D0 D3hot D3cold
[    0.950046] pci 0000:08:02.0: PCI bridge to [bus 0a]
[    0.950061] pci 0000:08:02.0:   bridge window [mem 0xf7900000-0xf79fffff]
[    0.950163] pci 0000:0b:00.0: [1b21:1080] type 01 class 0x060401
[    0.950373] pci 0000:08:03.0: PCI bridge to [bus 0b-0c]
[    0.950381] pci 0000:08:03.0:   bridge window [io  0xb000-0xbfff]
[    0.950386] pci 0000:08:03.0:   bridge window [mem 0xf7800000-0xf78fffff]
[    0.950394] pci 0000:08:03.0:   bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
[    0.950457] pci 0000:0c:00.0: [1745:2020] type 00 class 0x048000
[    0.950501] pci 0000:0c:00.0: reg 0x10: [mem 0xf0000000-0xf00fffff pref]
[    0.950517] pci 0000:0c:00.0: reg 0x14: [mem 0xf7800000-0xf780ffff]
[    0.950676] pci 0000:0c:00.0: supports D1 D2
[    0.950722] pci 0000:0c:02.0: [1106:3044] type 00 class 0x0c0010
[    0.950773] pci 0000:0c:02.0: reg 0x10: [mem 0xf7810000-0xf78107ff]
[    0.950795] pci 0000:0c:02.0: reg 0x14: [io  0xb000-0xb07f]
[    0.950987] pci 0000:0c:02.0: supports D2
[    0.950988] pci 0000:0c:02.0: PME# supported from D2 D3hot D3cold
[    0.951111] pci 0000:0b:00.0: PCI bridge to [bus 0c] (subtractive decode)
[    0.951123] pci 0000:0b:00.0:   bridge window [io  0xb000-0xbfff]
[    0.951129] pci 0000:0b:00.0:   bridge window [mem 0xf7800000-0xf78fffff]
[    0.951142] pci 0000:0b:00.0:   bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
[    0.951143] pci 0000:0b:00.0:   bridge window [io  0xb000-0xbfff] (subtractive decode)
[    0.951143] pci 0000:0b:00.0:   bridge window [mem 0xf7800000-0xf78fffff] (subtractive decode)
[    0.951144] pci 0000:0b:00.0:   bridge window [mem 0xf0000000-0xf00fffff 64bit pref] (subtractive decode)
[    0.951727] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.951765] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.951801] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 10 11 12 14 15)
[    0.951837] ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 6 10 11 12 14 15)
[    0.951873] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.951908] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.951944] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 *4 5 6 10 11 12 14 15)
[    0.951979] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.952067] ACPI: Enabled 4 GPEs in block 00 to 3F
[    0.952121] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.952121] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.952121] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.952121] pci 0000:02:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.952121] pci 0000:02:00.0: vgaarb: bridge control possible
[    0.952121] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.952121] pci 0000:00:02.0: vgaarb: no bridge control possible
[    0.952121] vgaarb: loaded
[    0.952121] EDAC MC: Ver: 3.0.0
[    0.952121] Registered efivars operations
[    0.956935] PCI: Using ACPI for IRQ routing
[    0.957952] PCI: pci_cache_line_size set to 64 bytes
[    0.958048] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.958049] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
[    0.958049] e820: reserve RAM buffer [mem 0x9c86a000-0x9fffffff]
[    0.958050] e820: reserve RAM buffer [mem 0x9d85a000-0x9fffffff]
[    0.958051] e820: reserve RAM buffer [mem 0x9e15e000-0x9fffffff]
[    0.958052] e820: reserve RAM buffer [mem 0x9ebed000-0x9fffffff]
[    0.958053] e820: reserve RAM buffer [mem 0x9f000000-0x9fffffff]
[    0.958054] e820: reserve RAM buffer [mem 0x44f600000-0x44fffffff]
[    0.958116] NetLabel: Initializing
[    0.958116] NetLabel:  domain hash size = 128
[    0.958117] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.958128] NetLabel:  unlabeled traffic allowed by default
[    0.958140] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.958140] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.960015] clocksource: Switched to clocksource hpet
[    0.966971] VFS: Disk quotas dquot_6.6.0
[    0.966987] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.967038] pnp: PnP ACPI init
[    0.967105] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.967108] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.967173] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.967174] system 00:01: [io  0x1000-0x100f] has been reserved
[    0.967175] system 00:01: [io  0xffff] has been reserved
[    0.967176] system 00:01: [io  0xffff] has been reserved
[    0.967177] system 00:01: [io  0x0400-0x0453] has been reserved
[    0.967178] system 00:01: [io  0x0458-0x047f] has been reserved
[    0.967179] system 00:01: [io  0x0500-0x057f] has been reserved
[    0.967180] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.967182] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.967197] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.967235] system 00:03: [io  0x0454-0x0457] has been reserved
[    0.967237] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.967296] system 00:04: [io  0x0290-0x029f] has been reserved
[    0.967298] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.967507] system 00:05: [io  0x04d0-0x04d1] has been reserved
[    0.967509] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.967686] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.967688] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.967689] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.967690] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.967692] system 00:06: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.967693] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.967694] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.967695] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.967696] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    0.967697] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.967698] system 00:06: [mem 0xafa00000-0xafa00fff] has been reserved
[    0.967700] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.967814] system 00:07: [mem 0x20000000-0x201fffff] has been reserved
[    0.967815] system 00:07: [mem 0x40004000-0x40004fff] has been reserved
[    0.967816] system 00:07: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.967836] pnp: PnP ACPI: found 8 devices
[    0.973551] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.973602] pci 0000:08:01.0: bridge window [io  0x1000-0x0fff] to [bus 09] add_size 1000
[    0.973604] pci 0000:08:01.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 09] add_size 200000 add_align 100000
[    0.973605] pci 0000:08:01.0: bridge window [mem 0x00100000-0x000fffff] to [bus 09] add_size 200000 add_align 100000
[    0.973666] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.973668] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.973670] pci 0000:00:01.0:   bridge window [mem 0xf7e00000-0xf7efffff]
[    0.973671] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[    0.973674] pci 0000:00:01.1: PCI bridge to [bus 02]
[    0.973675] pci 0000:00:01.1:   bridge window [io  0xd000-0xdfff]
[    0.973676] pci 0000:00:01.1:   bridge window [mem 0xf7d00000-0xf7dfffff]
[    0.973678] pci 0000:00:01.1:   bridge window [mem 0xc0000000-0xd01fffff 64bit pref]
[    0.973680] pci 0000:00:1c.0: PCI bridge to [bus 03]
[    0.973696] pci 0000:00:1c.4: PCI bridge to [bus 04]
[    0.973698] pci 0000:00:1c.4:   bridge window [io  0xc000-0xcfff]
[    0.973702] pci 0000:00:1c.4:   bridge window [mem 0xf7c00000-0xf7cfffff]
[    0.973709] pci 0000:00:1c.5: PCI bridge to [bus 05]
[    0.973712] pci 0000:00:1c.5:   bridge window [mem 0xf7b00000-0xf7bfffff]
[    0.973715] pci 0000:00:1c.5:   bridge window [mem 0xf0100000-0xf01fffff 64bit pref]
[    0.973720] pci 0000:00:1c.6: PCI bridge to [bus 06]
[    0.973723] pci 0000:00:1c.6:   bridge window [mem 0xf7a00000-0xf7afffff]
[    0.973732] pci 0000:08:01.0: BAR 14: no space for [mem size 0x00200000]
[    0.973733] pci 0000:08:01.0: BAR 14: failed to assign [mem size 0x00200000]
[    0.973735] pci 0000:08:01.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    0.973736] pci 0000:08:01.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    0.973737] pci 0000:08:01.0: BAR 13: no space for [io  size 0x1000]
[    0.973738] pci 0000:08:01.0: BAR 13: failed to assign [io  size 0x1000]
[    0.973739] pci 0000:08:01.0: BAR 14: no space for [mem size 0x00200000]
[    0.973740] pci 0000:08:01.0: BAR 14: failed to assign [mem size 0x00200000]
[    0.973742] pci 0000:08:01.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    0.973743] pci 0000:08:01.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    0.973744] pci 0000:08:01.0: BAR 13: no space for [io  size 0x1000]
[    0.973744] pci 0000:08:01.0: BAR 13: failed to assign [io  size 0x1000]
[    0.973745] pci 0000:08:01.0: PCI bridge to [bus 09]
[    0.973764] pci 0000:08:02.0: PCI bridge to [bus 0a]
[    0.973770] pci 0000:08:02.0:   bridge window [mem 0xf7900000-0xf79fffff]
[    0.973783] pci 0000:0b:00.0: PCI bridge to [bus 0c]
[    0.973787] pci 0000:0b:00.0:   bridge window [io  0xb000-0xbfff]
[    0.973796] pci 0000:0b:00.0:   bridge window [mem 0xf7800000-0xf78fffff]
[    0.973803] pci 0000:0b:00.0:   bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
[    0.973815] pci 0000:08:03.0: PCI bridge to [bus 0b-0c]
[    0.973817] pci 0000:08:03.0:   bridge window [io  0xb000-0xbfff]
[    0.973824] pci 0000:08:03.0:   bridge window [mem 0xf7800000-0xf78fffff]
[    0.973829] pci 0000:08:03.0:   bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
[    0.973837] pci 0000:07:00.0: PCI bridge to [bus 08-0c]
[    0.973840] pci 0000:07:00.0:   bridge window [io  0xb000-0xbfff]
[    0.973846] pci 0000:07:00.0:   bridge window [mem 0xf7800000-0xf79fffff]
[    0.973851] pci 0000:07:00.0:   bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
[    0.973860] pci 0000:00:1c.7: PCI bridge to [bus 07-0c]
[    0.973861] pci 0000:00:1c.7:   bridge window [io  0xb000-0xbfff]
[    0.973865] pci 0000:00:1c.7:   bridge window [mem 0xf7800000-0xf79fffff]
[    0.973868] pci 0000:00:1c.7:   bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
[    0.973873] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.973874] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.973875] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.973876] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff window]
[    0.973877] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff window]
[    0.973877] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff window]
[    0.973878] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff window]
[    0.973879] pci_bus 0000:00: resource 11 [mem 0xafa00000-0xfeafffff window]
[    0.973880] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.973881] pci_bus 0000:01: resource 1 [mem 0xf7e00000-0xf7efffff]
[    0.973882] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
[    0.973883] pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
[    0.973883] pci_bus 0000:02: resource 1 [mem 0xf7d00000-0xf7dfffff]
[    0.973884] pci_bus 0000:02: resource 2 [mem 0xc0000000-0xd01fffff 64bit pref]
[    0.973885] pci_bus 0000:04: resource 0 [io  0xc000-0xcfff]
[    0.973886] pci_bus 0000:04: resource 1 [mem 0xf7c00000-0xf7cfffff]
[    0.973887] pci_bus 0000:05: resource 1 [mem 0xf7b00000-0xf7bfffff]
[    0.973888] pci_bus 0000:05: resource 2 [mem 0xf0100000-0xf01fffff 64bit pref]
[    0.973889] pci_bus 0000:06: resource 1 [mem 0xf7a00000-0xf7afffff]
[    0.973890] pci_bus 0000:07: resource 0 [io  0xb000-0xbfff]
[    0.973891] pci_bus 0000:07: resource 1 [mem 0xf7800000-0xf79fffff]
[    0.973891] pci_bus 0000:07: resource 2 [mem 0xf0000000-0xf00fffff 64bit pref]
[    0.973892] pci_bus 0000:08: resource 0 [io  0xb000-0xbfff]
[    0.973893] pci_bus 0000:08: resource 1 [mem 0xf7800000-0xf79fffff]
[    0.973894] pci_bus 0000:08: resource 2 [mem 0xf0000000-0xf00fffff 64bit pref]
[    0.973895] pci_bus 0000:0a: resource 1 [mem 0xf7900000-0xf79fffff]
[    0.973896] pci_bus 0000:0b: resource 0 [io  0xb000-0xbfff]
[    0.973897] pci_bus 0000:0b: resource 1 [mem 0xf7800000-0xf78fffff]
[    0.973898] pci_bus 0000:0b: resource 2 [mem 0xf0000000-0xf00fffff 64bit pref]
[    0.973898] pci_bus 0000:0c: resource 0 [io  0xb000-0xbfff]
[    0.973899] pci_bus 0000:0c: resource 1 [mem 0xf7800000-0xf78fffff]
[    0.973900] pci_bus 0000:0c: resource 2 [mem 0xf0000000-0xf00fffff 64bit pref]
[    0.973901] pci_bus 0000:0c: resource 4 [io  0xb000-0xbfff]
[    0.973902] pci_bus 0000:0c: resource 5 [mem 0xf7800000-0xf78fffff]
[    0.973903] pci_bus 0000:0c: resource 6 [mem 0xf0000000-0xf00fffff 64bit pref]
[    0.973971] NET: Registered protocol family 2
[    0.974089] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.974244] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.974361] TCP: Hash tables configured (established 131072 bind 65536)
[    0.974387] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    0.974424] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    0.974481] NET: Registered protocol family 1
[    0.974492] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    1.013711] pci 0000:0a:00.0: enabling device (0100 -> 0102)
[    1.013805] PCI: CLS 32 bytes, default 64
[    1.013834] Unpacking initramfs...
[    1.164727] Freeing initrd memory: 12220K
[    1.164761] DMAR: No ATSR found
[    1.165291] DMAR: dmar0: Using Queued invalidation
[    1.165297] DMAR: dmar1: Using Queued invalidation
[    1.165670] DMAR: Setting RMRR:
[    1.165706] DMAR: Setting identity map for device 0000:00:02.0 [0x9f800000 - 0xaf9fffff]
[    1.166896] DMAR: Setting identity map for device 0000:00:14.0 [0x9d4a8000 - 0x9d4d4fff]
[    1.166929] DMAR: Setting identity map for device 0000:00:1a.0 [0x9d4a8000 - 0x9d4d4fff]
[    1.166962] DMAR: Setting identity map for device 0000:00:1d.0 [0x9d4a8000 - 0x9d4d4fff]
[    1.166971] DMAR: Prepare 0-16MiB unity mapping for LPC
[    1.166998] DMAR: Setting identity map for device 0000:00:1f.0 [0x0 - 0xffffff]
[    1.167437] DMAR: Intel(R) Virtualization Technology for Directed I/O
[    1.167482] iommu: Adding device 0000:00:00.0 to group 0
[    1.167492] iommu: Adding device 0000:00:01.0 to group 1
[    1.167500] iommu: Adding device 0000:00:01.1 to group 2
[    1.167507] iommu: Adding device 0000:00:02.0 to group 3
[    1.167514] iommu: Adding device 0000:00:14.0 to group 4
[    1.167524] iommu: Adding device 0000:00:16.0 to group 5
[    1.167531] iommu: Adding device 0000:00:1a.0 to group 6
[    1.167538] iommu: Adding device 0000:00:1b.0 to group 7
[    1.167544] iommu: Adding device 0000:00:1c.0 to group 8
[    1.167552] iommu: Adding device 0000:00:1c.4 to group 9
[    1.167559] iommu: Adding device 0000:00:1c.5 to group 10
[    1.167565] iommu: Adding device 0000:00:1c.6 to group 11
[    1.167576] iommu: Adding device 0000:00:1c.7 to group 12
[    1.167583] iommu: Adding device 0000:00:1d.0 to group 13
[    1.167601] iommu: Adding device 0000:00:1f.0 to group 14
[    1.167608] iommu: Adding device 0000:00:1f.2 to group 14
[    1.167615] iommu: Adding device 0000:00:1f.3 to group 14
[    1.167632] iommu: Adding device 0000:01:00.0 to group 15
[    1.167643] iommu: Adding device 0000:01:00.1 to group 15
[    1.167675] iommu: Adding device 0000:02:00.0 to group 16
[    1.167701] iommu: Adding device 0000:02:00.1 to group 16
[    1.167708] iommu: Adding device 0000:04:00.0 to group 17
[    1.167716] iommu: Adding device 0000:05:00.0 to group 18
[    1.167722] iommu: Adding device 0000:06:00.0 to group 19
[    1.167729] iommu: Adding device 0000:07:00.0 to group 20
[    1.167745] iommu: Adding device 0000:08:01.0 to group 21
[    1.167762] iommu: Adding device 0000:08:02.0 to group 22
[    1.167777] iommu: Adding device 0000:08:03.0 to group 23
[    1.167810] iommu: Adding device 0000:0a:00.0 to group 24
[    1.167843] iommu: Adding device 0000:0b:00.0 to group 25
[    1.167846] iommu: Adding device 0000:0c:00.0 to group 25
[    1.167849] iommu: Adding device 0000:0c:02.0 to group 25
[    1.169216] Scanning for low memory corruption every 60 seconds
[    1.169639] Initialise system trusted keyrings
[    1.169649] Key type blacklist registered
[    1.169687] workingset: timestamp_bits=40 max_order=22 bucket_order=0
[    1.170425] zbud: loaded
[    1.171389] Key type asymmetric registered
[    1.171412] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    1.171444] io scheduler noop registered
[    1.171444] io scheduler deadline registered
[    1.171462] io scheduler cfq registered (default)
[    1.171463] io scheduler mq-deadline registered
[    1.171464] io scheduler kyber registered
[    1.171479] io scheduler bfq registered
[    1.173204] efifb: probing for efifb
[    1.173216] efifb: framebuffer at 0xb0000000, using 5120k, total 5120k
[    1.173217] efifb: mode is 1280x1024x32, linelength=5120, pages=1
[    1.173217] efifb: scrolling: redraw
[    1.173219] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.175527] Console: switching to colour frame buffer device 160x64
[    1.177757] fb0: EFI VGA frame buffer device
[    1.177762] intel_idle: MWAIT substates: 0x1120
[    1.177763] intel_idle: v0.4.1 model 0x3A
[    1.177940] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.178061] GHES: HEST is not enabled!
[    1.178113] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.178825] rtc_cmos 00:02: RTC can wake from S4
[    1.178936] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    1.178963] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.178970] intel_pstate: Intel P-state driver initializing
[    1.179155] ledtrig-cpu: registered to indicate activity on CPUs
[    1.179188] vlv2_plat_clk vlv2_plat_clk: vlv2_plat_clk initialized
[    1.179465] NET: Registered protocol family 10
[    1.184601] Segment Routing with IPv6
[    1.184633] NET: Registered protocol family 17
[    1.185378] RAS: Correctable Errors collector initialized.
[    1.185418] microcode: sig=0x306a9, pf=0x2, revision=0x15
[    1.185651] microcode: Microcode Update Driver: v2.2.
[    1.185667] sched_clock: Marking stable (1185639034, 0)->(1192772899, -7133865)
[    1.186111] registered taskstats version 1
[    1.186120] Loading compiled-in X.509 certificates
[    1.186145] zswap: loaded using pool lzo/zbud
[    1.189977] Key type big_key registered
[    1.190551]   Magic number: 13:885:372
[    1.190580] pci 0000:02:00.0: hash matches
[    1.190696] rtc_cmos 00:02: setting system clock to 2017-12-01 09:23:45 UTC (1512120225)
[    1.191743] PM: Hibernation image not present or could not be loaded.
[    1.193633] Freeing unused kernel memory: 1336K
[    1.193634] Write protecting the kernel read-only data: 10240k
[    1.194227] Freeing unused kernel memory: 1536K
[    1.227042] VFIO - User Level meta-driver version: 0.3
[    1.227767] vfio-pci 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
[    1.243398] vfio_pci: add [1002:683d[ffff:ffff]] class 0x000000/00000000
[    1.260049] vfio_pci: add [1002:aab0[ffff:ffff]] class 0x000000/00000000
[    1.260057] vfio_pci: add [10de:1288[ffff:ffff]] class 0x000000/00000000
[    1.260061] vfio_pci: add [10de:0e0f[ffff:ffff]] class 0x000000/00000000
[    1.276717] vfio_pci: add [8086:1e31[ffff:ffff]] class 0x000000/00000000
[    1.293389] vfio_pci: add [8086:1e26[ffff:ffff]] class 0x000000/00000000
[    1.310056] vfio_pci: add [1745:2020[ffff:ffff]] class 0x000000/00000000
[    1.348577] i8042: PNP: No PS/2 controller found.
[    1.354110] ACPI: bus type USB registered
[    1.354124] usbcore: registered new interface driver usbfs
[    1.354129] usbcore: registered new interface driver hub
[    1.354153] usbcore: registered new device driver usb
[    1.354242] SCSI subsystem initialized
[    1.354561] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.354917] ehci-pci: EHCI PCI platform driver
[    1.355167] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    1.355173] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    1.355184] ehci-pci 0000:00:1a.0: debug port 2
[    1.355890] libata version 3.00 loaded.
[    1.359098] ehci-pci 0000:00:1a.0: cache line size of 32 is not supported
[    1.359104] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7f18000
[    1.370068] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    1.370251] hub 1-0:1.0: USB hub found
[    1.370258] hub 1-0:1.0: 2 ports detected
[    1.370416] ahci 0000:00:1f.2: version 3.0
[    1.370611] xhci_hcd 0000:06:00.0: xHCI Host Controller
[    1.370615] xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 2
[    1.370803] xhci_hcd 0000:06:00.0: hcc params 0x040050af hci version 0x100 quirks 0x00080490
[    1.371059] hub 2-0:1.0: USB hub found
[    1.371068] hub 2-0:1.0: 2 ports detected
[    1.371157] xhci_hcd 0000:06:00.0: xHCI Host Controller
[    1.371159] xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 3
[    1.371171] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.371338] hub 3-0:1.0: USB hub found
[    1.371347] hub 3-0:1.0: 2 ports detected
[    1.371441] xhci_hcd 0000:0a:00.0: Resetting
[    1.377147] i8042: PNP: No PS/2 controller found.
[    1.380783] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[    1.380785] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst
[    1.420081] firewire_ohci 0000:0c:02.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x11
[    1.430758] scsi host0: ahci
[    1.430926] scsi host1: ahci
[    1.431139] scsi host2: ahci
[    1.431365] scsi host3: ahci
[    1.431485] scsi host4: ahci
[    1.431664] scsi host5: ahci
[    1.431733] ata1: SATA max UDMA/133 abar m2048@0xf7f16000 port 0xf7f16100 irq 30
[    1.431735] ata2: SATA max UDMA/133 abar m2048@0xf7f16000 port 0xf7f16180 irq 30
[    1.431737] ata3: SATA max UDMA/133 abar m2048@0xf7f16000 port 0xf7f16200 irq 30
[    1.431738] ata4: SATA max UDMA/133 abar m2048@0xf7f16000 port 0xf7f16280 irq 30
[    1.431740] ata5: SATA max UDMA/133 abar m2048@0xf7f16000 port 0xf7f16300 irq 30
[    1.431742] ata6: SATA max UDMA/133 abar m2048@0xf7f16000 port 0xf7f16380 irq 30
[    1.431951] ahci 0000:04:00.0: SSS flag set, parallel bus scan disabled
[    1.432001] ahci 0000:04:00.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    1.432004] ahci 0000:04:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc sxs
[    1.432447] scsi host6: ahci
[    1.432567] scsi host7: ahci
[    1.432627] ata7: SATA max UDMA/133 abar m512@0xf7c00000 port 0xf7c00100 irq 32
[    1.432631] ata8: SATA max UDMA/133 abar m512@0xf7c00000 port 0xf7c00180 irq 32
[    1.690053] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.743084] ata5: SATA link down (SStatus 0 SControl 300)
[    1.743234] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.743257] ata1: SATA link down (SStatus 0 SControl 300)
[    1.743281] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.743305] ata4: SATA link down (SStatus 0 SControl 300)
[    1.743328] ata3: SATA link down (SStatus 0 SControl 300)
[    1.744652] ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    1.744655] ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    1.744658] ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    1.745662] ata6.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    1.745665] ata6.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    1.745668] ata6.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    1.745773] ata2.00: ATA-8: ST31000528AS, CC49, max UDMA/133
[    1.745776] ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    1.746442] ata7: SATA link down (SStatus 0 SControl 300)
[    1.747250] ata6.00: ATAPI: ATAPI   iHAS324   W, HL12, max UDMA/100
[    1.747333] ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    1.747337] ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    1.747339] ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    1.748455] ata2.00: configured for UDMA/133
[    1.748731] scsi 1:0:0:0: Direct-Access     ATA      ST31000528AS     CC49 PQ: 0 ANSI: 5
[    1.749787] ata6.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    1.749790] ata6.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    1.749793] ata6.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    1.751360] ata6.00: configured for UDMA/100
[    1.794265] scsi 5:0:0:0: CD-ROM            ATAPI    iHAS324   W      HL12 PQ: 0 ANSI: 5
[    1.827617] hub 1-1:1.0: USB hub found
[    1.827692] hub 1-1:1.0: 6 ports detected
[    1.943544] firewire_core 0000:0c:02.0: created device fw0: GUID 008f130060b51200, S400
[    2.106740] usb 1-1.4: new high-speed USB device number 3 using ehci-pci
[    2.119942] ata8: SATA link down (SStatus 0 SControl 300)
[    2.125177] sd 1:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    2.125197] sd 1:0:0:0: [sda] Write Protect is off
[    2.125200] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.125225] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.139517] sr 5:0:0:0: [sr0] scsi3-mmc drive: 188x/125x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.139518] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.139677] sr 5:0:0:0: Attached scsi CD-ROM sr0
[    2.159112]  sda: sda1 sda2 sda3
[    2.159365] sd 1:0:0:0: [sda] Attached SCSI disk
[    2.183413] tsc: Refined TSC clocksource calibration: 3100.021 MHz
[    2.183425] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2caf5bd675d, max_idle_ns: 440795281274 ns
[    2.208979] hub 1-1.4:1.0: USB hub found
[    2.209304] hub 1-1.4:1.0: 4 ports detected
[    2.397008] xhci_hcd 0000:0a:00.0: xHCI Host Controller
[    2.397018] xhci_hcd 0000:0a:00.0: new USB bus registered, assigned bus number 4
[    2.402556] xhci_hcd 0000:0a:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x00000010
[    2.403080] hub 4-0:1.0: USB hub found
[    2.403108] hub 4-0:1.0: 4 ports detected
[    2.403280] xhci_hcd 0000:0a:00.0: xHCI Host Controller
[    2.403284] xhci_hcd 0000:0a:00.0: new USB bus registered, assigned bus number 5
[    2.406006] usb usb5: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.406225] hub 5-0:1.0: USB hub found
[    2.406251] hub 5-0:1.0: 4 ports detected
[    2.490066] usb 1-1.4.2: new full-speed USB device number 4 using ehci-pci
[    2.588343] device-mapper: uevent: version 1.0.3
[    2.588393] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[    2.595658] hidraw: raw HID events driver (C) Jiri Kosina
[    2.600221] usbcore: registered new interface driver usbhid
[    2.600222] usbhid: USB HID core driver
[    2.600900] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1a.0-1.4.2/input2
[    2.728562] input: Logitech K270 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4.2/1-1.4.2:1.2/0003:046D:C52B.0003/0003:046D:4003.0005/input/input0
[    2.728613] logitech-hidpp-device 0003:046D:4003.0005: input,hidraw1: USB HID v1.11 Keyboard [Logitech K270] on usb-0000:00:1a.0-1.4.2:2
[    2.804644] input: Logitech M510 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4.2/1-1.4.2:1.2/0003:046D:C52B.0003/0003:046D:1025.0004/input/input1
[    2.804716] logitech-hidpp-device 0003:046D:1025.0004: input,hidraw2: USB HID v1.11 Mouse [Logitech M510] on usb-0000:00:1a.0-1.4.2:1
[    3.196943] clocksource: Switched to clocksource tsc
[    4.530145] floppy0: no floppy controllers found
[    4.530159] work still pending
[    4.641806] SGI XFS with ACLs, security attributes, realtime, no debug enabled
[    4.643118] XFS (dm-0): Mounting V5 Filesystem
[    4.748559] XFS (dm-0): Ending clean mount
[    5.415460] ip_tables: (C) 2000-2006 Netfilter Core Team
[    5.438107] systemd[1]: systemd 235 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN default-hierarchy=hybrid)
[    5.650080] systemd[1]: Detected architecture x86-64.
[    5.659805] random: crng init done
[    5.663743] systemd[1]: Set hostname to <yoshi-kvm03>.
[    6.621332] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    6.621423] systemd[1]: Reached target Remote File Systems.
[    6.621471] systemd[1]: Reached target Login Prompts.
[    6.621530] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    6.621810] systemd[1]: Created slice User and Session Slice.
[    6.621860] systemd[1]: Reached target Swap.
[    6.621960] systemd[1]: Created slice System Slice.
[    6.960368] systemd-journald[307]: Received request to flush runtime journal from PID 1
[    8.240252] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
[    8.240259] ACPI: Power Button [PWRB]
[    8.240288] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    8.240301] ACPI: Power Button [PWRF]
[    8.357271] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    8.452331] i8042: PNP: No PS/2 controller found.
[    8.497035] i8042: PNP: No PS/2 controller found.
[    8.547339] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    8.548095] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20170531/utaddress-247)
[    8.548100] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    8.548102] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\GPR2) (20170531/utaddress-247)
[    8.548106] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20170531/utaddress-247)
[    8.548108] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    8.548109] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\GPR2) (20170531/utaddress-247)
[    8.548112] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20170531/utaddress-247)
[    8.548114] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    8.548115] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\GPR2) (20170531/utaddress-247)
[    8.548118] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20170531/utaddress-247)
[    8.548122] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    8.548122] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    8.548148] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    8.769196] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
[    8.769197] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
[    8.769198] RAPL PMU: hw unit of domain package 2^-16 Joules
[    8.769198] RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
[    8.797543] input: PC Speaker as /devices/platform/pcspkr/input/input4
[    8.993800] IPv6: ADDRCONF(NETDEV_UP): br0: link is not ready
[    9.011205] Linux agpgart interface v0.103
[    9.046502] iTCO_vendor_support: vendor-support=0
[    9.095610] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    9.095653] iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
[    9.095727] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    9.142713] pps_core: LinuxPPS API ver. 1 registered
[    9.142714] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    9.227422] PTP clock support registered
[    9.264076] mousedev: PS/2 mouse device common for all mice
[    9.564768] tg3.c:v3.137 (May 11, 2014)
[    9.574385] tg3 0000:05:00.0 eth0: Tigon3 [partno(BCM57781) rev 57785100] (PCI Express) MAC address bc:5f:f4:55:3c:53
[    9.574388] tg3 0000:05:00.0 eth0: attached PHY is 57765 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[    9.574390] tg3 0000:05:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[    9.574392] tg3 0000:05:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[    9.778795] tg3 0000:05:00.0 enp5s0: renamed from eth0
[    9.799650] br0: port 1(enp5s0) entered blocking state
[    9.799654] br0: port 1(enp5s0) entered disabled state
[    9.799721] device enp5s0 entered promiscuous mode
[   10.249258] AVX version of gcm_enc/dec engaged.
[   10.249260] AES CTR mode by8 optimization enabled
[   10.552651] [drm] Memory usable by graphics device = 2048M
[   10.552652] [drm] VT-d active for gfx access
[   10.552654] checking generic (b0000000 500000) vs hw (b0000000 10000000)
[   10.552655] fb: switching to inteldrmfb from EFI VGA
[   10.552675] Console: switching to colour dummy device 80x25
[   10.552753] [drm] Replacing VGA console driver
[   10.553045] [drm] DMAR active, disabling use of stolen memory
[   10.558687] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   10.558688] [drm] Driver supports precise vblank timestamp query.
[   10.560468] vfio-pci 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=none,decodes=none:owns=none
[   10.563960] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io:owns=io+mem
[   10.564331] [drm] Initialized i915 1.6.0 20170619 for 0000:00:02.0 on minor 0
[   10.564673] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   10.564870] acpi device:46: registered as cooling_device8
[   10.564922] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5
[   10.628332] fbcon: inteldrmfb (fb0) is primary device
[   10.675370] [drm:intel_set_cpu_fifo_underrun_reporting [i915]] *ERROR* uncleared fifo underrun on pipe A
[   10.675421] [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A FIFO underrun
[   10.675490] [drm:intel_set_pch_fifo_underrun_reporting [i915]] *ERROR* uncleared pch fifo underrun on pch transcoder A
[   10.675535] [drm:intel_pch_fifo_underrun_irq_handler [i915]] *ERROR* PCH transcoder A FIFO underrun
[   10.691362] Console: switching to colour frame buffer device 160x64
[   10.712726] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   11.570140] floppy0: no floppy controllers found
[   11.570155] work still pending
[   11.609463] kvm: unknown parameter 'allow_unsafe_assigned_interrupts' ignored
[   12.241304] intel_rapl: Found RAPL domain package
[   12.241306] intel_rapl: Found RAPL domain core
[   12.241306] intel_rapl: Found RAPL domain uncore
[   12.499804] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: data=ordered
[   13.558166] tg3 0000:05:00.0 enp5s0: Link is up at 1000 Mbps, full duplex
[   13.558168] tg3 0000:05:00.0 enp5s0: Flow control is on for TX and on for RX
[   13.558170] tg3 0000:05:00.0 enp5s0: EEE is enabled
[   13.558194] br0: port 1(enp5s0) entered blocking state
[   13.558195] br0: port 1(enp5s0) entered forwarding state
[   13.558247] IPv6: ADDRCONF(NETDEV_CHANGE): br0: link becomes ready
[   16.722306] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   16.826987] Ebtables v2.0 registered
[   22.240338] logitech-hidpp-device 0003:046D:4003.0005: HID++ 2.0 device connected.

Offline

#5 2017-12-02 14:19:45

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,911

Re: There is no sound from the HDMI audio device of the RADEON RX 480 in t

markdown is not supported, use quote tags instead of > . see https://bbs.archlinux.org/help.php#bbcode for details
--------------------------------------

>Is uefi firmware uptodate ?
   I confirmed the version "ovmf 1: r 212433.3858b4a1f-1" and the test version "ovmf 1:r22345.bec7a86c70-1".

I was referring to the bios/uefi firmware for your machine, not the ovmf version.

The dmesg shows you haven't confiugred intel microcode updates.
It also shows you are using the vfio kernel with the ACS override patch.


I suggest the following steps :

- Verify with the manufacturer of your system whether you're running latest bios/uefi firmware version, update if not.

- configure intel microcode updates

- run the script on the wiki https://wiki.archlinux.org/index.php/PC … _are_valid and post it's output .
That should make clear whether you do need the acs patch or can use the stock kernel.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#6 2017-12-03 02:26:15

masato5
Member
Registered: 2017-11-29
Posts: 4

Re: There is no sound from the HDMI audio device of the RADEON RX 480 in t

Thank you.

>>ntel integrated
?>AMD cape verde XT
>>AMD R480
>>
>>Is that correct ?

AMD cape verde XT has been removed.

>- Verify with the manufacturer of your system whether you're running latest bios/uefi firmware version, update if not.

The BIOS of Asrock Z77 Extream 6 is the latest version 2.80.
Even updating to beta version P2.80E was the same.


>- configure intel microcode updates

configure intel microcode updates,the results were the same.

>- run the script on the wiki https://wiki.archlinux.org/index.php/PC … _are_valid and post it's output .
>That should make clear whether you do need the acs patch or can use the stock kernel.

PCI-E slot 2 and slot 4 will be the same IOMMU group.
Disabling the ACS override patch resulted in the same results.

dmesg

[    0.000000] microcode: microcode updated early to revision 0x1c, date = 2015-02-26
[    0.000000] random: get_random_bytes called from start_kernel+0x42/0x4b7 with crng_init=0
[    0.000000] Linux version 4.13.12-1-vfio (masato@yoshi-kvm03) (gcc version 7.2.0 (GCC)) #1 SMP PREEMPT Mon Nov 27 08:40:14 JST 2017
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux-vfio root=/dev/mapper/vg--yoshi--kvm03-lv--root rw intel_iommu=on i915.enable_hd_vgaarb=1
[    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] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000040005000-0x00000000bcf3dfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bcf3e000-0x00000000bd9cffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bd9d0000-0x00000000bda5cfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bda5d000-0x00000000bdb01fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bdb02000-0x00000000be0e8fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000be0e9000-0x00000000be15cfff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000be15d000-0x00000000be15dfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000be15e000-0x00000000be1a0fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000be1a1000-0x00000000bebecfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bebed000-0x00000000beff1fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000beff2000-0x00000000beffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bf800000-0x00000000cf9fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000042f5fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.31 by American Megatrends
[    0.000000] efi:  ACPI=0xbdae5000  ACPI 2.0=0xbdae5000  SMBIOS=0xf04c0  MPS=0xfd570
[    0.000000] random: fast init done
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./Z77 Extreme6, BIOS P2.80E 04/07/2015
[    0.000000] tsc: Using PIT calibration value
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x42f600 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-DFFFF uncachable
[    0.000000]   E0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask C00000000 write-back
[    0.000000]   1 base 400000000 mask FE0000000 write-back
[    0.000000]   2 base 420000000 mask FF0000000 write-back
[    0.000000]   3 base 0C0000000 mask FC0000000 uncachable
[    0.000000]   4 base 0BF800000 mask FFF800000 uncachable
[    0.000000]   5 base 42F800000 mask FFF800000 uncachable
[    0.000000]   6 base 42F600000 mask FFFE00000 uncachable
[    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] e820: update [mem 0xbf800000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xbf000 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fda80-0x000fda8f] mapped at [ffff9d37400fda80]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff9d3740097000] 97000 size 24576
[    0.000000] BRK [0x2e3d64000, 0x2e3d64fff] PGTABLE
[    0.000000] BRK [0x2e3d65000, 0x2e3d65fff] PGTABLE
[    0.000000] BRK [0x2e3d66000, 0x2e3d66fff] PGTABLE
[    0.000000] BRK [0x2e3d67000, 0x2e3d67fff] PGTABLE
[    0.000000] BRK [0x2e3d68000, 0x2e3d68fff] PGTABLE
[    0.000000] BRK [0x2e3d69000, 0x2e3d69fff] PGTABLE
[    0.000000] BRK [0x2e3d6a000, 0x2e3d6afff] PGTABLE
[    0.000000] BRK [0x2e3d6b000, 0x2e3d6bfff] PGTABLE
[    0.000000] BRK [0x2e3d6c000, 0x2e3d6cfff] PGTABLE
[    0.000000] BRK [0x2e3d6d000, 0x2e3d6dfff] PGTABLE
[    0.000000] BRK [0x2e3d6e000, 0x2e3d6efff] PGTABLE
[    0.000000] BRK [0x2e3d6f000, 0x2e3d6ffff] PGTABLE
[    0.000000] Secure boot could not be determined
[    0.000000] RAMDISK: [mem 0x3650b000-0x3727cfff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000BDAE5000 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x00000000BDAE5080 00007C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000BDAEF520 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x00000000BDAE5190 00A38E (v02 ALASKA A M I    00000022 INTL 20051117)
[    0.000000] ACPI: FACS 0x00000000BDB00080 000040
[    0.000000] ACPI: APIC 0x00000000BDAEF630 000092 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x00000000BDAEF6C8 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x00000000BDAEF710 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.000000] ACPI: SSDT 0x00000000BDAEF750 0007E1 (v01 Intel_ AoacTabl 00001000 INTL 20091112)
[    0.000000] ACPI: AAFT 0x00000000BDAEFF38 000112 (v01 ALASKA OEMAAFT  01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 0x00000000BDAF0050 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
[    0.000000] ACPI: SSDT 0x00000000BDAF0088 00036D (v01 SataRe SataTabl 00001000 INTL 20091112)
[    0.000000] ACPI: SSDT 0x00000000BDAF03F8 0009AA (v01 PmRef  Cpu0Ist  00003000 INTL 20051117)
[    0.000000] ACPI: SSDT 0x00000000BDAF0DA8 000A92 (v01 PmRef  CpuPm    00003000 INTL 20051117)
[    0.000000] ACPI: DMAR 0x00000000BDAF1840 0000B8 (v01 INTEL  SNB      00000001 INTL 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000042f5fffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x42f5ed000-0x42f5f1fff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000042f5fffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000001fffffff]
[    0.000000]   node   0: [mem 0x0000000020200000-0x0000000040003fff]
[    0.000000]   node   0: [mem 0x0000000040005000-0x00000000bcf3dfff]
[    0.000000]   node   0: [mem 0x00000000bd9d0000-0x00000000bda5cfff]
[    0.000000]   node   0: [mem 0x00000000be15d000-0x00000000be15dfff]
[    0.000000]   node   0: [mem 0x00000000be1a1000-0x00000000bebecfff]
[    0.000000]   node   0: [mem 0x00000000beff2000-0x00000000beffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000042f5fffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000042f5fffff]
[    0.000000] On node 0 totalpages: 4115907
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 26 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 12065 pages used for memmap
[    0.000000]   DMA32 zone: 772133 pages, LIFO batch:31
[    0.000000]   Normal zone: 52184 pages used for memmap
[    0.000000]   Normal zone: 3339776 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics memory at 0x00000000bfa00000-0x00000000cf9fffff
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    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 8 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x40004000-0x40004fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbcf3e000-0xbd9cffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbda5d000-0xbdb01fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbdb02000-0xbe0e8fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbe0e9000-0xbe15cfff]
[    0.000000] PM: Registered nosave memory: [mem 0xbe15e000-0xbe1a0fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbebed000-0xbeff1fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbf000000-0xbf7fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbf800000-0xcf9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xcfa00000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0xcfa00000-0xf7ffffff] 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: 6370452778343963 ns
[    0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] percpu: Embedded 36 pages/cpu @ffff9d3b6f200000 s106520 r8192 d32744 u262144
[    0.000000] pcpu-alloc: s106520 r8192 d32744 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 4051568
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-vfio root=/dev/mapper/vg--yoshi--kvm03-lv--root rw intel_iommu=on i915.enable_hd_vgaarb=1
[    0.000000] DMAR: IOMMU enabled
[    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: 15904560K/16463628K available (6644K kernel code, 1134K rwdata, 2048K rodata, 1336K init, 908K bss, 559068K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] ftrace: allocating 28356 entries in 111 pages
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
[    0.000000]  Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.000000] NR_IRQS: 8448, nr_irqs: 488, preallocated irqs: 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    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.003333] tsc: Detected 3099.950 MHz processor
[    0.003333] Calibrating delay loop (skipped), value calculated using timer frequency.. 6202.22 BogoMIPS (lpj=10333166)
[    0.003333] pid_max: default: 32768 minimum: 301
[    0.003333] ACPI: Core revision 20170531
[    0.007688] ACPI: 5 ACPI AML tables successfully acquired and loaded
[    0.007880] Security Framework initialized
[    0.007881] Yama: becoming mindful.
[    0.010259] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.011476] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.011519] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.011555] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.011716] CPU: Physical Processor ID: 0
[    0.011716] CPU: Processor Core ID: 0
[    0.011932] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.011933] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.011937] mce: CPU supports 9 MCE banks
[    0.011944] CPU0: Thermal monitoring enabled (TM1)
[    0.011952] process: using mwait in idle threads
[    0.011954] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[    0.011955] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.012035] Freeing SMP alternatives memory: 24K
[    0.020689] smpboot: Max logical packages: 2
[    0.020694] DMAR: Host address width 36
[    0.020695] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.020701] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c0000020e60262 ecap f0101a
[    0.020702] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.020704] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap c9008020660262 ecap f0105a
[    0.020705] DMAR: RMRR base: 0x000000bd6b0000 end: 0x000000bd6dcfff
[    0.020706] DMAR: RMRR base: 0x000000bf800000 end: 0x000000cf9fffff
[    0.020708] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.020708] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.020709] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.020964] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.020964] x2apic enabled
[    0.020969] Switched APIC routing to cluster x2apic.
[    0.021380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.054391] TSC deadline timer enabled
[    0.054393] smpboot: CPU0: Intel(R) Core(TM) i7-3770S CPU @ 3.10GHz (family: 0x6, model: 0x3a, stepping: 0x9)
[    0.066677] Performance Events: PEBS fmt1+, IvyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.066707] ... version:                3
[    0.066708] ... bit width:              48
[    0.066708] ... generic registers:      4
[    0.066709] ... value mask:             0000ffffffffffff
[    0.066710] ... max period:             00007fffffffffff
[    0.066711] ... fixed-purpose events:   3
[    0.066712] ... event mask:             000000070000000f
[    0.073337] Hierarchical SRCU implementation.
[    0.086808] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.093336] smp: Bringing up secondary CPUs ...
[    0.120015] x86: Booting SMP configuration:
[    0.120017] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.865354] smp: Brought up 1 node, 8 CPUs
[    0.865354] smpboot: Total of 8 processors activated (49629.00 BogoMIPS)
[    0.867066] devtmpfs: initialized
[    0.867066] x86/mm: Memory block size: 128MB
[    0.867561] PM: Registering ACPI NVS region [mem 0xbda5d000-0xbdb01fff] (675840 bytes)
[    0.867561] PM: Registering ACPI NVS region [mem 0xbe15e000-0xbe1a0fff] (274432 bytes)
[    0.867561] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.867561] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.867561] pinctrl core: initialized pinctrl subsystem
[    0.867561] RTC time:  2:11:04, date: 12/03/17
[    0.867561] NET: Registered protocol family 16
[    0.867561] cpuidle: using governor ladder
[    0.867561] cpuidle: using governor menu
[    0.867561] PCCT header not found.
[    0.867561] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.867561] ACPI: bus type PCI registered
[    0.867561] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.867561] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.867561] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.867561] pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
[    0.867561] PCI: Using configuration type 1 for base access
[    0.867561] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.867561] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.867561] ACPI: Added _OSI(Module Device)
[    0.867561] ACPI: Added _OSI(Processor Device)
[    0.867561] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.867561] ACPI: Added _OSI(Processor Aggregator Device)
[    0.867561] ACPI: Executed 1 blocks of module-level executable AML code
[    0.872561] ACPI: Dynamic OEM Table Load:
[    0.872561] ACPI: SSDT 0xFFFF9D3B5CB98000 00083B (v01 PmRef  Cpu0Cst  00003001 INTL 20051117)
[    0.872561] ACPI: Dynamic OEM Table Load:
[    0.872561] ACPI: SSDT 0xFFFF9D3B5CBA5400 000303 (v01 PmRef  ApIst    00003000 INTL 20051117)
[    0.872561] ACPI: Dynamic OEM Table Load:
[    0.872561] ACPI: SSDT 0xFFFF9D3B5CB84200 000119 (v01 PmRef  ApCst    00003000 INTL 20051117)
[    0.874364] ACPI: Interpreter enabled
[    0.874380] ACPI: (supports S0 S3 S4 S5)
[    0.874381] ACPI: Using IOAPIC for interrupt routing
[    0.874426] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.880587] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.880591] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.880755] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
[    0.880856] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    0.880857] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.881190] PCI host bridge to bus 0000:00
[    0.881191] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.881192] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.881193] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.881194] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.881195] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.881196] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.881197] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.881198] pci_bus 0000:00: root bus resource [mem 0xcfa00000-0xfeafffff window]
[    0.881199] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.881205] pci 0000:00:00.0: [8086:0150] type 00 class 0x060000
[    0.881285] pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
[    0.881367] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.881439] pci 0000:00:01.1: [8086:0155] type 01 class 0x060400
[    0.881464] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.881524] pci 0000:00:02.0: [8086:0162] type 00 class 0x030000
[    0.881532] pci 0000:00:02.0: reg 0x10: [mem 0xf7400000-0xf77fffff 64bit]
[    0.881536] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.881539] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.881631] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
[    0.881653] pci 0000:00:14.0: reg 0x10: [mem 0xf7e00000-0xf7e0ffff 64bit]
[    0.881718] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.881779] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
[    0.881802] pci 0000:00:16.0: reg 0x10: [mem 0xf7e1a000-0xf7e1a00f 64bit]
[    0.881869] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.881935] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
[    0.881955] pci 0000:00:1a.0: reg 0x10: [mem 0xf7e18000-0xf7e183ff]
[    0.882033] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.882096] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
[    0.882114] pci 0000:00:1b.0: reg 0x10: [mem 0xf7e10000-0xf7e13fff 64bit]
[    0.882173] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.882246] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
[    0.882379] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.882404] pci 0000:00:1c.0: Enabling MPC IRBNCE
[    0.882405] pci 0000:00:1c.0: Intel PCH root port ACS workaround enabled
[    0.882468] pci 0000:00:1c.4: [8086:1e18] type 01 class 0x060400
[    0.882544] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.882559] pci 0000:00:1c.4: Enabling MPC IRBNCE
[    0.882561] pci 0000:00:1c.4: Intel PCH root port ACS workaround enabled
[    0.882618] pci 0000:00:1c.5: [8086:1e1a] type 01 class 0x060400
[    0.882694] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.882708] pci 0000:00:1c.5: Enabling MPC IRBNCE
[    0.882709] pci 0000:00:1c.5: Intel PCH root port ACS workaround enabled
[    0.882767] pci 0000:00:1c.6: [8086:1e1c] type 01 class 0x060400
[    0.882844] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[    0.882858] pci 0000:00:1c.6: Enabling MPC IRBNCE
[    0.882859] pci 0000:00:1c.6: Intel PCH root port ACS workaround enabled
[    0.882916] pci 0000:00:1c.7: [8086:1e1e] type 01 class 0x060400
[    0.882993] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[    0.883007] pci 0000:00:1c.7: Enabling MPC IRBNCE
[    0.883008] pci 0000:00:1c.7: Intel PCH root port ACS workaround enabled
[    0.883066] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
[    0.883086] pci 0000:00:1d.0: reg 0x10: [mem 0xf7e17000-0xf7e173ff]
[    0.883164] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.883226] pci 0000:00:1f.0: [8086:1e44] type 00 class 0x060100
[    0.883385] pci 0000:00:1f.2: [8086:1e02] type 00 class 0x010601
[    0.883401] pci 0000:00:1f.2: reg 0x10: [io  0xf0b0-0xf0b7]
[    0.883407] pci 0000:00:1f.2: reg 0x14: [io  0xf0a0-0xf0a3]
[    0.883413] pci 0000:00:1f.2: reg 0x18: [io  0xf090-0xf097]
[    0.883419] pci 0000:00:1f.2: reg 0x1c: [io  0xf080-0xf083]
[    0.883426] pci 0000:00:1f.2: reg 0x20: [io  0xf060-0xf07f]
[    0.883432] pci 0000:00:1f.2: reg 0x24: [mem 0xf7e16000-0xf7e167ff]
[    0.883468] pci 0000:00:1f.2: PME# supported from D3hot
[    0.883526] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
[    0.883542] pci 0000:00:1f.3: reg 0x10: [mem 0xf7e15000-0xf7e150ff 64bit]
[    0.883561] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
[    0.883670] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.883704] pci 0000:02:00.0: [1002:67df] type 00 class 0x030000
[    0.883729] pci 0000:02:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.883737] pci 0000:02:00.0: reg 0x18: [mem 0xf0000000-0xf01fffff 64bit pref]
[    0.883742] pci 0000:02:00.0: reg 0x20: [io  0xe000-0xe0ff]
[    0.883748] pci 0000:02:00.0: reg 0x24: [mem 0xf7d00000-0xf7d3ffff]
[    0.883753] pci 0000:02:00.0: reg 0x30: [mem 0xf7d40000-0xf7d5ffff pref]
[    0.883815] pci 0000:02:00.0: supports D1 D2
[    0.883816] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.883879] pci 0000:02:00.1: [1002:aaf0] type 00 class 0x040300
[    0.883899] pci 0000:02:00.1: reg 0x10: [mem 0xf7d60000-0xf7d63fff 64bit]
[    0.883967] pci 0000:02:00.1: supports D1 D2
[    0.893364] pci 0000:00:01.1: PCI bridge to [bus 02]
[    0.893367] pci 0000:00:01.1:   bridge window [io  0xe000-0xefff]
[    0.893369] pci 0000:00:01.1:   bridge window [mem 0xf7d00000-0xf7dfffff]
[    0.893373] pci 0000:00:01.1:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.893438] pci 0000:00:1c.0: PCI bridge to [bus 03]
[    0.893502] pci 0000:04:00.0: [1b21:0612] type 00 class 0x010601
[    0.893531] pci 0000:04:00.0: reg 0x10: [io  0xd050-0xd057]
[    0.893543] pci 0000:04:00.0: reg 0x14: [io  0xd040-0xd043]
[    0.893555] pci 0000:04:00.0: reg 0x18: [io  0xd030-0xd037]
[    0.893568] pci 0000:04:00.0: reg 0x1c: [io  0xd020-0xd023]
[    0.893580] pci 0000:04:00.0: reg 0x20: [io  0xd000-0xd01f]
[    0.893592] pci 0000:04:00.0: reg 0x24: [mem 0xf7c00000-0xf7c001ff]
[    0.903354] pci 0000:00:1c.4: PCI bridge to [bus 04]
[    0.903358] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
[    0.903362] pci 0000:00:1c.4:   bridge window [mem 0xf7c00000-0xf7cfffff]
[    0.903443] pci 0000:05:00.0: [14e4:16b1] type 00 class 0x020000
[    0.903488] pci 0000:05:00.0: reg 0x10: [mem 0xf0310000-0xf031ffff 64bit pref]
[    0.903509] pci 0000:05:00.0: reg 0x18: [mem 0xf0300000-0xf030ffff 64bit pref]
[    0.903548] pci 0000:05:00.0: reg 0x30: [mem 0xf7b00000-0xf7b007ff pref]
[    0.903665] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[    0.913362] pci 0000:00:1c.5: PCI bridge to [bus 05]
[    0.913369] pci 0000:00:1c.5:   bridge window [mem 0xf7b00000-0xf7bfffff]
[    0.913375] pci 0000:00:1c.5:   bridge window [mem 0xf0300000-0xf03fffff 64bit pref]
[    0.913443] pci 0000:06:00.0: [1b6f:7023] type 00 class 0x0c0330
[    0.913481] pci 0000:06:00.0: reg 0x10: [mem 0xf7a00000-0xf7a07fff 64bit]
[    0.913622] pci 0000:06:00.0: supports D1 D2
[    0.913623] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.923356] pci 0000:00:1c.6: PCI bridge to [bus 06]
[    0.923363] pci 0000:00:1c.6:   bridge window [mem 0xf7a00000-0xf7afffff]
[    0.923444] pci 0000:07:00.0: [10b5:8605] type 01 class 0x060400
[    0.923654] pci 0000:07:00.0: supports D1 D2
[    0.923654] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.933361] pci 0000:00:1c.7: PCI bridge to [bus 07-0c]
[    0.933365] pci 0000:00:1c.7:   bridge window [io  0xc000-0xcfff]
[    0.933369] pci 0000:00:1c.7:   bridge window [mem 0xf7800000-0xf79fffff]
[    0.933482] pci 0000:08:01.0: [10b5:8605] type 01 class 0x060400
[    0.933692] pci 0000:08:01.0: supports D1 D2
[    0.933693] pci 0000:08:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.933801] pci 0000:08:02.0: [10b5:8605] type 01 class 0x060400
[    0.934010] pci 0000:08:02.0: supports D1 D2
[    0.934011] pci 0000:08:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.934118] pci 0000:08:03.0: [10b5:8605] type 01 class 0x060400
[    0.934327] pci 0000:08:03.0: supports D1 D2
[    0.934328] pci 0000:08:03.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.934468] pci 0000:07:00.0: PCI bridge to [bus 08-0c]
[    0.934477] pci 0000:07:00.0:   bridge window [io  0xc000-0xcfff]
[    0.934482] pci 0000:07:00.0:   bridge window [mem 0xf7800000-0xf79fffff]
[    0.934546] pci 0000:08:01.0: PCI bridge to [bus 09]
[    0.934655] pci 0000:0a:00.0: [1912:0014] type 00 class 0x0c0330
[    0.934719] pci 0000:0a:00.0: reg 0x10: [mem 0xf7900000-0xf7901fff 64bit]
[    0.934961] pci 0000:0a:00.0: PME# supported from D0 D3hot D3cold
[    0.943379] pci 0000:08:02.0: PCI bridge to [bus 0a]
[    0.943394] pci 0000:08:02.0:   bridge window [mem 0xf7900000-0xf79fffff]
[    0.943495] pci 0000:0b:00.0: [1b21:1080] type 01 class 0x060401
[    0.943704] pci 0000:08:03.0: PCI bridge to [bus 0b-0c]
[    0.943712] pci 0000:08:03.0:   bridge window [io  0xc000-0xcfff]
[    0.943717] pci 0000:08:03.0:   bridge window [mem 0xf7800000-0xf78fffff]
[    0.943793] pci 0000:0c:02.0: [1106:3044] type 00 class 0x0c0010
[    0.943844] pci 0000:0c:02.0: reg 0x10: [mem 0xf7800000-0xf78007ff]
[    0.943866] pci 0000:0c:02.0: reg 0x14: [io  0xc000-0xc07f]
[    0.944059] pci 0000:0c:02.0: supports D2
[    0.944060] pci 0000:0c:02.0: PME# supported from D2 D3hot D3cold
[    0.944183] pci 0000:0b:00.0: PCI bridge to [bus 0c] (subtractive decode)
[    0.944195] pci 0000:0b:00.0:   bridge window [io  0xc000-0xcfff]
[    0.944202] pci 0000:0b:00.0:   bridge window [mem 0xf7800000-0xf78fffff]
[    0.944214] pci 0000:0b:00.0:   bridge window [io  0xc000-0xcfff] (subtractive decode)
[    0.944214] pci 0000:0b:00.0:   bridge window [mem 0xf7800000-0xf78fffff] (subtractive decode)
[    0.944798] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.944837] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.944873] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 10 11 12 14 15)
[    0.944909] ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 6 10 11 12 14 15)
[    0.944946] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.944983] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.945019] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 *4 5 6 10 11 12 14 15)
[    0.945054] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.945141] ACPI: Enabled 4 GPEs in block 00 to 3F
[    0.945197] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.945197] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.945197] pci 0000:02:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.945197] pci 0000:02:00.0: vgaarb: bridge control possible
[    0.945197] pci 0000:00:02.0: vgaarb: no bridge control possible
[    0.945197] vgaarb: loaded
[    0.945197] EDAC MC: Ver: 3.0.0
[    0.945197] Registered efivars operations
[    0.948961] PCI: Using ACPI for IRQ routing
[    0.950257] PCI: pci_cache_line_size set to 64 bytes
[    0.950345] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.950346] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
[    0.950346] e820: reserve RAM buffer [mem 0xbcf3e000-0xbfffffff]
[    0.950348] e820: reserve RAM buffer [mem 0xbda5d000-0xbfffffff]
[    0.950349] e820: reserve RAM buffer [mem 0xbe15e000-0xbfffffff]
[    0.950350] e820: reserve RAM buffer [mem 0xbebed000-0xbfffffff]
[    0.950350] e820: reserve RAM buffer [mem 0xbf000000-0xbfffffff]
[    0.950351] e820: reserve RAM buffer [mem 0x42f600000-0x42fffffff]
[    0.950412] NetLabel: Initializing
[    0.950413] NetLabel:  domain hash size = 128
[    0.950413] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.950424] NetLabel:  unlabeled traffic allowed by default
[    0.950434] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.950434] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.952314] clocksource: Switched to clocksource hpet
[    0.956938] VFS: Disk quotas dquot_6.6.0
[    0.956953] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.957007] pnp: PnP ACPI init
[    0.957077] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.957080] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.957143] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.957144] system 00:01: [io  0x1000-0x100f] has been reserved
[    0.957145] system 00:01: [io  0xffff] has been reserved
[    0.957146] system 00:01: [io  0xffff] has been reserved
[    0.957147] system 00:01: [io  0x0400-0x0453] has been reserved
[    0.957148] system 00:01: [io  0x0458-0x047f] has been reserved
[    0.957149] system 00:01: [io  0x0500-0x057f] has been reserved
[    0.957150] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.957152] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.957168] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.957205] system 00:03: [io  0x0454-0x0457] has been reserved
[    0.957207] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.957264] system 00:04: [io  0x0290-0x029f] has been reserved
[    0.957266] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.957476] system 00:05: [io  0x04d0-0x04d1] has been reserved
[    0.957478] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.957655] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.957656] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.957657] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.957658] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.957659] system 00:06: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.957660] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.957663] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.957664] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.957665] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    0.957666] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.957667] system 00:06: [mem 0xcfa00000-0xcfa00fff] has been reserved
[    0.957668] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.957781] system 00:07: [mem 0x20000000-0x201fffff] has been reserved
[    0.957782] system 00:07: [mem 0x40004000-0x40004fff] has been reserved
[    0.957783] system 00:07: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.957802] pnp: PnP ACPI: found 8 devices
[    0.963517] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.963574] pci 0000:08:01.0: bridge window [io  0x1000-0x0fff] to [bus 09] add_size 1000
[    0.963575] pci 0000:08:01.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 09] add_size 200000 add_align 100000
[    0.963576] pci 0000:08:01.0: bridge window [mem 0x00100000-0x000fffff] to [bus 09] add_size 200000 add_align 100000
[    0.963630] pci 0000:07:00.0: bridge window [mem 0x00100000-0x001fffff 64bit pref] to [bus 08-0c] add_size 200000 add_align 100000
[    0.963637] pci 0000:00:1c.7: bridge window [mem 0x00100000-0x001fffff 64bit pref] to [bus 07-0c] add_size 200000 add_align 100000
[    0.963645] pci 0000:00:1c.7: BAR 15: assigned [mem 0xcfb00000-0xcfdfffff 64bit pref]
[    0.963647] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.963657] pci 0000:00:01.1: PCI bridge to [bus 02]
[    0.963658] pci 0000:00:01.1:   bridge window [io  0xe000-0xefff]
[    0.963660] pci 0000:00:01.1:   bridge window [mem 0xf7d00000-0xf7dfffff]
[    0.963662] pci 0000:00:01.1:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.963664] pci 0000:00:1c.0: PCI bridge to [bus 03]
[    0.963680] pci 0000:00:1c.4: PCI bridge to [bus 04]
[    0.963682] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
[    0.963686] pci 0000:00:1c.4:   bridge window [mem 0xf7c00000-0xf7cfffff]
[    0.963692] pci 0000:00:1c.5: PCI bridge to [bus 05]
[    0.963696] pci 0000:00:1c.5:   bridge window [mem 0xf7b00000-0xf7bfffff]
[    0.963699] pci 0000:00:1c.5:   bridge window [mem 0xf0300000-0xf03fffff 64bit pref]
[    0.963703] pci 0000:00:1c.6: PCI bridge to [bus 06]
[    0.963707] pci 0000:00:1c.6:   bridge window [mem 0xf7a00000-0xf7afffff]
[    0.963715] pci 0000:07:00.0: BAR 15: assigned [mem 0xcfb00000-0xcfdfffff 64bit pref]
[    0.963717] pci 0000:08:01.0: BAR 14: no space for [mem size 0x00200000]
[    0.963718] pci 0000:08:01.0: BAR 14: failed to assign [mem size 0x00200000]
[    0.963719] pci 0000:08:01.0: BAR 15: assigned [mem 0xcfb00000-0xcfcfffff 64bit pref]
[    0.963720] pci 0000:08:01.0: BAR 13: no space for [io  size 0x1000]
[    0.963721] pci 0000:08:01.0: BAR 13: failed to assign [io  size 0x1000]
[    0.963722] pci 0000:08:01.0: BAR 14: no space for [mem size 0x00200000]
[    0.963723] pci 0000:08:01.0: BAR 14: failed to assign [mem size 0x00200000]
[    0.963724] pci 0000:08:01.0: BAR 13: no space for [io  size 0x1000]
[    0.963725] pci 0000:08:01.0: BAR 13: failed to assign [io  size 0x1000]
[    0.963726] pci 0000:08:01.0: PCI bridge to [bus 09]
[    0.963737] pci 0000:08:01.0:   bridge window [mem 0xcfb00000-0xcfcfffff 64bit pref]
[    0.963745] pci 0000:08:02.0: PCI bridge to [bus 0a]
[    0.963752] pci 0000:08:02.0:   bridge window [mem 0xf7900000-0xf79fffff]
[    0.963765] pci 0000:0b:00.0: PCI bridge to [bus 0c]
[    0.963768] pci 0000:0b:00.0:   bridge window [io  0xc000-0xcfff]
[    0.963778] pci 0000:0b:00.0:   bridge window [mem 0xf7800000-0xf78fffff]
[    0.963795] pci 0000:08:03.0: PCI bridge to [bus 0b-0c]
[    0.963798] pci 0000:08:03.0:   bridge window [io  0xc000-0xcfff]
[    0.963804] pci 0000:08:03.0:   bridge window [mem 0xf7800000-0xf78fffff]
[    0.963817] pci 0000:07:00.0: PCI bridge to [bus 08-0c]
[    0.963820] pci 0000:07:00.0:   bridge window [io  0xc000-0xcfff]
[    0.963826] pci 0000:07:00.0:   bridge window [mem 0xf7800000-0xf79fffff]
[    0.963831] pci 0000:07:00.0:   bridge window [mem 0xcfb00000-0xcfdfffff 64bit pref]
[    0.963840] pci 0000:00:1c.7: PCI bridge to [bus 07-0c]
[    0.963841] pci 0000:00:1c.7:   bridge window [io  0xc000-0xcfff]
[    0.963845] pci 0000:00:1c.7:   bridge window [mem 0xf7800000-0xf79fffff]
[    0.963848] pci 0000:00:1c.7:   bridge window [mem 0xcfb00000-0xcfdfffff 64bit pref]
[    0.963853] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.963854] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.963855] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.963855] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff window]
[    0.963856] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff window]
[    0.963857] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff window]
[    0.963858] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff window]
[    0.963859] pci_bus 0000:00: resource 11 [mem 0xcfa00000-0xfeafffff window]
[    0.963860] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.963861] pci_bus 0000:02: resource 1 [mem 0xf7d00000-0xf7dfffff]
[    0.963862] pci_bus 0000:02: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.963863] pci_bus 0000:04: resource 0 [io  0xd000-0xdfff]
[    0.963863] pci_bus 0000:04: resource 1 [mem 0xf7c00000-0xf7cfffff]
[    0.963864] pci_bus 0000:05: resource 1 [mem 0xf7b00000-0xf7bfffff]
[    0.963865] pci_bus 0000:05: resource 2 [mem 0xf0300000-0xf03fffff 64bit pref]
[    0.963866] pci_bus 0000:06: resource 1 [mem 0xf7a00000-0xf7afffff]
[    0.963867] pci_bus 0000:07: resource 0 [io  0xc000-0xcfff]
[    0.963868] pci_bus 0000:07: resource 1 [mem 0xf7800000-0xf79fffff]
[    0.963869] pci_bus 0000:07: resource 2 [mem 0xcfb00000-0xcfdfffff 64bit pref]
[    0.963870] pci_bus 0000:08: resource 0 [io  0xc000-0xcfff]
[    0.963870] pci_bus 0000:08: resource 1 [mem 0xf7800000-0xf79fffff]
[    0.963871] pci_bus 0000:08: resource 2 [mem 0xcfb00000-0xcfdfffff 64bit pref]
[    0.963872] pci_bus 0000:09: resource 2 [mem 0xcfb00000-0xcfcfffff 64bit pref]
[    0.963873] pci_bus 0000:0a: resource 1 [mem 0xf7900000-0xf79fffff]
[    0.963874] pci_bus 0000:0b: resource 0 [io  0xc000-0xcfff]
[    0.963875] pci_bus 0000:0b: resource 1 [mem 0xf7800000-0xf78fffff]
[    0.963876] pci_bus 0000:0c: resource 0 [io  0xc000-0xcfff]
[    0.963877] pci_bus 0000:0c: resource 1 [mem 0xf7800000-0xf78fffff]
[    0.963877] pci_bus 0000:0c: resource 4 [io  0xc000-0xcfff]
[    0.963878] pci_bus 0000:0c: resource 5 [mem 0xf7800000-0xf78fffff]
[    0.963947] NET: Registered protocol family 2
[    0.964067] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.964221] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.964339] TCP: Hash tables configured (established 131072 bind 65536)
[    0.964367] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    0.964402] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    0.964459] NET: Registered protocol family 1
[    0.964470] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    1.003452] PCI: CLS mismatch (64 != 32), using 64 bytes
[    1.003701] pci 0000:0a:00.0: enabling device (0100 -> 0102)
[    1.003810] Unpacking initramfs...
[    1.154847] Freeing initrd memory: 13768K
[    1.154881] DMAR: No ATSR found
[    1.155406] DMAR: dmar0: Using Queued invalidation
[    1.155412] DMAR: dmar1: Using Queued invalidation
[    1.155785] DMAR: Setting RMRR:
[    1.155821] DMAR: Setting identity map for device 0000:00:02.0 [0xbf800000 - 0xcf9fffff]
[    1.157013] DMAR: Setting identity map for device 0000:00:14.0 [0xbd6b0000 - 0xbd6dcfff]
[    1.157047] DMAR: Setting identity map for device 0000:00:1a.0 [0xbd6b0000 - 0xbd6dcfff]
[    1.157080] DMAR: Setting identity map for device 0000:00:1d.0 [0xbd6b0000 - 0xbd6dcfff]
[    1.157089] DMAR: Prepare 0-16MiB unity mapping for LPC
[    1.157114] DMAR: Setting identity map for device 0000:00:1f.0 [0x0 - 0xffffff]
[    1.157551] DMAR: Intel(R) Virtualization Technology for Directed I/O
[    1.157595] iommu: Adding device 0000:00:00.0 to group 0
[    1.157615] iommu: Adding device 0000:00:01.0 to group 1
[    1.157625] iommu: Adding device 0000:00:01.1 to group 1
[    1.157633] iommu: Adding device 0000:00:02.0 to group 2
[    1.157640] iommu: Adding device 0000:00:14.0 to group 3
[    1.157649] iommu: Adding device 0000:00:16.0 to group 4
[    1.157656] iommu: Adding device 0000:00:1a.0 to group 5
[    1.157662] iommu: Adding device 0000:00:1b.0 to group 6
[    1.157671] iommu: Adding device 0000:00:1c.0 to group 7
[    1.157678] iommu: Adding device 0000:00:1c.4 to group 8
[    1.157684] iommu: Adding device 0000:00:1c.5 to group 9
[    1.157691] iommu: Adding device 0000:00:1c.6 to group 10
[    1.157698] iommu: Adding device 0000:00:1c.7 to group 11
[    1.157709] iommu: Adding device 0000:00:1d.0 to group 12
[    1.157724] iommu: Adding device 0000:00:1f.0 to group 13
[    1.157731] iommu: Adding device 0000:00:1f.2 to group 13
[    1.157737] iommu: Adding device 0000:00:1f.3 to group 13
[    1.157741] iommu: Adding device 0000:02:00.0 to group 1
[    1.157744] iommu: Adding device 0000:02:00.1 to group 1
[    1.157751] iommu: Adding device 0000:04:00.0 to group 14
[    1.157758] iommu: Adding device 0000:05:00.0 to group 15
[    1.157764] iommu: Adding device 0000:06:00.0 to group 16
[    1.157772] iommu: Adding device 0000:07:00.0 to group 17
[    1.157787] iommu: Adding device 0000:08:01.0 to group 18
[    1.157804] iommu: Adding device 0000:08:02.0 to group 19
[    1.157820] iommu: Adding device 0000:08:03.0 to group 20
[    1.157852] iommu: Adding device 0000:0a:00.0 to group 21
[    1.157885] iommu: Adding device 0000:0b:00.0 to group 22
[    1.157888] iommu: Adding device 0000:0c:02.0 to group 22
[    1.159253] Scanning for low memory corruption every 60 seconds
[    1.159682] Initialise system trusted keyrings
[    1.159690] Key type blacklist registered
[    1.159730] workingset: timestamp_bits=40 max_order=22 bucket_order=0
[    1.160467] zbud: loaded
[    1.161538] Key type asymmetric registered
[    1.161558] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    1.161586] io scheduler noop registered
[    1.161587] io scheduler deadline registered
[    1.161604] io scheduler cfq registered (default)
[    1.161605] io scheduler mq-deadline registered
[    1.161605] io scheduler kyber registered
[    1.161621] io scheduler bfq registered
[    1.163431] efifb: probing for efifb
[    1.163443] efifb: framebuffer at 0xd0000000, using 5120k, total 5120k
[    1.163443] efifb: mode is 1280x1024x32, linelength=5120, pages=1
[    1.163444] efifb: scrolling: redraw
[    1.163445] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.165742] Console: switching to colour frame buffer device 160x64
[    1.167970] fb0: EFI VGA frame buffer device
[    1.167975] intel_idle: MWAIT substates: 0x1120
[    1.167976] intel_idle: v0.4.1 model 0x3A
[    1.168152] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.168273] GHES: HEST is not enabled!
[    1.168325] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.169037] rtc_cmos 00:02: RTC can wake from S4
[    1.169148] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    1.169176] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.169183] intel_pstate: Intel P-state driver initializing
[    1.169368] ledtrig-cpu: registered to indicate activity on CPUs
[    1.169403] vlv2_plat_clk vlv2_plat_clk: vlv2_plat_clk initialized
[    1.169684] NET: Registered protocol family 10
[    1.174865] Segment Routing with IPv6
[    1.174895] NET: Registered protocol family 17
[    1.175629] RAS: Correctable Errors collector initialized.
[    1.175670] microcode: sig=0x306a9, pf=0x2, revision=0x1c
[    1.175913] microcode: Microcode Update Driver: v2.2.
[    1.175929] sched_clock: Marking stable (1175900590, 0)->(1181952470, -6051880)
[    1.176316] registered taskstats version 1
[    1.176323] Loading compiled-in X.509 certificates
[    1.176347] zswap: loaded using pool lzo/zbud
[    1.179968] Key type big_key registered
[    1.180493]   Magic number: 13:87:156
[    1.180533] acpi device:23: hash matches
[    1.180544] acpi PNP0A08:00: hash matches
[    1.180616] rtc_cmos 00:02: setting system clock to 2017-12-03 02:11:04 UTC (1512267064)
[    1.181588] PM: Hibernation image not present or could not be loaded.
[    1.183545] Freeing unused kernel memory: 1336K
[    1.183546] Write protecting the kernel read-only data: 10240k
[    1.184180] Freeing unused kernel memory: 1536K
[    1.210638] VFIO - User Level meta-driver version: 0.3
[    1.211304] vfio_pci: add [1002:683d[ffff:ffff]] class 0x000000/00000000
[    1.211306] vfio_pci: add [1002:aab0[ffff:ffff]] class 0x000000/00000000
[    1.211308] vfio_pci: add [10de:1288[ffff:ffff]] class 0x000000/00000000
[    1.211310] vfio_pci: add [10de:0e0f[ffff:ffff]] class 0x000000/00000000
[    1.226741] vfio_pci: add [8086:1e31[ffff:ffff]] class 0x000000/00000000
[    1.243374] vfio_pci: add [8086:1e26[ffff:ffff]] class 0x000000/00000000
[    1.243381] vfio_pci: add [1745:2020[ffff:ffff]] class 0x000000/00000000
[    1.274238] i8042: PNP: No PS/2 controller found.
[    1.278617] ACPI: bus type USB registered
[    1.278629] usbcore: registered new interface driver usbfs
[    1.278634] usbcore: registered new interface driver hub
[    1.278659] usbcore: registered new device driver usb
[    1.279257] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.279322] SCSI subsystem initialized
[    1.279641] ehci-pci: EHCI PCI platform driver
[    1.279802] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    1.279807] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    1.279819] ehci-pci 0000:00:1a.0: debug port 2
[    1.280992] libata version 3.00 loaded.
[    1.283729] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    1.283735] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7e18000
[    1.296693] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    1.296887] hub 1-0:1.0: USB hub found
[    1.296897] hub 1-0:1.0: 2 ports detected
[    1.297105] ahci 0000:00:1f.2: version 3.0
[    1.297281] xhci_hcd 0000:06:00.0: xHCI Host Controller
[    1.297288] xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 2
[    1.297468] xhci_hcd 0000:06:00.0: hcc params 0x040050af hci version 0x100 quirks 0x00080490
[    1.297772] hub 2-0:1.0: USB hub found
[    1.297782] hub 2-0:1.0: 2 ports detected
[    1.297866] xhci_hcd 0000:06:00.0: xHCI Host Controller
[    1.297868] xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 3
[    1.297882] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.298109] hub 3-0:1.0: USB hub found
[    1.298119] hub 3-0:1.0: 2 ports detected
[    1.298210] xhci_hcd 0000:0a:00.0: Resetting
[    1.307173] i8042: PNP: No PS/2 controller found.
[    1.307449] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[    1.307452] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst
[    1.346767] firewire_ohci 0000:0c:02.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x11
[    1.360800] scsi host0: ahci
[    1.360977] scsi host1: ahci
[    1.361209] scsi host2: ahci
[    1.361431] scsi host3: ahci
[    1.361609] scsi host4: ahci
[    1.361804] scsi host5: ahci
[    1.361881] ata1: SATA max UDMA/133 abar m2048@0xf7e16000 port 0xf7e16100 irq 30
[    1.361884] ata2: SATA max UDMA/133 abar m2048@0xf7e16000 port 0xf7e16180 irq 30
[    1.361886] ata3: SATA max UDMA/133 abar m2048@0xf7e16000 port 0xf7e16200 irq 30
[    1.361887] ata4: SATA max UDMA/133 abar m2048@0xf7e16000 port 0xf7e16280 irq 30
[    1.361889] ata5: SATA max UDMA/133 abar m2048@0xf7e16000 port 0xf7e16300 irq 30
[    1.361891] ata6: SATA max UDMA/133 abar m2048@0xf7e16000 port 0xf7e16380 irq 30
[    1.362105] ahci 0000:04:00.0: SSS flag set, parallel bus scan disabled
[    1.362146] ahci 0000:04:00.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    1.362149] ahci 0000:04:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc sxs
[    1.362533] scsi host6: ahci
[    1.362663] scsi host7: ahci
[    1.362716] ata7: SATA max UDMA/133 abar m512@0xf7c00000 port 0xf7c00100 irq 32
[    1.362719] ata8: SATA max UDMA/133 abar m512@0xf7c00000 port 0xf7c00180 irq 32
[    1.616709] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.673313] ata1: SATA link down (SStatus 0 SControl 300)
[    1.673337] ata4: SATA link down (SStatus 0 SControl 300)
[    1.673380] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.673408] ata5: SATA link down (SStatus 0 SControl 300)
[    1.673440] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.673472] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.674274] ata3.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    1.674277] ata3.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    1.674279] ata3.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    1.674899] ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    1.674904] ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    1.674908] ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    1.675087] ata3.00: ATA-8: ST3000DM001-1CH166, CC26, max UDMA/133
[    1.675089] ata3.00: 5860533168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.675992] ata6.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    1.675995] ata6.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    1.675997] ata6.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    1.676154] ata2.00: ATA-8: ST31000528AS, CC49, max UDMA/133
[    1.676157] ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    1.676586] ata7: SATA link down (SStatus 0 SControl 300)
[    1.677604] ata6.00: ATAPI: ATAPI   iHAS324   W, HL12, max UDMA/100
[    1.677781] ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    1.677785] ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    1.677787] ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    1.678957] ata2.00: configured for UDMA/133
[    1.679226] scsi 1:0:0:0: Direct-Access     ATA      ST31000528AS     CC49 PQ: 0 ANSI: 5
[    1.680095] ata6.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    1.680098] ata6.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    1.680100] ata6.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    1.681666] ata6.00: configured for UDMA/100
[    1.695230] ata3.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    1.695233] ata3.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    1.695236] ata3.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    1.696005] ata3.00: configured for UDMA/133
[    1.713743] scsi 2:0:0:0: Direct-Access     ATA      ST3000DM001-1CH1 CC26 PQ: 0 ANSI: 5
[    1.754132] hub 1-1:1.0: USB hub found
[    1.754201] scsi 5:0:0:0: CD-ROM            ATAPI    iHAS324   W      HL12 PQ: 0 ANSI: 5
[    1.754376] hub 1-1:1.0: 6 ports detected
[    1.863467] firewire_core 0000:0c:02.0: created device fw0: GUID 008f130060b51200, S400
[    2.033385] usb 1-1.1: new high-speed USB device number 3 using ehci-pci
[    2.079926] ata8: SATA link down (SStatus 0 SControl 300)
[    2.085236] sd 2:0:0:0: [sdb] 5860533168 512-byte logical blocks: (3.00 TB/2.73 TiB)
[    2.085239] sd 2:0:0:0: [sdb] 4096-byte physical blocks
[    2.085252] sd 2:0:0:0: [sdb] Write Protect is off
[    2.085254] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    2.085270] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.085298] sd 1:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    2.085347] sd 1:0:0:0: [sda] Write Protect is off
[    2.085351] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.085406] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.099268] sr 5:0:0:0: [sr0] scsi3-mmc drive: 188x/125x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.099270] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.099409] sr 5:0:0:0: Attached scsi CD-ROM sr0
[    2.119971]  sda: sda1 sda2 sda3
[    2.121131] sd 1:0:0:0: [sda] Attached SCSI disk
[    2.126633]  sdb: sdb1 sdb2 sdb3
[    2.126955] sd 2:0:0:0: [sdb] Attached SCSI disk
[    2.147998] usb-storage 1-1.1:1.0: USB Mass Storage device detected
[    2.148068] scsi host8: usb-storage 1-1.1:1.0
[    2.148109] usbcore: registered new interface driver usb-storage
[    2.183384] tsc: Refined TSC clocksource calibration: 3100.024 MHz
[    2.183397] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2caf5ec33de, max_idle_ns: 440795355475 ns
[    2.220075] usb 1-1.4: new high-speed USB device number 4 using ehci-pci
[    2.317005] xhci_hcd 0000:0a:00.0: xHCI Host Controller
[    2.317017] xhci_hcd 0000:0a:00.0: new USB bus registered, assigned bus number 4
[    2.319007] hub 1-1.4:1.0: USB hub found
[    2.319317] hub 1-1.4:1.0: 4 ports detected
[    2.322587] xhci_hcd 0000:0a:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x00000010
[    2.323124] hub 4-0:1.0: USB hub found
[    2.323143] hub 4-0:1.0: 4 ports detected
[    2.323335] xhci_hcd 0000:0a:00.0: xHCI Host Controller
[    2.323339] xhci_hcd 0000:0a:00.0: new USB bus registered, assigned bus number 5
[    2.326015] usb usb5: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.326185] hub 5-0:1.0: USB hub found
[    2.326204] hub 5-0:1.0: 4 ports detected
[    2.579224] device-mapper: uevent: version 1.0.3
[    2.579270] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[    2.600041] usb 1-1.4.2: new full-speed USB device number 5 using ehci-pci
[    2.701889] hidraw: raw HID events driver (C) Jiri Kosina
[    2.706186] usbcore: registered new interface driver usbhid
[    2.706187] usbhid: USB HID core driver
[    2.707070] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1a.0-1.4.2/input2
[    2.835080] input: Logitech M510 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4.2/1-1.4.2:1.2/0003:046D:C52B.0003/0003:046D:1025.0004/input/input0
[    2.835120] logitech-hidpp-device 0003:046D:1025.0004: input,hidraw1: USB HID v1.11 Mouse [Logitech M510] on usb-0000:00:1a.0-1.4.2:1
[    2.837143] input: Logitech K270 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4.2/1-1.4.2:1.2/0003:046D:C52B.0003/0003:046D:4003.0005/input/input1
[    2.837181] logitech-hidpp-device 0003:046D:4003.0005: input,hidraw2: USB HID v1.11 Keyboard [Logitech K270] on usb-0000:00:1a.0-1.4.2:2
[    3.171104] scsi 8:0:0:0: Direct-Access     Generic- SD/MMC           1.00 PQ: 0 ANSI: 0 CCS
[    3.196955] clocksource: Switched to clocksource tsc
[    3.647071] logitech-hidpp-device 0003:046D:4003.0005: HID++ 2.0 device connected.
[    4.009071] sd 8:0:0:0: [sdc] 15659008 512-byte logical blocks: (8.02 GB/7.47 GiB)
[    4.010067] sd 8:0:0:0: [sdc] Write Protect is off
[    4.010071] sd 8:0:0:0: [sdc] Mode Sense: 03 00 00 00
[    4.011064] sd 8:0:0:0: [sdc] No Caching mode page found
[    4.011109] sd 8:0:0:0: [sdc] Assuming drive cache: write through
[    4.015654] random: crng init done
[    4.015678]  sdc:
[    4.019186] sd 8:0:0:0: [sdc] Attached SCSI removable disk
[    4.316720] floppy0: no floppy controllers found
[    5.672422] SGI XFS with ACLs, security attributes, realtime, no debug enabled
[    5.673798] XFS (dm-20): Mounting V5 Filesystem
[    5.766625] XFS (dm-20): Ending clean mount
[    6.458693] ip_tables: (C) 2000-2006 Netfilter Core Team
[    6.481386] systemd[1]: systemd 235 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN default-hierarchy=hybrid)
[    6.693390] systemd[1]: Detected architecture x86-64.
[    6.707004] systemd[1]: Set hostname to <yoshi-kvm03>.
[    7.714455] systemd[1]: Reached target Login Prompts.
[    7.714551] systemd[1]: Reached target Remote File Systems.
[    7.714620] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    7.714901] systemd[1]: Created slice User and Session Slice.
[    7.714965] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    7.715017] systemd[1]: Reached target Paths.
[    7.715125] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    8.031318] systemd-journald[440]: Received request to flush runtime journal from PID 1
[    9.116576] input: PC Speaker as /devices/platform/pcspkr/input/input2
[    9.168207] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
[    9.168216] ACPI: Power Button [PWRB]
[    9.168256] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[    9.168276] ACPI: Power Button [PWRF]
[    9.198343] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
[    9.198344] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
[    9.198344] RAPL PMU: hw unit of domain package 2^-16 Joules
[    9.198344] RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
[    9.240917] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    9.380322] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    9.630442] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20170531/utaddress-247)
[    9.630450] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    9.630452] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\GPR2) (20170531/utaddress-247)
[    9.630455] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20170531/utaddress-247)
[    9.630458] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    9.630459] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\GPR2) (20170531/utaddress-247)
[    9.630462] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20170531/utaddress-247)
[    9.630465] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    9.630465] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\GPR2) (20170531/utaddress-247)
[    9.630468] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20170531/utaddress-247)
[    9.630471] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    9.630471] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    9.643331] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    9.681907] i8042: PNP: No PS/2 controller found.
[    9.717012] i8042: PNP: No PS/2 controller found.
[    9.777230] i8042: PNP: No PS/2 controller found.
[    9.837196] AVX version of gcm_enc/dec engaged.
[    9.837198] AES CTR mode by8 optimization enabled
[   10.027924] pps_core: LinuxPPS API ver. 1 registered
[   10.027925] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[   10.129103] PTP clock support registered
[   10.207242] usbcore: registered new interface driver uas
[   10.265835] kvm: unknown parameter 'allow_unsafe_assigned_interrupts' ignored
[   10.304856] Linux agpgart interface v0.103
[   10.340537] mousedev: PS/2 mouse device common for all mice
[   10.537190] [drm] Memory usable by graphics device = 2048M
[   10.537191] [drm] VT-d active for gfx access
[   10.537193] checking generic (d0000000 500000) vs hw (d0000000 10000000)
[   10.537193] fb: switching to inteldrmfb from EFI VGA
[   10.537216] Console: switching to colour dummy device 80x25
[   10.537302] [drm] Replacing VGA console driver
[   10.537623] [drm] DMAR active, disabling use of stolen memory
[   10.543221] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   10.543222] [drm] Driver supports precise vblank timestamp query.
[   10.548739] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io:owns=io+mem
[   10.549058] [drm] Initialized i915 1.6.0 20170619 for 0000:00:02.0 on minor 0
[   10.549427] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   10.549597] acpi device:46: registered as cooling_device8
[   10.549641] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5
[   10.612252] fbcon: inteldrmfb (fb0) is primary device
[   10.661308] [drm:intel_set_cpu_fifo_underrun_reporting [i915]] *ERROR* uncleared fifo underrun on pipe A
[   10.661331] [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A FIFO underrun
[   10.661366] [drm:intel_set_pch_fifo_underrun_reporting [i915]] *ERROR* uncleared pch fifo underrun on pch transcoder A
[   10.661387] [drm:intel_pch_fifo_underrun_irq_handler [i915]] *ERROR* PCH transcoder A FIFO underrun
[   10.677314] Console: switching to colour frame buffer device 160x64
[   10.696175] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   10.864044] tg3.c:v3.137 (May 11, 2014)
[   10.874283] tg3 0000:05:00.0 eth0: Tigon3 [partno(BCM57781) rev 57785100] (PCI Express) MAC address bc:5f:f4:55:3c:53
[   10.874293] tg3 0000:05:00.0 eth0: attached PHY is 57765 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[   10.874294] tg3 0000:05:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[   10.874295] tg3 0000:05:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[   11.144917] intel_rapl: Found RAPL domain package
[   11.144918] intel_rapl: Found RAPL domain core
[   11.144919] intel_rapl: Found RAPL domain uncore
[   11.420861] IPv6: ADDRCONF(NETDEV_UP): br0: link is not ready
[   11.696410] iTCO_vendor_support: vendor-support=0
[   11.697044] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   11.697077] iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
[   11.697143] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   12.186923] tg3 0000:05:00.0 enp5s0: renamed from eth0
[   12.217389] br0: port 1(enp5s0) entered blocking state
[   12.217391] br0: port 1(enp5s0) entered disabled state
[   12.217417] device enp5s0 entered promiscuous mode
[   12.636759] floppy0: no floppy controllers found
[   13.742787] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: data=ordered
[   15.975254] tg3 0000:05:00.0 enp5s0: Link is up at 1000 Mbps, full duplex
[   15.975258] tg3 0000:05:00.0 enp5s0: Flow control is on for TX and on for RX
[   15.975259] tg3 0000:05:00.0 enp5s0: EEE is enabled
[   15.975297] br0: port 1(enp5s0) entered blocking state
[   15.975298] br0: port 1(enp5s0) entered forwarding state
[   15.975327] IPv6: ADDRCONF(NETDEV_CHANGE): br0: link becomes ready
[   20.478610] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   20.892084] Ebtables v2.0 registered

Last edited by masato5 (2017-12-03 02:34:51)

Offline

Board footer

Powered by FluxBB