M2D18 Synology on Oracle VM 3.4.6.2

I wanted a way to add more NVMe drives to my server, and this seemed like a good idea.

I deployed two of these. Perfect by design. It’s a 24-lane PCI switch from IDT/Renasas, part number 89HPES24T6G2, plus a Marvel 88S9235 2-port SATA controller on the back. It is an 8-lane physical and logical connection at up to PCIe 2.0 speeds. Each M.2 slot supports any M-key SSD as long as they are both SATA or both NVMe. In NVMe mode, that’s a 4-lane PCIe slot. In total, it uses 16 of the 24 lanes, meaning the PCIe switch is never overloaded.

Oracle Virtual Machine Server 3.4.6-2105 with Linux kernel 4.1.12-124.21.1.el6uek.x86_64 automatically supports this switch, somewhat. When this card was serving up two NVMe drives, I could see them, but as soon as I wrote to either of them, it went into I/O aborts, timeouts, and hung until powered off. Two of these cards, 4 total NVMe drives. Not a bad device issue. I’m using OVM Server 3.4.6.2. Pulling the NVMe drives loose, and plugging them into single-drive risers, they work fine, so it’s specifically related to PCIe switching. There is an ASM card on the market that does the same thing, and maybe it works better. I have not tried it. There is a high-point raid card that some people have had success with.

Doing research, it seems there is still code work going on in Linux and FreeBSD for these kinds of errors. perhaps, some newer release would make this work, but that does not help for an enterprise Linux distribution today. There may be fixes in kernel 4.1.10 or 4.1.11.

Synology has specific hardware and specific OS builds to solve this problem, and some of it may be throttling the performance of each lane somewhat in the kernel, handling TRIM commands, handling reset commands, etc.

Maybe in OVM 4 and RHEL 8 we’ll see something stable, but today, I just can’t use these in a standalone Linux system.

That said, this is my limitation. The hardware is great. The heat sink assembly is well thought out. The screw kit is perfect, and it comes with both low and full profile backplates. It looks clean, well designed, and just overall a great piece of hardware. Also, the price is excellent for what it is. It’s very competitive. If you have a supported Synology storage array, or are on bleeding edge Linux, or are using SATA M-Key drives, then this could be a great option for you.

     ┌────────────────────────────────────────────────────────────────────┐
     │                  • MobaXterm Professional v11.1 •                  │
     │              (X server, SSH client and network tools)              │
     │                                                                    │
     │ ➤ Your computer drives are accessible through the /drives path     │
     │ ➤ Your DISPLAY is set to 192.168.1.100:0.0                         │
     │ ➤ When using SSH, your remote DISPLAY is automatically forwarded   │
     │ ➤ Each command status is specified by a special symbol (✔ or ✘)    │
     │                                                                    │
     │                 Registered to Josh Davis (1 user)                  │
     └────────────────────────────────────────────────────────────────────┘

[2020-03-07 14:19.34]  ~
[jdavis.JoshD6860] ➤ ssh vhost0 -l root
Warning: Permanently added 'vhost0' (RSA) to the list of known hosts.
root@vhost0's password:
X11 forwarding request failed on channel 0
Last login: Sat Mar  7 13:40:51 2020
Warning: making manual modifications in the management domain
might cause inconsistencies between Oracle VM Manager and the server.

[root@vhost0 ~]# cat /etc/redhat-release
Oracle VM server release 3.4.6
[root@vhost0 ~]# rpm -qa | grep kexec-tools
kexec-tools-ovs-2.0.16-100.3.el6.x86_64
[root@vhost0 ~]# vi /etc/default/grub
[root@vhost0 ~]# grub2-mkconfig -o /boot/grub2/grub.cfg
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.1.12-124.21.1.el6uek.x86_64
Found initrd image: /boot/initramfs-4.1.12-124.21.1.el6uek.x86_64.img
done
[root@vhost0 ~]# vgs
[root@vhost0 ~]# ll /dev/mapper
total 0
crw-rw---- 1 root root 10, 236 Mar  7 14:18 control
[root@vhost0 ~]# chkconfig kdump on
[root@vhost0 ~]# service kdump restart
Stopping kdump:                                            [  OK  ]
Starting kdump:                                            [FAILED]
[root@vhost0 ~]# service kdump restart
Stopping kdump:                                            [  OK  ]
Starting kdump:                                            [FAILED]
[root@vhost0 ~]# cat /etc/kdump
kdump-adv-conf/ kdump.conf
[root@vhost0 ~]# cat /etc/kdump.conf
# Configures where to put the kdump /proc/vmcore files
#
# This file contains a series of commands to perform (in order) when a
# kernel crash has happened and the kdump kernel has been loaded.  Directives in
# this file are only applicable to the kdump initramfs, and have no effect if
# the root filesystem is mounted and the normal init scripts are processed
#
# Currently only one dump target and path may be configured at once
# if the configured dump target fails, the default action will be preformed
# the default action may be configured with the default directive below.  If the
# configured dump target succedes
#
# Basics commands supported are:
# path            - Append path to the filesystem device which you are
#                         dumping to.  Ignored for raw device dumps.
#                         If unset, will default to /var/crash.
#
# core_collector 
#                       - This allows you to specify the command to copy
#                         the vmcore.  You could use the dump filtering
#                         program makedumpfile, the default one, to retrieve
#                         your core, which on some arches can drastically
#                         reduce core file size. See /sbin/makedumpfile --help
#                         for a list of options. Note that the -i and -g
#                         options are not needed here, as the initrd will
#                         automatically be populated with a config file
#                         appropriate for the running kernel.
#                         For ssh dump, scp should be used instead of cp.
#
# raw        - Will write /proc/vmcore into raw .
#
# nfs        - Will mount fs and copy /proc/vmcore to
#                         //%HOST-%DATE/, supports DNS.
#
# nfs4       - Will use NFSv4 instead of NFSv3
#
# net        - This is a deprecated option to transfer vmcore over nfs.
#                          Use "nfs" option instead.
#
# ssh      - Will copy /proc/vmcore to
#                         :/%HOST-%DATE/ via SSH,
#                         supports DNS. If makedumpfile is the core_collector,
#                         it is piped to an "ssh" shell, otherwise use the specified
#                         core_collector like scp.
#                         NOTE: make sure user has necessary write
#                         permissions on server
#
# net      - This is a deprecated option to transfer vmcore over ssh.
#                         Use "ssh" option instead.
#
#   - Will mount -t   /mnt and copy
#                         /proc/vmcore to /mnt//127.0.0.1-%DATE/.
#                         NOTE:  can be a device node, label or uuid.
#
# link_delay 
#                       - Some network cards take a long time to initialize, and
#                         some spanning tree enabled networks do not transmit
#                         user traffic for long periods after a link state
#                         changes.  This optional parameter defines a wait
#                         period after a link is activated in which the
#                         initramfs will wait before attempting to transmit
#                         user data.
#
# kdump_post 
#                       - This directive allows you to run a specified
#                         executable just after the memory dump process
#                         terminates. The exit status from the dump process
#                         is fed to the kdump_post executable, which can be
#                         used to trigger different actions for success or
#                         failure.
#
# kdump_pre 
#                       - works just like the kdump_post directive, but instead
#                         of running after the dump process, runs immediately
#                         before.  Exit status of this binary is interpreted
#                         as follows:
#                         0 - continue with dump process as usual
#                         non 0 - reboot/halt the system
#
# extra_bins 
#                       - This directive allows you to specify additional
#                         binaries or shell scripts you'd like to include in
#                         your kdump initrd. Generally only useful in
#                         conjunction with a kdump_post binary or script that
#                         relies on other binaries or scripts.
#
# extra_modules 
#                       - This directive allows you to specify extra kernel
#                         modules that you want to be loaded in the kdump
#                         initrd, typically used to set up access to
#                         non-boot-path dump targets that might otherwise
#                         not be accessible in the kdump environment. Multiple
#                         modules can be listed, separated by a space, and any
#                         dependent modules will automatically be included.
#
# default 
#                       - Action to preform in case dumping to intended target
#                         fails. If no default action is specified, "reboot"
#                         is assumed default.
#
#                         reboot: If the default action is reboot simply reboot
#                                 the system and loose the core that you are
#                                 trying to retrieve.
#                         halt:   If the default action is halt, then simply
#                                 halt the system after attempting to capture
#                                 a vmcore, regardless of success or failure.
#                         poweroff: The system will be powered down
#                         shell:  If the default action is shell, then drop to
#                                 an hush session inside the initramfs from
#                                 where you can try to record the core manually.
#                                 Exiting this shell reboots the system.
#            mount_root_run_init: Mount root filesystem and run init. Kdump
#                                   initscript will try to save dump to root
#                                   filesystem in /var/crash dir. This will
#                                   likely require a lot more memory to
#                                   be reserved for kdump kernel.
#
# debug_mem_level <0-3>
#                       - Turns on debug/verbose output of kdump scripts
#                         regarding free/used memory at various points of
#                         execution. Higher level means more debugging output.
#                         0 - no output
#                         1 - partial /proc/meminfo
#                         2 - /proc/meminfo
#                         3 - /proc/meminfo + /proc/slabinfo

#raw /dev/sda5
#ext4 /dev/sda3
#ext4 LABEL=/boot
#ext4 UUID=03138356-5e61-4ab3-b58e-27507ac41937
#note: mkfs.ocfs2 -Mlocal /dev/sda3
#ocfs2 /dev/sda3
#extra_modules ocfs2
#net my.server.com:/export/tmp
#net user@my.server.com
path /var/crash
core_collector makedumpfile -Xcd 1 --message-level 1 --work-dir=/tmp
#core_collector scp
#core_collector cp --sparse=always
#extra_bins /bin/cp
#link_delay 60
#kdump_post /var/crash/scripts/kdump-post.sh
#extra_bins /usr/bin/lftp
#disk_timeout 30
#extra_modules gfs2
#options modulename options
#default shell
#debug_mem_level 0
#force_rebuild 1
#sshkey /root/.ssh/kdump_id_rsa
blacklist xen-blkback xen-blkfront xen-evtchn xenfs xen-gntalloc xen-gntdev
blacklist xen-netback xen-netfront xen-pciback xen-privcmd xen_wdt
# RDMA services require 2GB which is not the default size of kdump
blacklist mlx4_core mlx4_ib mlx5_core mlx5_ib
[root@vhost0 ~]# cat /etc/sysconfig/kdump
# Kernel Version string for the -kdump kernel, such as 2.6.13-1544.FC5kdump
# If no version is specified, then the init script will try to find a
# kdump kernel with the same version number as the running kernel.
KDUMP_KERNELVER=""

# The kdump commandline is the command line that needs to be passed off to
# the kdump kernel.  This will likely match the contents of the grub kernel
# line.  For example:
#   KDUMP_COMMANDLINE="ro root=LABEL=/"
# If a command line is not specified, the default will be taken from
# /proc/cmdline
KDUMP_COMMANDLINE=""

# This variable lets us append arguments to the current kdump commandline
# As taken from either KDUMP_COMMANDLINE above, or from /proc/cmdline
KDUMP_COMMANDLINE_APPEND="irqpoll maxcpus=1 nr_cpus=1 reset_devices cgroup_disable=memory mce=off selinux=0 nox2apic"

# Any additional /sbin/mkdumprd arguments required.
MKDUMPRD_ARGS="--allow-missing"

# Any additional kexec arguments required.  In most situations, this should
# be left empty
#
# Example:
#   KEXEC_ARGS="--elf32-core-headers"
KEXEC_ARGS=""

#Where to find the boot image
KDUMP_BOOTDIR="/boot"

#What is the image type used for kdump
KDUMP_IMG="vmlinuz"

#What is the images extension.  Relocatable kernels don't have one
KDUMP_IMG_EXT=""
[root@vhost0 ~]# grub2-mkconfig -o /boot/grub2/grub.cfg
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.1.12-124.21.1.el6uek.x86_64
Found initrd image: /boot/initramfs-4.1.12-124.21.1.el6uek.x86_64.img
done
[root@vhost0 ~]# l /var/crash
-bash: l: command not found
[root@vhost0 ~]# ll /var/crash
total 0
[root@vhost0 ~]# xl dmesg|grep -i crashkernel
[root@vhost0 ~]# reboot

Broadcast message from root@vhost0.omnitech.net
        (/dev/pts/0) at 14:41 ...

The system is going down for reboot NOW!
[root@vhost0 ~]# Connection to vhost0 closed by remote host.
Connection to vhost0 closed.
                                                                                                                                                                             ✘
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
[2020-03-07 14:42.01]  ~
[jdavis.JoshD6860] ➤ ssh vhost0 -l root
ssh: connect to host vhost0 port 22: Connection timed out
                                                                                                                                                                             ✘
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
[2020-03-07 14:43.21]  ~
[jdavis.JoshD6860] ➤ ssh vhost0 -l root
X11 forwarding request failed on channel 0
Last login: Sat Mar  7 14:19:44 2020 from joshd6860.omnitech.int
Warning: making manual modifications in the management domain
might cause inconsistencies between Oracle VM Manager and the server.

[root@vhost0 ~]# xl dmesg|grep -i crashkernel
(XEN) Command line: placeholder dom0_mem=max:1272M allowsuperpage dom0_vcpus_pin dom0_max_vcpus=20 crashkernel=512M@64M
[root@vhost0 ~]# xl dmesg|grep -i kdump
(XEN) Kdump: 64MB-576MB overlaps with 0xede00000(3806MB). Adjusting.
(XEN) Kdump: 512MB (524288kB) at 0xcde00000->0xede00000
[root@vhost0 ~]#  kexec --print-ckr-size
536870912
[root@vhost0 ~]# service kdump status
Kdump is operational
[root@vhost0 ~]# rpm -qa | grep el
basesystem-10.0-4.0.1.el6.noarch
iso-codes-3.16-2.el6.noarch
libX11-common-1.6.4-3.el6.noarch
glibc-2.12-1.212.0.1.el6.x86_64
libcap-2.16-5.5.el6.x86_64
libxml2-2.7.6-21.0.1.el6_8.1.x86_64
popt-1.13-7.el6.x86_64
nspr-4.19.0-1.el6.x86_64
db4-ovs-4.7.25-20.0.1.el6_7.x86_64
sed-4.2.1-10.el6.x86_64
libjpeg-turbo-1.2.1-3.el6_5.x86_64
libcap-ng-0.6.4-3.el6_0.1.x86_64
libibumad-1.3.10.2-1.0.1.el6.x86_64
pcre-7.8-7.el6.x86_64
libaio-0.3.107-10.el6.x86_64
which-2.19-6.el6.x86_64
yajl-1.0.7-3.el6.x86_64
cyrus-sasl-lib-2.1.23-15.el6_6.2.x86_64
diffutils-2.8.1-28.el6.x86_64
gdbm-1.8.0-39.el6.x86_64
perl-Module-Pluggable-3.90-144.el6.x86_64
gnutls-2.12.23-21.el6.x86_64
psmisc-22.6-24.el6.x86_64
bridge-utils-1.2-10.el6.x86_64
keyutils-libs-1.4-5.0.1.el6.x86_64
lcms-libs-1.19-1.el6.x86_64
p11-kit-0.18.5-2.el6_5.2.x86_64
dbus-glib-0.86-6.el6_4.x86_64
libibumad-devel-1.3.10.2-1.0.1.el6.x86_64
vim-minimal-7.4.629-5.el6_8.1.x86_64
unzip-6.0-5.el6.x86_64
ed-1.1-3.3.el6.x86_64
libfontenc-1.1.2-3.el6.x86_64
less-436-13.el6.x86_64
cracklib-dicts-2.8.16-4.el6.x86_64
module-init-tools-3.9-26.0.1.el6.x86_64
alsa-lib-1.1.0-4.el6.x86_64
ethtool-3.5-6.el6.x86_64
openjpeg-libs-1.3-16.el6_8.x86_64
cvs-1.11.23-16.el6.x86_64
nss-3.36.0-9.0.1.el6_10.x86_64
librbd1-0.80.9-0.0.5.el6.x86_64
libXfont-1.5.1-2.el6.x86_64
libibmad-devel-1.3.12-1.0.2.el6.x86_64
infiniband-diags-1.6.5-1.0.3.el6.x86_64
p11-kit-trust-0.18.5-2.el6_5.2.x86_64
glusterfs-libs-3.12.2-18.el6.x86_64
fipscheck-1.2.0-7.el6.x86_64
wget-1.12-10.el6.x86_64
mysql-libs-5.1.73-8.0.1.el6_8.x86_64
keyutils-1.4-5.0.1.el6.x86_64
gnutls-utils-2.12.23-21.el6.x86_64
lzop-1.02-0.9.rc1.el6.x86_64
pinentry-0.7.6-8.el6.x86_64
db4-ovs-utils-4.7.25-20.0.1.el6_7.x86_64
rpm-4.8.0-55.el6.x86_64
libuser-0.56.13-8.el6_7.x86_64
net-snmp-utils-5.5-60.0.1.el6.x86_64
sudo-1.8.6p3-29.el6_9.x86_64
libnih-1.0.1-7.el6.x86_64
e2fsprogs-1.42.8-1.0.3.el6.x86_64
libconfig-1.3.2-1.1.el6.x86_64
iperf-2.0.5-1.el6.x86_64
mcelog-128-1.c83713fd.el6.x86_64
glibc-headers-2.12-1.212.0.1.el6.x86_64
perl-devel-5.10.1-144.el6.x86_64
lldpad-libs-0.9.46-10.el6_8.x86_64
ustr-1.0.4-9.1.el6.x86_64
rpcbind-0.2.0-13.el6_9.1.x86_64
ConsoleKit-libs-0.4.1-6.el6.x86_64
MAKEDEV-3.24-6.el6.x86_64
libevent-1.4.13-4.el6.x86_64
pax-3.4-10.1.el6.x86_64
libsysfs-2.1.0-7.el6.x86_64
libXau-1.0.6-4.el6.x86_64
libXrender-0.9.10-1.el6.x86_64
libXcursor-1.1.14-2.1.el6.x86_64
libXinerama-1.1.3-2.1.el6.x86_64
ghostscript-8.70-23.el6_9.2.x86_64
libXv-1.0.11-1.el6.x86_64
libffi-3.0.5-3.2.el6.x86_64
rpm-python-4.8.0-55.el6.x86_64
python-pycurl-7.19.0-9.el6.x86_64
PyYAML-3.10-3.1.el6.x86_64
setools-libs-python-3.3.7-4.el6.x86_64
vmpinfo3-sosreport-1.0.0-17.el6.5.noarch
python-configobj-4.6.0-3.el6.noarch
python-markdown-2.0.1-4.el6.noarch
python-setuptools-0.6.10-3.el6.noarch
python-backports-1.0-5.el6.x86_64
python-boto-2.34.0-6.el6.noarch
slang-2.2.1-1.el6.x86_64
libvisual-0.4.0-10.el6.x86_64
qemu-img-0.12.1.2-2.506.el6_10.1.x86_64
enterprise-linux-ovs-6-7.844.6.el6.x86_64
libdrm-2.4.65-2.el6.x86_64
initscripts-9.03.58-1.0.1.el6_9.2.x86_64
mesa-dri-drivers-11.0.7-4.el6.x86_64
grub2-tools-2.02-0.44.0.21.el6.x86_64
cups-1.4.2-78.el6_9.x86_64
nfs-utils-lib-1.1.5-13.el6.x86_64
device-mapper-multipath-libs-0.4.9-100.0.3.el6_9.1.x86_64
ovs-snmp-1.0-4.el6.x86_64
lvm2-libs-2.02.143-12.el6_9.1.x86_64
foomatic-db-ppds-4.0-8.20091126.el6.noarch
grub2-efi-modules-2.02-0.44.0.21.el6.x86_64
mdadm-3.3.4-8.el6.x86_64
ntp-4.2.6p5-12.0.1.el6_9.1.x86_64
grub2-2.02-0.44.0.21.el6.x86_64
librdmacm-1.0.20-1.0.6.el6.x86_64
librdmacm-devel-1.0.20-1.0.6.el6.x86_64
xen-4.4.4-222.el6.x86_64
libmlx4-1.0.6-1.0.4.el6.x86_64
dracut-fips-004-409.0.7.el6_8.2.noarch
network-scripts-vxlan-3.4.2-2.el6.noarch
dnsmasq-2.48-18.el6_9.x86_64
crontabs-1.10-33.el6.noarch
sysstat-9.0.4-33.el6.x86_64
redhat-lsb-graphics-4.0-7.0.2.el6.x86_64
ocaml-runtime-3.11.2-5.el6.x86_64
libvirt-daemon-1.2.14-19.1.el6.x86_64
libvirt-daemon-driver-storage-1.2.14-19.1.el6.x86_64
libvirt-daemon-driver-interface-1.2.14-19.1.el6.x86_64
libvirt-1.2.14-19.1.el6.x86_64
ovmport-1.0-8.el6.x86_64
busybox-1.15.1-21.el6_6.x86_64
osc-oracle-ocfs2-0.1.0-47.el6.5.noarch
openssh-clients-5.3p1-123.el6_9.x86_64
usermode-1.102-3.el6.x86_64
sos-3.2-54.0.1.el6_9.1.noarch
pyOpenSSL-0.13.1-2.el6.x86_64
pygobject2-2.20.0-5.el6.x86_64
pciutils-3.1.10-4.el6.x86_64
vbox-img-1.0-9.el6.1.x86_64
hdparm-9.43-4.el6.x86_64
nss-softokn-freebl-3.14.3-23.3.0.1.el6_8.i686
libgcc-4.4.7-18.el6.x86_64
filesystem-2.4.30-3.el6.x86_64
foomatic-db-filesystem-4.0-8.20091126.el6.noarch
xml-common-0.6.3-33.el6.noarch
poppler-data-0.4.0-1.el6.noarch
ncurses-base-5.7-4.20090207.el6.x86_64
tzdata-2018g-1.el6.noarch
glibc-common-2.12-1.212.0.1.el6.x86_64
ncurses-libs-5.7-4.20090207.el6.x86_64
libattr-2.4.44-7.el6.x86_64
zlib-1.2.3-29.el6.x86_64
info-4.13a-8.el6.x86_64
audit-libs-2.4.5-6.el6.x86_64
libcom_err-1.42.8-1.0.3.el6.x86_64
dbus-libs-1.2.24-8.0.1.el6_6.x86_64
bzip2-libs-1.0.5-7.el6_0.x86_64
libacl-2.2.49-7.el6_9.1.x86_64
freetype-2.3.11-17.el6.x86_64
libsepol-2.0.41-4.el6.x86_64
chkconfig-1.3.49.5-1.el6.x86_64
nss-util-3.36.0-1.el6.x86_64
libgcrypt-1.4.5-12.el6_8.x86_64
expat-2.0.1-13.el6_8.x86_64
elfutils-libelf-0.164-2.el6.x86_64
libudev-147-2.73.0.1.el6_8.2.x86_64
xz-libs-4.999.9-0.5.beta.20091007git.el6.x86_64
libnl-1.1.4-2.el6.x86_64
findutils-4.4.2-9.el6.x86_64
grep-2.20-6.el6.x86_64
sqlite-3.6.20-1.el6_7.2.x86_64
libICE-1.0.6-1.el6.x86_64
bzip2-1.0.5-7.el6_0.x86_64
file-libs-5.04-30.el6.x86_64
numactl-2.0.9-2.el6.x86_64
xz-4.999.9-0.5.beta.20091007git.el6.x86_64
procps-3.2.8-45.0.1.el6_9.3.x86_64
lua-5.1.4-4.1.el6.x86_64
cpio-2.10-13.el6.x86_64
pkgconfig-0.23-9.1.el6.x86_64
dmidecode-2.12-7.el6.x86_64
perl-Pod-Escapes-1.04-144.el6.x86_64
perl-version-0.77-144.el6.x86_64
perl-Pod-Simple-3.13-144.el6.x86_64
libtasn1-2.3-6.el6_5.x86_64
opensm-libs-3.3.19-1.0.2.el6.x86_64
libtiff-3.9.4-21.el6_8.x86_64
e2fsprogs-libs-1.42.8-1.0.3.el6.x86_64
make-3.81-23.el6.x86_64
pciutils-libs-3.1.10-4.el6.x86_64
sysvinit-tools-2.87-6.dsf.el6.x86_64
krb5-libs-1.10.3-65.el6.x86_64
lm_sensors-libs-3.1.1-17.el6.x86_64
libogg-1.1.4-2.1.el6.x86_64
libtirpc-0.2.1-13.el6_9.x86_64
gamin-0.1.10-9.el6.x86_64
shared-mime-info-0.70-6.el6.x86_64
atk-1.30.0-1.el6.x86_64
nss-softokn-3.14.3-23.3.0.1.el6_8.x86_64
elfutils-libs-0.164-2.el6.x86_64
jasper-libs-1.900.1-21.el6_9.x86_64
patch-2.6-8.el6_9.x86_64
libselinux-utils-2.0.94-7.el6.x86_64
bc-1.06.95-1.el6.x86_64
cups-libs-1.4.2-78.el6_9.x86_64
gmp-4.3.1-12.el6.x86_64
boost-system-1.41.0-28.el6.x86_64
libibacl-1.0-6.el6.x86_64
groff-1.18.1.4-21.el6.x86_64
coreutils-libs-8.4-46.0.1.el6.x86_64
cracklib-2.8.16-4.el6.x86_64
coreutils-8.4-46.0.1.el6.x86_64
fontconfig-2.8.0-5.el6.x86_64
hwdata-0.233-18.1.el6.noarch
oracle-logos-60.0.14-1.0.5.el6.noarch
plymouth-scripts-0.8.3-29.0.1.el6.x86_64
lsscsi-0.23-3.el6.x86_64
pth-2.0.7-9.3.el6.x86_64
pixman-0.32.8-1.el6.x86_64
poppler-0.12.4-12.el6_9.x86_64
libhbalinux-1.0.17-2.el6.x86_64
logrotate-3.7.8-28.el6.x86_64
hicolor-icon-theme-0.11-1.1.el6.noarch
nss-sysinit-3.36.0-9.0.1.el6_10.x86_64
librados2-0.80.9-0.0.5.el6.x86_64
hmaccalc-0.9.12-2.el6.x86_64
redhat-rpm-config-9.0.3-51.0.1.el6.noarch
xorg-x11-font-utils-7.2-11.el6.x86_64
ghostscript-fonts-5.50-23.2.el6.noarch
eggdbus-0.6-3.el6.x86_64
grubby-7.0.15-7.0.5.el6.x86_64
gstreamer-tools-0.10.29-1.0.1.el6.x86_64
libgudev1-147-2.73.0.1.el6_8.2.x86_64
ca-certificates-2017.2.14-65.0.1.el6_9.noarch
qt-4.6.2-28.el6_5.x86_64
mokutil-0.9-2.0.6.2.el6.x86_64
fipscheck-lib-1.2.0-7.el6.x86_64
shim-0.9-2.0.6.2.el6.x86_64
qt-sqlite-4.6.2-28.el6_5.x86_64
socat-1.7.3.1-1.el6.2.x86_64
bind-utils-9.8.2-0.68.rc1.el6_10.1.x86_64
libtheora-1.1.0-2.el6.x86_64
lm_sensors-3.1.1-17.el6.x86_64
efibootmgr-0.5.4-15.el6.x86_64
tmpwatch-2.9.16-6.el6.x86_64
cpuid-20160814-1.el6.x86_64
gdbm-devel-1.8.0-39.el6.x86_64
device-mapper-persistent-data-0.6.2-0.1.rc7.el6.x86_64
portreserve-0.0.4-11.el6.x86_64
checkpolicy-2.0.22-1.el6.x86_64
netcf-libs-0.2.4-4.el6.x86_64
libcurl-7.19.7-53.el6_9.x86_64
curl-7.19.7-53.el6_9.x86_64
openldap-2.4.40-16.el6.x86_64
pam_ldap-185-11.el6.x86_64
passwd-0.77-7.el6.x86_64
net-snmp-libs-5.5-60.0.1.el6.x86_64
openscap-scanner-1.2.13-2.0.1.el6.x86_64
gpgme-1.1.8-3.el6.x86_64
openldap-clients-2.4.40-16.el6.x86_64
rsync-3.0.6-12.el6.x86_64
upstart-0.6.5-16.el6.x86_64
libss-1.42.8-1.0.3.el6.x86_64
time-1.7-38.el6.x86_64
libgomp-4.4.7-18.el6.x86_64
libicu-4.2.1-14.el6.x86_64
snappy-1.1.0-1.el6.x86_64
db4-ovs-cxx-4.7.25-20.0.1.el6_7.x86_64
mesa-private-llvm-3.6.2-1.el6.x86_64
mstflint-4.8.0-2.0.2.el6.x86_64
attr-2.4.44-7.el6.x86_64
strace-4.8-11.el6.x86_64
dash-0.5.5.1-4.el6.x86_64
glibc-devel-2.12-1.212.0.1.el6.x86_64
perl-ExtUtils-MakeMaker-6.55-144.el6.x86_64
perl-Test-Harness-3.17-144.el6.x86_64
cdparanoia-libs-10.2-5.1.el6.x86_64
libtool-ltdl-2.2.6-15.5.el6.x86_64
mingetty-1.08-5.el6.x86_64
libsemanage-2.0.43-5.1.el6.x86_64
dbus-1.2.24-8.0.1.el6_6.x86_64
nscd-2.12-1.212.0.1.el6.x86_64
screen-4.0.3-19.el6.x86_64
ConsoleKit-0.4.1-6.el6.x86_64
tcpdump-4.0.0-11.20090921gitdf3cb4.2.el6.x86_64
glusterfs-3.12.2-18.el6.x86_64
libnl3-3.2.21-8.el6.x86_64
traceroute-2.0.14-2.el6.x86_64
plymouth-core-libs-0.8.3-29.0.1.el6.x86_64
sg3_utils-libs-1.28-12.el6.x86_64
osc-plugin-manager-1.2.9-43.el6.11.noarch
SDL-1.2.14-7.el6_7.1.x86_64
sgpio-1.2.0.10-5.el6.x86_64
libxcb-1.12-4.el6.x86_64
libXext-1.3.3-1.el6.x86_64
cairo-1.8.8-6.el6_6.x86_64
libXfixes-5.0.3-1.el6.x86_64
libXft-2.3.2-1.el6.x86_64
libXrandr-1.5.1-1.el6.x86_64
libXdamage-1.1.3-4.el6.x86_64
libXt-1.1.4-6.1.el6.x86_64
qt3-3.3.8b-30.el6.x86_64
libXxf86vm-1.1.3-2.1.el6.x86_64
libXcomposite-0.4.3-4.el6.x86_64
rds-tools-2.0.7-1.19.el6.x86_64
python-2.6.6-66.0.1.el6_8.x86_64
gettext-0.17-18.el6.x86_64
python-argparse-1.2.1-2.1.el6.noarch
ipmitool-1.8.15-2.el6.x86_64
python-urlgrabber-3.9.1-11.0.1.el6.noarch
python-crypto-2.0.1-22.el6.x86_64
yum-metadata-parser-1.1.2-16.el6.x86_64
libsemanage-python-2.0.43-5.1.el6.x86_64
m2crypto-0.20.2-9.el6.x86_64
rpm-build-4.8.0-55.el6.x86_64
python-prettytable-0.7.2-11.el6.noarch
linux-firmware-20171128-56.git17e62881.0.2.el6.noarch
audit-libs-python-2.4.5-6.el6.x86_64
python-jsonpointer-1.0-4.el6.noarch
python-chardet-2.2.1-1.el6.noarch
python-pygments-1.1.1-2.el6.noarch
python-six-1.9.0-2.el6.noarch
python-backports-ssl_match_hostname-3.4.0.2-5.el6.noarch
python-requests-2.6.0-4.el6.noarch
fakeroot-libs-1.12.2-22.2.el6.x86_64
ibutils-1.5.7-0.2.gbd7e502.0.3.el6.x86_64
newt-0.52.11-4.el6.x86_64
liboil-0.3.16-4.1.el6.x86_64
gstreamer-plugins-base-0.10.29-2.el6.x86_64
usbredir-0.6-7.el6.x86_64
kbd-misc-1.15-11.el6.noarch
kernel-uek-firmware-4.1.12-124.21.1.el6uek.noarch
policycoreutils-2.0.83-30.1.0.1.el6_8.x86_64
iproute-2.6.32-54.0.1.el6.x86_64
iputils-20071127-24.el6.x86_64
util-linux-ng-2.17.2-12.28.el6_9.1.x86_64
udev-147-2.73.0.1.el6_8.2.x86_64
mesa-dri1-drivers-7.11-8.el6.x86_64
device-mapper-libs-1.02.117-12.el6_9.1.x86_64
device-mapper-event-libs-1.02.117-12.el6_9.1.x86_64
kpartx-0.4.9-100.0.3.el6_9.1.x86_64
mesa-libGLU-11.0.7-4.el6.x86_64
iscsi-initiator-utils-6.2.0.873-27.0.3.el6_9.x86_64
nfs-utils-1.2.3-75.0.6.el6_9.x86_64
qt-x11-4.6.2-28.el6_5.x86_64
device-mapper-event-1.02.117-12.el6_9.1.x86_64
net-snmp-5.5-60.0.1.el6.x86_64
ebtables-2.0.9-6.el6.x86_64
device-mapper-multipath-0.4.9-100.0.3.el6_9.1.x86_64
dmraid-events-1.0.0.rc16-11.el6.x86_64
lvm2-2.02.143-12.el6_9.1.x86_64
numad-0.5-12.20150602git.el6.x86_64
foomatic-db-4.0-8.20091126.el6.noarch
system-config-firewall-base-1.2.27-7.2.el6_6.noarch
grub2-efi-2.02-0.44.0.21.el6.x86_64
cryptsetup-luks-libs-1.2.0-11.el6.x86_64
rdma-3.10-3.0.38.el6.noarch
ntpdate-4.2.6p5-12.0.1.el6_9.1.x86_64
kbd-1.15-11.el6.x86_64
microcode_ctl-1.17-33.1.0.6.el6.x86_64
dracut-kernel-004-409.0.7.el6_8.2.noarch
libibverbs-1.1.8-1.0.7.el6.x86_64
kernel-transition-2.6.32-0.0.0.3.el6.x86_64
libibverbs-devel-1.1.8-1.0.7.el6.x86_64
lldpad-0.9.46-10.el6_8.x86_64
openvswitch-2.3.1-1.0.1.el6.x86_64
qperf-0.4.9-2.0.2.el6.x86_64
librdmacm-utils-1.0.20-1.0.6.el6.x86_64
libibverbs-utils-1.1.8-1.0.7.el6.x86_64
oracle-ofed-release-1.0.0-41.el6.x86_64
rsyslog-5.8.10-10.0.1.el6_6.x86_64
dracut-network-004-409.0.7.el6_8.2.noarch
nss-pam-ldapd-0.7.5-32.el6.x86_64
acpid-2.0.19-6.0.1.el6.x86_64
radvd-1.6-1.el6.x86_64
postfix-2.6.6-8.el6.x86_64
cronie-noanacron-1.4.4-16.el6_8.2.x86_64
redhat-lsb-core-4.0-7.0.2.el6.x86_64
cloud-init-0.7.5-8.0.1.el6_9.x86_64
redhat-lsb-printing-4.0-7.0.2.el6.x86_64
redhat-lsb-compat-4.0-7.0.2.el6.x86_64
ocfs2-tools-1.8.6-9.el6.x86_64
ovs-agent-3.4.6-8.el6.x86_64
libvirt-client-1.2.14-19.1.el6.x86_64
libvirt-daemon-driver-network-1.2.14-19.1.el6.x86_64
libvirt-daemon-driver-xen-1.2.14-19.1.el6.x86_64
libvirt-daemon-driver-secret-1.2.14-19.1.el6.x86_64
libvirt-daemon-driver-libxl-1.2.14-19.1.el6.x86_64
libvirt-daemon-config-nwfilter-1.2.14-19.1.el6.x86_64
libvirt-daemon-config-network-1.2.14-19.1.el6.x86_64
libvirt-daemon-xen-1.2.14-19.1.el6.x86_64
libvirt-python-1.2.14-1.el6.x86_64
fakeroot-1.12.2-22.2.el6.x86_64
openscap-utils-1.2.13-2.0.1.el6.x86_64
kexec-tools-ovs-2.0.16-100.3.el6.x86_64
devmon-1.0-170.el6.199.5.x86_64
cryptsetup-luks-1.2.0-11.el6.x86_64
openssh-server-5.3p1-123.el6_9.x86_64
prelink-0.4.6-3.1.el6_4.x86_64
authconfig-6.1.12-23.el6.x86_64
python-paramiko-1.7.5-5.el6_10.noarch
pykickstart-1.74.22-1.el6.noarch
PyXML-0.8.4-19.el6.x86_64
ovm-consoled-0.1-20.el6.3.noarch
xenpvboot-0.1-9.el6.noarch
openscap-python-1.2.13-2.0.1.el6.x86_64
osc-oracle-generic-1.1.0-106.el6.11.noarch
tcp_wrappers-7.6-58.el6.x86_64
tftp-0.49-8.el6.x86_64
ovs-utils-1.1-1.el6.x86_64
vconfig-1.9-8.1.el6.x86_64
reflink-0.1.0-3.el6.x86_64
rootfiles-8.1-6.1.el6.noarch
glibc-2.12-1.212.0.1.el6.i686
setup-2.8.14-23.el6.noarch
mesa-dri-filesystem-11.0.7-4.el6.x86_64
kernel-headers-2.6.32-696.18.7.el6.x86_64
nss-softokn-freebl-3.14.3-23.3.0.1.el6_8.x86_64
bash-4.1.2-48.el6.x86_64
libstdc++-4.4.7-18.el6.x86_64
libuuid-2.17.2-12.28.el6_9.1.x86_64
readline-6.0-4.el6.x86_64
gawk-3.1.7-10.el6_7.3.x86_64
libselinux-2.0.94-7.el6.x86_64
libgpg-error-1.7-4.el6.x86_64
libpng-1.2.49-2.el6_7.x86_64
libblkid-2.17.2-12.28.el6_9.1.x86_64
net-tools-1.60-114.el6.x86_64
tcp_wrappers-libs-7.6-58.el6.x86_64
libSM-1.2.1-2.el6.x86_64
file-5.04-30.el6.x86_64
libxslt-1.1.26-2.0.2.el6_3.1.x86_64
libidn-1.18-2.el6.x86_64
lzo-2.03-3.1.el6_5.1.x86_64
perl-libs-5.10.1-144.el6.x86_64
perl-5.10.1-144.el6.x86_64
libibmad-1.3.12-1.0.2.el6.x86_64
binutils-2.20.51.0.2-5.47.el6_9.1.x86_64
libhbaapi-2.2.9-2.el6.x86_64
libgssglue-0.1-11.el6.x86_64
libmng-1.0.10-4.1.el6.x86_64
glib2-2.28.8-9.el6.x86_64
xz-lzma-compat-4.999.9-0.5.beta.20091007git.el6.x86_64
elfutils-0.164-2.el6.x86_64
tar-1.23-15.el6_8.x86_64
avahi-libs-0.6.25-17.el6.x86_64
boost-thread-1.41.0-28.el6.x86_64
ncurses-5.7-4.20090207.el6.x86_64
gzip-1.3.12-24.el6.x86_64
pam-1.1.1-24.0.1.el6.x86_64
libpciaccess-0.13.4-1.el6.x86_64
libedit-2.11-4.20080712cvs.1.el6.x86_64
libpcap-1.4.0-4.20130826git2dbcaa1.el6.x86_64
poppler-utils-0.12.4-12.el6_9.x86_64
audit-2.4.5-6.el6.x86_64
mailx-12.4-8.el6_6.x86_64
nss-tools-3.36.0-9.0.1.el6_10.x86_64
urw-fonts-2.4-11.el6.noarch
nc-1.84-24.el6.x86_64
gstreamer-0.10.29-1.0.1.el6.x86_64
openssl-1.0.1e-57.0.1.el6.x86_64
libssh2-1.4.2-2.el6_7.1.x86_64
glusterfs-client-xlators-3.12.2-18.el6.x86_64
bind-libs-9.8.2-0.68.rc1.el6_10.1.x86_64
libvorbis-1.2.3-5.el6_9.1.x86_64
btrfs-progs-4.2.2-4.el6.x86_64
perl-CGI-3.51-144.el6.x86_64
setools-libs-3.3.7-4.el6.x86_64
augeas-libs-1.0.0-10.el6.x86_64
rpm-libs-4.8.0-55.el6.x86_64
openscap-1.2.13-2.0.1.el6.x86_64
man-1.6f-39.el6.x86_64
gnupg2-2.0.14-9.el6_10.x86_64
acl-2.2.49-7.el6_9.1.x86_64
gdisk-0.8.10-1.el6.x86_64
m4-1.4.13-5.el6.x86_64
log4cpp-1.0-13.el6_5.1.x86_64
db4-ovs-devel-4.7.25-20.0.1.el6_7.x86_64
libusb-0.1.12-23.el6.x86_64
osmd-0.9-22.el6.x86_64
perl-ExtUtils-ParseXS-2.2003.0-144.el6.x86_64
perl-Test-Simple-0.92-144.el6.x86_64
msr-tools-1.3-3.el6.x86_64
shadow-utils-4.1.5.1-5.el6.x86_64
libutempter-1.1.5-4.1.el6.x86_64
polkit-0.96-11.el6.x86_64
glusterfs-api-3.12.2-18.el6.x86_64
libthai-0.1.12-3.el6.x86_64
sg3_utils-1.28-12.el6.x86_64
libyaml-0.1.3-4.el6_6.x86_64
libX11-1.6.4-3.el6.x86_64
libXi-1.7.8-1.el6.x86_64
pango-1.28.1-11.el6.x86_64
gdk-pixbuf2-2.24.1-6.el6_7.x86_64
libXtst-1.2.3-1.el6.x86_64
gtk2-2.24.23-9.el6.x86_64
python-libs-2.6.6-66.0.1.el6_8.x86_64
libselinux-python-2.0.94-7.el6.x86_64
libxml2-python-2.7.6-21.0.1.el6_8.1.x86_64
pygpgme-0.1-18.20090824bzr68.el6.x86_64
gdb-7.2-92.el6.x86_64
python-ipaddr-2.1.9-3.el6.noarch
python-iniparse-0.3.1-2.1.el6.noarch
python-jsonpatch-1.2-4.el6.noarch
python-cheetah-2.4.1-1.el6.x86_64
python-urllib3-1.10.2-3.el6.noarch
tcl-8.5.7-6.el6.x86_64
newt-python-0.52.11-4.el6.x86_64
libusbx-1.0.15-4.el6.x86_64
dhcp-common-4.1.1-53.P1.0.1.el6_9.4.x86_64
iptables-1.4.7-16.0.5.el6.x86_64
plymouth-0.8.3-29.0.1.el6.x86_64
mesa-libGL-11.0.7-4.el6.x86_64
device-mapper-1.02.117-12.el6_9.1.x86_64
iptables-ipv6-1.4.7-16.0.5.el6.x86_64
libcgroup-0.40.rc1-24.el6_9.x86_64
phonon-backend-gstreamer-4.6.2-28.el6_5.x86_64
openssh-5.3p1-123.el6_9.x86_64
dmraid-1.0.0.rc16-11.el6.x86_64
policycoreutils-python-2.0.83-30.1.0.1.el6_8.x86_64
foomatic-4.0.4-5.el6_7.x86_64
parted-2.1-29.el6.x86_64
at-3.1.10-49.el6.x86_64
dracut-004-409.0.7.el6_8.2.noarch
kernel-uek-4.1.12-124.21.1.el6uek.x86_64
ibacm-1.2.1-1.0.2.el6.x86_64
fcoe-utils-1.0.28-6.el6.x86_64
perftest-3.0-0.0.2.el6.x86_64
libibcm-1.0.5-1.0.3.el6.x86_64
dhclient-4.1.1-53.P1.0.1.el6_9.4.x86_64
smartmontools-5.43-3.el6.x86_64
cyrus-sasl-2.1.23-15.el6_6.2.x86_64
cronie-1.4.4-16.el6_8.2.x86_64
oswatcher-7.3.3-3.el6.noarch
redhat-lsb-4.0-7.0.2.el6.x86_64
xen-tools-4.4.4-222.el6.x86_64
libvirt-daemon-driver-nwfilter-1.2.14-19.1.el6.x86_64
libvirt-daemon-driver-nodedev-1.2.14-19.1.el6.x86_64
libvirt-daemon-driver-qemu-1.2.14-19.1.el6.x86_64
ovs-config-3.4.1-6.el6.24.noarch
rpmdevtools-7.5-2.0.1.el6.noarch
ovmwatch-1.0-168.el6.196.5.x86_64
irqbalance-1.0.9-2.0.1.el6.x86_64
mcstrans-0.3.1-4.el6.x86_64
yum-3.2.29-81.0.1.el6.noarch
python-simplejson-2.0.9-3.1.el6.x86_64
pexpect-2.3-11.el6.noarch
sysfsutils-2.1.0-7.el6.x86_64
lsof-4.82-5.el6.x86_64
setserial-2.17-25.el6.x86_64
liblockfile-1.08-20.el6.x86_64
ovs-release-3.4-7.844.6.el6.x86_64
[root@vhost0 ~]# cat /etc/redhat-release
Oracle VM server release 3.4.6
[root@vhost0 ~]# yum update
Setting up Update Process
No Packages marked for Update
[root@vhost0 ~]# yum install xz-devel zip
Setting up Install Process
No package xz-devel available.
No package zip available.
Error: Nothing to do
[root@vhost0 ~]# df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/sda2        23G  1.7G   20G   8% /
tmpfs           582M     0  582M   0% /dev/shm
/dev/sda1       477M   96M  352M  22% /boot
none            582M   48K  582M   1% /var/lib/xenstored
[root@vhost0 ~]# lspci
00:00.0 Host bridge: Intel Corporation 5520 I/O Hub to ESI Port (rev 13)
00:01.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 1 (rev 13)
00:03.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 3 (rev 13)
00:07.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 7 (rev 13)
00:10.0 PIC: Intel Corporation 7500/5520/5500/X58 Physical and Link Layer Registers Port 0 (rev 13)
00:10.1 PIC: Intel Corporation 7500/5520/5500/X58 Routing and Protocol Layer Registers Port 0 (rev 13)
00:11.0 PIC: Intel Corporation 7500/5520/5500 Physical and Link Layer Registers Port 1 (rev 13)
00:11.1 PIC: Intel Corporation 7500/5520/5500 Routing & Protocol Layer Register Port 1 (rev 13)
00:14.0 PIC: Intel Corporation 7500/5520/5500/X58 I/O Hub System Management Registers (rev 13)
00:14.1 PIC: Intel Corporation 7500/5520/5500/X58 I/O Hub GPIO and Scratch Pad Registers (rev 13)
00:14.2 PIC: Intel Corporation 7500/5520/5500/X58 I/O Hub Control Status and RAS Registers (rev 13)
00:15.0 PIC: Intel Corporation 7500/5520/5500/X58 Trusted Execution Technology Registers (rev 13)
00:1a.0 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #4
00:1a.1 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #5
00:1a.2 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #6
00:1a.7 USB controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #2
00:1b.0 Audio device: Intel Corporation 82801JI (ICH10 Family) HD Audio Controller
00:1c.0 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 1
00:1c.5 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 6
00:1d.0 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #1
00:1d.1 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #2
00:1d.2 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #3
00:1d.7 USB controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #1
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 90)
00:1f.0 ISA bridge: Intel Corporation 82801JIR (ICH10R) LPC Interface Controller
00:1f.2 RAID bus controller: Intel Corporation SATA Controller [RAID mode]
01:00.0 Ethernet controller: Broadcom Limited NetXtreme BCM5764M Gigabit Ethernet PCIe (rev 10)
0f:00.0 PCI bridge: Integrated Device Technology, Inc. [IDT] PES24T6G2 PCI Express Gen2 Switch (rev 02)
10:02.0 PCI bridge: Integrated Device Technology, Inc. [IDT] PES24T6G2 PCI Express Gen2 Switch (rev 02)
10:03.0 PCI bridge: Integrated Device Technology, Inc. [IDT] PES24T6G2 PCI Express Gen2 Switch (rev 02)
10:04.0 PCI bridge: Integrated Device Technology, Inc. [IDT] PES24T6G2 PCI Express Gen2 Switch (rev 02)
10:05.0 PCI bridge: Integrated Device Technology, Inc. [IDT] PES24T6G2 PCI Express Gen2 Switch (rev 02)
12:00.0 SATA controller: Marvell Technology Group Ltd. 88SE9235 PCIe 2.0 x2 4-port SATA 6 Gb/s Controller (rev 11)
13:00.0 Non-Volatile memory controller: Intel Corporation Device f1a8 (rev 03)
14:00.0 Non-Volatile memory controller: Intel Corporation Device f1a8 (rev 03)
28:00.0 PCI bridge: Integrated Device Technology, Inc. [IDT] PES24T6G2 PCI Express Gen2 Switch (rev 02)
29:02.0 PCI bridge: Integrated Device Technology, Inc. [IDT] PES24T6G2 PCI Express Gen2 Switch (rev 02)
29:03.0 PCI bridge: Integrated Device Technology, Inc. [IDT] PES24T6G2 PCI Express Gen2 Switch (rev 02)
29:04.0 PCI bridge: Integrated Device Technology, Inc. [IDT] PES24T6G2 PCI Express Gen2 Switch (rev 02)
29:05.0 PCI bridge: Integrated Device Technology, Inc. [IDT] PES24T6G2 PCI Express Gen2 Switch (rev 02)
2b:00.0 SATA controller: Marvell Technology Group Ltd. 88SE9235 PCIe 2.0 x2 4-port SATA 6 Gb/s Controller (rev 11)
2c:00.0 Non-Volatile memory controller: Intel Corporation Device f1a8 (rev 03)
2d:00.0 Non-Volatile memory controller: Intel Corporation Device f1a8 (rev 03)
37:05.0 FireWire (IEEE 1394): LSI Corporation FW322/323 [TrueFire] 1394a Controller (rev 70)
37:09.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Rage XL PCI (rev 27)
3e:00.0 Host bridge: Intel Corporation Xeon 5600 Series QuickPath Architecture Generic Non-core Registers (rev 02)
3e:00.1 Host bridge: Intel Corporation Xeon 5600 Series QuickPath Architecture System Address Decoder (rev 02)
3e:02.0 Host bridge: Intel Corporation Xeon 5600 Series QPI Link 0 (rev 02)
3e:02.1 Host bridge: Intel Corporation Xeon 5600 Series QPI Physical 0 (rev 02)
3e:02.2 Host bridge: Intel Corporation Xeon 5600 Series Mirror Port Link 0 (rev 02)
3e:02.3 Host bridge: Intel Corporation Xeon 5600 Series Mirror Port Link 1 (rev 02)
3e:02.4 Host bridge: Intel Corporation Xeon 5600 Series QPI Link 1 (rev 02)
3e:02.5 Host bridge: Intel Corporation Xeon 5600 Series QPI Physical 1 (rev 02)
3e:03.0 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Registers (rev 02)
3e:03.1 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Target Address Decoder (rev 02)
3e:03.2 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller RAS Registers (rev 02)
3e:03.4 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Test Registers (rev 02)
3e:04.0 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Control (rev 02)
3e:04.1 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Address (rev 02)
3e:04.2 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Rank (rev 02)
3e:04.3 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Thermal Control (rev 02)
3e:05.0 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Control (rev 02)
3e:05.1 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Address (rev 02)
3e:05.2 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Rank (rev 02)
3e:05.3 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Thermal Control (rev 02)
3e:06.0 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Control (rev 02)
3e:06.1 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Address (rev 02)
3e:06.2 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Rank (rev 02)
3e:06.3 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Thermal Control (rev 02)
3f:00.0 Host bridge: Intel Corporation Xeon 5600 Series QuickPath Architecture Generic Non-core Registers (rev 02)
3f:00.1 Host bridge: Intel Corporation Xeon 5600 Series QuickPath Architecture System Address Decoder (rev 02)
3f:02.0 Host bridge: Intel Corporation Xeon 5600 Series QPI Link 0 (rev 02)
3f:02.1 Host bridge: Intel Corporation Xeon 5600 Series QPI Physical 0 (rev 02)
3f:02.2 Host bridge: Intel Corporation Xeon 5600 Series Mirror Port Link 0 (rev 02)
3f:02.3 Host bridge: Intel Corporation Xeon 5600 Series Mirror Port Link 1 (rev 02)
3f:02.4 Host bridge: Intel Corporation Xeon 5600 Series QPI Link 1 (rev 02)
3f:02.5 Host bridge: Intel Corporation Xeon 5600 Series QPI Physical 1 (rev 02)
3f:03.0 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Registers (rev 02)
3f:03.1 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Target Address Decoder (rev 02)
3f:03.2 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller RAS Registers (rev 02)
3f:03.4 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Test Registers (rev 02)
3f:04.0 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Control (rev 02)
3f:04.1 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Address (rev 02)
3f:04.2 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Rank (rev 02)
3f:04.3 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Thermal Control (rev 02)
3f:05.0 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Control (rev 02)
3f:05.1 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Address (rev 02)
3f:05.2 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Rank (rev 02)
3f:05.3 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Thermal Control (rev 02)
3f:06.0 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Control (rev 02)
3f:06.1 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Address (rev 02)
3f:06.2 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Rank (rev 02)
3f:06.3 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Thermal Control (rev 02)
[root@vhost0 ~]# lspci > lspci.out
[root@vhost0 ~]# dmesg
[    0.000000] PAT configuration [0-7]: WB  WT  UC- UC  WC  WP  UC  UC
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.1.12-124.21.1.el6uek.x86_64 (mockbuild@ca-build84.us.oracle.com) (gcc version 4.9.2 20150212 (Red Hat 4.9.2-6.2.0.3) (GCC) ) #2 SMP Tue Nov 6 13:31:13 PST 2018
[    0.000000] Command line: placeholder root=UUID=9bcba43f-a6b8-45d4-a58e-7335931f88da ro rd_NO_LUKS rd_NO_LVM LANG=en_US.UTF-8 rd_NO_MD SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM rhgb quiet
[    0.000000] Released 0 page(s)
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] Xen: [mem 0x0000000000000000-0x0000000000094fff] usable
[    0.000000] Xen: [mem 0x0000000000095800-0x00000000000fffff] reserved
[    0.000000] Xen: [mem 0x0000000000100000-0x000000004f86afff] usable
[    0.000000] Xen: [mem 0x00000000eefa5800-0x00000000f3ffffff] reserved
[    0.000000] Xen: [mem 0x00000000fec00000-0x00000000fed3ffff] reserved
[    0.000000] Xen: [mem 0x00000000fed45000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.6 present.
[    0.000000] DMI: Hewlett-Packard HP Z600 Workstation/0B54h, BIOS 786G4 v03.60 02/24/2016
[    0.000000] Hypervisor detected: Xen
[    0.000000] Kernel/User page tables isolation: disabled
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] AGP: No AGP bridge found
[    0.000000] e820: last_pfn = 0x4f86b max_arch_pfn = 0x400000000
[    0.000000] Base memory trampoline at [ffff88000008e000] 8e000 size 28672
[    0.000000] BRK [0x02158000, 0x02158fff] PGTABLE
[    0.000000] BRK [0x02159000, 0x02159fff] PGTABLE
[    0.000000] BRK [0x0215a000, 0x0215afff] PGTABLE
[    0.000000] BRK [0x0215b000, 0x0215bfff] PGTABLE
[    0.000000] BRK [0x0215c000, 0x0215cfff] PGTABLE
[    0.000000] BRK [0x0215d000, 0x0215dfff] PGTABLE
[    0.000000] RAMDISK: [mem 0x04000000-0x06541fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000E9010 000024 (v02 HPQOEM)
[    0.000000] ACPI: XSDT 0x00000000EEFB88E8 000074 (v01 HPQOEM SLIC-WKS 20160224      00000000)
[    0.000000] ACPI: FACP 0x00000000EEFB8A88 0000F4 (v03 HPQOEM TYLSBURG 00000001      00000000)
[    0.000000] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Pm1aEventBlock: 32/16 (20150410/tbfadt-623)
[    0.000000] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/32 (20150410/tbfadt-623)
[    0.000000] ACPI BIOS Warning (bug): Invalid length for FADT/Pm1aEventBlock: 16, using default 32 (20150410/tbfadt-704)
[    0.000000] ACPI: DSDT 0x00000000EEFB941B 00A674 (v01 COMPAQ DSDT_PRJ 00000001 MSFT 0100000E)
[    0.000000] ACPI: FACS 0x00000000EEFB8800 000040
[    0.000000] ACPI: FACS 0x00000000EEFB8800 000040
[    0.000000] ACPI: APIC 0x00000000EEFB8B7C 000188 (v01 HPQOEM TYLSBURG 00000001      00000000)
[    0.000000] ACPI: ASF! 0x00000000EEFB8D04 000063 (v32 HPQOEM TYLSBURG 00000001      00000000)
[    0.000000] ACPI: MCFG 0x00000000EEFB8D67 00003C (v01 HPQOEM TYLSBURG 00000001      00000000)
[    0.000000] ACPI: TCPA 0x00000000EEFB8DA3 000032 (v01 HPQOEM TYLSBURG 00000001      00000000)
[    0.000000] ACPI: SLIC 0x00000000EEFB8DD5 000176 (v01 HPQOEM SLIC-WKS 00000001      00000000)
[    0.000000] ACPI: HPET 0x00000000EEFB8F4B 000038 (v01 HPQOEM TYLSBURG 00000001      00000000)
[    0.000000] ACPI: XMAR 0x00000000EEFB8F83 000170 (v01 HPQOEM TYLSBURG 00000001      00000000)
[    0.000000] ACPI: SRAT 0x00000000EEFB9123 0002F8 (v02 HPQOEM TYLSBURG 00000001      00000000)
[    0.000000] ACPI: SSDT 0x00000000EEFC4E11 0075FC (v01 INTEL  PPM RCM  80000001 INTL 20061109)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] Setting APIC routing to Xen PV.
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000004f86afff]
[    0.000000] NODE_DATA(0) allocated [mem 0x4f573000-0x4f599fff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x000000004f86afff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000094fff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000004f86afff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000004f86afff]
[    0.000000] On node 0 totalpages: 325631
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 22 pages reserved
[    0.000000]   DMA zone: 3988 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 5026 pages used for memmap
[    0.000000]   DMA32 zone: 321643 pages, LIFO batch:31
[    0.000000] p2m virtual area at ffffc90000000000, size is 400000
[    0.000000] Remapped 107 page(s)
[    0.000000] ACPI: PM-Timer IO Port: 0xf808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
[    0.000000] IOAPIC[1]: apic_id 2, version 32, address 0xfec10000, GSI 24-47
[    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: 0x8086a301 base: 0xfed00000
[    0.000000] smpboot: Allowing 32 CPUs, 8 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00095000-0x00095fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00096000-0x000fffff]
[    0.000000] e820: [mem 0x4f86b000-0xeefa57ff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on Xen
[    0.000000] Xen version: 4.4.4OVM (preserve-AD)
[    0.000000] clocksource refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1
[    0.000000] PERCPU: Embedded 35 pages/cpu @ffff88004d000000 s104536 r8192 d30632 u262144
[    0.000000] pcpu-alloc: s104536 r8192 d30632 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
[    0.000000] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31
[    0.000000] xen: PV spinlocks enabled
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 320519
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: placeholder root=UUID=9bcba43f-a6b8-45d4-a58e-7335931f88da ro rd_NO_LUKS rd_NO_LVM LANG=en_US.UTF-8 rd_NO_MD SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM rhgb quiet
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] software IO TLB [mem 0x49000000-0x4d000000] (64MB) mapped at [ffff880049000000-ffff88004cffffff]
[    0.000000] Memory: 1149992K/1302524K available (7148K kernel code, 1654K rwdata, 3900K rodata, 1988K init, 3012K bss, 152532K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=20, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=20.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=20
[    0.000000] NR_IRQS:524544 nr_irqs:992 16
[    0.000000] xen:events: Using FIFO-based ABI
[    0.000000] xen: --> pirq=1 -> irq=1 (gsi=1)
[    0.000000] xen: --> pirq=2 -> irq=2 (gsi=2)
[    0.000000] xen: --> pirq=3 -> irq=3 (gsi=3)
[    0.000000] xen: --> pirq=4 -> irq=4 (gsi=4)
[    0.000000] xen: --> pirq=5 -> irq=5 (gsi=5)
[    0.000000] xen: --> pirq=6 -> irq=6 (gsi=6)
[    0.000000] xen: --> pirq=7 -> irq=7 (gsi=7)
[    0.000000] xen: --> pirq=8 -> irq=8 (gsi=8)
[    0.000000] xen: --> pirq=9 -> irq=9 (gsi=9)
[    0.000000] xen: --> pirq=10 -> irq=10 (gsi=10)
[    0.000000] xen: --> pirq=11 -> irq=11 (gsi=11)
[    0.000000] xen: --> pirq=12 -> irq=12 (gsi=12)
[    0.000000] xen: --> pirq=13 -> irq=13 (gsi=13)
[    0.000000] xen: --> pirq=14 -> irq=14 (gsi=14)
[    0.000000] xen: --> pirq=15 -> irq=15 (gsi=15)
[    0.000000]  Offload RCU callbacks from all CPUs
[    0.000000]  Offload RCU callbacks from CPUs: 0-19.
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource xen: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    0.000000] Xen: using vcpuop timer interface
[    0.000000] installing Xen timer for CPU 0
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3058.885 MHz processor
[    4.939039] Calibrating delay loop (skipped), value calculated using timer frequency.. 6118.14 BogoMIPS (lpj=3059072)
[    4.939041] pid_max: default: 32768 minimum: 301
[    4.939050] ACPI: Core revision 20150410
[    4.969044] ACPI: All ACPI Tables successfully acquired
[    4.969364] Security Framework initialized
[    4.969371] SELinux:  Initializing.
[    4.969379] SELinux:  Starting in permissive mode
[    4.969727] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    4.970188] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    4.970345] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    4.970353] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    4.970623] Initializing cgroup subsys blkio
[    4.970627] Initializing cgroup subsys memory
[    4.970637] Initializing cgroup subsys devices
[    4.970640] Initializing cgroup subsys freezer
[    4.970643] Initializing cgroup subsys net_cls
[    4.970647] Initializing cgroup subsys perf_event
[    4.970651] Initializing cgroup subsys net_prio
[    4.970653] Initializing cgroup subsys hugetlb
[    4.970704] FEATURE SPEC_CTRL Not Present
[    4.970704] FEATURE IBPB Not Present
[    4.970724] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    4.970725] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    4.970729] mce: CPU supports 2 MCE banks
[    4.970747] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
[    4.970748] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    4.970752] Spectre V2 : Options: retpoline
[    4.971139] Spectre V2 : Mitigation: Full generic retpoline
[    4.971140] Spectre V2 : Filling RSB on context switch
[    4.971142] Speculative Store Bypass: Vulnerable
[    4.971392] Freeing SMP alternatives memory: 28K (ffffffff81e5e000 - ffffffff81e65000)
[    4.974748] ftrace: allocating 27423 entries in 108 pages
[    4.998056] cpu 0 spinlock event irq 49
[    4.998068] VPMU disabled by hypervisor.
[    5.015200] Performance Events: unsupported p6 CPU model 44 no PMU driver, software events only.
[    5.016162] NMI watchdog: disabled (cpu0): hardware events not enabled
[    5.016164] NMI watchdog: Shutting down hard lockup detector on all cpus
[    5.016307] installing Xen timer for CPU 1
[    5.016321] cpu 1 spinlock event irq 56
[    5.016761] installing Xen timer for CPU 2
[    5.016775] cpu 2 spinlock event irq 63
[    5.017122] installing Xen timer for CPU 3
[    5.017136] cpu 3 spinlock event irq 70
[    5.017466] installing Xen timer for CPU 4
[    5.017479] cpu 4 spinlock event irq 77
[    5.017805] installing Xen timer for CPU 5
[    5.017822] cpu 5 spinlock event irq 84
[    5.018169] installing Xen timer for CPU 6
[    5.018183] cpu 6 spinlock event irq 91
[    5.018513] installing Xen timer for CPU 7
[    5.018528] cpu 7 spinlock event irq 98
[    5.018849] installing Xen timer for CPU 8
[    5.018863] cpu 8 spinlock event irq 105
[    5.019212] installing Xen timer for CPU 9
[    5.019228] cpu 9 spinlock event irq 112
[    5.019554] installing Xen timer for CPU 10
[    5.019569] cpu 10 spinlock event irq 119
[    5.019850] installing Xen timer for CPU 11
[    5.019862] cpu 11 spinlock event irq 126
[    5.020176] installing Xen timer for CPU 12
[    5.020187] cpu 12 spinlock event irq 133
[    5.020545] installing Xen timer for CPU 13
[    5.020558] cpu 13 spinlock event irq 140
[    5.020856] installing Xen timer for CPU 14
[    5.020868] cpu 14 spinlock event irq 147
[    5.021188] installing Xen timer for CPU 15
[    5.021201] cpu 15 spinlock event irq 154
[    5.021503] installing Xen timer for CPU 16
[    5.021514] cpu 16 spinlock event irq 161
[    5.021814] installing Xen timer for CPU 17
[    5.021826] cpu 17 spinlock event irq 168
[    5.022144] installing Xen timer for CPU 18
[    5.022159] cpu 18 spinlock event irq 175
[    5.022465] installing Xen timer for CPU 19
[    5.022478] cpu 19 spinlock event irq 182
[    5.022673] x86: Booted up 1 node, 20 CPUs
[    5.023279] devtmpfs: initialized
[    5.026327] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    5.026621] pinctrl core: initialized pinctrl subsystem
[    5.026880] NET: Registered protocol family 16
[    5.026899] xen:grant_table: Grant tables using version 1 layout
[    5.026936] Grant table initialized
[    5.027319] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    5.027321] ACPI: bus type PCI registered
[    5.027323] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    5.027655] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
[    5.027658] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
[    5.035920] PCI: Using configuration type 1 for base access
[    5.041907] ACPI: Added _OSI(Module Device)
[    5.041909] ACPI: Added _OSI(Processor Device)
[    5.041911] ACPI: Added _OSI(3.0 _SCP Extensions)
[    5.041912] ACPI: Added _OSI(Processor Aggregator Device)
[    5.044346] xen: registering gsi 9 triggering 0 polarity 0
[    5.052898] ACPI: Interpreter enabled
[    5.052905] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150410/hwxface-580)
[    5.052909] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150410/hwxface-580)
[    5.052921] ACPI: (supports S0 S3 S4 S5)
[    5.052922] ACPI: Using IOAPIC for interrupt routing
[    5.052945] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    5.058803] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3d])
[    5.058809] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    5.058875] ACPI Error: [CAPD] Namespace lookup failure, AE_ALREADY_EXISTS (20150410/dsfield-211)
[    5.058879] ACPI Error: Method parse/execution failed [\_SB_.PCI0._OSC] (Node ffff880048cb6fa0), AE_ALREADY_EXISTS (20150410/psparse-536)
[    5.058887] acpi PNP0A08:00: _OSC failed (AE_ALREADY_EXISTS); disabling ASPM
[    5.059093] acpi PNP0A08:00: host bridge window expanded to [io  0x0000-0x03af window]; [io  0x0000-0x03af window] ignored
[    5.059240] PCI host bridge to bus 0000:00
[    5.059243] pci_bus 0000:00: root bus resource [bus 00-3d]
[    5.059246] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    5.059247] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfdffffff window]
[    5.059250] pci_bus 0000:00: root bus resource [mem 0xfed00000-0xfed003ff window]
[    5.059251] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window]
[    5.059253] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    5.059255] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    5.059257] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    5.059259] pci_bus 0000:00: root bus resource [io  0x0d00-0x0fff window]
[    5.059261] pci_bus 0000:00: root bus resource [io  0x1000-0xefff window]
[    5.059282] pci 0000:00:00.0: [8086:3406] type 00 class 0x060000
[    5.059408] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[    5.059528] pci 0000:00:01.0: [8086:3408] type 01 class 0x060400
[    5.059645] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    5.059692] pci 0000:00:01.0: System wakeup disabled by ACPI
[    5.059762] pci 0000:00:03.0: [8086:340a] type 01 class 0x060400
[    5.059877] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    5.059921] pci 0000:00:03.0: System wakeup disabled by ACPI
[    5.059993] pci 0000:00:07.0: [8086:340e] type 01 class 0x060400
[    5.060110] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    5.060155] pci 0000:00:07.0: System wakeup disabled by ACPI
[    5.060227] pci 0000:00:10.0: [8086:3425] type 00 class 0x080000
[    5.060406] pci 0000:00:10.1: [8086:3426] type 00 class 0x080000
[    5.060573] pci 0000:00:11.0: [8086:3427] type 00 class 0x080000
[    5.060741] pci 0000:00:11.1: [8086:3428] type 00 class 0x080000
[    5.060901] pci 0000:00:14.0: [8086:342e] type 00 class 0x080000
[    5.061084] pci 0000:00:14.1: [8086:3422] type 00 class 0x080000
[    5.061261] pci 0000:00:14.2: [8086:3423] type 00 class 0x080000
[    5.061452] pci 0000:00:15.0: [8086:342f] type 00 class 0x080020
[    5.061628] pci 0000:00:1a.0: [8086:3a37] type 00 class 0x0c0300
[    5.061714] pci 0000:00:1a.0: reg 0x20: [io  0xb000-0xb01f]
[    5.061812] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    5.061868] pci 0000:00:1a.1: [8086:3a38] type 00 class 0x0c0300
[    5.061952] pci 0000:00:1a.1: reg 0x20: [io  0xb020-0xb03f]
[    5.062050] pci 0000:00:1a.1: System wakeup disabled by ACPI
[    5.062106] pci 0000:00:1a.2: [8086:3a39] type 00 class 0x0c0300
[    5.062191] pci 0000:00:1a.2: reg 0x20: [io  0xb040-0xb05f]
[    5.062290] pci 0000:00:1a.2: System wakeup disabled by ACPI
[    5.062364] pci 0000:00:1a.7: [8086:3a3c] type 00 class 0x0c0320
[    5.062398] pci 0000:00:1a.7: reg 0x10: [mem 0xfa004800-0xfa004bff]
[    5.062558] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    5.062601] pci 0000:00:1a.7: System wakeup disabled by ACPI
[    5.062679] pci 0000:00:1b.0: [8086:3a3e] type 00 class 0x040300
[    5.062711] pci 0000:00:1b.0: reg 0x10: [mem 0xfa000000-0xfa003fff 64bit]
[    5.062845] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    5.062951] pci 0000:00:1c.0: [8086:3a40] type 01 class 0x060400
[    5.063079] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    5.063124] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    5.063196] pci 0000:00:1c.5: [8086:3a4a] type 01 class 0x060400
[    5.063325] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    5.063379] pci 0000:00:1c.5: System wakeup disabled by ACPI
[    5.063448] pci 0000:00:1d.0: [8086:3a34] type 00 class 0x0c0300
[    5.063542] pci 0000:00:1d.0: reg 0x20: [io  0xb060-0xb07f]
[    5.063645] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    5.063704] pci 0000:00:1d.1: [8086:3a35] type 00 class 0x0c0300
[    5.063788] pci 0000:00:1d.1: reg 0x20: [io  0xb080-0xb09f]
[    5.063886] pci 0000:00:1d.1: System wakeup disabled by ACPI
[    5.063944] pci 0000:00:1d.2: [8086:3a36] type 00 class 0x0c0300
[    5.064028] pci 0000:00:1d.2: reg 0x20: [io  0xb0a0-0xb0bf]
[    5.064126] pci 0000:00:1d.2: System wakeup disabled by ACPI
[    5.064196] pci 0000:00:1d.7: [8086:3a3a] type 00 class 0x0c0320
[    5.064229] pci 0000:00:1d.7: reg 0x10: [mem 0xfa004c00-0xfa004fff]
[    5.064385] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    5.064429] pci 0000:00:1d.7: System wakeup disabled by ACPI
[    5.064497] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[    5.064634] pci 0000:00:1e.0: System wakeup disabled by ACPI
[    5.064694] pci 0000:00:1f.0: [8086:3a16] type 00 class 0x060100
[    5.064834] pci 0000:00:1f.0: can't claim BAR 13 [io  0xf800-0xf87f]: no compatible bridge window
[    5.064841] pci 0000:00:1f.0: can't claim BAR 14 [io  0xfa00-0xfa3f]: no compatible bridge window
[    5.064846] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0400 (mask 007f)
[    5.064850] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0480 (mask 000f)
[    5.064854] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 0cb0 (mask 000f)
[    5.064987] pci 0000:00:1f.2: [8086:2822] type 00 class 0x010400
[    5.065019] pci 0000:00:1f.2: reg 0x10: [io  0xb100-0xb107]
[    5.065034] pci 0000:00:1f.2: reg 0x14: [io  0xb110-0xb113]
[    5.065049] pci 0000:00:1f.2: reg 0x18: [io  0xb108-0xb10f]
[    5.065065] pci 0000:00:1f.2: reg 0x1c: [io  0xb114-0xb117]
[    5.065080] pci 0000:00:1f.2: reg 0x20: [io  0xb0c0-0xb0df]
[    5.065095] pci 0000:00:1f.2: reg 0x24: [mem 0xfa004000-0xfa0047ff]
[    5.065172] pci 0000:00:1f.2: PME# supported from D3hot
[    5.065345] pci 0000:00:01.0: PCI bridge to [bus 03]
[    5.065467] pci 0000:0f:00.0: [111d:806e] type 01 class 0x060400
[    5.065612] pci 0000:0f:00.0: PME# supported from D0 D3hot D3cold
[    5.067593] pci 0000:00:03.0: PCI bridge to [bus 0f-14]
[    5.067600] pci 0000:00:03.0:   bridge window [io  0xc000-0xcfff]
[    5.067605] pci 0000:00:03.0:   bridge window [mem 0xf9000000-0xf92fffff]
[    5.067704] pci 0000:10:02.0: [111d:806e] type 01 class 0x060400
[    5.067852] pci 0000:10:02.0: PME# supported from D0 D3hot D3cold
[    5.067954] pci 0000:10:03.0: [111d:806e] type 01 class 0x060400
[    5.068100] pci 0000:10:03.0: PME# supported from D0 D3hot D3cold
[    5.068200] pci 0000:10:04.0: [111d:806e] type 01 class 0x060400
[    5.068345] pci 0000:10:04.0: PME# supported from D0 D3hot D3cold
[    5.068449] pci 0000:10:05.0: [111d:806e] type 01 class 0x060400
[    5.068605] pci 0000:10:05.0: PME# supported from D0 D3hot D3cold
[    5.068785] pci 0000:0f:00.0: PCI bridge to [bus 10-14]
[    5.068797] pci 0000:0f:00.0:   bridge window [io  0xc000-0xcfff]
[    5.068803] pci 0000:0f:00.0:   bridge window [mem 0xf9000000-0xf92fffff]
[    5.068878] pci 0000:10:02.0: PCI bridge to [bus 11]
[    5.068993] pci 0000:12:00.0: [1b4b:9235] type 00 class 0x010601
[    5.069019] pci 0000:12:00.0: reg 0x10: [io  0xc020-0xc027]
[    5.069037] pci 0000:12:00.0: reg 0x14: [io  0xc030-0xc033]
[    5.069054] pci 0000:12:00.0: reg 0x18: [io  0xc028-0xc02f]
[    5.069071] pci 0000:12:00.0: reg 0x1c: [io  0xc034-0xc037]
[    5.069089] pci 0000:12:00.0: reg 0x20: [io  0xc000-0xc01f]
[    5.069106] pci 0000:12:00.0: reg 0x24: [mem 0xf9200000-0xf92007ff]
[    5.069124] pci 0000:12:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[    5.069202] pci 0000:12:00.0: PME# supported from D3hot
[    5.069327] pci 0000:10:03.0: PCI bridge to [bus 12]
[    5.069338] pci 0000:10:03.0:   bridge window [io  0xc000-0xcfff]
[    5.069344] pci 0000:10:03.0:   bridge window [mem 0xf9200000-0xf92fffff]
[    5.069454] pci 0000:13:00.0: [8086:f1a8] type 00 class 0x010802
[    5.069495] pci 0000:13:00.0: reg 0x10: [mem 0xf9000000-0xf9003fff 64bit]
[    5.069605] pci 0000:13:00.0: can't set Max Payload Size to 256; if necessary, use "pci=pcie_bus_safe" and report a bug
[    5.069859] pci 0000:10:04.0: PCI bridge to [bus 13]
[    5.069875] pci 0000:10:04.0:   bridge window [mem 0xf9000000-0xf90fffff]
[    5.069982] pci 0000:14:00.0: [8086:f1a8] type 00 class 0x010802
[    5.070025] pci 0000:14:00.0: reg 0x10: [mem 0xf9100000-0xf9103fff 64bit]
[    5.070127] pci 0000:14:00.0: can't set Max Payload Size to 256; if necessary, use "pci=pcie_bus_safe" and report a bug
[    5.070374] pci 0000:10:05.0: PCI bridge to [bus 14]
[    5.070390] pci 0000:10:05.0:   bridge window [mem 0xf9100000-0xf91fffff]
[    5.070561] pci 0000:28:00.0: [111d:806e] type 01 class 0x060400
[    5.070705] pci 0000:28:00.0: PME# supported from D0 D3hot D3cold
[    5.072626] pci 0000:00:07.0: PCI bridge to [bus 28-2d]
[    5.072633] pci 0000:00:07.0:   bridge window [io  0xd000-0xdfff]
[    5.072638] pci 0000:00:07.0:   bridge window [mem 0xf8000000-0xf82fffff]
[    5.072738] pci 0000:29:02.0: [111d:806e] type 01 class 0x060400
[    5.072886] pci 0000:29:02.0: PME# supported from D0 D3hot D3cold
[    5.072987] pci 0000:29:03.0: [111d:806e] type 01 class 0x060400
[    5.073133] pci 0000:29:03.0: PME# supported from D0 D3hot D3cold
[    5.073232] pci 0000:29:04.0: [111d:806e] type 01 class 0x060400
[    5.073378] pci 0000:29:04.0: PME# supported from D0 D3hot D3cold
[    5.073481] pci 0000:29:05.0: [111d:806e] type 01 class 0x060400
[    5.073638] pci 0000:29:05.0: PME# supported from D0 D3hot D3cold
[    5.073820] pci 0000:28:00.0: PCI bridge to [bus 29-2d]
[    5.073832] pci 0000:28:00.0:   bridge window [io  0xd000-0xdfff]
[    5.073838] pci 0000:28:00.0:   bridge window [mem 0xf8000000-0xf82fffff]
[    5.073915] pci 0000:29:02.0: PCI bridge to [bus 2a]
[    5.074029] pci 0000:2b:00.0: [1b4b:9235] type 00 class 0x010601
[    5.074055] pci 0000:2b:00.0: reg 0x10: [io  0xd020-0xd027]
[    5.074073] pci 0000:2b:00.0: reg 0x14: [io  0xd030-0xd033]
[    5.074090] pci 0000:2b:00.0: reg 0x18: [io  0xd028-0xd02f]
[    5.074107] pci 0000:2b:00.0: reg 0x1c: [io  0xd034-0xd037]
[    5.074125] pci 0000:2b:00.0: reg 0x20: [io  0xd000-0xd01f]
[    5.074142] pci 0000:2b:00.0: reg 0x24: [mem 0xf8200000-0xf82007ff]
[    5.074160] pci 0000:2b:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[    5.074238] pci 0000:2b:00.0: PME# supported from D3hot
[    5.074362] pci 0000:29:03.0: PCI bridge to [bus 2b]
[    5.074373] pci 0000:29:03.0:   bridge window [io  0xd000-0xdfff]
[    5.074380] pci 0000:29:03.0:   bridge window [mem 0xf8200000-0xf82fffff]
[    5.074489] pci 0000:2c:00.0: [8086:f1a8] type 00 class 0x010802
[    5.074533] pci 0000:2c:00.0: reg 0x10: [mem 0xf8000000-0xf8003fff 64bit]
[    5.074642] pci 0000:2c:00.0: can't set Max Payload Size to 256; if necessary, use "pci=pcie_bus_safe" and report a bug
[    5.074894] pci 0000:29:04.0: PCI bridge to [bus 2c]
[    5.074910] pci 0000:29:04.0:   bridge window [mem 0xf8000000-0xf80fffff]
[    5.075015] pci 0000:2d:00.0: [8086:f1a8] type 00 class 0x010802
[    5.075056] pci 0000:2d:00.0: reg 0x10: [mem 0xf8100000-0xf8103fff 64bit]
[    5.075157] pci 0000:2d:00.0: can't set Max Payload Size to 256; if necessary, use "pci=pcie_bus_safe" and report a bug
[    5.075403] pci 0000:29:05.0: PCI bridge to [bus 2d]
[    5.075419] pci 0000:29:05.0:   bridge window [mem 0xf8100000-0xf81fffff]
[    5.075570] pci 0000:00:1c.0: PCI bridge to [bus 1c]
[    5.075702] pci 0000:01:00.0: [14e4:1684] type 00 class 0x020000
[    5.075744] pci 0000:01:00.0: reg 0x10: [mem 0xfb000000-0xfb00ffff 64bit]
[    5.075955] pci 0000:01:00.0: PME# supported from D3hot D3cold
[    5.078685] pci 0000:00:1c.5: PCI bridge to [bus 01]
[    5.078703] pci 0000:00:1c.5:   bridge window [mem 0xfb000000-0xfb0fffff]
[    5.078822] pci 0000:37:05.0: [11c1:5811] type 00 class 0x0c0010
[    5.078851] pci 0000:37:05.0: reg 0x10: [mem 0xfd000000-0xfd000fff]
[    5.078988] pci 0000:37:05.0: supports D1 D2
[    5.078990] pci 0000:37:05.0: PME# supported from D0 D1 D2 D3hot
[    5.079074] pci 0000:37:09.0: [1002:4752] type 00 class 0x030000
[    5.079104] pci 0000:37:09.0: reg 0x10: [mem 0xfc000000-0xfcffffff]
[    5.079123] pci 0000:37:09.0: reg 0x14: [io  0xe000-0xe0ff]
[    5.079141] pci 0000:37:09.0: reg 0x18: [mem 0xfd001000-0xfd001fff]
[    5.079207] pci 0000:37:09.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
[    5.079254] pci 0000:37:09.0: supports D1 D2
[    5.079362] pci 0000:00:1e.0: PCI bridge to [bus 37] (subtractive decode)
[    5.079368] pci 0000:00:1e.0:   bridge window [io  0xe000-0xefff]
[    5.079374] pci 0000:00:1e.0:   bridge window [mem 0xfc000000-0xfd0fffff]
[    5.079384] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    5.079386] pci 0000:00:1e.0:   bridge window [mem 0xf8000000-0xfdffffff window] (subtractive decode)
[    5.079388] pci 0000:00:1e.0:   bridge window [mem 0xfed00000-0xfed003ff window] (subtractive decode)
[    5.079390] pci 0000:00:1e.0:   bridge window [mem 0xfed40000-0xfed44fff window] (subtractive decode)
[    5.079391] pci 0000:00:1e.0:   bridge window [io  0x0000-0x03af window] (subtractive decode)
[    5.079393] pci 0000:00:1e.0:   bridge window [io  0x03b0-0x03df window] (subtractive decode)
[    5.079395] pci 0000:00:1e.0:   bridge window [io  0x03e0-0x0cf7 window] (subtractive decode)
[    5.079397] pci 0000:00:1e.0:   bridge window [io  0x0d00-0x0fff window] (subtractive decode)
[    5.079398] pci 0000:00:1e.0:   bridge window [io  0x1000-0xefff window] (subtractive decode)
[    5.079490] xen: registering gsi 13 triggering 1 polarity 0
[    5.079911] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 14 15)
[    5.079996] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *7 10 11 14 15)
[    5.080082] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *7 10 11 14 15)
[    5.080167] ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 6 7 10 11 14 15)
[    5.080252] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 *10 11 14 15)
[    5.080336] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 *5 6 7 10 11 14 15)
[    5.080421] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 7 10 11 14 15)
[    5.080505] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 14 15) *0, disabled.
[    5.080616] ACPI: PCI Root Bridge [NHL1] (domain 0000 [bus 3f])
[    5.080620] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    5.080624] acpi PNP0A08:02: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    5.080689] PCI host bridge to bus 0000:3f
[    5.080692] pci_bus 0000:3f: root bus resource [bus 3f]
[    5.080703] pci 0000:3f:00.0: [8086:2c70] type 00 class 0x060000
[    5.080803] pci 0000:3f:00.1: [8086:2d81] type 00 class 0x060000
[    5.080909] pci 0000:3f:02.0: [8086:2d90] type 00 class 0x060000
[    5.081003] pci 0000:3f:02.1: [8086:2d91] type 00 class 0x060000
[    5.081097] pci 0000:3f:02.2: [8086:2d92] type 00 class 0x060000
[    5.081191] pci 0000:3f:02.3: [8086:2d93] type 00 class 0x060000
[    5.081287] pci 0000:3f:02.4: [8086:2d94] type 00 class 0x060000
[    5.081382] pci 0000:3f:02.5: [8086:2d95] type 00 class 0x060000
[    5.081478] pci 0000:3f:03.0: [8086:2d98] type 00 class 0x060000
[    5.081582] pci 0000:3f:03.1: [8086:2d99] type 00 class 0x060000
[    5.081692] pci 0000:3f:03.2: [8086:2d9a] type 00 class 0x060000
[    5.081790] pci 0000:3f:03.4: [8086:2d9c] type 00 class 0x060000
[    5.081889] pci 0000:3f:04.0: [8086:2da0] type 00 class 0x060000
[    5.081984] pci 0000:3f:04.1: [8086:2da1] type 00 class 0x060000
[    5.082079] pci 0000:3f:04.2: [8086:2da2] type 00 class 0x060000
[    5.082174] pci 0000:3f:04.3: [8086:2da3] type 00 class 0x060000
[    5.082275] pci 0000:3f:05.0: [8086:2da8] type 00 class 0x060000
[    5.082368] pci 0000:3f:05.1: [8086:2da9] type 00 class 0x060000
[    5.082462] pci 0000:3f:05.2: [8086:2daa] type 00 class 0x060000
[    5.082557] pci 0000:3f:05.3: [8086:2dab] type 00 class 0x060000
[    5.082677] pci 0000:3f:06.0: [8086:2db0] type 00 class 0x060000
[    5.082775] pci 0000:3f:06.1: [8086:2db1] type 00 class 0x060000
[    5.082872] pci 0000:3f:06.2: [8086:2db2] type 00 class 0x060000
[    5.082966] pci 0000:3f:06.3: [8086:2db3] type 00 class 0x060000
[    5.083164] ACPI: PCI Root Bridge [NHL2] (domain 0000 [bus 3e])
[    5.083168] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    5.083172] acpi PNP0A08:03: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    5.083235] PCI host bridge to bus 0000:3e
[    5.083237] pci_bus 0000:3e: root bus resource [bus 3e]
[    5.083247] pci 0000:3e:00.0: [8086:2c70] type 00 class 0x060000
[    5.083349] pci 0000:3e:00.1: [8086:2d81] type 00 class 0x060000
[    5.083455] pci 0000:3e:02.0: [8086:2d90] type 00 class 0x060000
[    5.083550] pci 0000:3e:02.1: [8086:2d91] type 00 class 0x060000
[    5.083656] pci 0000:3e:02.2: [8086:2d92] type 00 class 0x060000
[    5.083763] pci 0000:3e:02.3: [8086:2d93] type 00 class 0x060000
[    5.083862] pci 0000:3e:02.4: [8086:2d94] type 00 class 0x060000
[    5.083956] pci 0000:3e:02.5: [8086:2d95] type 00 class 0x060000
[    5.084052] pci 0000:3e:03.0: [8086:2d98] type 00 class 0x060000
[    5.084146] pci 0000:3e:03.1: [8086:2d99] type 00 class 0x060000
[    5.084240] pci 0000:3e:03.2: [8086:2d9a] type 00 class 0x060000
[    5.084336] pci 0000:3e:03.4: [8086:2d9c] type 00 class 0x060000
[    5.084435] pci 0000:3e:04.0: [8086:2da0] type 00 class 0x060000
[    5.084529] pci 0000:3e:04.1: [8086:2da1] type 00 class 0x060000
[    5.084636] pci 0000:3e:04.2: [8086:2da2] type 00 class 0x060000
[    5.084744] pci 0000:3e:04.3: [8086:2da3] type 00 class 0x060000
[    5.084846] pci 0000:3e:05.0: [8086:2da8] type 00 class 0x060000
[    5.084939] pci 0000:3e:05.1: [8086:2da9] type 00 class 0x060000
[    5.085033] pci 0000:3e:05.2: [8086:2daa] type 00 class 0x060000
[    5.085131] pci 0000:3e:05.3: [8086:2dab] type 00 class 0x060000
[    5.085232] pci 0000:3e:06.0: [8086:2db0] type 00 class 0x060000
[    5.085327] pci 0000:3e:06.1: [8086:2db1] type 00 class 0x060000
[    5.085423] pci 0000:3e:06.2: [8086:2db2] type 00 class 0x060000
[    5.085517] pci 0000:3e:06.3: [8086:2db3] type 00 class 0x060000
[    5.085976] ACPI: Enabled 1 GPEs in block 00 to 3F
[    5.086214] xen:balloon: Initialising balloon driver
[    5.086249] xen_balloon: Initialising balloon driver
[    5.086358] vgaarb: setting as boot device: PCI:0000:37:09.0
[    5.086361] vgaarb: device added: PCI:0000:37:09.0,decodes=io+mem,owns=io+mem,locks=none
[    5.086367] vgaarb: loaded
[    5.086368] vgaarb: bridge control possible 0000:37:09.0
[    5.086460] SCSI subsystem initialized
[    5.086615] libata version 3.00 loaded.
[    5.086674] ACPI: bus type USB registered
[    5.086699] usbcore: registered new interface driver usbfs
[    5.086711] usbcore: registered new interface driver hub
[    5.086836] usbcore: registered new device driver usb
[    5.087115] PCI: Using ACPI for IRQ routing
[    5.089786] PCI: pci_cache_line_size set to 64 bytes
[    5.090135] e820: reserve RAM buffer [mem 0x00095000-0x0009ffff]
[    5.090137] e820: reserve RAM buffer [mem 0x4f86b000-0x4fffffff]
[    5.090257] NetLabel: Initializing
[    5.090259] NetLabel:  domain hash size = 128
[    5.090259] NetLabel:  protocols = UNLABELED CIPSOv4
[    5.090272] NetLabel:  unlabeled traffic allowed by default
[    5.090338] amd_nb: Cannot enumerate AMD northbridges
[    5.090412] Switched to clocksource xen
[    5.097949] pnp: PnP ACPI init
[    5.097988] xen: registering gsi 8 triggering 1 polarity 0
[    5.098014] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[    5.098022] xen: registering gsi 12 triggering 1 polarity 0
[    5.098040] pnp 00:01: Plug and Play ACPI device, IDs PNP0f13 PNP0f0e (active)
[    5.098047] xen: registering gsi 1 triggering 1 polarity 0
[    5.098064] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
[    5.098188] pnp 00:03: Plug and Play ACPI device, IDs PNP0700 (disabled)
[    5.098225] pnp 00:04: Plug and Play ACPI device, IDs IFX0102 PNP0c31 (active)
[    5.098491] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    5.098553] system 00:06: [io  0x0400-0x041f] has been reserved
[    5.098555] system 00:06: [io  0x0420-0x043f] has been reserved
[    5.098557] system 00:06: [io  0x0440-0x045f] has been reserved
[    5.098559] system 00:06: [io  0x0460-0x047f] has been reserved
[    5.098562] system 00:06: [io  0x0480-0x048f] has been reserved
[    5.098565] system 00:06: [io  0xf800-0xf81f] could not be reserved
[    5.098567] system 00:06: [io  0xf820-0xf83f] has been reserved
[    5.098570] system 00:06: [io  0xf840-0xf85f] has been reserved
[    5.098572] system 00:06: [io  0xf860-0xf87f] has been reserved
[    5.098574] system 00:06: [io  0xfa00-0xfa3f] has been reserved
[    5.098576] system 00:06: [io  0xfc00-0xfc7f] has been reserved
[    5.098578] system 00:06: [io  0xfc80-0xfcff] has been reserved
[    5.098579] system 00:06: [io  0xfe00-0xfe7f] has been reserved
[    5.098581] system 00:06: [io  0xfe80-0xfeff] has been reserved
[    5.098584] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    5.098645] system 00:07: [io  0x04d0-0x04d1] has been reserved
[    5.098648] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    5.099089] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved
[    5.099092] system 00:08: [mem 0x00100000-0xefffffff] could not be reserved
[    5.099094] system 00:08: [mem 0x000e8000-0x000fffff] could not be reserved
[    5.099096] system 00:08: [mem 0xfec01000-0xfecfffff] could not be reserved
[    5.099099] system 00:08: [mem 0xfed00000-0xfed3ffff] could not be reserved
[    5.099101] system 00:08: [mem 0xfed45000-0xffffffff] has been reserved
[    5.099103] system 00:08: [mem 0xf0000000-0xf3ffffff] has been reserved
[    5.099105] system 00:08: [mem 0x000d4000-0x000e7fff] could not be reserved
[    5.099108] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
[    5.099116] pnp: PnP ACPI: found 9 devices
[    5.108785] PM-Timer failed consistency check  (0xffffff) - aborting.
[    5.108985] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 1c] add_size 1000
[    5.108988] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 1c] add_size 200000 add_align 100000
[    5.108991] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 1c] add_size 200000 add_align 100000
[    5.109005] pci 0000:00:1c.5: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
[    5.109008] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[    5.109040] pci 0000:00:1f.0: BAR 13: [io  size 0x0080] has bogus alignment
[    5.109042] pci 0000:00:1f.0: BAR 14: [io  size 0x0040] has bogus alignment
[    5.109045] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] res_to_dev_res add_size 200000 min_align 100000
[    5.109047] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x002fffff] res_to_dev_res add_size 200000 min_align 100000
[    5.109049] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    5.109051] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    5.109053] pci 0000:00:1c.5: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    5.109055] pci 0000:00:1c.5: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    5.109057] pci 0000:00:1c.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    5.109059] pci 0000:00:1c.0: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    5.109061] pci 0000:00:1c.5: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    5.109063] pci 0000:00:1c.5: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    5.109068] pci 0000:00:1c.0: BAR 14: assigned [mem 0xf8300000-0xf84fffff]
[    5.109072] pci 0000:00:1c.0: BAR 15: assigned [mem 0xf8500000-0xf86fffff 64bit pref]
[    5.109076] pci 0000:00:1c.5: BAR 15: assigned [mem 0xf8700000-0xf88fffff 64bit pref]
[    5.109079] pci 0000:00:1c.0: BAR 13: assigned [io  0x1000-0x1fff]
[    5.109082] pci 0000:00:1c.5: BAR 13: assigned [io  0x2000-0x2fff]
[    5.109085] pci 0000:00:01.0: PCI bridge to [bus 03]
[    5.109104] pci 0000:10:02.0: PCI bridge to [bus 11]
[    5.109128] pci 0000:12:00.0: BAR 6: assigned [mem 0xf9210000-0xf921ffff pref]
[    5.109130] pci 0000:10:03.0: PCI bridge to [bus 12]
[    5.109134] pci 0000:10:03.0:   bridge window [io  0xc000-0xcfff]
[    5.109143] pci 0000:10:03.0:   bridge window [mem 0xf9200000-0xf92fffff]
[    5.109159] pci 0000:10:04.0: PCI bridge to [bus 13]
[    5.109168] pci 0000:10:04.0:   bridge window [mem 0xf9000000-0xf90fffff]
[    5.109184] pci 0000:10:05.0: PCI bridge to [bus 14]
[    5.109193] pci 0000:10:05.0:   bridge window [mem 0xf9100000-0xf91fffff]
[    5.109209] pci 0000:0f:00.0: PCI bridge to [bus 10-14]
[    5.109213] pci 0000:0f:00.0:   bridge window [io  0xc000-0xcfff]
[    5.109222] pci 0000:0f:00.0:   bridge window [mem 0xf9000000-0xf92fffff]
[    5.109239] pci 0000:00:03.0: PCI bridge to [bus 0f-14]
[    5.109242] pci 0000:00:03.0:   bridge window [io  0xc000-0xcfff]
[    5.109249] pci 0000:00:03.0:   bridge window [mem 0xf9000000-0xf92fffff]
[    5.109262] pci 0000:29:02.0: PCI bridge to [bus 2a]
[    5.109286] pci 0000:2b:00.0: BAR 6: assigned [mem 0xf8210000-0xf821ffff pref]
[    5.109287] pci 0000:29:03.0: PCI bridge to [bus 2b]
[    5.109292] pci 0000:29:03.0:   bridge window [io  0xd000-0xdfff]
[    5.109301] pci 0000:29:03.0:   bridge window [mem 0xf8200000-0xf82fffff]
[    5.109317] pci 0000:29:04.0: PCI bridge to [bus 2c]
[    5.109326] pci 0000:29:04.0:   bridge window [mem 0xf8000000-0xf80fffff]
[    5.109342] pci 0000:29:05.0: PCI bridge to [bus 2d]
[    5.109350] pci 0000:29:05.0:   bridge window [mem 0xf8100000-0xf81fffff]
[    5.109366] pci 0000:28:00.0: PCI bridge to [bus 29-2d]
[    5.109370] pci 0000:28:00.0:   bridge window [io  0xd000-0xdfff]
[    5.109379] pci 0000:28:00.0:   bridge window [mem 0xf8000000-0xf82fffff]
[    5.109396] pci 0000:00:07.0: PCI bridge to [bus 28-2d]
[    5.109399] pci 0000:00:07.0:   bridge window [io  0xd000-0xdfff]
[    5.109414] pci 0000:00:07.0:   bridge window [mem 0xf8000000-0xf82fffff]
[    5.109426] pci 0000:00:1c.0: PCI bridge to [bus 1c]
[    5.109430] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    5.109438] pci 0000:00:1c.0:   bridge window [mem 0xf8300000-0xf84fffff]
[    5.109443] pci 0000:00:1c.0:   bridge window [mem 0xf8500000-0xf86fffff 64bit pref]
[    5.109453] pci 0000:00:1c.5: PCI bridge to [bus 01]
[    5.109457] pci 0000:00:1c.5:   bridge window [io  0x2000-0x2fff]
[    5.109464] pci 0000:00:1c.5:   bridge window [mem 0xfb000000-0xfb0fffff]
[    5.109470] pci 0000:00:1c.5:   bridge window [mem 0xf8700000-0xf88fffff 64bit pref]
[    5.109481] pci 0000:37:09.0: BAR 6: assigned [mem 0xfd020000-0xfd03ffff pref]
[    5.109482] pci 0000:00:1e.0: PCI bridge to [bus 37]
[    5.109486] pci 0000:00:1e.0:   bridge window [io  0xe000-0xefff]
[    5.109494] pci 0000:00:1e.0:   bridge window [mem 0xfc000000-0xfd0fffff]
[    5.109508] pci_bus 0000:00: resource 4 [mem 0x000a0000-0x000bffff window]
[    5.109510] pci_bus 0000:00: resource 5 [mem 0xf8000000-0xfdffffff window]
[    5.109512] pci_bus 0000:00: resource 6 [mem 0xfed00000-0xfed003ff window]
[    5.109514] pci_bus 0000:00: resource 7 [mem 0xfed40000-0xfed44fff window]
[    5.109515] pci_bus 0000:00: resource 8 [io  0x0000-0x03af window]
[    5.109517] pci_bus 0000:00: resource 9 [io  0x03b0-0x03df window]
[    5.109519] pci_bus 0000:00: resource 10 [io  0x03e0-0x0cf7 window]
[    5.109521] pci_bus 0000:00: resource 11 [io  0x0d00-0x0fff window]
[    5.109522] pci_bus 0000:00: resource 12 [io  0x1000-0xefff window]
[    5.109524] pci_bus 0000:0f: resource 0 [io  0xc000-0xcfff]
[    5.109526] pci_bus 0000:0f: resource 1 [mem 0xf9000000-0xf92fffff]
[    5.109528] pci_bus 0000:10: resource 0 [io  0xc000-0xcfff]
[    5.109530] pci_bus 0000:10: resource 1 [mem 0xf9000000-0xf92fffff]
[    5.109532] pci_bus 0000:12: resource 0 [io  0xc000-0xcfff]
[    5.109534] pci_bus 0000:12: resource 1 [mem 0xf9200000-0xf92fffff]
[    5.109535] pci_bus 0000:13: resource 1 [mem 0xf9000000-0xf90fffff]
[    5.109537] pci_bus 0000:14: resource 1 [mem 0xf9100000-0xf91fffff]
[    5.109539] pci_bus 0000:28: resource 0 [io  0xd000-0xdfff]
[    5.109541] pci_bus 0000:28: resource 1 [mem 0xf8000000-0xf82fffff]
[    5.109543] pci_bus 0000:29: resource 0 [io  0xd000-0xdfff]
[    5.109544] pci_bus 0000:29: resource 1 [mem 0xf8000000-0xf82fffff]
[    5.109546] pci_bus 0000:2b: resource 0 [io  0xd000-0xdfff]
[    5.109548] pci_bus 0000:2b: resource 1 [mem 0xf8200000-0xf82fffff]
[    5.109550] pci_bus 0000:2c: resource 1 [mem 0xf8000000-0xf80fffff]
[    5.109551] pci_bus 0000:2d: resource 1 [mem 0xf8100000-0xf81fffff]
[    5.109553] pci_bus 0000:1c: resource 0 [io  0x1000-0x1fff]
[    5.109555] pci_bus 0000:1c: resource 1 [mem 0xf8300000-0xf84fffff]
[    5.109557] pci_bus 0000:1c: resource 2 [mem 0xf8500000-0xf86fffff 64bit pref]
[    5.109558] pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
[    5.109560] pci_bus 0000:01: resource 1 [mem 0xfb000000-0xfb0fffff]
[    5.109562] pci_bus 0000:01: resource 2 [mem 0xf8700000-0xf88fffff 64bit pref]
[    5.109564] pci_bus 0000:37: resource 0 [io  0xe000-0xefff]
[    5.109565] pci_bus 0000:37: resource 1 [mem 0xfc000000-0xfd0fffff]
[    5.109567] pci_bus 0000:37: resource 4 [mem 0x000a0000-0x000bffff window]
[    5.109569] pci_bus 0000:37: resource 5 [mem 0xf8000000-0xfdffffff window]
[    5.109571] pci_bus 0000:37: resource 6 [mem 0xfed00000-0xfed003ff window]
[    5.109572] pci_bus 0000:37: resource 7 [mem 0xfed40000-0xfed44fff window]
[    5.109574] pci_bus 0000:37: resource 8 [io  0x0000-0x03af window]
[    5.109576] pci_bus 0000:37: resource 9 [io  0x03b0-0x03df window]
[    5.109578] pci_bus 0000:37: resource 10 [io  0x03e0-0x0cf7 window]
[    5.109579] pci_bus 0000:37: resource 11 [io  0x0d00-0x0fff window]
[    5.109581] pci_bus 0000:37: resource 12 [io  0x1000-0xefff window]
[    5.109623] NET: Registered protocol family 2
[    5.109912] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    5.109983] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[    5.110034] TCP: Hash tables configured (established 16384 bind 16384)
[    5.110077] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    5.110090] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    5.110183] NET: Registered protocol family 1
[    5.110335] xen: registering gsi 20 triggering 0 polarity 1
[    5.110358] xen: --> pirq=20 -> irq=20 (gsi=20)
[    5.110600] xen: registering gsi 21 triggering 0 polarity 1
[    5.110609] xen: --> pirq=21 -> irq=21 (gsi=21)
[    5.110830] xen: registering gsi 22 triggering 0 polarity 1
[    5.110838] xen: --> pirq=22 -> irq=22 (gsi=22)
[    5.111060] xen: registering gsi 22 triggering 0 polarity 1
[    5.111063] Already setup the GSI :22
[    5.111294] xen: registering gsi 20 triggering 0 polarity 1
[    5.111297] Already setup the GSI :20
[    5.111531] xen: registering gsi 21 triggering 0 polarity 1
[    5.111534] Already setup the GSI :21
[    5.111750] xen: registering gsi 22 triggering 0 polarity 1
[    5.111752] Already setup the GSI :22
[    5.111970] xen: registering gsi 20 triggering 0 polarity 1
[    5.111973] Already setup the GSI :20
[    5.112165] pci 0000:37:09.0: Video device with shadowed ROM
[    5.112271] PCI: CLS 64 bytes, default 64
[    5.112332] Trying to unpack rootfs image as initramfs...
[    5.665740] Freeing initrd memory: 38152K (ffff880004000000 - ffff880006542000)
[    5.666492] FEATURE SPEC_CTRL Not Present
[    5.666494] FEATURE IBPB Not Present
[    5.666601] microcode: Microcode Update Driver: v2.00 , Peter Oruba
[    5.668728] futex hash table entries: 8192 (order: 7, 524288 bytes)
[    5.668805] Initialise system trusted keyring
[    5.668834] audit: initializing netlink subsys (disabled)
[    5.668861] audit: type=2000 audit(1583592186.227:1): initialized
[    5.670647] page_owner is disabled
[    5.670658] zpool: loaded
[    5.670660] zbud: loaded
[    5.671010] VFS: Disk quotas dquot_6.6.0
[    5.671050] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    5.671082] hugetlbfs: disabling because there are no supported hugepage sizes
[    5.671182] Key type big_key registered
[    5.671185] SELinux:  Registering netfilter hooks
[    5.673733] alg: No test for stdrng (krng)
[    5.673753] Key type asymmetric registered
[    5.673756] Asymmetric key parser 'x509' registered
[    5.673778] bounce: pool size: 64 pages
[    5.673788] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    5.673936] io scheduler noop registered
[    5.673939] io scheduler deadline registered (default)
[    5.673974] io scheduler cfq registered
[    5.674594] xen: registering gsi 21 triggering 0 polarity 1
[    5.674606] Already setup the GSI :21
[    5.676153] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    5.676169] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    5.676202] intel_idle: MWAIT substates: 0x1120
[    5.676204] intel_idle: v0.4.1 model 0x2C
[    5.676210] intel_idle: intel_idle yielding to none
[    5.676287] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    5.676291] ACPI: Power Button [PBTN]
[    5.676322] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    5.676324] ACPI: Power Button [PWRF]
[    5.676531] Monitor-Mwait will be used to enter C-1 state
[    5.676557] Monitor-Mwait will be used to enter C-2 state
[    5.676577] Monitor-Mwait will be used to enter C-3 state
[    5.680626] Warning: Processor Platform Limit not supported.
[    5.680822] GHES: HEST is not enabled!
[    5.681024] xen_pciback: backend is vpci
[    5.683518] xen_acpi_processor: Uploading Xen processor PM info
[    5.684935] ACPI: Format specifies more objects [5] than exist in package [1].
[    5.684936] xen_acpi_processor: Invalid _PSD data
[    5.685037] ACPI: Format specifies more objects [5] than exist in package [1].
[    5.685038] xen_acpi_processor: Invalid _PSD data
[    5.685135] ACPI: Format specifies more objects [5] than exist in package [1].
[    5.685136] xen_acpi_processor: Invalid _PSD data
[    5.685233] ACPI: Format specifies more objects [5] than exist in package [1].
[    5.685234] xen_acpi_processor: Invalid _PSD data
[    5.685875] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    5.686455] hpet_acpi_add: no address or irqs in _CRS
[    5.686519] Non-volatile memory driver v1.3
[    5.686563] Linux agpgart interface v0.103
[    5.716458] tpm_tis 00:04: 1.2 TPM (device-id 0xB, rev-id 16)
[    5.867373] AMD IOMMUv2 driver by Joerg Roedel 
[    5.867375] AMD IOMMUv2 functionality not available on this system
[    5.871067] brd: module loaded
[    5.872518] loop: module loaded
[    5.872621] libphy: Fixed MDIO Bus: probed
[    5.872627]   MST::  : mst_init 896: Mellanox Technologies Software Tools Driver - version 2.0.0
[    5.872686] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    5.872691] ehci-pci: EHCI PCI platform driver
[    5.872813] xen: registering gsi 22 triggering 0 polarity 1
[    5.872817] Already setup the GSI :22
[    5.872864] ehci-pci 0000:00:1a.7: EHCI Host Controller
[    5.872920] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    5.872938] ehci-pci 0000:00:1a.7: debug port 1
[    5.876868] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
[    5.876890] ehci-pci 0000:00:1a.7: irq 22, io mem 0xfa004800
[    5.882433] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    5.882499] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    5.882501] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.882503] usb usb1: Product: EHCI Host Controller
[    5.882506] usb usb1: Manufacturer: Linux 4.1.12-124.21.1.el6uek.x86_64 ehci_hcd
[    5.882508] usb usb1: SerialNumber: 0000:00:1a.7
[    5.882627] hub 1-0:1.0: USB hub found
[    5.882636] hub 1-0:1.0: 6 ports detected
[    5.882871] xen: registering gsi 20 triggering 0 polarity 1
[    5.882875] Already setup the GSI :20
[    5.882910] ehci-pci 0000:00:1d.7: EHCI Host Controller
[    5.882964] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    5.882982] ehci-pci 0000:00:1d.7: debug port 1
[    5.886908] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
[    5.886927] ehci-pci 0000:00:1d.7: irq 20, io mem 0xfa004c00
[    5.892433] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    5.892489] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    5.892491] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.892493] usb usb2: Product: EHCI Host Controller
[    5.892495] usb usb2: Manufacturer: Linux 4.1.12-124.21.1.el6uek.x86_64 ehci_hcd
[    5.892496] usb usb2: SerialNumber: 0000:00:1d.7
[    5.892600] hub 2-0:1.0: USB hub found
[    5.892607] hub 2-0:1.0: 6 ports detected
[    5.892737] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    5.892743] ohci-pci: OHCI PCI platform driver
[    5.892759] uhci_hcd: USB Universal Host Controller Interface driver
[    5.892877] xen: registering gsi 20 triggering 0 polarity 1
[    5.892881] Already setup the GSI :20
[    5.892898] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    5.892953] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    5.892962] uhci_hcd 0000:00:1a.0: detected 2 ports
[    5.892989] uhci_hcd 0000:00:1a.0: irq 20, io base 0x0000b000
[    5.893064] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    5.893066] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.893068] usb usb3: Product: UHCI Host Controller
[    5.893069] usb usb3: Manufacturer: Linux 4.1.12-124.21.1.el6uek.x86_64 uhci_hcd
[    5.893071] usb usb3: SerialNumber: 0000:00:1a.0
[    5.893172] hub 3-0:1.0: USB hub found
[    5.893180] hub 3-0:1.0: 2 ports detected
[    5.893366] xen: registering gsi 21 triggering 0 polarity 1
[    5.893370] Already setup the GSI :21
[    5.893387] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    5.893459] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    5.893468] uhci_hcd 0000:00:1a.1: detected 2 ports
[    5.893508] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000b020
[    5.893581] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    5.893583] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.893585] usb usb4: Product: UHCI Host Controller
[    5.893587] usb usb4: Manufacturer: Linux 4.1.12-124.21.1.el6uek.x86_64 uhci_hcd
[    5.893589] usb usb4: SerialNumber: 0000:00:1a.1
[    5.893696] hub 4-0:1.0: USB hub found
[    5.893703] hub 4-0:1.0: 2 ports detected
[    5.893893] xen: registering gsi 22 triggering 0 polarity 1
[    5.893897] Already setup the GSI :22
[    5.893914] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[    5.893969] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[    5.893978] uhci_hcd 0000:00:1a.2: detected 2 ports
[    5.894004] uhci_hcd 0000:00:1a.2: irq 22, io base 0x0000b040
[    5.894077] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    5.894079] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.894081] usb usb5: Product: UHCI Host Controller
[    5.894083] usb usb5: Manufacturer: Linux 4.1.12-124.21.1.el6uek.x86_64 uhci_hcd
[    5.894084] usb usb5: SerialNumber: 0000:00:1a.2
[    5.894187] hub 5-0:1.0: USB hub found
[    5.894194] hub 5-0:1.0: 2 ports detected
[    5.894383] xen: registering gsi 20 triggering 0 polarity 1
[    5.894388] Already setup the GSI :20
[    5.894416] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    5.894469] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[    5.894478] uhci_hcd 0000:00:1d.0: detected 2 ports
[    5.894504] uhci_hcd 0000:00:1d.0: irq 20, io base 0x0000b060
[    5.894578] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    5.894580] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.894582] usb usb6: Product: UHCI Host Controller
[    5.894584] usb usb6: Manufacturer: Linux 4.1.12-124.21.1.el6uek.x86_64 uhci_hcd
[    5.894585] usb usb6: SerialNumber: 0000:00:1d.0
[    5.894685] hub 6-0:1.0: USB hub found
[    5.894692] hub 6-0:1.0: 2 ports detected
[    5.894882] xen: registering gsi 21 triggering 0 polarity 1
[    5.894886] Already setup the GSI :21
[    5.894903] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    5.894955] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[    5.894964] uhci_hcd 0000:00:1d.1: detected 2 ports
[    5.894990] uhci_hcd 0000:00:1d.1: irq 21, io base 0x0000b080
[    5.895064] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    5.895066] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.895068] usb usb7: Product: UHCI Host Controller
[    5.895069] usb usb7: Manufacturer: Linux 4.1.12-124.21.1.el6uek.x86_64 uhci_hcd
[    5.895071] usb usb7: SerialNumber: 0000:00:1d.1
[    5.895172] hub 7-0:1.0: USB hub found
[    5.895179] hub 7-0:1.0: 2 ports detected
[    5.895371] xen: registering gsi 22 triggering 0 polarity 1
[    5.895375] Already setup the GSI :22
[    5.895394] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    5.895457] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[    5.895466] uhci_hcd 0000:00:1d.2: detected 2 ports
[    5.895493] uhci_hcd 0000:00:1d.2: irq 22, io base 0x0000b0a0
[    5.895567] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[    5.895569] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.895570] usb usb8: Product: UHCI Host Controller
[    5.895572] usb usb8: Manufacturer: Linux 4.1.12-124.21.1.el6uek.x86_64 uhci_hcd
[    5.895574] usb usb8: SerialNumber: 0000:00:1d.2
[    5.895673] hub 8-0:1.0: USB hub found
[    5.895680] hub 8-0:1.0: 2 ports detected
[    5.895813] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f0e:PS2M] at 0x60,0x64 irq 1,12
[    5.898461] serio: i8042 KBD port at 0x60,0x64 irq 1
[    5.898467] serio: i8042 AUX port at 0x60,0x64 irq 12
[    5.898558] mousedev: PS/2 mouse device common for all mice
[    5.898847] rtc_cmos 00:00: RTC can wake from S4
[    5.899054] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[    5.899094] rtc_cmos 00:00: alarms up to one month, y3k, 114 bytes nvram
[    5.899349] hidraw: raw HID events driver (C) Jiri Kosina
[    5.899547] usbcore: registered new interface driver usbhid
[    5.899549] usbhid: USB HID core driver
[    5.899615] drop_monitor: Initializing network drop monitor service
[    5.899689] gre: GRE over IPv4 demultiplexor driver
[    5.899698] Initializing XFRM netlink socket
[    5.899704] NET: Registered protocol family 17
[    5.900144] mce: Unable to init device /dev/mcelog (rc: -16)
[    5.900580] Loading compiled-in X.509 certificates
[    5.901438] Loaded X.509 cert 'Oracle America, Inc.: Ksplice Kernel Module Signing Key: 09010ebef5545fa7c54b626ef518e077b5b1ee4c'
[    5.902274] Loaded X.509 cert 'Oracle Linux Kernel Module Signing Key: 2bb352412969a3653f0eb6021763408ebb9bb5ab'
[    5.903113] Loaded X.509 cert 'Oracle CA Server: b59275a22dae18b9ab5f7ac4c816fab6c5f0bf9b'
[    5.903128] registered taskstats version 1
[    6.184431] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    6.281503] rtc_cmos 00:00: setting system clock to 2020-03-07 14:43:06 UTC (1583592186)
[    6.282426] Freeing unused kernel memory: 1988K (ffffffff81c6d000 - ffffffff81e5e000)
[    6.302590] usb 1-1: New USB device found, idVendor=0781, idProduct=5583
[    6.302593] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    6.302595] usb 1-1: Product: Ultra Fit
[    6.302597] usb 1-1: Manufacturer: SanDisk
[    6.302598] usb 1-1: SerialNumber: 4C530000180630114050
[    6.308295] dracut: dracut-004-409.0.7.el6_8.2
[    6.320440] dracut: rd_NO_LUKS: removing cryptoluks activation
[    6.322167] dracut: rd_NO_LVM: removing LVM activation
[    6.349957] device-mapper: uevent: version 1.0.3
[    6.350048] device-mapper: ioctl: 4.31.0-ioctl (2015-3-12) initialised: dm-devel@redhat.com
[    6.367096] udev: starting version 147
[    6.466305] wmi: Mapper loaded
[    6.484772] random: nonblocking pool is initialized
[    6.665431] clocksource tsc: mask: 0xffffffffffffffff max_cycles: 0x2c18405b7f4, max_idle_ns: 440795289991 ns
[    7.665593] Switched to clocksource tsc
[    9.526515] floppy0: no floppy controllers found
[    9.619564] dracut: Starting plymouth daemon
[    9.645256] dracut: rd_NO_DM: removing DM RAID activation
[    9.649274] dracut: rd_NO_MD: removing MD RAID activation
[    9.689603] Loading iSCSI transport class v2.0-870.
[    9.700236] iscsi: registered transport (qla4xxx)
[    9.700274] QLogic iSCSI HBA Driver
[    9.722784] IPv6: Loaded, but administratively disabled, reboot required to enable
[    9.725642] libcxgbi:libcxgbi_init_module: tag itt 0x1fff, 13 bits, age 0xf, 4 bits.
[    9.725644] libcxgbi:ddp_setup_host_page_size: system PAGE 4096, ddp idx 0.
[    9.727750] Chelsio T3 iSCSI Driver cxgb3i v2.0.0 (Jun. 2010)
[    9.727782] iscsi: registered transport (cxgb3i)
[    9.738222] Chelsio T4/T5 iSCSI Driver cxgb4i v0.9.4
[    9.738250] iscsi: registered transport (cxgb4i)
[    9.742853] cnic: QLogic cnicDriver v2.5.22 (July 20, 2015)
[    9.745507] QLogic NetXtreme II iSCSI Driver bnx2i v2.7.10.1 (Jul 16, 2014)
[    9.745526] iscsi: registered transport (bnx2i)
[    9.749790] ahci 0000:00:1f.2: version 3.0
[    9.749933] xen: registering gsi 18 triggering 0 polarity 1
[    9.749960] xen: --> pirq=18 -> irq=18 (gsi=18)
[    9.749996] ahci 0000:00:1f.2: controller can't do SNTF, turning off CAP_SNTF
[    9.750133] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl RAID mode
[    9.750138] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pmp pio slum part ccc sxs
[    9.750892] scsi host0: ahci
[    9.751108] scsi host1: ahci
[    9.751133] iscsi: registered transport (be2iscsi)
[    9.751135] In beiscsi_module_init, tt=ffffffffa0280100
[    9.751269] scsi host2: ahci
[    9.751425] scsi host3: ahci
[    9.751541] scsi host4: ahci
[    9.751665] scsi host5: ahci
[    9.751707] ata1: SATA max UDMA/133 abar m2048@0xfa004000 port 0xfa004100 irq 202
[    9.751709] ata2: SATA max UDMA/133 abar m2048@0xfa004000 port 0xfa004180 irq 202
[    9.751711] ata3: SATA max UDMA/133 abar m2048@0xfa004000 port 0xfa004200 irq 202
[    9.751713] ata4: SATA max UDMA/133 abar m2048@0xfa004000 port 0xfa004280 irq 202
[    9.751715] ata5: SATA max UDMA/133 abar m2048@0xfa004000 port 0xfa004300 irq 202
[    9.751717] ata6: SATA max UDMA/133 abar m2048@0xfa004000 port 0xfa004380 irq 202
[    9.751785] xen: registering gsi 36 triggering 0 polarity 1
[    9.751799] xen: --> pirq=36 -> irq=36 (gsi=36)
[    9.762500] ahci 0000:12:00.0: AHCI 0001.0000 32 slots 4 ports 6 Gbps 0xf impl SATA mode
[    9.762504] ahci 0000:12:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs
[    9.763060] scsi host6: ahci
[    9.763243] scsi host7: ahci
[    9.763471] scsi host8: ahci
[    9.763642] scsi host9: ahci
[    9.763718] ata7: SATA max UDMA/133 abar m2048@0xf9200000 port 0xf9200100 irq 203
[    9.763721] ata8: SATA max UDMA/133 abar m2048@0xf9200000 port 0xf9200180 irq 203
[    9.763723] ata9: SATA max UDMA/133 abar m2048@0xf9200000 port 0xf9200200 irq 203
[    9.763725] ata10: SATA max UDMA/133 abar m2048@0xf9200000 port 0xf9200280 irq 203
[    9.763793] xen: registering gsi 38 triggering 0 polarity 1
[    9.763806] xen: --> pirq=38 -> irq=38 (gsi=38)
[    9.774507] ahci 0000:2b:00.0: AHCI 0001.0000 32 slots 4 ports 6 Gbps 0xf impl SATA mode
[    9.774516] ahci 0000:2b:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs
[    9.775051] scsi host10: ahci
[    9.775241] scsi host11: ahci
[    9.775423] scsi host12: ahci
[    9.775616] scsi host13: ahci
[    9.775660] ata11: SATA max UDMA/133 abar m2048@0xf8200000 port 0xf8200100 irq 204
[    9.775663] ata12: SATA max UDMA/133 abar m2048@0xf8200000 port 0xf8200180 irq 204
[    9.775665] ata13: SATA max UDMA/133 abar m2048@0xf8200000 port 0xf8200200 irq 204
[    9.775667] ata14: SATA max UDMA/133 abar m2048@0xf8200000 port 0xf8200280 irq 204
[   10.056520] ata4: SATA link down (SStatus 0 SControl 300)
[   10.056560] ata5: SATA link down (SStatus 0 SControl 300)
[   10.056579] ata3: SATA link down (SStatus 0 SControl 300)
[   10.056597] ata6: SATA link down (SStatus 0 SControl 300)
[   10.056614] ata2: SATA link down (SStatus 0 SControl 300)
[   10.068514] ata10: SATA link down (SStatus 0 SControl 300)
[   10.068544] ata9: SATA link down (SStatus 0 SControl 300)
[   10.068568] ata7: SATA link down (SStatus 0 SControl 300)
[   10.068591] ata8: SATA link down (SStatus 0 SControl 300)
[   10.080512] ata14: SATA link down (SStatus 0 SControl 300)
[   10.080543] ata12: SATA link down (SStatus 0 SControl 300)
[   10.080566] ata13: SATA link down (SStatus 0 SControl 300)
[   10.080588] ata11: SATA link down (SStatus 0 SControl 300)
[   10.211525] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[   10.214364] ata1.00: ATAPI: HL-DT-ST BD-RE  WH16NS40, 1.00, max UDMA/100
[   10.215163] ata1.00: configured for UDMA/100
[   10.219788] scsi 0:0:0:0: CD-ROM            HL-DT-ST BD-RE  WH16NS40  1.00 PQ: 0 ANSI: 5
[   10.244598] nvme nvme0: pci function 0000:13:00.0
[   10.244664] nvme nvme1: pci function 0000:14:00.0
[   10.244680] xen: registering gsi 24 triggering 0 polarity 1
[   10.244702] xen: --> pirq=24 -> irq=24 (gsi=24)
[   10.244728] xen: registering gsi 34 triggering 0 polarity 1
[   10.244732] nvme nvme2: pci function 0000:2c:00.0
[   10.244741] xen: --> pirq=34 -> irq=34 (gsi=34)
[   10.244809] xen: registering gsi 30 triggering 0 polarity 1
[   10.244928] xen: --> pirq=30 -> irq=30 (gsi=30)
[   10.244936] nvme nvme3: pci function 0000:2d:00.0
[   10.245050] xen: registering gsi 37 triggering 0 polarity 1
[   10.245156] xen: --> pirq=37 -> irq=37 (gsi=37)
[   10.277770] pps_core: LinuxPPS API ver. 1 registered
[   10.277772] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti 
[   10.279315] PTP clock support registered
[   10.282959] tg3.c:v3.137 (May 11, 2014)
[   10.283018] xen: registering gsi 17 triggering 0 polarity 1
[   10.283035] xen: --> pirq=17 -> irq=17 (gsi=17)
[   10.307112] tg3 0000:01:00.0 eth0: Tigon3 [partno(BCM95754) rev 5784100] (PCI Express) MAC address 24:be:05:03:fa:14
[   10.307115] tg3 0000:01:00.0 eth0: attached PHY is 5784 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
[   10.307118] tg3 0000:01:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[   10.307120] tg3 0000:01:00.0 eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[   10.335516] usb-storage 1-1:1.0: USB Mass Storage device detected
[   10.335735] scsi host14: usb-storage 1-1:1.0
[   10.335800] usbcore: registered new interface driver usb-storage
[   10.349361]  nvme1n1: p1
[   10.349636]  nvme2n1: p1
[   10.350086]  nvme3n1: p1
[   10.350121]  nvme0n1: p1
[   10.502361] xen: registering gsi 19 triggering 0 polarity 1
[   10.502387] xen: --> pirq=19 -> irq=19 (gsi=19)
[   10.553566] firewire_ohci 0000:37:05.0: added OHCI v1.0 device as card 0, 8 IR + 8 IT contexts, quirks 0x0
[   10.585165] sr 0:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[   10.585170] cdrom: Uniform CD-ROM driver Revision: 3.20
[   10.585316] sr 0:0:0:0: Attached scsi CD-ROM sr0
[   11.053625] firewire_core 0000:37:05.0: created device fw0: GUID 0060b000008e2676, S400
[   11.337005] scsi 14:0:0:0: Direct-Access     SanDisk  Ultra Fit        1.00 PQ: 0 ANSI: 6
[   13.646644] floppy0: no floppy controllers found
[   13.676613] sd 14:0:0:0: [sda] 60063744 512-byte logical blocks: (30.7 GB/28.6 GiB)
[   13.687730] sd 14:0:0:0: [sda] Write Protect is off
[   13.687735] sd 14:0:0:0: [sda] Mode Sense: 43 00 00 00
[   13.690856] sd 14:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   13.708971]  sda: sda1 sda2 sda3
[   13.712365] sd 14:0:0:0: [sda] Attached SCSI removable disk
[   14.182357] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[   14.204302] dracut: Mounted root filesystem /dev/sda2
[   14.462726] SELinux:  Disabled at runtime.
[   14.462747] SELinux:  Unregistering netfilter hooks
[   14.489632] audit: type=1404 audit(1583592194.707:2): selinux=0 auid=4294967295 ses=4294967295
[   14.496008] dracut:
[   14.681514] dracut: Switching root
[   15.396793] udev: starting version 147
[   16.817752] EDAC MC: Ver: 3.0.0
[   16.822611] EDAC MC0: Giving out device to module i7core_edac.c controller i7 core #0: DEV 0000:3f:03.0 (POLLED)
[   16.822646] EDAC PCI0: Giving out device to module i7core_edac controller EDAC PCI controller: DEV 0000:3f:03.0 (POLLED)
[   16.822930] EDAC MC1: Giving out device to module i7core_edac.c controller i7 core #1: DEV 0000:3e:03.0 (POLLED)
[   16.822947] EDAC PCI1: Giving out device to module i7core_edac controller EDAC PCI controller: DEV 0000:3e:03.0 (POLLED)
[   16.823076] EDAC i7core: Driver loaded, 2 memory controller(s) found.
[   16.985573] xen: registering gsi 21 triggering 0 polarity 1
[   16.985586] Already setup the GSI :21
[   17.018259] snd_hda_codec_realtek hdaudioC0D0: ALC262: SKU not ready 0x411111f0
[   17.018671] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC262: line_outs=1 (0x15/0x0/0x0/0x0/0x0) type:line
[   17.018674] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=1 (0x16/0x0/0x0/0x0/0x0)
[   17.018676] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[   17.018678] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   17.018679] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   17.018682] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
[   17.018684] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[   17.018686] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
[   17.029132] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
[   17.029499] input: HDA Intel Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
[   17.029580] input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[   17.029632] sr 0:0:0:0: Attached scsi generic sg0 type 5
[   17.029649] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[   17.029709] sd 14:0:0:0: Attached scsi generic sg1 type 0
[   17.029727] input: HDA Intel Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[   17.029837] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[   17.186133] input: PC Speaker as /devices/platform/pcspkr/input/input11
[   17.286531] input: HP WMI hotkeys as /devices/virtual/input/input12
[   17.351796] iTCO_vendor_support: vendor-support=0
[   17.358002] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   17.358024] iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
[   17.498741] parport_pc parport_pc.956: Unable to set coherent dma mask: disabling DMA
[   17.498801] parport_pc parport_pc.888: Unable to set coherent dma mask: disabling DMA
[   17.498865] parport_pc parport_pc.632: Unable to set coherent dma mask: disabling DMA
[   20.543782] floppy0: no floppy controllers found
[   20.582920] ppdev: user-space parallel port driver
[   20.663487] device-mapper: multipath: version 1.9.0 loaded
[   21.041846] EXT4-fs (sda2): re-mounted. Opts: (null)
[   21.209410] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[   21.446547] Adding 5903356k swap on /dev/sda3.  Priority:-1 extents:1 across:5903356k FS
[   25.415566] tg3 0000:01:00.0 eth0: Link is up at 1000 Mbps, full duplex
[   25.415570] tg3 0000:01:00.0 eth0: Flow control is on for TX and on for RX
[   31.179098] audit: type=1305 audit(1583613811.396:3): audit_pid=2047 old=0 auid=4294967295 ses=4294967295 res=1
[   32.636860] RPC: Registered named UNIX socket transport module.
[   32.636863] RPC: Registered udp transport module.
[   32.636864] RPC: Registered tcp transport module.
[   32.636865] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   32.887283] bnx2fc: QLogic FCoE Driver bnx2fc v2.10.3 (October 15, 2015)
[   34.262792] xen:xen_evtchn: Event-channel device installed
[   86.031597] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[root@vhost0 ~]# dmesg > dmesg.out
[root@vhost0 ~]# parted
GNU Parted 2.1
Using /dev/sda
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) p
Model: SanDisk Ultra Fit (scsi)
Disk /dev/sda: 30.8GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End     Size    Type     File system     Flags
 1      1049kB  525MB   524MB   primary  ext4            boot
 2      525MB   24.7GB  24.2GB  primary  ext4
 3      24.7GB  30.8GB  6045MB  primary  linux-swap(v1)

(parted) q
[root@vhost0 ~]# parted /dev/nvme
nvme0      nvme0n1    nvme0n1p1  nvme1      nvme1n1    nvme1n1p1  nvme2      nvme2n1    nvme2n1p1  nvme3      nvme3n1    nvme3n1p1
[root@vhost0 ~]# parted /dev/nvme0n1
GNU Parted 2.1
Using /dev/nvme0n1
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) p
Model: Unknown (unknown)
Disk /dev/nvme0n1: 2048GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt

Number  Start   End     Size    File system  Name  Flags
 1      1049kB  2048GB  2048GB                     raid

(parted) resizepart 1 -1
  align-check TYPE N                        check partition N for TYPE(min|opt) alignment
  check NUMBER                             do a simple check on the file system
  cp [FROM-DEVICE] FROM-NUMBER TO-NUMBER   copy file system to another partition
  help [COMMAND]                           print general help, or help on COMMAND
  mklabel,mktable LABEL-TYPE               create a new disklabel (partition table)
  mkfs NUMBER FS-TYPE                      make a FS-TYPE file system on partition NUMBER
  mkpart PART-TYPE [FS-TYPE] START END     make a partition
  mkpartfs PART-TYPE FS-TYPE START END     make a partition with a file system
  move NUMBER START END                    move partition NUMBER
  name NUMBER NAME                         name partition NUMBER as NAME
  print [devices|free|list,all|NUMBER]     display the partition table, available devices, free space, all found partitions, or a particular partition
  quit                                     exit program
  rescue START END                         rescue a lost partition near START and END
  resize NUMBER START END                  resize partition NUMBER and its file system
  rm NUMBER                                delete partition NUMBER
  select DEVICE                            choose the device to edit
  set NUMBER FLAG STATE                    change the FLAG on partition NUMBER
  toggle [NUMBER [FLAG]]                   toggle the state of FLAG on partition NUMBER
  unit UNIT                                set the default unit to UNIT
  version                                  display the version number and copyright information of GNU Parted
  align-check TYPE N                        check partition N for TYPE(min|opt) alignment
  check NUMBER                             do a simple check on the file system
  cp [FROM-DEVICE] FROM-NUMBER TO-NUMBER   copy file system to another partition
  help [COMMAND]                           print general help, or help on COMMAND
  mklabel,mktable LABEL-TYPE               create a new disklabel (partition table)
  mkfs NUMBER FS-TYPE                      make a FS-TYPE file system on partition NUMBER
  mkpart PART-TYPE [FS-TYPE] START END     make a partition
  mkpartfs PART-TYPE FS-TYPE START END     make a partition with a file system
  move NUMBER START END                    move partition NUMBER
  name NUMBER NAME                         name partition NUMBER as NAME
  print [devices|free|list,all|NUMBER]     display the partition table, available devices, free space, all found partitions, or a particular partition
  quit                                     exit program
  rescue START END                         rescue a lost partition near START and END
  resize NUMBER START END                  resize partition NUMBER and its file system
  rm NUMBER                                delete partition NUMBER
  select DEVICE                            choose the device to edit
  set NUMBER FLAG STATE                    change the FLAG on partition NUMBER
  toggle [NUMBER [FLAG]]                   toggle the state of FLAG on partition NUMBER
  unit UNIT                                set the default unit to UNIT
  version                                  display the version number and copyright information of GNU Parted
  align-check TYPE N                        check partition N for TYPE(min|opt) alignment
  check NUMBER                             do a simple check on the file system
  cp [FROM-DEVICE] FROM-NUMBER TO-NUMBER   copy file system to another partition
  help [COMMAND]                           print general help, or help on COMMAND
  mklabel,mktable LABEL-TYPE               create a new disklabel (partition table)
  mkfs NUMBER FS-TYPE                      make a FS-TYPE file system on partition NUMBER
  mkpart PART-TYPE [FS-TYPE] START END     make a partition
  mkpartfs PART-TYPE FS-TYPE START END     make a partition with a file system
  move NUMBER START END                    move partition NUMBER
  name NUMBER NAME                         name partition NUMBER as NAME
  print [devices|free|list,all|NUMBER]     display the partition table, available devices, free space, all found partitions, or a particular partition
  quit                                     exit program
  rescue START END                         rescue a lost partition near START and END
  resize NUMBER START END                  resize partition NUMBER and its file system
  rm NUMBER                                delete partition NUMBER
  select DEVICE                            choose the device to edit
  set NUMBER FLAG STATE                    change the FLAG on partition NUMBER
  toggle [NUMBER [FLAG]]                   toggle the state of FLAG on partition NUMBER
  unit UNIT                                set the default unit to UNIT
  version                                  display the version number and copyright information of GNU Parted
(parted) resize 1 -1
WARNING: you are attempting to use parted to operate on (resize) a file system.
parted's file system manipulation code is not as robust as what you'll find in
dedicated, file-system-specific packages like e2fsprogs.  We recommend
you use parted only to manipulate partition tables, whenever possible.
Support for performing most operations on most types of file systems
will be removed in an upcoming release.
End?  [2048GB]?
Error: Could not detect file system.
(parted) type
  align-check TYPE N                        check partition N for TYPE(min|opt) alignment
  check NUMBER                             do a simple check on the file system
  cp [FROM-DEVICE] FROM-NUMBER TO-NUMBER   copy file system to another partition
  help [COMMAND]                           print general help, or help on COMMAND
  mklabel,mktable LABEL-TYPE               create a new disklabel (partition table)
  mkfs NUMBER FS-TYPE                      make a FS-TYPE file system on partition NUMBER
  mkpart PART-TYPE [FS-TYPE] START END     make a partition
  mkpartfs PART-TYPE FS-TYPE START END     make a partition with a file system
  move NUMBER START END                    move partition NUMBER
  name NUMBER NAME                         name partition NUMBER as NAME
  print [devices|free|list,all|NUMBER]     display the partition table, available devices, free space, all found partitions, or a particular partition
  quit                                     exit program
  rescue START END                         rescue a lost partition near START and END
  resize NUMBER START END                  resize partition NUMBER and its file system
  rm NUMBER                                delete partition NUMBER
  select DEVICE                            choose the device to edit
  set NUMBER FLAG STATE                    change the FLAG on partition NUMBER
  toggle [NUMBER [FLAG]]                   toggle the state of FLAG on partition NUMBER
  unit UNIT                                set the default unit to UNIT
  version                                  display the version number and copyright information of GNU Parted
(parted) print devices
/dev/nvme0n1 (2048GB)
/dev/sda (30.8GB)
/dev/nvme1n1 (2048GB)
/dev/nvme2n1 (2048GB)
/dev/nvme3n1 (2048GB)
(parted) q
[root@vhost0 ~]# parted /dev/nvme0n1
GNU Parted 2.1
Using /dev/nvme0n1
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) mklabel gpt
Warning: The existing disk label on /dev/nvme0n1 will be destroyed and all data on this disk will be lost. Do you want to continue?
Yes/No? y


Yes
^C
^Z
~.
Connection to vhost0 closed.
                                                                                                                                                                             ✘
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
[2020-03-07 14:59.41]  ~
[jdavis.JoshD6860] ➤ ssh vhost0 -l root
X11 forwarding request failed on channel 0
Last login: Sat Mar  7 14:44:07 2020 from joshd6860.omnitech.int
Warning: making manual modifications in the management domain
might cause inconsistencies between Oracle VM Manager and the server.

[root@vhost0 ~]# ps auxww | grep mkpart
root     13822  0.0  0.1 103384  2120 pts/0    S+   14:59   0:00 grep mkpart
[root@vhost0 ~]# mkpart /dev/nvme0n1
-bash: mkpart: command not found
[root@vhost0 ~]# parted /dev/nvme0n1

^C
Connection to vhost0 closed.
                                                                                                                                                                             ✘
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
[2020-03-07 15:00.18]  ~
[jdavis.JoshD6860] ➤ ssh vhost0 -l root
X11 forwarding request failed on channel 0
Last login: Sat Mar  7 14:59:43 2020 from joshd6860.omnitech.int
Warning: making manual modifications in the management domain
might cause inconsistencies between Oracle VM Manager and the server.

[root@vhost0 ~]# dmesg
[    0.000000] PAT configuration [0-7]: WB  WT  UC- UC  WC  WP  UC  UC
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.1.12-124.21.1.el6uek.x86_64 (mockbuild@ca-build84.us.oracle.com) (gcc version 4.9.2 20150212 (Red Hat 4.9.2-6.2.0.3) (GCC) ) #2 SMP Tue Nov 6 13:31:13 PST 2018
[    0.000000] Command line: placeholder root=UUID=9bcba43f-a6b8-45d4-a58e-7335931f88da ro rd_NO_LUKS rd_NO_LVM LANG=en_US.UTF-8 rd_NO_MD SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM rhgb quiet
[    0.000000] Released 0 page(s)
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] Xen: [mem 0x0000000000000000-0x0000000000094fff] usable
[    0.000000] Xen: [mem 0x0000000000095800-0x00000000000fffff] reserved
[    0.000000] Xen: [mem 0x0000000000100000-0x000000004f86afff] usable
[    0.000000] Xen: [mem 0x00000000eefa5800-0x00000000f3ffffff] reserved
[    0.000000] Xen: [mem 0x00000000fec00000-0x00000000fed3ffff] reserved
[    0.000000] Xen: [mem 0x00000000fed45000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.6 present.
[    0.000000] DMI: Hewlett-Packard HP Z600 Workstation/0B54h, BIOS 786G4 v03.60 02/24/2016
[    0.000000] Hypervisor detected: Xen
[    0.000000] Kernel/User page tables isolation: disabled
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] AGP: No AGP bridge found
[    0.000000] e820: last_pfn = 0x4f86b max_arch_pfn = 0x400000000
[    0.000000] Base memory trampoline at [ffff88000008e000] 8e000 size 28672
[    0.000000] BRK [0x02158000, 0x02158fff] PGTABLE
[    0.000000] BRK [0x02159000, 0x02159fff] PGTABLE
[    0.000000] BRK [0x0215a000, 0x0215afff] PGTABLE
[    0.000000] BRK [0x0215b000, 0x0215bfff] PGTABLE
[    0.000000] BRK [0x0215c000, 0x0215cfff] PGTABLE
[    0.000000] BRK [0x0215d000, 0x0215dfff] PGTABLE
[    0.000000] RAMDISK: [mem 0x04000000-0x06541fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000E9010 000024 (v02 HPQOEM)
[    0.000000] ACPI: XSDT 0x00000000EEFB88E8 000074 (v01 HPQOEM SLIC-WKS 20160224      00000000)
[    0.000000] ACPI: FACP 0x00000000EEFB8A88 0000F4 (v03 HPQOEM TYLSBURG 00000001      00000000)
[    0.000000] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Pm1aEventBlock: 32/16 (20150410/tbfadt-623)
[    0.000000] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/32 (20150410/tbfadt-623)
[    0.000000] ACPI BIOS Warning (bug): Invalid length for FADT/Pm1aEventBlock: 16, using default 32 (20150410/tbfadt-704)
[    0.000000] ACPI: DSDT 0x00000000EEFB941B 00A674 (v01 COMPAQ DSDT_PRJ 00000001 MSFT 0100000E)
[    0.000000] ACPI: FACS 0x00000000EEFB8800 000040
[    0.000000] ACPI: FACS 0x00000000EEFB8800 000040
[    0.000000] ACPI: APIC 0x00000000EEFB8B7C 000188 (v01 HPQOEM TYLSBURG 00000001      00000000)
[    0.000000] ACPI: ASF! 0x00000000EEFB8D04 000063 (v32 HPQOEM TYLSBURG 00000001      00000000)
[    0.000000] ACPI: MCFG 0x00000000EEFB8D67 00003C (v01 HPQOEM TYLSBURG 00000001      00000000)
[    0.000000] ACPI: TCPA 0x00000000EEFB8DA3 000032 (v01 HPQOEM TYLSBURG 00000001      00000000)
[    0.000000] ACPI: SLIC 0x00000000EEFB8DD5 000176 (v01 HPQOEM SLIC-WKS 00000001      00000000)
[    0.000000] ACPI: HPET 0x00000000EEFB8F4B 000038 (v01 HPQOEM TYLSBURG 00000001      00000000)
[    0.000000] ACPI: XMAR 0x00000000EEFB8F83 000170 (v01 HPQOEM TYLSBURG 00000001      00000000)
[    0.000000] ACPI: SRAT 0x00000000EEFB9123 0002F8 (v02 HPQOEM TYLSBURG 00000001      00000000)
[    0.000000] ACPI: SSDT 0x00000000EEFC4E11 0075FC (v01 INTEL  PPM RCM  80000001 INTL 20061109)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] Setting APIC routing to Xen PV.
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000004f86afff]
[    0.000000] NODE_DATA(0) allocated [mem 0x4f573000-0x4f599fff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x000000004f86afff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000094fff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000004f86afff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000004f86afff]
[    0.000000] On node 0 totalpages: 325631
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 22 pages reserved
[    0.000000]   DMA zone: 3988 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 5026 pages used for memmap
[    0.000000]   DMA32 zone: 321643 pages, LIFO batch:31
[    0.000000] p2m virtual area at ffffc90000000000, size is 400000
[    0.000000] Remapped 107 page(s)
[    0.000000] ACPI: PM-Timer IO Port: 0xf808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
[    0.000000] IOAPIC[1]: apic_id 2, version 32, address 0xfec10000, GSI 24-47
[    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: 0x8086a301 base: 0xfed00000
[    0.000000] smpboot: Allowing 32 CPUs, 8 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00095000-0x00095fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00096000-0x000fffff]
[    0.000000] e820: [mem 0x4f86b000-0xeefa57ff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on Xen
[    0.000000] Xen version: 4.4.4OVM (preserve-AD)
[    0.000000] clocksource refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1
[    0.000000] PERCPU: Embedded 35 pages/cpu @ffff88004d000000 s104536 r8192 d30632 u262144
[    0.000000] pcpu-alloc: s104536 r8192 d30632 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
[    0.000000] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31
[    0.000000] xen: PV spinlocks enabled
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 320519
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: placeholder root=UUID=9bcba43f-a6b8-45d4-a58e-7335931f88da ro rd_NO_LUKS rd_NO_LVM LANG=en_US.UTF-8 rd_NO_MD SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM rhgb quiet
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] software IO TLB [mem 0x49000000-0x4d000000] (64MB) mapped at [ffff880049000000-ffff88004cffffff]
[    0.000000] Memory: 1149992K/1302524K available (7148K kernel code, 1654K rwdata, 3900K rodata, 1988K init, 3012K bss, 152532K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=20, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=20.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=20
[    0.000000] NR_IRQS:524544 nr_irqs:992 16
[    0.000000] xen:events: Using FIFO-based ABI
[    0.000000] xen: --> pirq=1 -> irq=1 (gsi=1)
[    0.000000] xen: --> pirq=2 -> irq=2 (gsi=2)
[    0.000000] xen: --> pirq=3 -> irq=3 (gsi=3)
[    0.000000] xen: --> pirq=4 -> irq=4 (gsi=4)
[    0.000000] xen: --> pirq=5 -> irq=5 (gsi=5)
[    0.000000] xen: --> pirq=6 -> irq=6 (gsi=6)
[    0.000000] xen: --> pirq=7 -> irq=7 (gsi=7)
[    0.000000] xen: --> pirq=8 -> irq=8 (gsi=8)
[    0.000000] xen: --> pirq=9 -> irq=9 (gsi=9)
[    0.000000] xen: --> pirq=10 -> irq=10 (gsi=10)
[    0.000000] xen: --> pirq=11 -> irq=11 (gsi=11)
[    0.000000] xen: --> pirq=12 -> irq=12 (gsi=12)
[    0.000000] xen: --> pirq=13 -> irq=13 (gsi=13)
[    0.000000] xen: --> pirq=14 -> irq=14 (gsi=14)
[    0.000000] xen: --> pirq=15 -> irq=15 (gsi=15)
[    0.000000]  Offload RCU callbacks from all CPUs
[    0.000000]  Offload RCU callbacks from CPUs: 0-19.
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource xen: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    0.000000] Xen: using vcpuop timer interface
[    0.000000] installing Xen timer for CPU 0
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3058.885 MHz processor
[    4.939039] Calibrating delay loop (skipped), value calculated using timer frequency.. 6118.14 BogoMIPS (lpj=3059072)
[    4.939041] pid_max: default: 32768 minimum: 301
[    4.939050] ACPI: Core revision 20150410
[    4.969044] ACPI: All ACPI Tables successfully acquired
[    4.969364] Security Framework initialized
[    4.969371] SELinux:  Initializing.
[    4.969379] SELinux:  Starting in permissive mode
[    4.969727] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    4.970188] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    4.970345] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    4.970353] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    4.970623] Initializing cgroup subsys blkio
[    4.970627] Initializing cgroup subsys memory
[    4.970637] Initializing cgroup subsys devices
[    4.970640] Initializing cgroup subsys freezer
[    4.970643] Initializing cgroup subsys net_cls
[    4.970647] Initializing cgroup subsys perf_event
[    4.970651] Initializing cgroup subsys net_prio
[    4.970653] Initializing cgroup subsys hugetlb
[    4.970704] FEATURE SPEC_CTRL Not Present
[    4.970704] FEATURE IBPB Not Present
[    4.970724] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    4.970725] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    4.970729] mce: CPU supports 2 MCE banks
[    4.970747] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
[    4.970748] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    4.970752] Spectre V2 : Options: retpoline
[    4.971139] Spectre V2 : Mitigation: Full generic retpoline
[    4.971140] Spectre V2 : Filling RSB on context switch
[    4.971142] Speculative Store Bypass: Vulnerable
[    4.971392] Freeing SMP alternatives memory: 28K (ffffffff81e5e000 - ffffffff81e65000)
[    4.974748] ftrace: allocating 27423 entries in 108 pages
[    4.998056] cpu 0 spinlock event irq 49
[    4.998068] VPMU disabled by hypervisor.
[    5.015200] Performance Events: unsupported p6 CPU model 44 no PMU driver, software events only.
[    5.016162] NMI watchdog: disabled (cpu0): hardware events not enabled
[    5.016164] NMI watchdog: Shutting down hard lockup detector on all cpus
[    5.016307] installing Xen timer for CPU 1
[    5.016321] cpu 1 spinlock event irq 56
[    5.016761] installing Xen timer for CPU 2
[    5.016775] cpu 2 spinlock event irq 63
[    5.017122] installing Xen timer for CPU 3
[    5.017136] cpu 3 spinlock event irq 70
[    5.017466] installing Xen timer for CPU 4
[    5.017479] cpu 4 spinlock event irq 77
[    5.017805] installing Xen timer for CPU 5
[    5.017822] cpu 5 spinlock event irq 84
[    5.018169] installing Xen timer for CPU 6
[    5.018183] cpu 6 spinlock event irq 91
[    5.018513] installing Xen timer for CPU 7
[    5.018528] cpu 7 spinlock event irq 98
[    5.018849] installing Xen timer for CPU 8
[    5.018863] cpu 8 spinlock event irq 105
[    5.019212] installing Xen timer for CPU 9
[    5.019228] cpu 9 spinlock event irq 112
[    5.019554] installing Xen timer for CPU 10
[    5.019569] cpu 10 spinlock event irq 119
[    5.019850] installing Xen timer for CPU 11
[    5.019862] cpu 11 spinlock event irq 126
[    5.020176] installing Xen timer for CPU 12
[    5.020187] cpu 12 spinlock event irq 133
[    5.020545] installing Xen timer for CPU 13
[    5.020558] cpu 13 spinlock event irq 140
[    5.020856] installing Xen timer for CPU 14
[    5.020868] cpu 14 spinlock event irq 147
[    5.021188] installing Xen timer for CPU 15
[    5.021201] cpu 15 spinlock event irq 154
[    5.021503] installing Xen timer for CPU 16
[    5.021514] cpu 16 spinlock event irq 161
[    5.021814] installing Xen timer for CPU 17
[    5.021826] cpu 17 spinlock event irq 168
[    5.022144] installing Xen timer for CPU 18
[    5.022159] cpu 18 spinlock event irq 175
[    5.022465] installing Xen timer for CPU 19
[    5.022478] cpu 19 spinlock event irq 182
[    5.022673] x86: Booted up 1 node, 20 CPUs
[    5.023279] devtmpfs: initialized
[    5.026327] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    5.026621] pinctrl core: initialized pinctrl subsystem
[    5.026880] NET: Registered protocol family 16
[    5.026899] xen:grant_table: Grant tables using version 1 layout
[    5.026936] Grant table initialized
[    5.027319] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    5.027321] ACPI: bus type PCI registered
[    5.027323] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    5.027655] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
[    5.027658] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
[    5.035920] PCI: Using configuration type 1 for base access
[    5.041907] ACPI: Added _OSI(Module Device)
[    5.041909] ACPI: Added _OSI(Processor Device)
[    5.041911] ACPI: Added _OSI(3.0 _SCP Extensions)
[    5.041912] ACPI: Added _OSI(Processor Aggregator Device)
[    5.044346] xen: registering gsi 9 triggering 0 polarity 0
[    5.052898] ACPI: Interpreter enabled
[    5.052905] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150410/hwxface-580)
[    5.052909] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150410/hwxface-580)
[    5.052921] ACPI: (supports S0 S3 S4 S5)
[    5.052922] ACPI: Using IOAPIC for interrupt routing
[    5.052945] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    5.058803] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3d])
[    5.058809] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    5.058875] ACPI Error: [CAPD] Namespace lookup failure, AE_ALREADY_EXISTS (20150410/dsfield-211)
[    5.058879] ACPI Error: Method parse/execution failed [\_SB_.PCI0._OSC] (Node ffff880048cb6fa0), AE_ALREADY_EXISTS (20150410/psparse-536)
[    5.058887] acpi PNP0A08:00: _OSC failed (AE_ALREADY_EXISTS); disabling ASPM
[    5.059093] acpi PNP0A08:00: host bridge window expanded to [io  0x0000-0x03af window]; [io  0x0000-0x03af window] ignored
[    5.059240] PCI host bridge to bus 0000:00
[    5.059243] pci_bus 0000:00: root bus resource [bus 00-3d]
[    5.059246] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    5.059247] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfdffffff window]
[    5.059250] pci_bus 0000:00: root bus resource [mem 0xfed00000-0xfed003ff window]
[    5.059251] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window]
[    5.059253] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    5.059255] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    5.059257] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    5.059259] pci_bus 0000:00: root bus resource [io  0x0d00-0x0fff window]
[    5.059261] pci_bus 0000:00: root bus resource [io  0x1000-0xefff window]
[    5.059282] pci 0000:00:00.0: [8086:3406] type 00 class 0x060000
[    5.059408] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[    5.059528] pci 0000:00:01.0: [8086:3408] type 01 class 0x060400
[    5.059645] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    5.059692] pci 0000:00:01.0: System wakeup disabled by ACPI
[    5.059762] pci 0000:00:03.0: [8086:340a] type 01 class 0x060400
[    5.059877] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    5.059921] pci 0000:00:03.0: System wakeup disabled by ACPI
[    5.059993] pci 0000:00:07.0: [8086:340e] type 01 class 0x060400
[    5.060110] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    5.060155] pci 0000:00:07.0: System wakeup disabled by ACPI
[    5.060227] pci 0000:00:10.0: [8086:3425] type 00 class 0x080000
[    5.060406] pci 0000:00:10.1: [8086:3426] type 00 class 0x080000
[    5.060573] pci 0000:00:11.0: [8086:3427] type 00 class 0x080000
[    5.060741] pci 0000:00:11.1: [8086:3428] type 00 class 0x080000
[    5.060901] pci 0000:00:14.0: [8086:342e] type 00 class 0x080000
[    5.061084] pci 0000:00:14.1: [8086:3422] type 00 class 0x080000
[    5.061261] pci 0000:00:14.2: [8086:3423] type 00 class 0x080000
[    5.061452] pci 0000:00:15.0: [8086:342f] type 00 class 0x080020
[    5.061628] pci 0000:00:1a.0: [8086:3a37] type 00 class 0x0c0300
[    5.061714] pci 0000:00:1a.0: reg 0x20: [io  0xb000-0xb01f]
[    5.061812] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    5.061868] pci 0000:00:1a.1: [8086:3a38] type 00 class 0x0c0300
[    5.061952] pci 0000:00:1a.1: reg 0x20: [io  0xb020-0xb03f]
[    5.062050] pci 0000:00:1a.1: System wakeup disabled by ACPI
[    5.062106] pci 0000:00:1a.2: [8086:3a39] type 00 class 0x0c0300
[    5.062191] pci 0000:00:1a.2: reg 0x20: [io  0xb040-0xb05f]
[    5.062290] pci 0000:00:1a.2: System wakeup disabled by ACPI
[    5.062364] pci 0000:00:1a.7: [8086:3a3c] type 00 class 0x0c0320
[    5.062398] pci 0000:00:1a.7: reg 0x10: [mem 0xfa004800-0xfa004bff]
[    5.062558] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    5.062601] pci 0000:00:1a.7: System wakeup disabled by ACPI
[    5.062679] pci 0000:00:1b.0: [8086:3a3e] type 00 class 0x040300
[    5.062711] pci 0000:00:1b.0: reg 0x10: [mem 0xfa000000-0xfa003fff 64bit]
[    5.062845] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    5.062951] pci 0000:00:1c.0: [8086:3a40] type 01 class 0x060400
[    5.063079] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    5.063124] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    5.063196] pci 0000:00:1c.5: [8086:3a4a] type 01 class 0x060400
[    5.063325] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    5.063379] pci 0000:00:1c.5: System wakeup disabled by ACPI
[    5.063448] pci 0000:00:1d.0: [8086:3a34] type 00 class 0x0c0300
[    5.063542] pci 0000:00:1d.0: reg 0x20: [io  0xb060-0xb07f]
[    5.063645] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    5.063704] pci 0000:00:1d.1: [8086:3a35] type 00 class 0x0c0300
[    5.063788] pci 0000:00:1d.1: reg 0x20: [io  0xb080-0xb09f]
[    5.063886] pci 0000:00:1d.1: System wakeup disabled by ACPI
[    5.063944] pci 0000:00:1d.2: [8086:3a36] type 00 class 0x0c0300
[    5.064028] pci 0000:00:1d.2: reg 0x20: [io  0xb0a0-0xb0bf]
[    5.064126] pci 0000:00:1d.2: System wakeup disabled by ACPI
[    5.064196] pci 0000:00:1d.7: [8086:3a3a] type 00 class 0x0c0320
[    5.064229] pci 0000:00:1d.7: reg 0x10: [mem 0xfa004c00-0xfa004fff]
[    5.064385] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    5.064429] pci 0000:00:1d.7: System wakeup disabled by ACPI
[    5.064497] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[    5.064634] pci 0000:00:1e.0: System wakeup disabled by ACPI
[    5.064694] pci 0000:00:1f.0: [8086:3a16] type 00 class 0x060100
[    5.064834] pci 0000:00:1f.0: can't claim BAR 13 [io  0xf800-0xf87f]: no compatible bridge window
[    5.064841] pci 0000:00:1f.0: can't claim BAR 14 [io  0xfa00-0xfa3f]: no compatible bridge window
[    5.064846] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0400 (mask 007f)
[    5.064850] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0480 (mask 000f)
[    5.064854] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 0cb0 (mask 000f)
[    5.064987] pci 0000:00:1f.2: [8086:2822] type 00 class 0x010400
[    5.065019] pci 0000:00:1f.2: reg 0x10: [io  0xb100-0xb107]
[    5.065034] pci 0000:00:1f.2: reg 0x14: [io  0xb110-0xb113]
[    5.065049] pci 0000:00:1f.2: reg 0x18: [io  0xb108-0xb10f]
[    5.065065] pci 0000:00:1f.2: reg 0x1c: [io  0xb114-0xb117]
[    5.065080] pci 0000:00:1f.2: reg 0x20: [io  0xb0c0-0xb0df]
[    5.065095] pci 0000:00:1f.2: reg 0x24: [mem 0xfa004000-0xfa0047ff]
[    5.065172] pci 0000:00:1f.2: PME# supported from D3hot
[    5.065345] pci 0000:00:01.0: PCI bridge to [bus 03]
[    5.065467] pci 0000:0f:00.0: [111d:806e] type 01 class 0x060400
[    5.065612] pci 0000:0f:00.0: PME# supported from D0 D3hot D3cold
[    5.067593] pci 0000:00:03.0: PCI bridge to [bus 0f-14]
[    5.067600] pci 0000:00:03.0:   bridge window [io  0xc000-0xcfff]
[    5.067605] pci 0000:00:03.0:   bridge window [mem 0xf9000000-0xf92fffff]
[    5.067704] pci 0000:10:02.0: [111d:806e] type 01 class 0x060400
[    5.067852] pci 0000:10:02.0: PME# supported from D0 D3hot D3cold
[    5.067954] pci 0000:10:03.0: [111d:806e] type 01 class 0x060400
[    5.068100] pci 0000:10:03.0: PME# supported from D0 D3hot D3cold
[    5.068200] pci 0000:10:04.0: [111d:806e] type 01 class 0x060400
[    5.068345] pci 0000:10:04.0: PME# supported from D0 D3hot D3cold
[    5.068449] pci 0000:10:05.0: [111d:806e] type 01 class 0x060400
[    5.068605] pci 0000:10:05.0: PME# supported from D0 D3hot D3cold
[    5.068785] pci 0000:0f:00.0: PCI bridge to [bus 10-14]
[    5.068797] pci 0000:0f:00.0:   bridge window [io  0xc000-0xcfff]
[    5.068803] pci 0000:0f:00.0:   bridge window [mem 0xf9000000-0xf92fffff]
[    5.068878] pci 0000:10:02.0: PCI bridge to [bus 11]
[    5.068993] pci 0000:12:00.0: [1b4b:9235] type 00 class 0x010601
[    5.069019] pci 0000:12:00.0: reg 0x10: [io  0xc020-0xc027]
[    5.069037] pci 0000:12:00.0: reg 0x14: [io  0xc030-0xc033]
[    5.069054] pci 0000:12:00.0: reg 0x18: [io  0xc028-0xc02f]
[    5.069071] pci 0000:12:00.0: reg 0x1c: [io  0xc034-0xc037]
[    5.069089] pci 0000:12:00.0: reg 0x20: [io  0xc000-0xc01f]
[    5.069106] pci 0000:12:00.0: reg 0x24: [mem 0xf9200000-0xf92007ff]
[    5.069124] pci 0000:12:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[    5.069202] pci 0000:12:00.0: PME# supported from D3hot
[    5.069327] pci 0000:10:03.0: PCI bridge to [bus 12]
[    5.069338] pci 0000:10:03.0:   bridge window [io  0xc000-0xcfff]
[    5.069344] pci 0000:10:03.0:   bridge window [mem 0xf9200000-0xf92fffff]
[    5.069454] pci 0000:13:00.0: [8086:f1a8] type 00 class 0x010802
[    5.069495] pci 0000:13:00.0: reg 0x10: [mem 0xf9000000-0xf9003fff 64bit]
[    5.069605] pci 0000:13:00.0: can't set Max Payload Size to 256; if necessary, use "pci=pcie_bus_safe" and report a bug
[    5.069859] pci 0000:10:04.0: PCI bridge to [bus 13]
[    5.069875] pci 0000:10:04.0:   bridge window [mem 0xf9000000-0xf90fffff]
[    5.069982] pci 0000:14:00.0: [8086:f1a8] type 00 class 0x010802
[    5.070025] pci 0000:14:00.0: reg 0x10: [mem 0xf9100000-0xf9103fff 64bit]
[    5.070127] pci 0000:14:00.0: can't set Max Payload Size to 256; if necessary, use "pci=pcie_bus_safe" and report a bug
[    5.070374] pci 0000:10:05.0: PCI bridge to [bus 14]
[    5.070390] pci 0000:10:05.0:   bridge window [mem 0xf9100000-0xf91fffff]
[    5.070561] pci 0000:28:00.0: [111d:806e] type 01 class 0x060400
[    5.070705] pci 0000:28:00.0: PME# supported from D0 D3hot D3cold
[    5.072626] pci 0000:00:07.0: PCI bridge to [bus 28-2d]
[    5.072633] pci 0000:00:07.0:   bridge window [io  0xd000-0xdfff]
[    5.072638] pci 0000:00:07.0:   bridge window [mem 0xf8000000-0xf82fffff]
[    5.072738] pci 0000:29:02.0: [111d:806e] type 01 class 0x060400
[    5.072886] pci 0000:29:02.0: PME# supported from D0 D3hot D3cold
[    5.072987] pci 0000:29:03.0: [111d:806e] type 01 class 0x060400
[    5.073133] pci 0000:29:03.0: PME# supported from D0 D3hot D3cold
[    5.073232] pci 0000:29:04.0: [111d:806e] type 01 class 0x060400
[    5.073378] pci 0000:29:04.0: PME# supported from D0 D3hot D3cold
[    5.073481] pci 0000:29:05.0: [111d:806e] type 01 class 0x060400
[    5.073638] pci 0000:29:05.0: PME# supported from D0 D3hot D3cold
[    5.073820] pci 0000:28:00.0: PCI bridge to [bus 29-2d]
[    5.073832] pci 0000:28:00.0:   bridge window [io  0xd000-0xdfff]
[    5.073838] pci 0000:28:00.0:   bridge window [mem 0xf8000000-0xf82fffff]
[    5.073915] pci 0000:29:02.0: PCI bridge to [bus 2a]
[    5.074029] pci 0000:2b:00.0: [1b4b:9235] type 00 class 0x010601
[    5.074055] pci 0000:2b:00.0: reg 0x10: [io  0xd020-0xd027]
[    5.074073] pci 0000:2b:00.0: reg 0x14: [io  0xd030-0xd033]
[    5.074090] pci 0000:2b:00.0: reg 0x18: [io  0xd028-0xd02f]
[    5.074107] pci 0000:2b:00.0: reg 0x1c: [io  0xd034-0xd037]
[    5.074125] pci 0000:2b:00.0: reg 0x20: [io  0xd000-0xd01f]
[    5.074142] pci 0000:2b:00.0: reg 0x24: [mem 0xf8200000-0xf82007ff]
[    5.074160] pci 0000:2b:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[    5.074238] pci 0000:2b:00.0: PME# supported from D3hot
[    5.074362] pci 0000:29:03.0: PCI bridge to [bus 2b]
[    5.074373] pci 0000:29:03.0:   bridge window [io  0xd000-0xdfff]
[    5.074380] pci 0000:29:03.0:   bridge window [mem 0xf8200000-0xf82fffff]
[    5.074489] pci 0000:2c:00.0: [8086:f1a8] type 00 class 0x010802
[    5.074533] pci 0000:2c:00.0: reg 0x10: [mem 0xf8000000-0xf8003fff 64bit]
[    5.074642] pci 0000:2c:00.0: can't set Max Payload Size to 256; if necessary, use "pci=pcie_bus_safe" and report a bug
[    5.074894] pci 0000:29:04.0: PCI bridge to [bus 2c]
[    5.074910] pci 0000:29:04.0:   bridge window [mem 0xf8000000-0xf80fffff]
[    5.075015] pci 0000:2d:00.0: [8086:f1a8] type 00 class 0x010802
[    5.075056] pci 0000:2d:00.0: reg 0x10: [mem 0xf8100000-0xf8103fff 64bit]
[    5.075157] pci 0000:2d:00.0: can't set Max Payload Size to 256; if necessary, use "pci=pcie_bus_safe" and report a bug
[    5.075403] pci 0000:29:05.0: PCI bridge to [bus 2d]
[    5.075419] pci 0000:29:05.0:   bridge window [mem 0xf8100000-0xf81fffff]
[    5.075570] pci 0000:00:1c.0: PCI bridge to [bus 1c]
[    5.075702] pci 0000:01:00.0: [14e4:1684] type 00 class 0x020000
[    5.075744] pci 0000:01:00.0: reg 0x10: [mem 0xfb000000-0xfb00ffff 64bit]
[    5.075955] pci 0000:01:00.0: PME# supported from D3hot D3cold
[    5.078685] pci 0000:00:1c.5: PCI bridge to [bus 01]
[    5.078703] pci 0000:00:1c.5:   bridge window [mem 0xfb000000-0xfb0fffff]
[    5.078822] pci 0000:37:05.0: [11c1:5811] type 00 class 0x0c0010
[    5.078851] pci 0000:37:05.0: reg 0x10: [mem 0xfd000000-0xfd000fff]
[    5.078988] pci 0000:37:05.0: supports D1 D2
[    5.078990] pci 0000:37:05.0: PME# supported from D0 D1 D2 D3hot
[    5.079074] pci 0000:37:09.0: [1002:4752] type 00 class 0x030000
[    5.079104] pci 0000:37:09.0: reg 0x10: [mem 0xfc000000-0xfcffffff]
[    5.079123] pci 0000:37:09.0: reg 0x14: [io  0xe000-0xe0ff]
[    5.079141] pci 0000:37:09.0: reg 0x18: [mem 0xfd001000-0xfd001fff]
[    5.079207] pci 0000:37:09.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
[    5.079254] pci 0000:37:09.0: supports D1 D2
[    5.079362] pci 0000:00:1e.0: PCI bridge to [bus 37] (subtractive decode)
[    5.079368] pci 0000:00:1e.0:   bridge window [io  0xe000-0xefff]
[    5.079374] pci 0000:00:1e.0:   bridge window [mem 0xfc000000-0xfd0fffff]
[    5.079384] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    5.079386] pci 0000:00:1e.0:   bridge window [mem 0xf8000000-0xfdffffff window] (subtractive decode)
[    5.079388] pci 0000:00:1e.0:   bridge window [mem 0xfed00000-0xfed003ff window] (subtractive decode)
[    5.079390] pci 0000:00:1e.0:   bridge window [mem 0xfed40000-0xfed44fff window] (subtractive decode)
[    5.079391] pci 0000:00:1e.0:   bridge window [io  0x0000-0x03af window] (subtractive decode)
[    5.079393] pci 0000:00:1e.0:   bridge window [io  0x03b0-0x03df window] (subtractive decode)
[    5.079395] pci 0000:00:1e.0:   bridge window [io  0x03e0-0x0cf7 window] (subtractive decode)
[    5.079397] pci 0000:00:1e.0:   bridge window [io  0x0d00-0x0fff window] (subtractive decode)
[    5.079398] pci 0000:00:1e.0:   bridge window [io  0x1000-0xefff window] (subtractive decode)
[    5.079490] xen: registering gsi 13 triggering 1 polarity 0
[    5.079911] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 14 15)
[    5.079996] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *7 10 11 14 15)
[    5.080082] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *7 10 11 14 15)
[    5.080167] ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 6 7 10 11 14 15)
[    5.080252] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 *10 11 14 15)
[    5.080336] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 *5 6 7 10 11 14 15)
[    5.080421] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 7 10 11 14 15)
[    5.080505] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 14 15) *0, disabled.
[    5.080616] ACPI: PCI Root Bridge [NHL1] (domain 0000 [bus 3f])
[    5.080620] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    5.080624] acpi PNP0A08:02: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    5.080689] PCI host bridge to bus 0000:3f
[    5.080692] pci_bus 0000:3f: root bus resource [bus 3f]
[    5.080703] pci 0000:3f:00.0: [8086:2c70] type 00 class 0x060000
[    5.080803] pci 0000:3f:00.1: [8086:2d81] type 00 class 0x060000
[    5.080909] pci 0000:3f:02.0: [8086:2d90] type 00 class 0x060000
[    5.081003] pci 0000:3f:02.1: [8086:2d91] type 00 class 0x060000
[    5.081097] pci 0000:3f:02.2: [8086:2d92] type 00 class 0x060000
[    5.081191] pci 0000:3f:02.3: [8086:2d93] type 00 class 0x060000
[    5.081287] pci 0000:3f:02.4: [8086:2d94] type 00 class 0x060000
[    5.081382] pci 0000:3f:02.5: [8086:2d95] type 00 class 0x060000
[    5.081478] pci 0000:3f:03.0: [8086:2d98] type 00 class 0x060000
[    5.081582] pci 0000:3f:03.1: [8086:2d99] type 00 class 0x060000
[    5.081692] pci 0000:3f:03.2: [8086:2d9a] type 00 class 0x060000
[    5.081790] pci 0000:3f:03.4: [8086:2d9c] type 00 class 0x060000
[    5.081889] pci 0000:3f:04.0: [8086:2da0] type 00 class 0x060000
[    5.081984] pci 0000:3f:04.1: [8086:2da1] type 00 class 0x060000
[    5.082079] pci 0000:3f:04.2: [8086:2da2] type 00 class 0x060000
[    5.082174] pci 0000:3f:04.3: [8086:2da3] type 00 class 0x060000
[    5.082275] pci 0000:3f:05.0: [8086:2da8] type 00 class 0x060000
[    5.082368] pci 0000:3f:05.1: [8086:2da9] type 00 class 0x060000
[    5.082462] pci 0000:3f:05.2: [8086:2daa] type 00 class 0x060000
[    5.082557] pci 0000:3f:05.3: [8086:2dab] type 00 class 0x060000
[    5.082677] pci 0000:3f:06.0: [8086:2db0] type 00 class 0x060000
[    5.082775] pci 0000:3f:06.1: [8086:2db1] type 00 class 0x060000
[    5.082872] pci 0000:3f:06.2: [8086:2db2] type 00 class 0x060000
[    5.082966] pci 0000:3f:06.3: [8086:2db3] type 00 class 0x060000
[    5.083164] ACPI: PCI Root Bridge [NHL2] (domain 0000 [bus 3e])
[    5.083168] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    5.083172] acpi PNP0A08:03: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    5.083235] PCI host bridge to bus 0000:3e
[    5.083237] pci_bus 0000:3e: root bus resource [bus 3e]
[    5.083247] pci 0000:3e:00.0: [8086:2c70] type 00 class 0x060000
[    5.083349] pci 0000:3e:00.1: [8086:2d81] type 00 class 0x060000
[    5.083455] pci 0000:3e:02.0: [8086:2d90] type 00 class 0x060000
[    5.083550] pci 0000:3e:02.1: [8086:2d91] type 00 class 0x060000
[    5.083656] pci 0000:3e:02.2: [8086:2d92] type 00 class 0x060000
[    5.083763] pci 0000:3e:02.3: [8086:2d93] type 00 class 0x060000
[    5.083862] pci 0000:3e:02.4: [8086:2d94] type 00 class 0x060000
[    5.083956] pci 0000:3e:02.5: [8086:2d95] type 00 class 0x060000
[    5.084052] pci 0000:3e:03.0: [8086:2d98] type 00 class 0x060000
[    5.084146] pci 0000:3e:03.1: [8086:2d99] type 00 class 0x060000
[    5.084240] pci 0000:3e:03.2: [8086:2d9a] type 00 class 0x060000
[    5.084336] pci 0000:3e:03.4: [8086:2d9c] type 00 class 0x060000
[    5.084435] pci 0000:3e:04.0: [8086:2da0] type 00 class 0x060000
[    5.084529] pci 0000:3e:04.1: [8086:2da1] type 00 class 0x060000
[    5.084636] pci 0000:3e:04.2: [8086:2da2] type 00 class 0x060000
[    5.084744] pci 0000:3e:04.3: [8086:2da3] type 00 class 0x060000
[    5.084846] pci 0000:3e:05.0: [8086:2da8] type 00 class 0x060000
[    5.084939] pci 0000:3e:05.1: [8086:2da9] type 00 class 0x060000
[    5.085033] pci 0000:3e:05.2: [8086:2daa] type 00 class 0x060000
[    5.085131] pci 0000:3e:05.3: [8086:2dab] type 00 class 0x060000
[    5.085232] pci 0000:3e:06.0: [8086:2db0] type 00 class 0x060000
[    5.085327] pci 0000:3e:06.1: [8086:2db1] type 00 class 0x060000
[    5.085423] pci 0000:3e:06.2: [8086:2db2] type 00 class 0x060000
[    5.085517] pci 0000:3e:06.3: [8086:2db3] type 00 class 0x060000
[    5.085976] ACPI: Enabled 1 GPEs in block 00 to 3F
[    5.086214] xen:balloon: Initialising balloon driver
[    5.086249] xen_balloon: Initialising balloon driver
[    5.086358] vgaarb: setting as boot device: PCI:0000:37:09.0
[    5.086361] vgaarb: device added: PCI:0000:37:09.0,decodes=io+mem,owns=io+mem,locks=none
[    5.086367] vgaarb: loaded
[    5.086368] vgaarb: bridge control possible 0000:37:09.0
[    5.086460] SCSI subsystem initialized
[    5.086615] libata version 3.00 loaded.
[    5.086674] ACPI: bus type USB registered
[    5.086699] usbcore: registered new interface driver usbfs
[    5.086711] usbcore: registered new interface driver hub
[    5.086836] usbcore: registered new device driver usb
[    5.087115] PCI: Using ACPI for IRQ routing
[    5.089786] PCI: pci_cache_line_size set to 64 bytes
[    5.090135] e820: reserve RAM buffer [mem 0x00095000-0x0009ffff]
[    5.090137] e820: reserve RAM buffer [mem 0x4f86b000-0x4fffffff]
[    5.090257] NetLabel: Initializing
[    5.090259] NetLabel:  domain hash size = 128
[    5.090259] NetLabel:  protocols = UNLABELED CIPSOv4
[    5.090272] NetLabel:  unlabeled traffic allowed by default
[    5.090338] amd_nb: Cannot enumerate AMD northbridges
[    5.090412] Switched to clocksource xen
[    5.097949] pnp: PnP ACPI init
[    5.097988] xen: registering gsi 8 triggering 1 polarity 0
[    5.098014] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[    5.098022] xen: registering gsi 12 triggering 1 polarity 0
[    5.098040] pnp 00:01: Plug and Play ACPI device, IDs PNP0f13 PNP0f0e (active)
[    5.098047] xen: registering gsi 1 triggering 1 polarity 0
[    5.098064] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
[    5.098188] pnp 00:03: Plug and Play ACPI device, IDs PNP0700 (disabled)
[    5.098225] pnp 00:04: Plug and Play ACPI device, IDs IFX0102 PNP0c31 (active)
[    5.098491] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    5.098553] system 00:06: [io  0x0400-0x041f] has been reserved
[    5.098555] system 00:06: [io  0x0420-0x043f] has been reserved
[    5.098557] system 00:06: [io  0x0440-0x045f] has been reserved
[    5.098559] system 00:06: [io  0x0460-0x047f] has been reserved
[    5.098562] system 00:06: [io  0x0480-0x048f] has been reserved
[    5.098565] system 00:06: [io  0xf800-0xf81f] could not be reserved
[    5.098567] system 00:06: [io  0xf820-0xf83f] has been reserved
[    5.098570] system 00:06: [io  0xf840-0xf85f] has been reserved
[    5.098572] system 00:06: [io  0xf860-0xf87f] has been reserved
[    5.098574] system 00:06: [io  0xfa00-0xfa3f] has been reserved
[    5.098576] system 00:06: [io  0xfc00-0xfc7f] has been reserved
[    5.098578] system 00:06: [io  0xfc80-0xfcff] has been reserved
[    5.098579] system 00:06: [io  0xfe00-0xfe7f] has been reserved
[    5.098581] system 00:06: [io  0xfe80-0xfeff] has been reserved
[    5.098584] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    5.098645] system 00:07: [io  0x04d0-0x04d1] has been reserved
[    5.098648] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    5.099089] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved
[    5.099092] system 00:08: [mem 0x00100000-0xefffffff] could not be reserved
[    5.099094] system 00:08: [mem 0x000e8000-0x000fffff] could not be reserved
[    5.099096] system 00:08: [mem 0xfec01000-0xfecfffff] could not be reserved
[    5.099099] system 00:08: [mem 0xfed00000-0xfed3ffff] could not be reserved
[    5.099101] system 00:08: [mem 0xfed45000-0xffffffff] has been reserved
[    5.099103] system 00:08: [mem 0xf0000000-0xf3ffffff] has been reserved
[    5.099105] system 00:08: [mem 0x000d4000-0x000e7fff] could not be reserved
[    5.099108] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
[    5.099116] pnp: PnP ACPI: found 9 devices
[    5.108785] PM-Timer failed consistency check  (0xffffff) - aborting.
[    5.108985] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 1c] add_size 1000
[    5.108988] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 1c] add_size 200000 add_align 100000
[    5.108991] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 1c] add_size 200000 add_align 100000
[    5.109005] pci 0000:00:1c.5: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
[    5.109008] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[    5.109040] pci 0000:00:1f.0: BAR 13: [io  size 0x0080] has bogus alignment
[    5.109042] pci 0000:00:1f.0: BAR 14: [io  size 0x0040] has bogus alignment
[    5.109045] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] res_to_dev_res add_size 200000 min_align 100000
[    5.109047] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x002fffff] res_to_dev_res add_size 200000 min_align 100000
[    5.109049] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    5.109051] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    5.109053] pci 0000:00:1c.5: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    5.109055] pci 0000:00:1c.5: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    5.109057] pci 0000:00:1c.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    5.109059] pci 0000:00:1c.0: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    5.109061] pci 0000:00:1c.5: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    5.109063] pci 0000:00:1c.5: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    5.109068] pci 0000:00:1c.0: BAR 14: assigned [mem 0xf8300000-0xf84fffff]
[    5.109072] pci 0000:00:1c.0: BAR 15: assigned [mem 0xf8500000-0xf86fffff 64bit pref]
[    5.109076] pci 0000:00:1c.5: BAR 15: assigned [mem 0xf8700000-0xf88fffff 64bit pref]
[    5.109079] pci 0000:00:1c.0: BAR 13: assigned [io  0x1000-0x1fff]
[    5.109082] pci 0000:00:1c.5: BAR 13: assigned [io  0x2000-0x2fff]
[    5.109085] pci 0000:00:01.0: PCI bridge to [bus 03]
[    5.109104] pci 0000:10:02.0: PCI bridge to [bus 11]
[    5.109128] pci 0000:12:00.0: BAR 6: assigned [mem 0xf9210000-0xf921ffff pref]
[    5.109130] pci 0000:10:03.0: PCI bridge to [bus 12]
[    5.109134] pci 0000:10:03.0:   bridge window [io  0xc000-0xcfff]
[    5.109143] pci 0000:10:03.0:   bridge window [mem 0xf9200000-0xf92fffff]
[    5.109159] pci 0000:10:04.0: PCI bridge to [bus 13]
[    5.109168] pci 0000:10:04.0:   bridge window [mem 0xf9000000-0xf90fffff]
[    5.109184] pci 0000:10:05.0: PCI bridge to [bus 14]
[    5.109193] pci 0000:10:05.0:   bridge window [mem 0xf9100000-0xf91fffff]
[    5.109209] pci 0000:0f:00.0: PCI bridge to [bus 10-14]
[    5.109213] pci 0000:0f:00.0:   bridge window [io  0xc000-0xcfff]
[    5.109222] pci 0000:0f:00.0:   bridge window [mem 0xf9000000-0xf92fffff]
[    5.109239] pci 0000:00:03.0: PCI bridge to [bus 0f-14]
[    5.109242] pci 0000:00:03.0:   bridge window [io  0xc000-0xcfff]
[    5.109249] pci 0000:00:03.0:   bridge window [mem 0xf9000000-0xf92fffff]
[    5.109262] pci 0000:29:02.0: PCI bridge to [bus 2a]
[    5.109286] pci 0000:2b:00.0: BAR 6: assigned [mem 0xf8210000-0xf821ffff pref]
[    5.109287] pci 0000:29:03.0: PCI bridge to [bus 2b]
[    5.109292] pci 0000:29:03.0:   bridge window [io  0xd000-0xdfff]
[    5.109301] pci 0000:29:03.0:   bridge window [mem 0xf8200000-0xf82fffff]
[    5.109317] pci 0000:29:04.0: PCI bridge to [bus 2c]
[    5.109326] pci 0000:29:04.0:   bridge window [mem 0xf8000000-0xf80fffff]
[    5.109342] pci 0000:29:05.0: PCI bridge to [bus 2d]
[    5.109350] pci 0000:29:05.0:   bridge window [mem 0xf8100000-0xf81fffff]
[    5.109366] pci 0000:28:00.0: PCI bridge to [bus 29-2d]
[    5.109370] pci 0000:28:00.0:   bridge window [io  0xd000-0xdfff]
[    5.109379] pci 0000:28:00.0:   bridge window [mem 0xf8000000-0xf82fffff]
[    5.109396] pci 0000:00:07.0: PCI bridge to [bus 28-2d]
[    5.109399] pci 0000:00:07.0:   bridge window [io  0xd000-0xdfff]
[    5.109414] pci 0000:00:07.0:   bridge window [mem 0xf8000000-0xf82fffff]
[    5.109426] pci 0000:00:1c.0: PCI bridge to [bus 1c]
[    5.109430] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    5.109438] pci 0000:00:1c.0:   bridge window [mem 0xf8300000-0xf84fffff]
[    5.109443] pci 0000:00:1c.0:   bridge window [mem 0xf8500000-0xf86fffff 64bit pref]
[    5.109453] pci 0000:00:1c.5: PCI bridge to [bus 01]
[    5.109457] pci 0000:00:1c.5:   bridge window [io  0x2000-0x2fff]
[    5.109464] pci 0000:00:1c.5:   bridge window [mem 0xfb000000-0xfb0fffff]
[    5.109470] pci 0000:00:1c.5:   bridge window [mem 0xf8700000-0xf88fffff 64bit pref]
[    5.109481] pci 0000:37:09.0: BAR 6: assigned [mem 0xfd020000-0xfd03ffff pref]
[    5.109482] pci 0000:00:1e.0: PCI bridge to [bus 37]
[    5.109486] pci 0000:00:1e.0:   bridge window [io  0xe000-0xefff]
[    5.109494] pci 0000:00:1e.0:   bridge window [mem 0xfc000000-0xfd0fffff]
[    5.109508] pci_bus 0000:00: resource 4 [mem 0x000a0000-0x000bffff window]
[    5.109510] pci_bus 0000:00: resource 5 [mem 0xf8000000-0xfdffffff window]
[    5.109512] pci_bus 0000:00: resource 6 [mem 0xfed00000-0xfed003ff window]
[    5.109514] pci_bus 0000:00: resource 7 [mem 0xfed40000-0xfed44fff window]
[    5.109515] pci_bus 0000:00: resource 8 [io  0x0000-0x03af window]
[    5.109517] pci_bus 0000:00: resource 9 [io  0x03b0-0x03df window]
[    5.109519] pci_bus 0000:00: resource 10 [io  0x03e0-0x0cf7 window]
[    5.109521] pci_bus 0000:00: resource 11 [io  0x0d00-0x0fff window]
[    5.109522] pci_bus 0000:00: resource 12 [io  0x1000-0xefff window]
[    5.109524] pci_bus 0000:0f: resource 0 [io  0xc000-0xcfff]
[    5.109526] pci_bus 0000:0f: resource 1 [mem 0xf9000000-0xf92fffff]
[    5.109528] pci_bus 0000:10: resource 0 [io  0xc000-0xcfff]
[    5.109530] pci_bus 0000:10: resource 1 [mem 0xf9000000-0xf92fffff]
[    5.109532] pci_bus 0000:12: resource 0 [io  0xc000-0xcfff]
[    5.109534] pci_bus 0000:12: resource 1 [mem 0xf9200000-0xf92fffff]
[    5.109535] pci_bus 0000:13: resource 1 [mem 0xf9000000-0xf90fffff]
[    5.109537] pci_bus 0000:14: resource 1 [mem 0xf9100000-0xf91fffff]
[    5.109539] pci_bus 0000:28: resource 0 [io  0xd000-0xdfff]
[    5.109541] pci_bus 0000:28: resource 1 [mem 0xf8000000-0xf82fffff]
[    5.109543] pci_bus 0000:29: resource 0 [io  0xd000-0xdfff]
[    5.109544] pci_bus 0000:29: resource 1 [mem 0xf8000000-0xf82fffff]
[    5.109546] pci_bus 0000:2b: resource 0 [io  0xd000-0xdfff]
[    5.109548] pci_bus 0000:2b: resource 1 [mem 0xf8200000-0xf82fffff]
[    5.109550] pci_bus 0000:2c: resource 1 [mem 0xf8000000-0xf80fffff]
[    5.109551] pci_bus 0000:2d: resource 1 [mem 0xf8100000-0xf81fffff]
[    5.109553] pci_bus 0000:1c: resource 0 [io  0x1000-0x1fff]
[    5.109555] pci_bus 0000:1c: resource 1 [mem 0xf8300000-0xf84fffff]
[    5.109557] pci_bus 0000:1c: resource 2 [mem 0xf8500000-0xf86fffff 64bit pref]
[    5.109558] pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
[    5.109560] pci_bus 0000:01: resource 1 [mem 0xfb000000-0xfb0fffff]
[    5.109562] pci_bus 0000:01: resource 2 [mem 0xf8700000-0xf88fffff 64bit pref]
[    5.109564] pci_bus 0000:37: resource 0 [io  0xe000-0xefff]
[    5.109565] pci_bus 0000:37: resource 1 [mem 0xfc000000-0xfd0fffff]
[    5.109567] pci_bus 0000:37: resource 4 [mem 0x000a0000-0x000bffff window]
[    5.109569] pci_bus 0000:37: resource 5 [mem 0xf8000000-0xfdffffff window]
[    5.109571] pci_bus 0000:37: resource 6 [mem 0xfed00000-0xfed003ff window]
[    5.109572] pci_bus 0000:37: resource 7 [mem 0xfed40000-0xfed44fff window]
[    5.109574] pci_bus 0000:37: resource 8 [io  0x0000-0x03af window]
[    5.109576] pci_bus 0000:37: resource 9 [io  0x03b0-0x03df window]
[    5.109578] pci_bus 0000:37: resource 10 [io  0x03e0-0x0cf7 window]
[    5.109579] pci_bus 0000:37: resource 11 [io  0x0d00-0x0fff window]
[    5.109581] pci_bus 0000:37: resource 12 [io  0x1000-0xefff window]
[    5.109623] NET: Registered protocol family 2
[    5.109912] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    5.109983] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[    5.110034] TCP: Hash tables configured (established 16384 bind 16384)
[    5.110077] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    5.110090] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    5.110183] NET: Registered protocol family 1
[    5.110335] xen: registering gsi 20 triggering 0 polarity 1
[    5.110358] xen: --> pirq=20 -> irq=20 (gsi=20)
[    5.110600] xen: registering gsi 21 triggering 0 polarity 1
[    5.110609] xen: --> pirq=21 -> irq=21 (gsi=21)
[    5.110830] xen: registering gsi 22 triggering 0 polarity 1
[    5.110838] xen: --> pirq=22 -> irq=22 (gsi=22)
[    5.111060] xen: registering gsi 22 triggering 0 polarity 1
[    5.111063] Already setup the GSI :22
[    5.111294] xen: registering gsi 20 triggering 0 polarity 1
[    5.111297] Already setup the GSI :20
[    5.111531] xen: registering gsi 21 triggering 0 polarity 1
[    5.111534] Already setup the GSI :21
[    5.111750] xen: registering gsi 22 triggering 0 polarity 1
[    5.111752] Already setup the GSI :22
[    5.111970] xen: registering gsi 20 triggering 0 polarity 1
[    5.111973] Already setup the GSI :20
[    5.112165] pci 0000:37:09.0: Video device with shadowed ROM
[    5.112271] PCI: CLS 64 bytes, default 64
[    5.112332] Trying to unpack rootfs image as initramfs...
[    5.665740] Freeing initrd memory: 38152K (ffff880004000000 - ffff880006542000)
[    5.666492] FEATURE SPEC_CTRL Not Present
[    5.666494] FEATURE IBPB Not Present
[    5.666601] microcode: Microcode Update Driver: v2.00 , Peter Oruba
[    5.668728] futex hash table entries: 8192 (order: 7, 524288 bytes)
[    5.668805] Initialise system trusted keyring
[    5.668834] audit: initializing netlink subsys (disabled)
[    5.668861] audit: type=2000 audit(1583592186.227:1): initialized
[    5.670647] page_owner is disabled
[    5.670658] zpool: loaded
[    5.670660] zbud: loaded
[    5.671010] VFS: Disk quotas dquot_6.6.0
[    5.671050] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    5.671082] hugetlbfs: disabling because there are no supported hugepage sizes
[    5.671182] Key type big_key registered
[    5.671185] SELinux:  Registering netfilter hooks
[    5.673733] alg: No test for stdrng (krng)
[    5.673753] Key type asymmetric registered
[    5.673756] Asymmetric key parser 'x509' registered
[    5.673778] bounce: pool size: 64 pages
[    5.673788] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    5.673936] io scheduler noop registered
[    5.673939] io scheduler deadline registered (default)
[    5.673974] io scheduler cfq registered
[    5.674594] xen: registering gsi 21 triggering 0 polarity 1
[    5.674606] Already setup the GSI :21
[    5.676153] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    5.676169] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    5.676202] intel_idle: MWAIT substates: 0x1120
[    5.676204] intel_idle: v0.4.1 model 0x2C
[    5.676210] intel_idle: intel_idle yielding to none
[    5.676287] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    5.676291] ACPI: Power Button [PBTN]
[    5.676322] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    5.676324] ACPI: Power Button [PWRF]
[    5.676531] Monitor-Mwait will be used to enter C-1 state
[    5.676557] Monitor-Mwait will be used to enter C-2 state
[    5.676577] Monitor-Mwait will be used to enter C-3 state
[    5.680626] Warning: Processor Platform Limit not supported.
[    5.680822] GHES: HEST is not enabled!
[    5.681024] xen_pciback: backend is vpci
[    5.683518] xen_acpi_processor: Uploading Xen processor PM info
[    5.684935] ACPI: Format specifies more objects [5] than exist in package [1].
[    5.684936] xen_acpi_processor: Invalid _PSD data
[    5.685037] ACPI: Format specifies more objects [5] than exist in package [1].
[    5.685038] xen_acpi_processor: Invalid _PSD data
[    5.685135] ACPI: Format specifies more objects [5] than exist in package [1].
[    5.685136] xen_acpi_processor: Invalid _PSD data
[    5.685233] ACPI: Format specifies more objects [5] than exist in package [1].
[    5.685234] xen_acpi_processor: Invalid _PSD data
[    5.685875] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    5.686455] hpet_acpi_add: no address or irqs in _CRS
[    5.686519] Non-volatile memory driver v1.3
[    5.686563] Linux agpgart interface v0.103
[    5.716458] tpm_tis 00:04: 1.2 TPM (device-id 0xB, rev-id 16)
[    5.867373] AMD IOMMUv2 driver by Joerg Roedel 
[    5.867375] AMD IOMMUv2 functionality not available on this system
[    5.871067] brd: module loaded
[    5.872518] loop: module loaded
[    5.872621] libphy: Fixed MDIO Bus: probed
[    5.872627]   MST::  : mst_init 896: Mellanox Technologies Software Tools Driver - version 2.0.0
[    5.872686] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    5.872691] ehci-pci: EHCI PCI platform driver
[    5.872813] xen: registering gsi 22 triggering 0 polarity 1
[    5.872817] Already setup the GSI :22
[    5.872864] ehci-pci 0000:00:1a.7: EHCI Host Controller
[    5.872920] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    5.872938] ehci-pci 0000:00:1a.7: debug port 1
[    5.876868] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
[    5.876890] ehci-pci 0000:00:1a.7: irq 22, io mem 0xfa004800
[    5.882433] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    5.882499] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    5.882501] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.882503] usb usb1: Product: EHCI Host Controller
[    5.882506] usb usb1: Manufacturer: Linux 4.1.12-124.21.1.el6uek.x86_64 ehci_hcd
[    5.882508] usb usb1: SerialNumber: 0000:00:1a.7
[    5.882627] hub 1-0:1.0: USB hub found
[    5.882636] hub 1-0:1.0: 6 ports detected
[    5.882871] xen: registering gsi 20 triggering 0 polarity 1
[    5.882875] Already setup the GSI :20
[    5.882910] ehci-pci 0000:00:1d.7: EHCI Host Controller
[    5.882964] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    5.882982] ehci-pci 0000:00:1d.7: debug port 1
[    5.886908] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
[    5.886927] ehci-pci 0000:00:1d.7: irq 20, io mem 0xfa004c00
[    5.892433] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    5.892489] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    5.892491] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.892493] usb usb2: Product: EHCI Host Controller
[    5.892495] usb usb2: Manufacturer: Linux 4.1.12-124.21.1.el6uek.x86_64 ehci_hcd
[    5.892496] usb usb2: SerialNumber: 0000:00:1d.7
[    5.892600] hub 2-0:1.0: USB hub found
[    5.892607] hub 2-0:1.0: 6 ports detected
[    5.892737] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    5.892743] ohci-pci: OHCI PCI platform driver
[    5.892759] uhci_hcd: USB Universal Host Controller Interface driver
[    5.892877] xen: registering gsi 20 triggering 0 polarity 1
[    5.892881] Already setup the GSI :20
[    5.892898] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    5.892953] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    5.892962] uhci_hcd 0000:00:1a.0: detected 2 ports
[    5.892989] uhci_hcd 0000:00:1a.0: irq 20, io base 0x0000b000
[    5.893064] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    5.893066] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.893068] usb usb3: Product: UHCI Host Controller
[    5.893069] usb usb3: Manufacturer: Linux 4.1.12-124.21.1.el6uek.x86_64 uhci_hcd
[    5.893071] usb usb3: SerialNumber: 0000:00:1a.0
[    5.893172] hub 3-0:1.0: USB hub found
[    5.893180] hub 3-0:1.0: 2 ports detected
[    5.893366] xen: registering gsi 21 triggering 0 polarity 1
[    5.893370] Already setup the GSI :21
[    5.893387] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    5.893459] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    5.893468] uhci_hcd 0000:00:1a.1: detected 2 ports
[    5.893508] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000b020
[    5.893581] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    5.893583] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.893585] usb usb4: Product: UHCI Host Controller
[    5.893587] usb usb4: Manufacturer: Linux 4.1.12-124.21.1.el6uek.x86_64 uhci_hcd
[    5.893589] usb usb4: SerialNumber: 0000:00:1a.1
[    5.893696] hub 4-0:1.0: USB hub found
[    5.893703] hub 4-0:1.0: 2 ports detected
[    5.893893] xen: registering gsi 22 triggering 0 polarity 1
[    5.893897] Already setup the GSI :22
[    5.893914] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[    5.893969] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[    5.893978] uhci_hcd 0000:00:1a.2: detected 2 ports
[    5.894004] uhci_hcd 0000:00:1a.2: irq 22, io base 0x0000b040
[    5.894077] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    5.894079] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.894081] usb usb5: Product: UHCI Host Controller
[    5.894083] usb usb5: Manufacturer: Linux 4.1.12-124.21.1.el6uek.x86_64 uhci_hcd
[    5.894084] usb usb5: SerialNumber: 0000:00:1a.2
[    5.894187] hub 5-0:1.0: USB hub found
[    5.894194] hub 5-0:1.0: 2 ports detected
[    5.894383] xen: registering gsi 20 triggering 0 polarity 1
[    5.894388] Already setup the GSI :20
[    5.894416] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    5.894469] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[    5.894478] uhci_hcd 0000:00:1d.0: detected 2 ports
[    5.894504] uhci_hcd 0000:00:1d.0: irq 20, io base 0x0000b060
[    5.894578] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    5.894580] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.894582] usb usb6: Product: UHCI Host Controller
[    5.894584] usb usb6: Manufacturer: Linux 4.1.12-124.21.1.el6uek.x86_64 uhci_hcd
[    5.894585] usb usb6: SerialNumber: 0000:00:1d.0
[    5.894685] hub 6-0:1.0: USB hub found
[    5.894692] hub 6-0:1.0: 2 ports detected
[    5.894882] xen: registering gsi 21 triggering 0 polarity 1
[    5.894886] Already setup the GSI :21
[    5.894903] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    5.894955] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[    5.894964] uhci_hcd 0000:00:1d.1: detected 2 ports
[    5.894990] uhci_hcd 0000:00:1d.1: irq 21, io base 0x0000b080
[    5.895064] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    5.895066] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.895068] usb usb7: Product: UHCI Host Controller
[    5.895069] usb usb7: Manufacturer: Linux 4.1.12-124.21.1.el6uek.x86_64 uhci_hcd
[    5.895071] usb usb7: SerialNumber: 0000:00:1d.1
[    5.895172] hub 7-0:1.0: USB hub found
[    5.895179] hub 7-0:1.0: 2 ports detected
[    5.895371] xen: registering gsi 22 triggering 0 polarity 1
[    5.895375] Already setup the GSI :22
[    5.895394] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    5.895457] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[    5.895466] uhci_hcd 0000:00:1d.2: detected 2 ports
[    5.895493] uhci_hcd 0000:00:1d.2: irq 22, io base 0x0000b0a0
[    5.895567] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[    5.895569] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.895570] usb usb8: Product: UHCI Host Controller
[    5.895572] usb usb8: Manufacturer: Linux 4.1.12-124.21.1.el6uek.x86_64 uhci_hcd
[    5.895574] usb usb8: SerialNumber: 0000:00:1d.2
[    5.895673] hub 8-0:1.0: USB hub found
[    5.895680] hub 8-0:1.0: 2 ports detected
[    5.895813] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f0e:PS2M] at 0x60,0x64 irq 1,12
[    5.898461] serio: i8042 KBD port at 0x60,0x64 irq 1
[    5.898467] serio: i8042 AUX port at 0x60,0x64 irq 12
[    5.898558] mousedev: PS/2 mouse device common for all mice
[    5.898847] rtc_cmos 00:00: RTC can wake from S4
[    5.899054] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[    5.899094] rtc_cmos 00:00: alarms up to one month, y3k, 114 bytes nvram
[    5.899349] hidraw: raw HID events driver (C) Jiri Kosina
[    5.899547] usbcore: registered new interface driver usbhid
[    5.899549] usbhid: USB HID core driver
[    5.899615] drop_monitor: Initializing network drop monitor service
[    5.899689] gre: GRE over IPv4 demultiplexor driver
[    5.899698] Initializing XFRM netlink socket
[    5.899704] NET: Registered protocol family 17
[    5.900144] mce: Unable to init device /dev/mcelog (rc: -16)
[    5.900580] Loading compiled-in X.509 certificates
[    5.901438] Loaded X.509 cert 'Oracle America, Inc.: Ksplice Kernel Module Signing Key: 09010ebef5545fa7c54b626ef518e077b5b1ee4c'
[    5.902274] Loaded X.509 cert 'Oracle Linux Kernel Module Signing Key: 2bb352412969a3653f0eb6021763408ebb9bb5ab'
[    5.903113] Loaded X.509 cert 'Oracle CA Server: b59275a22dae18b9ab5f7ac4c816fab6c5f0bf9b'
[    5.903128] registered taskstats version 1
[    6.184431] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    6.281503] rtc_cmos 00:00: setting system clock to 2020-03-07 14:43:06 UTC (1583592186)
[    6.282426] Freeing unused kernel memory: 1988K (ffffffff81c6d000 - ffffffff81e5e000)
[    6.302590] usb 1-1: New USB device found, idVendor=0781, idProduct=5583
[    6.302593] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    6.302595] usb 1-1: Product: Ultra Fit
[    6.302597] usb 1-1: Manufacturer: SanDisk
[    6.302598] usb 1-1: SerialNumber: 4C530000180630114050
[    6.308295] dracut: dracut-004-409.0.7.el6_8.2
[    6.320440] dracut: rd_NO_LUKS: removing cryptoluks activation
[    6.322167] dracut: rd_NO_LVM: removing LVM activation
[    6.349957] device-mapper: uevent: version 1.0.3
[    6.350048] device-mapper: ioctl: 4.31.0-ioctl (2015-3-12) initialised: dm-devel@redhat.com
[    6.367096] udev: starting version 147
[    6.466305] wmi: Mapper loaded
[    6.484772] random: nonblocking pool is initialized
[    6.665431] clocksource tsc: mask: 0xffffffffffffffff max_cycles: 0x2c18405b7f4, max_idle_ns: 440795289991 ns
[    7.665593] Switched to clocksource tsc
[    9.526515] floppy0: no floppy controllers found
[    9.619564] dracut: Starting plymouth daemon
[    9.645256] dracut: rd_NO_DM: removing DM RAID activation
[    9.649274] dracut: rd_NO_MD: removing MD RAID activation
[    9.689603] Loading iSCSI transport class v2.0-870.
[    9.700236] iscsi: registered transport (qla4xxx)
[    9.700274] QLogic iSCSI HBA Driver
[    9.722784] IPv6: Loaded, but administratively disabled, reboot required to enable
[    9.725642] libcxgbi:libcxgbi_init_module: tag itt 0x1fff, 13 bits, age 0xf, 4 bits.
[    9.725644] libcxgbi:ddp_setup_host_page_size: system PAGE 4096, ddp idx 0.
[    9.727750] Chelsio T3 iSCSI Driver cxgb3i v2.0.0 (Jun. 2010)
[    9.727782] iscsi: registered transport (cxgb3i)
[    9.738222] Chelsio T4/T5 iSCSI Driver cxgb4i v0.9.4
[    9.738250] iscsi: registered transport (cxgb4i)
[    9.742853] cnic: QLogic cnicDriver v2.5.22 (July 20, 2015)
[    9.745507] QLogic NetXtreme II iSCSI Driver bnx2i v2.7.10.1 (Jul 16, 2014)
[    9.745526] iscsi: registered transport (bnx2i)
[    9.749790] ahci 0000:00:1f.2: version 3.0
[    9.749933] xen: registering gsi 18 triggering 0 polarity 1
[    9.749960] xen: --> pirq=18 -> irq=18 (gsi=18)
[    9.749996] ahci 0000:00:1f.2: controller can't do SNTF, turning off CAP_SNTF
[    9.750133] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl RAID mode
[    9.750138] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pmp pio slum part ccc sxs
[    9.750892] scsi host0: ahci
[    9.751108] scsi host1: ahci
[    9.751133] iscsi: registered transport (be2iscsi)
[    9.751135] In beiscsi_module_init, tt=ffffffffa0280100
[    9.751269] scsi host2: ahci
[    9.751425] scsi host3: ahci
[    9.751541] scsi host4: ahci
[    9.751665] scsi host5: ahci
[    9.751707] ata1: SATA max UDMA/133 abar m2048@0xfa004000 port 0xfa004100 irq 202
[    9.751709] ata2: SATA max UDMA/133 abar m2048@0xfa004000 port 0xfa004180 irq 202
[    9.751711] ata3: SATA max UDMA/133 abar m2048@0xfa004000 port 0xfa004200 irq 202
[    9.751713] ata4: SATA max UDMA/133 abar m2048@0xfa004000 port 0xfa004280 irq 202
[    9.751715] ata5: SATA max UDMA/133 abar m2048@0xfa004000 port 0xfa004300 irq 202
[    9.751717] ata6: SATA max UDMA/133 abar m2048@0xfa004000 port 0xfa004380 irq 202
[    9.751785] xen: registering gsi 36 triggering 0 polarity 1
[    9.751799] xen: --> pirq=36 -> irq=36 (gsi=36)
[    9.762500] ahci 0000:12:00.0: AHCI 0001.0000 32 slots 4 ports 6 Gbps 0xf impl SATA mode
[    9.762504] ahci 0000:12:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs
[    9.763060] scsi host6: ahci
[    9.763243] scsi host7: ahci
[    9.763471] scsi host8: ahci
[    9.763642] scsi host9: ahci
[    9.763718] ata7: SATA max UDMA/133 abar m2048@0xf9200000 port 0xf9200100 irq 203
[    9.763721] ata8: SATA max UDMA/133 abar m2048@0xf9200000 port 0xf9200180 irq 203
[    9.763723] ata9: SATA max UDMA/133 abar m2048@0xf9200000 port 0xf9200200 irq 203
[    9.763725] ata10: SATA max UDMA/133 abar m2048@0xf9200000 port 0xf9200280 irq 203
[    9.763793] xen: registering gsi 38 triggering 0 polarity 1
[    9.763806] xen: --> pirq=38 -> irq=38 (gsi=38)
[    9.774507] ahci 0000:2b:00.0: AHCI 0001.0000 32 slots 4 ports 6 Gbps 0xf impl SATA mode
[    9.774516] ahci 0000:2b:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs
[    9.775051] scsi host10: ahci
[    9.775241] scsi host11: ahci
[    9.775423] scsi host12: ahci
[    9.775616] scsi host13: ahci
[    9.775660] ata11: SATA max UDMA/133 abar m2048@0xf8200000 port 0xf8200100 irq 204
[    9.775663] ata12: SATA max UDMA/133 abar m2048@0xf8200000 port 0xf8200180 irq 204
[    9.775665] ata13: SATA max UDMA/133 abar m2048@0xf8200000 port 0xf8200200 irq 204
[    9.775667] ata14: SATA max UDMA/133 abar m2048@0xf8200000 port 0xf8200280 irq 204
[   10.056520] ata4: SATA link down (SStatus 0 SControl 300)
[   10.056560] ata5: SATA link down (SStatus 0 SControl 300)
[   10.056579] ata3: SATA link down (SStatus 0 SControl 300)
[   10.056597] ata6: SATA link down (SStatus 0 SControl 300)
[   10.056614] ata2: SATA link down (SStatus 0 SControl 300)
[   10.068514] ata10: SATA link down (SStatus 0 SControl 300)
[   10.068544] ata9: SATA link down (SStatus 0 SControl 300)
[   10.068568] ata7: SATA link down (SStatus 0 SControl 300)
[   10.068591] ata8: SATA link down (SStatus 0 SControl 300)
[   10.080512] ata14: SATA link down (SStatus 0 SControl 300)
[   10.080543] ata12: SATA link down (SStatus 0 SControl 300)
[   10.080566] ata13: SATA link down (SStatus 0 SControl 300)
[   10.080588] ata11: SATA link down (SStatus 0 SControl 300)
[   10.211525] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[   10.214364] ata1.00: ATAPI: HL-DT-ST BD-RE  WH16NS40, 1.00, max UDMA/100
[   10.215163] ata1.00: configured for UDMA/100
[   10.219788] scsi 0:0:0:0: CD-ROM            HL-DT-ST BD-RE  WH16NS40  1.00 PQ: 0 ANSI: 5
[   10.244598] nvme nvme0: pci function 0000:13:00.0
[   10.244664] nvme nvme1: pci function 0000:14:00.0
[   10.244680] xen: registering gsi 24 triggering 0 polarity 1
[   10.244702] xen: --> pirq=24 -> irq=24 (gsi=24)
[   10.244728] xen: registering gsi 34 triggering 0 polarity 1
[   10.244732] nvme nvme2: pci function 0000:2c:00.0
[   10.244741] xen: --> pirq=34 -> irq=34 (gsi=34)
[   10.244809] xen: registering gsi 30 triggering 0 polarity 1
[   10.244928] xen: --> pirq=30 -> irq=30 (gsi=30)
[   10.244936] nvme nvme3: pci function 0000:2d:00.0
[   10.245050] xen: registering gsi 37 triggering 0 polarity 1
[   10.245156] xen: --> pirq=37 -> irq=37 (gsi=37)
[   10.277770] pps_core: LinuxPPS API ver. 1 registered
[   10.277772] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti 
[   10.279315] PTP clock support registered
[   10.282959] tg3.c:v3.137 (May 11, 2014)
[   10.283018] xen: registering gsi 17 triggering 0 polarity 1
[   10.283035] xen: --> pirq=17 -> irq=17 (gsi=17)
[   10.307112] tg3 0000:01:00.0 eth0: Tigon3 [partno(BCM95754) rev 5784100] (PCI Express) MAC address 24:be:05:03:fa:14
[   10.307115] tg3 0000:01:00.0 eth0: attached PHY is 5784 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
[   10.307118] tg3 0000:01:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[   10.307120] tg3 0000:01:00.0 eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[   10.335516] usb-storage 1-1:1.0: USB Mass Storage device detected
[   10.335735] scsi host14: usb-storage 1-1:1.0
[   10.335800] usbcore: registered new interface driver usb-storage
[   10.349361]  nvme1n1: p1
[   10.349636]  nvme2n1: p1
[   10.350086]  nvme3n1: p1
[   10.350121]  nvme0n1: p1
[   10.502361] xen: registering gsi 19 triggering 0 polarity 1
[   10.502387] xen: --> pirq=19 -> irq=19 (gsi=19)
[   10.553566] firewire_ohci 0000:37:05.0: added OHCI v1.0 device as card 0, 8 IR + 8 IT contexts, quirks 0x0
[   10.585165] sr 0:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[   10.585170] cdrom: Uniform CD-ROM driver Revision: 3.20
[   10.585316] sr 0:0:0:0: Attached scsi CD-ROM sr0
[   11.053625] firewire_core 0000:37:05.0: created device fw0: GUID 0060b000008e2676, S400
[   11.337005] scsi 14:0:0:0: Direct-Access     SanDisk  Ultra Fit        1.00 PQ: 0 ANSI: 6
[   13.646644] floppy0: no floppy controllers found
[   13.676613] sd 14:0:0:0: [sda] 60063744 512-byte logical blocks: (30.7 GB/28.6 GiB)
[   13.687730] sd 14:0:0:0: [sda] Write Protect is off
[   13.687735] sd 14:0:0:0: [sda] Mode Sense: 43 00 00 00
[   13.690856] sd 14:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   13.708971]  sda: sda1 sda2 sda3
[   13.712365] sd 14:0:0:0: [sda] Attached SCSI removable disk
[   14.182357] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[   14.204302] dracut: Mounted root filesystem /dev/sda2
[   14.462726] SELinux:  Disabled at runtime.
[   14.462747] SELinux:  Unregistering netfilter hooks
[   14.489632] audit: type=1404 audit(1583592194.707:2): selinux=0 auid=4294967295 ses=4294967295
[   14.496008] dracut:
[   14.681514] dracut: Switching root
[   15.396793] udev: starting version 147
[   16.817752] EDAC MC: Ver: 3.0.0
[   16.822611] EDAC MC0: Giving out device to module i7core_edac.c controller i7 core #0: DEV 0000:3f:03.0 (POLLED)
[   16.822646] EDAC PCI0: Giving out device to module i7core_edac controller EDAC PCI controller: DEV 0000:3f:03.0 (POLLED)
[   16.822930] EDAC MC1: Giving out device to module i7core_edac.c controller i7 core #1: DEV 0000:3e:03.0 (POLLED)
[   16.822947] EDAC PCI1: Giving out device to module i7core_edac controller EDAC PCI controller: DEV 0000:3e:03.0 (POLLED)
[   16.823076] EDAC i7core: Driver loaded, 2 memory controller(s) found.
[   16.985573] xen: registering gsi 21 triggering 0 polarity 1
[   16.985586] Already setup the GSI :21
[   17.018259] snd_hda_codec_realtek hdaudioC0D0: ALC262: SKU not ready 0x411111f0
[   17.018671] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC262: line_outs=1 (0x15/0x0/0x0/0x0/0x0) type:line
[   17.018674] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=1 (0x16/0x0/0x0/0x0/0x0)
[   17.018676] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[   17.018678] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   17.018679] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   17.018682] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
[   17.018684] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[   17.018686] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
[   17.029132] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
[   17.029499] input: HDA Intel Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
[   17.029580] input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[   17.029632] sr 0:0:0:0: Attached scsi generic sg0 type 5
[   17.029649] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[   17.029709] sd 14:0:0:0: Attached scsi generic sg1 type 0
[   17.029727] input: HDA Intel Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[   17.029837] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[   17.186133] input: PC Speaker as /devices/platform/pcspkr/input/input11
[   17.286531] input: HP WMI hotkeys as /devices/virtual/input/input12
[   17.351796] iTCO_vendor_support: vendor-support=0
[   17.358002] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   17.358024] iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
[   17.498741] parport_pc parport_pc.956: Unable to set coherent dma mask: disabling DMA
[   17.498801] parport_pc parport_pc.888: Unable to set coherent dma mask: disabling DMA
[   17.498865] parport_pc parport_pc.632: Unable to set coherent dma mask: disabling DMA
[   20.543782] floppy0: no floppy controllers found
[   20.582920] ppdev: user-space parallel port driver
[   20.663487] device-mapper: multipath: version 1.9.0 loaded
[   21.041846] EXT4-fs (sda2): re-mounted. Opts: (null)
[   21.209410] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[   21.446547] Adding 5903356k swap on /dev/sda3.  Priority:-1 extents:1 across:5903356k FS
[   25.415566] tg3 0000:01:00.0 eth0: Link is up at 1000 Mbps, full duplex
[   25.415570] tg3 0000:01:00.0 eth0: Flow control is on for TX and on for RX
[   31.179098] audit: type=1305 audit(1583613811.396:3): audit_pid=2047 old=0 auid=4294967295 ses=4294967295 res=1
[   32.636860] RPC: Registered named UNIX socket transport module.
[   32.636863] RPC: Registered udp transport module.
[   32.636864] RPC: Registered tcp transport module.
[   32.636865] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   32.887283] bnx2fc: QLogic FCoE Driver bnx2fc v2.10.3 (October 15, 2015)
[   34.262792] xen:xen_evtchn: Event-channel device installed
[   86.031597] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[  975.656333] nvme nvme0: I/O 1 QID 4 timeout, aborting
[  975.656347] nvme nvme0: I/O 2 QID 4 timeout, aborting
[  975.656353] nvme nvme0: I/O 3 QID 4 timeout, aborting
[  975.656358] nvme nvme0: I/O 4 QID 4 timeout, aborting
[ 1005.657048] nvme nvme0: I/O 1 QID 4 timeout, reset controller
[ 1035.657751] nvme nvme0: I/O 1 QID 0 timeout, reset controller
[root@vhost0 ~]# lspvi
-bash: lspvi: command not found
[root@vhost0 ~]# lspci
00:00.0 Host bridge: Intel Corporation 5520 I/O Hub to ESI Port (rev 13)
00:01.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 1 (rev 13)
00:03.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 3 (rev 13)
00:07.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 7 (rev 13)
00:10.0 PIC: Intel Corporation 7500/5520/5500/X58 Physical and Link Layer Registers Port 0 (rev 13)
00:10.1 PIC: Intel Corporation 7500/5520/5500/X58 Routing and Protocol Layer Registers Port 0 (rev 13)
00:11.0 PIC: Intel Corporation 7500/5520/5500 Physical and Link Layer Registers Port 1 (rev 13)
00:11.1 PIC: Intel Corporation 7500/5520/5500 Routing & Protocol Layer Register Port 1 (rev 13)
00:14.0 PIC: Intel Corporation 7500/5520/5500/X58 I/O Hub System Management Registers (rev 13)
00:14.1 PIC: Intel Corporation 7500/5520/5500/X58 I/O Hub GPIO and Scratch Pad Registers (rev 13)
00:14.2 PIC: Intel Corporation 7500/5520/5500/X58 I/O Hub Control Status and RAS Registers (rev 13)
00:15.0 PIC: Intel Corporation 7500/5520/5500/X58 Trusted Execution Technology Registers (rev 13)
00:1a.0 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #4
00:1a.1 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #5
00:1a.2 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #6
00:1a.7 USB controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #2
00:1b.0 Audio device: Intel Corporation 82801JI (ICH10 Family) HD Audio Controller
00:1c.0 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 1
00:1c.5 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 6
00:1d.0 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #1
00:1d.1 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #2
00:1d.2 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #3
00:1d.7 USB controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #1
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 90)
00:1f.0 ISA bridge: Intel Corporation 82801JIR (ICH10R) LPC Interface Controller
00:1f.2 RAID bus controller: Intel Corporation SATA Controller [RAID mode]
01:00.0 Ethernet controller: Broadcom Limited NetXtreme BCM5764M Gigabit Ethernet PCIe (rev 10)
0f:00.0 PCI bridge: Integrated Device Technology, Inc. [IDT] PES24T6G2 PCI Express Gen2 Switch (rev 02)
10:02.0 PCI bridge: Integrated Device Technology, Inc. [IDT] PES24T6G2 PCI Express Gen2 Switch (rev 02)
10:03.0 PCI bridge: Integrated Device Technology, Inc. [IDT] PES24T6G2 PCI Express Gen2 Switch (rev 02)
10:04.0 PCI bridge: Integrated Device Technology, Inc. [IDT] PES24T6G2 PCI Express Gen2 Switch (rev 02)
10:05.0 PCI bridge: Integrated Device Technology, Inc. [IDT] PES24T6G2 PCI Express Gen2 Switch (rev 02)
12:00.0 SATA controller: Marvell Technology Group Ltd. 88SE9235 PCIe 2.0 x2 4-port SATA 6 Gb/s Controller (rev 11)
13:00.0 Non-Volatile memory controller: Intel Corporation Device f1a8 (rev 03)
14:00.0 Non-Volatile memory controller: Intel Corporation Device f1a8 (rev 03)
28:00.0 PCI bridge: Integrated Device Technology, Inc. [IDT] PES24T6G2 PCI Express Gen2 Switch (rev 02)
29:02.0 PCI bridge: Integrated Device Technology, Inc. [IDT] PES24T6G2 PCI Express Gen2 Switch (rev 02)
29:03.0 PCI bridge: Integrated Device Technology, Inc. [IDT] PES24T6G2 PCI Express Gen2 Switch (rev 02)
29:04.0 PCI bridge: Integrated Device Technology, Inc. [IDT] PES24T6G2 PCI Express Gen2 Switch (rev 02)
29:05.0 PCI bridge: Integrated Device Technology, Inc. [IDT] PES24T6G2 PCI Express Gen2 Switch (rev 02)
2b:00.0 SATA controller: Marvell Technology Group Ltd. 88SE9235 PCIe 2.0 x2 4-port SATA 6 Gb/s Controller (rev 11)
2c:00.0 Non-Volatile memory controller: Intel Corporation Device f1a8 (rev 03)
2d:00.0 Non-Volatile memory controller: Intel Corporation Device f1a8 (rev 03)
37:05.0 FireWire (IEEE 1394): LSI Corporation FW322/323 [TrueFire] 1394a Controller (rev 70)
37:09.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Rage XL PCI (rev 27)
3e:00.0 Host bridge: Intel Corporation Xeon 5600 Series QuickPath Architecture Generic Non-core Registers (rev 02)
3e:00.1 Host bridge: Intel Corporation Xeon 5600 Series QuickPath Architecture System Address Decoder (rev 02)
3e:02.0 Host bridge: Intel Corporation Xeon 5600 Series QPI Link 0 (rev 02)
3e:02.1 Host bridge: Intel Corporation Xeon 5600 Series QPI Physical 0 (rev 02)
3e:02.2 Host bridge: Intel Corporation Xeon 5600 Series Mirror Port Link 0 (rev 02)
3e:02.3 Host bridge: Intel Corporation Xeon 5600 Series Mirror Port Link 1 (rev 02)
3e:02.4 Host bridge: Intel Corporation Xeon 5600 Series QPI Link 1 (rev 02)
3e:02.5 Host bridge: Intel Corporation Xeon 5600 Series QPI Physical 1 (rev 02)
3e:03.0 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Registers (rev 02)
3e:03.1 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Target Address Decoder (rev 02)
3e:03.2 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller RAS Registers (rev 02)
3e:03.4 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Test Registers (rev 02)
3e:04.0 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Control (rev 02)
3e:04.1 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Address (rev 02)
3e:04.2 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Rank (rev 02)
3e:04.3 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Thermal Control (rev 02)
3e:05.0 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Control (rev 02)
3e:05.1 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Address (rev 02)
3e:05.2 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Rank (rev 02)
3e:05.3 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Thermal Control (rev 02)
3e:06.0 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Control (rev 02)
3e:06.1 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Address (rev 02)
3e:06.2 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Rank (rev 02)
3e:06.3 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Thermal Control (rev 02)
3f:00.0 Host bridge: Intel Corporation Xeon 5600 Series QuickPath Architecture Generic Non-core Registers (rev 02)
3f:00.1 Host bridge: Intel Corporation Xeon 5600 Series QuickPath Architecture System Address Decoder (rev 02)
3f:02.0 Host bridge: Intel Corporation Xeon 5600 Series QPI Link 0 (rev 02)
3f:02.1 Host bridge: Intel Corporation Xeon 5600 Series QPI Physical 0 (rev 02)
3f:02.2 Host bridge: Intel Corporation Xeon 5600 Series Mirror Port Link 0 (rev 02)
3f:02.3 Host bridge: Intel Corporation Xeon 5600 Series Mirror Port Link 1 (rev 02)
3f:02.4 Host bridge: Intel Corporation Xeon 5600 Series QPI Link 1 (rev 02)
3f:02.5 Host bridge: Intel Corporation Xeon 5600 Series QPI Physical 1 (rev 02)
3f:03.0 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Registers (rev 02)
3f:03.1 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Target Address Decoder (rev 02)
3f:03.2 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller RAS Registers (rev 02)
3f:03.4 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Test Registers (rev 02)
3f:04.0 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Control (rev 02)
3f:04.1 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Address (rev 02)
3f:04.2 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Rank (rev 02)
3f:04.3 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Thermal Control (rev 02)
3f:05.0 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Control (rev 02)
3f:05.1 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Address (rev 02)
3f:05.2 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Rank (rev 02)
3f:05.3 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Thermal Control (rev 02)
3f:06.0 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Control (rev 02)
3f:06.1 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Address (rev 02)
3f:06.2 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Rank (rev 02)
3f:06.3 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Thermal Control (rev 02)
[root@vhost0 ~]# lspci /dev/nvme1
Usage: lspci []

Basic display modes:
-mm             Produce machine-readable output (single -m for an obsolete format)
-t              Show bus tree

Display options:
-v              Be verbose (-vv for very verbose)
-k              Show kernel drivers handling each device
-x              Show hex-dump of the standard part of the config space
-xxx            Show hex-dump of the whole config space (dangerous; root only)
-xxxx           Show hex-dump of the 4096-byte extended config space (root only)
-b              Bus-centric view (addresses and IRQ's as seen by the bus)
-D              Always show domain numbers

Resolving of device ID's to names:
-n              Show numeric ID's
-nn             Show both textual and numeric ID's (names & numbers)
-q              Query the PCI ID database for unknown ID's via DNS
-qq             As above, but re-query locally cached entries
-Q              Query the PCI ID database for all ID's via DNS

Selection of devices:
-s [[[[]:]]:][][.[]]   Show only devices in selected slots
-d []:[]                        Show only devices with specified ID's

Other options:
-i        Use specified ID database instead of /usr/share/hwdata/pci.ids
-p        Look up kernel modules in a given file instead of default modules.pcimap
-M              Enable `bus mapping' mode (dangerous; root only)

PCI access options:
-A      Use the specified PCI access method (see `-A help' for a list)
-O =  Set PCI access parameter (see `-O help' for a list)
-G              Enable PCI access debugging
-H        Use direct hardware access ( = 1 or 2)
-F        Read PCI configuration dump from a given file
[root@vhost0 ~]# lspci -v | more
00:00.0 Host bridge: Intel Corporation 5520 I/O Hub to ESI Port (rev 13)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: fast devsel
        Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit-
        Capabilities: [90] Express Root Port (Slot-), MSI 00
        Capabilities: [e0] Power Management version 3
        Capabilities: [100] Advanced Error Reporting
        Capabilities: [150] Access Control Services
        Capabilities: [160] Vendor Specific Information: ID=0002 Rev=0 Len=00c < ?>

00:01.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 1 (rev 13) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
        Capabilities: [40] Subsystem: Hewlett-Packard Company Device 130a
        Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit-
        Capabilities: [90] Express Root Port (Slot+), MSI 00
        Capabilities: [e0] Power Management version 3
        Capabilities: [100] Advanced Error Reporting
        Capabilities: [150] Access Control Services
        Capabilities: [160] Vendor Specific Information: ID=0002 Rev=0 Len=00c < ?>
        Kernel driver in use: pcieport

00:03.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 3 (rev 13) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=0f, subordinate=14, sec-latency=0
        I/O behind bridge: 0000c000-0000cfff
        Memory behind bridge: f9000000-f92fffff
        Capabilities: [40] Subsystem: Hewlett-Packard Company Device 130a
        Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit-
        Capabilities: [90] Express Root Port (Slot+), MSI 00
        Capabilities: [e0] Power Management version 3
        Capabilities: [100] Advanced Error Reporting
        Capabilities: [150] Access Control Services
        Capabilities: [160] Vendor Specific Information: ID=0002 Rev=0 Len=00c < ?>
        Kernel driver in use: pcieport

00:07.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 7 (rev 13) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=28, subordinate=2d, sec-latency=0
        I/O behind bridge: 0000d000-0000dfff
        Memory behind bridge: f8000000-f82fffff
        Capabilities: [40] Subsystem: Hewlett-Packard Company Device 130a
        Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit-
        Capabilities: [90] Express Root Port (Slot+), MSI 00
        Capabilities: [e0] Power Management version 3
        Capabilities: [100] Advanced Error Reporting
        Capabilities: [150] Access Control Services
        Capabilities: [160] Vendor Specific Information: ID=0002 Rev=0 Len=00c < ?>
        Kernel driver in use: pcieport

00:10.0 PIC: Intel Corporation 7500/5520/5500/X58 Physical and Link Layer Registers Port 0 (rev 13) (prog-if 00 [8259])
        Flags: fast devsel
        Capabilities: [50] Vendor Specific Information: Len=ff < ?>

00:10.1 PIC: Intel Corporation 7500/5520/5500/X58 Routing and Protocol Layer Registers Port 0 (rev 13) (prog-if 00 [8259])
        Flags: fast devsel

00:11.0 PIC: Intel Corporation 7500/5520/5500 Physical and Link Layer Registers Port 1 (rev 13) (prog-if 00 [8259])
        Flags: fast devsel
        Capabilities: [50] Vendor Specific Information: Len=ff < ?>

00:11.1 PIC: Intel Corporation 7500/5520/5500 Routing & Protocol Layer Register Port 1 (rev 13) (prog-if 00 [8259])
        Flags: fast devsel

00:14.0 PIC: Intel Corporation 7500/5520/5500/X58 I/O Hub System Management Registers (rev 13) (prog-if 00 [8259])
        Flags: fast devsel
        Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00
        Kernel driver in use: i7core_edac

00:14.1 PIC: Intel Corporation 7500/5520/5500/X58 I/O Hub GPIO and Scratch Pad Registers (rev 13) (prog-if 00 [8259])
        Flags: fast devsel
        Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00

00:14.2 PIC: Intel Corporation 7500/5520/5500/X58 I/O Hub Control Status and RAS Registers (rev 13) (prog-if 00 [8259])
        Flags: fast devsel
        Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00

00:15.0 PIC: Intel Corporation 7500/5520/5500/X58 Trusted Execution Technology Registers (rev 13) (prog-if 20 [IO(X)-APIC])
        Flags: fast devsel

00:1a.0 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #4 (prog-if 00 [UHCI])
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, medium devsel, latency 0, IRQ 20
        I/O ports at b000 [size=32]
        Capabilities: [50] PCI Advanced Features
        Kernel driver in use: uhci_hcd

00:1a.1 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #5 (prog-if 00 [UHCI])
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, medium devsel, latency 0, IRQ 21
        I/O ports at b020 [size=32]
        Capabilities: [50] PCI Advanced Features
        Kernel driver in use: uhci_hcd

00:1a.2 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #6 (prog-if 00 [UHCI])
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, medium devsel, latency 0, IRQ 22
        I/O ports at b040 [size=32]
        Capabilities: [50] PCI Advanced Features
        Kernel driver in use: uhci_hcd

00:1a.7 USB controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #2 (prog-if 20 [EHCI])
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, medium devsel, latency 0, IRQ 22
        Memory at fa004800 (32-bit, non-prefetchable) [size=1K]
        Capabilities: [50] Power Management version 2
        Capabilities: [58] Debug port: BAR=1 offset=00a0
        Capabilities: [98] PCI Advanced Features
        Kernel driver in use: ehci-pci

00:1b.0 Audio device: Intel Corporation 82801JI (ICH10 Family) HD Audio Controller
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0, IRQ 237
        Memory at fa000000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [50] Power Management version 2
        Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
        Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
        Capabilities: [100] Virtual Channel
        Capabilities: [130] Root Complex Link
        Kernel driver in use: snd_hda_intel

00:1c.0 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 1 (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=1c, subordinate=1c, sec-latency=0
        I/O behind bridge: 00001000-00001fff
        Memory behind bridge: f8300000-f84fffff
        Prefetchable memory behind bridge: 00000000f8500000-00000000f86fffff
        Capabilities: [40] Express Root Port (Slot+), MSI 00
        Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
        Capabilities: [90] Subsystem: Hewlett-Packard Company Device 130a
        Capabilities: [a0] Power Management version 2
        Capabilities: [100] Virtual Channel
        Capabilities: [180] Root Complex Link
        Kernel driver in use: pcieport

00:1c.5 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 6 (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
        I/O behind bridge: 00002000-00002fff
        Memory behind bridge: fb000000-fb0fffff
        Prefetchable memory behind bridge: 00000000f8700000-00000000f88fffff
        Capabilities: [40] Express Root Port (Slot+), MSI 00
        Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
        Capabilities: [90] Subsystem: Hewlett-Packard Company Device 130a
        Capabilities: [a0] Power Management version 2
        Capabilities: [100] Virtual Channel
        Capabilities: [180] Root Complex Link
        Kernel driver in use: pcieport

00:1d.0 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #1 (prog-if 00 [UHCI])
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, medium devsel, latency 0, IRQ 20
        I/O ports at b060 [size=32]
        Capabilities: [50] PCI Advanced Features
        Kernel driver in use: uhci_hcd

00:1d.1 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #2 (prog-if 00 [UHCI])
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, medium devsel, latency 0, IRQ 21
        I/O ports at b080 [size=32]
        Capabilities: [50] PCI Advanced Features
        Kernel driver in use: uhci_hcd

00:1d.2 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #3 (prog-if 00 [UHCI])
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, medium devsel, latency 0, IRQ 22
        I/O ports at b0a0 [size=32]
        Capabilities: [50] PCI Advanced Features
        Kernel driver in use: uhci_hcd

00:1d.7 USB controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #1 (prog-if 20 [EHCI])
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, medium devsel, latency 0, IRQ 20
        Memory at fa004c00 (32-bit, non-prefetchable) [size=1K]
        Capabilities: [50] Power Management version 2
        Capabilities: [58] Debug port: BAR=1 offset=00a0
        Capabilities: [98] PCI Advanced Features
        Kernel driver in use: ehci-pci

00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 90) (prog-if 01 [Subtractive decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=37, subordinate=37, sec-latency=32
        I/O behind bridge: 0000e000-0000efff
        Memory behind bridge: fc000000-fd0fffff
        Capabilities: [50] Subsystem: Hewlett-Packard Company Device 130a

00:1f.0 ISA bridge: Intel Corporation 82801JIR (ICH10R) LPC Interface Controller
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, medium devsel, latency 0
        Capabilities: [e0] Vendor Specific Information: Len=0c < ?>
        Kernel driver in use: lpc_ich

00:1f.2 RAID bus controller: Intel Corporation SATA Controller [RAID mode]
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 202
        I/O ports at b100 [size=8]
        I/O ports at b110 [size=4]
        I/O ports at b108 [size=8]
        I/O ports at b114 [size=4]
        I/O ports at b0c0 [size=32]
        Memory at fa004000 (32-bit, non-prefetchable) [size=2K]
        Capabilities: [80] MSI: Enable+ Count=1/16 Maskable- 64bit-
        Capabilities: [70] Power Management version 3
        Capabilities: [a8] SATA HBA v1.0
        Capabilities: [b0] PCI Advanced Features
        Kernel driver in use: ahci

01:00.0 Ethernet controller: Broadcom Limited NetXtreme BCM5764M Gigabit Ethernet PCIe (rev 10)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0, IRQ 238
        Memory at fb000000 (64-bit, non-prefetchable) [size=64K]
        Capabilities: [48] Power Management version 3
        Capabilities: [40] Vital Product Data
        Capabilities: [60] Vendor Specific Information: Len=6c < ?>
        Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
        Capabilities: [cc] Express Endpoint, MSI 00
        Capabilities: [100] Advanced Error Reporting
        Capabilities: [13c] Virtual Channel
        Capabilities: [160] Device Serial Number 24-be-05-ff-fe-03-fa-14
        Capabilities: [16c] Power Budgeting < ?>
        Kernel driver in use: tg3

0f:00.0 PCI bridge: Integrated Device Technology, Inc. [IDT] PES24T6G2 PCI Express Gen2 Switch (rev 02) (prog-if 00 [Normal decode])
        Physical Slot: 2
        Flags: bus master, fast devsel, latency 0
        Bus: primary=0f, secondary=10, subordinate=14, sec-latency=0
        I/O behind bridge: 0000c000-0000cfff
        Memory behind bridge: f9000000-f92fffff
        Capabilities: [40] Express Upstream Port, MSI 00
        Capabilities: [c0] Power Management version 3
        Capabilities: [100] Advanced Error Reporting
        Capabilities: [200] Virtual Channel
        Kernel driver in use: pcieport

10:02.0 PCI bridge: Integrated Device Technology, Inc. [IDT] PES24T6G2 PCI Express Gen2 Switch (rev 02) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=10, secondary=11, subordinate=11, sec-latency=0
        Capabilities: [40] Express Downstream Port (Slot-), MSI 00
        Capabilities: [c0] Power Management version 3
        Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
        Capabilities: [100] Advanced Error Reporting
        Capabilities: [200] Virtual Channel
        Kernel driver in use: pcieport

10:03.0 PCI bridge: Integrated Device Technology, Inc. [IDT] PES24T6G2 PCI Express Gen2 Switch (rev 02) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=10, secondary=12, subordinate=12, sec-latency=0
        I/O behind bridge: 0000c000-0000cfff
        Memory behind bridge: f9200000-f92fffff
        Capabilities: [40] Express Downstream Port (Slot-), MSI 00
        Capabilities: [c0] Power Management version 3
        Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
        Capabilities: [100] Advanced Error Reporting
        Capabilities: [200] Virtual Channel
        Kernel driver in use: pcieport

10:04.0 PCI bridge: Integrated Device Technology, Inc. [IDT] PES24T6G2 PCI Express Gen2 Switch (rev 02) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=10, secondary=13, subordinate=13, sec-latency=0
        Memory behind bridge: f9000000-f90fffff
        Capabilities: [40] Express Downstream Port (Slot-), MSI 00
        Capabilities: [c0] Power Management version 3
        Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
        Capabilities: [100] Advanced Error Reporting
        Capabilities: [200] Virtual Channel
        Kernel driver in use: pcieport

10:05.0 PCI bridge: Integrated Device Technology, Inc. [IDT] PES24T6G2 PCI Express Gen2 Switch (rev 02) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=10, secondary=14, subordinate=14, sec-latency=0
        Memory behind bridge: f9100000-f91fffff
        Capabilities: [40] Express Downstream Port (Slot-), MSI 00
        Capabilities: [c0] Power Management version 3
        Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
        Capabilities: [100] Advanced Error Reporting
        Capabilities: [200] Virtual Channel
        Kernel driver in use: pcieport

12:00.0 SATA controller: Marvell Technology Group Ltd. 88SE9235 PCIe 2.0 x2 4-port SATA 6 Gb/s Controller (rev 11) (prog-if 01 [AHCI 1.0])
        Subsystem: Marvell Technology Group Ltd. 88SE9235 PCIe 2.0 x2 4-port SATA 6 Gb/s Controller
        Flags: bus master, fast devsel, latency 0, IRQ 203
        I/O ports at c020 [size=8]
        I/O ports at c030 [size=4]
        I/O ports at c028 [size=8]
        I/O ports at c034 [size=4]
        I/O ports at c000 [size=32]
        Memory at f9200000 (32-bit, non-prefetchable) [size=2K]
        [virtual] Expansion ROM at f9210000 [disabled] [size=64K]
        Capabilities: [40] Power Management version 3
        Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit-
        Capabilities: [70] Express Legacy Endpoint, MSI 00
        Capabilities: [e0] SATA HBA v0.0
        Capabilities: [100] Advanced Error Reporting
        Kernel driver in use: ahci

13:00.0 Non-Volatile memory controller: Intel Corporation Device f1a8 (rev 03) (prog-if 02 [NVM Express])
        Subsystem: Intel Corporation Device 390d
        Flags: fast devsel, IRQ 24
        Memory at f9000000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [40] Power Management version 3
        Capabilities: [50] MSI: Enable- Count=1/8 Maskable+ 64bit+
        Capabilities: [70] Express Endpoint, MSI 00
        Capabilities: [b0] MSI-X: Enable- Count=16 Masked-
        Capabilities: [100] Advanced Error Reporting
        Capabilities: [158] #19
        Capabilities: [178] Latency Tolerance Reporting
        Capabilities: [180] #1e

14:00.0 Non-Volatile memory controller: Intel Corporation Device f1a8 (rev 03) (prog-if 02 [NVM Express])
        Subsystem: Intel Corporation Device 390d
        Flags: bus master, fast devsel, latency 0, IRQ 34
        Memory at f9100000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [40] Power Management version 3
        Capabilities: [50] MSI: Enable- Count=1/8 Maskable+ 64bit+
        Capabilities: [70] Express Endpoint, MSI 00
        Capabilities: [b0] MSI-X: Enable+ Count=16 Masked-
        Capabilities: [100] Advanced Error Reporting
        Capabilities: [158] #19
        Capabilities: [178] Latency Tolerance Reporting
        Capabilities: [180] #1e
        Kernel driver in use: nvme

28:00.0 PCI bridge: Integrated Device Technology, Inc. [IDT] PES24T6G2 PCI Express Gen2 Switch (rev 02) (prog-if 00 [Normal decode])
        Physical Slot: 4
        Flags: bus master, fast devsel, latency 0
        Bus: primary=28, secondary=29, subordinate=2d, sec-latency=0
        I/O behind bridge: 0000d000-0000dfff
        Memory behind bridge: f8000000-f82fffff
        Capabilities: [40] Express Upstream Port, MSI 00
        Capabilities: [c0] Power Management version 3
        Capabilities: [100] Advanced Error Reporting
        Capabilities: [200] Virtual Channel
        Kernel driver in use: pcieport

29:02.0 PCI bridge: Integrated Device Technology, Inc. [IDT] PES24T6G2 PCI Express Gen2 Switch (rev 02) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=29, secondary=2a, subordinate=2a, sec-latency=0
        Capabilities: [40] Express Downstream Port (Slot-), MSI 00
        Capabilities: [c0] Power Management version 3
        Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
        Capabilities: [100] Advanced Error Reporting
        Capabilities: [200] Virtual Channel
        Kernel driver in use: pcieport

29:03.0 PCI bridge: Integrated Device Technology, Inc. [IDT] PES24T6G2 PCI Express Gen2 Switch (rev 02) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=29, secondary=2b, subordinate=2b, sec-latency=0
        I/O behind bridge: 0000d000-0000dfff
        Memory behind bridge: f8200000-f82fffff
        Capabilities: [40] Express Downstream Port (Slot-), MSI 00
        Capabilities: [c0] Power Management version 3
        Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
        Capabilities: [100] Advanced Error Reporting
        Capabilities: [200] Virtual Channel
        Kernel driver in use: pcieport

29:04.0 PCI bridge: Integrated Device Technology, Inc. [IDT] PES24T6G2 PCI Express Gen2 Switch (rev 02) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=29, secondary=2c, subordinate=2c, sec-latency=0
        Memory behind bridge: f8000000-f80fffff
        Capabilities: [40] Express Downstream Port (Slot-), MSI 00
        Capabilities: [c0] Power Management version 3
        Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
        Capabilities: [100] Advanced Error Reporting
        Capabilities: [200] Virtual Channel
        Kernel driver in use: pcieport

29:05.0 PCI bridge: Integrated Device Technology, Inc. [IDT] PES24T6G2 PCI Express Gen2 Switch (rev 02) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=29, secondary=2d, subordinate=2d, sec-latency=0
        Memory behind bridge: f8100000-f81fffff
        Capabilities: [40] Express Downstream Port (Slot-), MSI 00
        Capabilities: [c0] Power Management version 3
        Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
        Capabilities: [100] Advanced Error Reporting
        Capabilities: [200] Virtual Channel
        Kernel driver in use: pcieport

2b:00.0 SATA controller: Marvell Technology Group Ltd. 88SE9235 PCIe 2.0 x2 4-port SATA 6 Gb/s Controller (rev 11) (prog-if 01 [AHCI 1.0])
        Subsystem: Marvell Technology Group Ltd. 88SE9235 PCIe 2.0 x2 4-port SATA 6 Gb/s Controller
        Flags: bus master, fast devsel, latency 0, IRQ 204
        I/O ports at d020 [size=8]
        I/O ports at d030 [size=4]
        I/O ports at d028 [size=8]
        I/O ports at d034 [size=4]
        I/O ports at d000 [size=32]
        Memory at f8200000 (32-bit, non-prefetchable) [size=2K]
        [virtual] Expansion ROM at f8210000 [disabled] [size=64K]
        Capabilities: [40] Power Management version 3
        Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit-
        Capabilities: [70] Express Legacy Endpoint, MSI 00
        Capabilities: [e0] SATA HBA v0.0
        Capabilities: [100] Advanced Error Reporting
        Kernel driver in use: ahci

2c:00.0 Non-Volatile memory controller: Intel Corporation Device f1a8 (rev 03) (prog-if 02 [NVM Express])
        Subsystem: Intel Corporation Device 390d
        Flags: bus master, fast devsel, latency 0, IRQ 30
        Memory at f8000000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [40] Power Management version 3
        Capabilities: [50] MSI: Enable- Count=1/8 Maskable+ 64bit+
        Capabilities: [70] Express Endpoint, MSI 00
        Capabilities: [b0] MSI-X: Enable+ Count=16 Masked-
        Capabilities: [100] Advanced Error Reporting
        Capabilities: [158] #19
        Capabilities: [178] Latency Tolerance Reporting
        Capabilities: [180] #1e
        Kernel driver in use: nvme

2d:00.0 Non-Volatile memory controller: Intel Corporation Device f1a8 (rev 03) (prog-if 02 [NVM Express])
        Subsystem: Intel Corporation Device 390d
        Flags: bus master, fast devsel, latency 0, IRQ 37
        Memory at f8100000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [40] Power Management version 3
        Capabilities: [50] MSI: Enable- Count=1/8 Maskable+ 64bit+
        Capabilities: [70] Express Endpoint, MSI 00
        Capabilities: [b0] MSI-X: Enable+ Count=16 Masked-
        Capabilities: [100] Advanced Error Reporting
        Capabilities: [158] #19
        Capabilities: [178] Latency Tolerance Reporting
        Capabilities: [180] #1e
        Kernel driver in use: nvme

37:05.0 FireWire (IEEE 1394): LSI Corporation FW322/323 [TrueFire] 1394a Controller (rev 70) (prog-if 10 [OHCI])
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, medium devsel, latency 32, IRQ 19
        Memory at fd000000 (32-bit, non-prefetchable) [size=4K]
        Capabilities: [44] Power Management version 2
        Kernel driver in use: firewire_ohci

37:09.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Rage XL PCI (rev 27) (prog-if 00 [VGA controller])
        Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Rage XL
        Physical Slot: 6
        Flags: bus master, stepping, medium devsel, latency 32, IRQ 5
        Memory at fc000000 (32-bit, non-prefetchable) [size=16M]
        I/O ports at e000 [size=256]
        Memory at fd001000 (32-bit, non-prefetchable) [size=4K]
        [virtual] Expansion ROM at fd020000 [disabled] [size=128K]
        Capabilities: [5c] Power Management version 2

3e:00.0 Host bridge: Intel Corporation Xeon 5600 Series QuickPath Architecture Generic Non-core Registers (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0

3e:00.1 Host bridge: Intel Corporation Xeon 5600 Series QuickPath Architecture System Address Decoder (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0

3e:02.0 Host bridge: Intel Corporation Xeon 5600 Series QPI Link 0 (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0

3e:02.1 Host bridge: Intel Corporation Xeon 5600 Series QPI Physical 0 (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0

3e:02.2 Host bridge: Intel Corporation Xeon 5600 Series Mirror Port Link 0 (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0

3e:02.3 Host bridge: Intel Corporation Xeon 5600 Series Mirror Port Link 1 (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0

3e:02.4 Host bridge: Intel Corporation Xeon 5600 Series QPI Link 1 (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0

3e:02.5 Host bridge: Intel Corporation Xeon 5600 Series QPI Physical 1 (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0

3e:03.0 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Registers (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0

3e:03.1 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Target Address Decoder (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0

3e:03.2 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller RAS Registers (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0

3e:03.4 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Test Registers (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0

3e:04.0 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Control (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0

3e:04.1 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Address (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0

3e:04.2 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Rank (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0

3e:04.3 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Thermal Control (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0

3e:05.0 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Control (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0

3e:05.1 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Address (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0

3e:05.2 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Rank (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0

3e:05.3 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Thermal Control (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0

3e:06.0 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Control (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0

3e:06.1 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Address (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0

3e:06.2 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Rank (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0

3e:06.3 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Thermal Control (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0

3f:00.0 Host bridge: Intel Corporation Xeon 5600 Series QuickPath Architecture Generic Non-core Registers (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0

3f:00.1 Host bridge: Intel Corporation Xeon 5600 Series QuickPath Architecture System Address Decoder (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0

3f:02.0 Host bridge: Intel Corporation Xeon 5600 Series QPI Link 0 (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0

3f:02.1 Host bridge: Intel Corporation Xeon 5600 Series QPI Physical 0 (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0

3f:02.2 Host bridge: Intel Corporation Xeon 5600 Series Mirror Port Link 0 (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0

3f:02.3 Host bridge: Intel Corporation Xeon 5600 Series Mirror Port Link 1 (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0

3f:02.4 Host bridge: Intel Corporation Xeon 5600 Series QPI Link 1 (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0

3f:02.5 Host bridge: Intel Corporation Xeon 5600 Series QPI Physical 1 (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0

3f:03.0 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Registers (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0

3f:03.1 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Target Address Decoder (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0

3f:03.2 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller RAS Registers (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0

3f:03.4 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Test Registers (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0

3f:04.0 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Control (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0

3f:04.1 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Address (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0

3f:04.2 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Rank (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0

3f:04.3 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Thermal Control (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0

3f:05.0 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Control (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0

3f:05.1 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Address (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0

3f:05.2 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Rank (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0

3f:05.3 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Thermal Control (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0

3f:06.0 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Control (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0

3f:06.1 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Address (rev 02)
        Subsystem: Hewlett-Packard Company Device 130a
        Flags: bus master, fast devsel, latency 0
[root@vhost0 ~]# dmesg
[    0.000000] PAT configuration [0-7]: WB  WT  UC- UC  WC  WP  UC  UC
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.1.12-124.21.1.el6uek.x86_64 (mockbuild@ca-build84.us.oracle.com) (gcc version 4.9.2 20150212 (Red Hat 4.9.2-6.2.0.3) (GCC) ) #2 SMP Tue Nov 6 13:31:13 PST 2018
[    0.000000] Command line: placeholder root=UUID=9bcba43f-a6b8-45d4-a58e-7335931f88da ro rd_NO_LUKS rd_NO_LVM LANG=en_US.UTF-8 rd_NO_MD SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM rhgb quiet
[    0.000000] Released 0 page(s)
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] Xen: [mem 0x0000000000000000-0x0000000000094fff] usable
[    0.000000] Xen: [mem 0x0000000000095800-0x00000000000fffff] reserved
[    0.000000] Xen: [mem 0x0000000000100000-0x000000004f86afff] usable
[    0.000000] Xen: [mem 0x00000000eefa5800-0x00000000f3ffffff] reserved
[    0.000000] Xen: [mem 0x00000000fec00000-0x00000000fed3ffff] reserved
[    0.000000] Xen: [mem 0x00000000fed45000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.6 present.
[    0.000000] DMI: Hewlett-Packard HP Z600 Workstation/0B54h, BIOS 786G4 v03.60 02/24/2016
[    0.000000] Hypervisor detected: Xen
[    0.000000] Kernel/User page tables isolation: disabled
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] AGP: No AGP bridge found
[    0.000000] e820: last_pfn = 0x4f86b max_arch_pfn = 0x400000000
[    0.000000] Base memory trampoline at [ffff88000008e000] 8e000 size 28672
[    0.000000] BRK [0x02158000, 0x02158fff] PGTABLE
[    0.000000] BRK [0x02159000, 0x02159fff] PGTABLE
[    0.000000] BRK [0x0215a000, 0x0215afff] PGTABLE
[    0.000000] BRK [0x0215b000, 0x0215bfff] PGTABLE
[    0.000000] BRK [0x0215c000, 0x0215cfff] PGTABLE
[    0.000000] BRK [0x0215d000, 0x0215dfff] PGTABLE
[    0.000000] RAMDISK: [mem 0x04000000-0x06541fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000E9010 000024 (v02 HPQOEM)
[    0.000000] ACPI: XSDT 0x00000000EEFB88E8 000074 (v01 HPQOEM SLIC-WKS 20160224      00000000)
[    0.000000] ACPI: FACP 0x00000000EEFB8A88 0000F4 (v03 HPQOEM TYLSBURG 00000001      00000000)
[    0.000000] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Pm1aEventBlock: 32/16 (20150410/tbfadt-623)
[    0.000000] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/32 (20150410/tbfadt-623)
[    0.000000] ACPI BIOS Warning (bug): Invalid length for FADT/Pm1aEventBlock: 16, using default 32 (20150410/tbfadt-704)
[    0.000000] ACPI: DSDT 0x00000000EEFB941B 00A674 (v01 COMPAQ DSDT_PRJ 00000001 MSFT 0100000E)
[    0.000000] ACPI: FACS 0x00000000EEFB8800 000040
[    0.000000] ACPI: FACS 0x00000000EEFB8800 000040
[    0.000000] ACPI: APIC 0x00000000EEFB8B7C 000188 (v01 HPQOEM TYLSBURG 00000001      00000000)
[    0.000000] ACPI: ASF! 0x00000000EEFB8D04 000063 (v32 HPQOEM TYLSBURG 00000001      00000000)
[    0.000000] ACPI: MCFG 0x00000000EEFB8D67 00003C (v01 HPQOEM TYLSBURG 00000001      00000000)
[    0.000000] ACPI: TCPA 0x00000000EEFB8DA3 000032 (v01 HPQOEM TYLSBURG 00000001      00000000)
[    0.000000] ACPI: SLIC 0x00000000EEFB8DD5 000176 (v01 HPQOEM SLIC-WKS 00000001      00000000)
[    0.000000] ACPI: HPET 0x00000000EEFB8F4B 000038 (v01 HPQOEM TYLSBURG 00000001      00000000)
[    0.000000] ACPI: XMAR 0x00000000EEFB8F83 000170 (v01 HPQOEM TYLSBURG 00000001      00000000)
[    0.000000] ACPI: SRAT 0x00000000EEFB9123 0002F8 (v02 HPQOEM TYLSBURG 00000001      00000000)
[    0.000000] ACPI: SSDT 0x00000000EEFC4E11 0075FC (v01 INTEL  PPM RCM  80000001 INTL 20061109)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] Setting APIC routing to Xen PV.
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000004f86afff]
[    0.000000] NODE_DATA(0) allocated [mem 0x4f573000-0x4f599fff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x000000004f86afff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000094fff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000004f86afff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000004f86afff]
[    0.000000] On node 0 totalpages: 325631
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 22 pages reserved
[    0.000000]   DMA zone: 3988 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 5026 pages used for memmap
[    0.000000]   DMA32 zone: 321643 pages, LIFO batch:31
[    0.000000] p2m virtual area at ffffc90000000000, size is 400000
[    0.000000] Remapped 107 page(s)
[    0.000000] ACPI: PM-Timer IO Port: 0xf808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
[    0.000000] IOAPIC[1]: apic_id 2, version 32, address 0xfec10000, GSI 24-47
[    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: 0x8086a301 base: 0xfed00000
[    0.000000] smpboot: Allowing 32 CPUs, 8 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00095000-0x00095fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00096000-0x000fffff]
[    0.000000] e820: [mem 0x4f86b000-0xeefa57ff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on Xen
[    0.000000] Xen version: 4.4.4OVM (preserve-AD)
[    0.000000] clocksource refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1
[    0.000000] PERCPU: Embedded 35 pages/cpu @ffff88004d000000 s104536 r8192 d30632 u262144
[    0.000000] pcpu-alloc: s104536 r8192 d30632 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
[    0.000000] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31
[    0.000000] xen: PV spinlocks enabled
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 320519
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: placeholder root=UUID=9bcba43f-a6b8-45d4-a58e-7335931f88da ro rd_NO_LUKS rd_NO_LVM LANG=en_US.UTF-8 rd_NO_MD SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM rhgb quiet
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] software IO TLB [mem 0x49000000-0x4d000000] (64MB) mapped at [ffff880049000000-ffff88004cffffff]
[    0.000000] Memory: 1149992K/1302524K available (7148K kernel code, 1654K rwdata, 3900K rodata, 1988K init, 3012K bss, 152532K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=20, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=20.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=20
[    0.000000] NR_IRQS:524544 nr_irqs:992 16
[    0.000000] xen:events: Using FIFO-based ABI
[    0.000000] xen: --> pirq=1 -> irq=1 (gsi=1)
[    0.000000] xen: --> pirq=2 -> irq=2 (gsi=2)
[    0.000000] xen: --> pirq=3 -> irq=3 (gsi=3)
[    0.000000] xen: --> pirq=4 -> irq=4 (gsi=4)
[    0.000000] xen: --> pirq=5 -> irq=5 (gsi=5)
[    0.000000] xen: --> pirq=6 -> irq=6 (gsi=6)
[    0.000000] xen: --> pirq=7 -> irq=7 (gsi=7)
[    0.000000] xen: --> pirq=8 -> irq=8 (gsi=8)
[    0.000000] xen: --> pirq=9 -> irq=9 (gsi=9)
[    0.000000] xen: --> pirq=10 -> irq=10 (gsi=10)
[    0.000000] xen: --> pirq=11 -> irq=11 (gsi=11)
[    0.000000] xen: --> pirq=12 -> irq=12 (gsi=12)
[    0.000000] xen: --> pirq=13 -> irq=13 (gsi=13)
[    0.000000] xen: --> pirq=14 -> irq=14 (gsi=14)
[    0.000000] xen: --> pirq=15 -> irq=15 (gsi=15)
[    0.000000]  Offload RCU callbacks from all CPUs
[    0.000000]  Offload RCU callbacks from CPUs: 0-19.
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource xen: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    0.000000] Xen: using vcpuop timer interface
[    0.000000] installing Xen timer for CPU 0
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3058.885 MHz processor
[    4.939039] Calibrating delay loop (skipped), value calculated using timer frequency.. 6118.14 BogoMIPS (lpj=3059072)
[    4.939041] pid_max: default: 32768 minimum: 301
[    4.939050] ACPI: Core revision 20150410
[    4.969044] ACPI: All ACPI Tables successfully acquired
[    4.969364] Security Framework initialized
[    4.969371] SELinux:  Initializing.
[    4.969379] SELinux:  Starting in permissive mode
[    4.969727] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    4.970188] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    4.970345] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    4.970353] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    4.970623] Initializing cgroup subsys blkio
[    4.970627] Initializing cgroup subsys memory
[    4.970637] Initializing cgroup subsys devices
[    4.970640] Initializing cgroup subsys freezer
[    4.970643] Initializing cgroup subsys net_cls
[    4.970647] Initializing cgroup subsys perf_event
[    4.970651] Initializing cgroup subsys net_prio
[    4.970653] Initializing cgroup subsys hugetlb
[    4.970704] FEATURE SPEC_CTRL Not Present
[    4.970704] FEATURE IBPB Not Present
[    4.970724] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    4.970725] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    4.970729] mce: CPU supports 2 MCE banks
[    4.970747] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
[    4.970748] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    4.970752] Spectre V2 : Options: retpoline
[    4.971139] Spectre V2 : Mitigation: Full generic retpoline
[    4.971140] Spectre V2 : Filling RSB on context switch
[    4.971142] Speculative Store Bypass: Vulnerable
[    4.971392] Freeing SMP alternatives memory: 28K (ffffffff81e5e000 - ffffffff81e65000)
[    4.974748] ftrace: allocating 27423 entries in 108 pages
[    4.998056] cpu 0 spinlock event irq 49
[    4.998068] VPMU disabled by hypervisor.
[    5.015200] Performance Events: unsupported p6 CPU model 44 no PMU driver, software events only.
[    5.016162] NMI watchdog: disabled (cpu0): hardware events not enabled
[    5.016164] NMI watchdog: Shutting down hard lockup detector on all cpus
[    5.016307] installing Xen timer for CPU 1
[    5.016321] cpu 1 spinlock event irq 56
[    5.016761] installing Xen timer for CPU 2
[    5.016775] cpu 2 spinlock event irq 63
[    5.017122] installing Xen timer for CPU 3
[    5.017136] cpu 3 spinlock event irq 70
[    5.017466] installing Xen timer for CPU 4
[    5.017479] cpu 4 spinlock event irq 77
[    5.017805] installing Xen timer for CPU 5
[    5.017822] cpu 5 spinlock event irq 84
[    5.018169] installing Xen timer for CPU 6
[    5.018183] cpu 6 spinlock event irq 91
[    5.018513] installing Xen timer for CPU 7
[    5.018528] cpu 7 spinlock event irq 98
[    5.018849] installing Xen timer for CPU 8
[    5.018863] cpu 8 spinlock event irq 105
[    5.019212] installing Xen timer for CPU 9
[    5.019228] cpu 9 spinlock event irq 112
[    5.019554] installing Xen timer for CPU 10
[    5.019569] cpu 10 spinlock event irq 119
[    5.019850] installing Xen timer for CPU 11
[    5.019862] cpu 11 spinlock event irq 126
[    5.020176] installing Xen timer for CPU 12
[    5.020187] cpu 12 spinlock event irq 133
[    5.020545] installing Xen timer for CPU 13
[    5.020558] cpu 13 spinlock event irq 140
[    5.020856] installing Xen timer for CPU 14
[    5.020868] cpu 14 spinlock event irq 147
[    5.021188] installing Xen timer for CPU 15
[    5.021201] cpu 15 spinlock event irq 154
[    5.021503] installing Xen timer for CPU 16
[    5.021514] cpu 16 spinlock event irq 161
[    5.021814] installing Xen timer for CPU 17
[    5.021826] cpu 17 spinlock event irq 168
[    5.022144] installing Xen timer for CPU 18
[    5.022159] cpu 18 spinlock event irq 175
[    5.022465] installing Xen timer for CPU 19
[    5.022478] cpu 19 spinlock event irq 182
[    5.022673] x86: Booted up 1 node, 20 CPUs
[    5.023279] devtmpfs: initialized
[    5.026327] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    5.026621] pinctrl core: initialized pinctrl subsystem
[    5.026880] NET: Registered protocol family 16
[    5.026899] xen:grant_table: Grant tables using version 1 layout
[    5.026936] Grant table initialized
[    5.027319] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    5.027321] ACPI: bus type PCI registered
[    5.027323] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    5.027655] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
[    5.027658] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
[    5.035920] PCI: Using configuration type 1 for base access
[    5.041907] ACPI: Added _OSI(Module Device)
[    5.041909] ACPI: Added _OSI(Processor Device)
[    5.041911] ACPI: Added _OSI(3.0 _SCP Extensions)
[    5.041912] ACPI: Added _OSI(Processor Aggregator Device)
[    5.044346] xen: registering gsi 9 triggering 0 polarity 0
[    5.052898] ACPI: Interpreter enabled
[    5.052905] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150410/hwxface-580)
[    5.052909] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150410/hwxface-580)
[    5.052921] ACPI: (supports S0 S3 S4 S5)
[    5.052922] ACPI: Using IOAPIC for interrupt routing
[    5.052945] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    5.058803] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3d])
[    5.058809] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    5.058875] ACPI Error: [CAPD] Namespace lookup failure, AE_ALREADY_EXISTS (20150410/dsfield-211)
[    5.058879] ACPI Error: Method parse/execution failed [\_SB_.PCI0._OSC] (Node ffff880048cb6fa0), AE_ALREADY_EXISTS (20150410/psparse-536)
[    5.058887] acpi PNP0A08:00: _OSC failed (AE_ALREADY_EXISTS); disabling ASPM
[    5.059093] acpi PNP0A08:00: host bridge window expanded to [io  0x0000-0x03af window]; [io  0x0000-0x03af window] ignored
[    5.059240] PCI host bridge to bus 0000:00
[    5.059243] pci_bus 0000:00: root bus resource [bus 00-3d]
[    5.059246] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    5.059247] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfdffffff window]
[    5.059250] pci_bus 0000:00: root bus resource [mem 0xfed00000-0xfed003ff window]
[    5.059251] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window]
[    5.059253] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    5.059255] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    5.059257] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    5.059259] pci_bus 0000:00: root bus resource [io  0x0d00-0x0fff window]
[    5.059261] pci_bus 0000:00: root bus resource [io  0x1000-0xefff window]
[    5.059282] pci 0000:00:00.0: [8086:3406] type 00 class 0x060000
[    5.059408] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[    5.059528] pci 0000:00:01.0: [8086:3408] type 01 class 0x060400
[    5.059645] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    5.059692] pci 0000:00:01.0: System wakeup disabled by ACPI
[    5.059762] pci 0000:00:03.0: [8086:340a] type 01 class 0x060400
[    5.059877] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    5.059921] pci 0000:00:03.0: System wakeup disabled by ACPI
[    5.059993] pci 0000:00:07.0: [8086:340e] type 01 class 0x060400
[    5.060110] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    5.060155] pci 0000:00:07.0: System wakeup disabled by ACPI
[    5.060227] pci 0000:00:10.0: [8086:3425] type 00 class 0x080000
[    5.060406] pci 0000:00:10.1: [8086:3426] type 00 class 0x080000
[    5.060573] pci 0000:00:11.0: [8086:3427] type 00 class 0x080000
[    5.060741] pci 0000:00:11.1: [8086:3428] type 00 class 0x080000
[    5.060901] pci 0000:00:14.0: [8086:342e] type 00 class 0x080000
[    5.061084] pci 0000:00:14.1: [8086:3422] type 00 class 0x080000
[    5.061261] pci 0000:00:14.2: [8086:3423] type 00 class 0x080000
[    5.061452] pci 0000:00:15.0: [8086:342f] type 00 class 0x080020
[    5.061628] pci 0000:00:1a.0: [8086:3a37] type 00 class 0x0c0300
[    5.061714] pci 0000:00:1a.0: reg 0x20: [io  0xb000-0xb01f]
[    5.061812] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    5.061868] pci 0000:00:1a.1: [8086:3a38] type 00 class 0x0c0300
[    5.061952] pci 0000:00:1a.1: reg 0x20: [io  0xb020-0xb03f]
[    5.062050] pci 0000:00:1a.1: System wakeup disabled by ACPI
[    5.062106] pci 0000:00:1a.2: [8086:3a39] type 00 class 0x0c0300
[    5.062191] pci 0000:00:1a.2: reg 0x20: [io  0xb040-0xb05f]
[    5.062290] pci 0000:00:1a.2: System wakeup disabled by ACPI
[    5.062364] pci 0000:00:1a.7: [8086:3a3c] type 00 class 0x0c0320
[    5.062398] pci 0000:00:1a.7: reg 0x10: [mem 0xfa004800-0xfa004bff]
[    5.062558] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    5.062601] pci 0000:00:1a.7: System wakeup disabled by ACPI
[    5.062679] pci 0000:00:1b.0: [8086:3a3e] type 00 class 0x040300
[    5.062711] pci 0000:00:1b.0: reg 0x10: [mem 0xfa000000-0xfa003fff 64bit]
[    5.062845] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    5.062951] pci 0000:00:1c.0: [8086:3a40] type 01 class 0x060400
[    5.063079] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    5.063124] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    5.063196] pci 0000:00:1c.5: [8086:3a4a] type 01 class 0x060400
[    5.063325] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    5.063379] pci 0000:00:1c.5: System wakeup disabled by ACPI
[    5.063448] pci 0000:00:1d.0: [8086:3a34] type 00 class 0x0c0300
[    5.063542] pci 0000:00:1d.0: reg 0x20: [io  0xb060-0xb07f]
[    5.063645] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    5.063704] pci 0000:00:1d.1: [8086:3a35] type 00 class 0x0c0300
[    5.063788] pci 0000:00:1d.1: reg 0x20: [io  0xb080-0xb09f]
[    5.063886] pci 0000:00:1d.1: System wakeup disabled by ACPI
[    5.063944] pci 0000:00:1d.2: [8086:3a36] type 00 class 0x0c0300
[    5.064028] pci 0000:00:1d.2: reg 0x20: [io  0xb0a0-0xb0bf]
[    5.064126] pci 0000:00:1d.2: System wakeup disabled by ACPI
[    5.064196] pci 0000:00:1d.7: [8086:3a3a] type 00 class 0x0c0320
[    5.064229] pci 0000:00:1d.7: reg 0x10: [mem 0xfa004c00-0xfa004fff]
[    5.064385] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    5.064429] pci 0000:00:1d.7: System wakeup disabled by ACPI
[    5.064497] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[    5.064634] pci 0000:00:1e.0: System wakeup disabled by ACPI
[    5.064694] pci 0000:00:1f.0: [8086:3a16] type 00 class 0x060100
[    5.064834] pci 0000:00:1f.0: can't claim BAR 13 [io  0xf800-0xf87f]: no compatible bridge window
[    5.064841] pci 0000:00:1f.0: can't claim BAR 14 [io  0xfa00-0xfa3f]: no compatible bridge window
[    5.064846] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0400 (mask 007f)
[    5.064850] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0480 (mask 000f)
[    5.064854] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 0cb0 (mask 000f)
[    5.064987] pci 0000:00:1f.2: [8086:2822] type 00 class 0x010400
[    5.065019] pci 0000:00:1f.2: reg 0x10: [io  0xb100-0xb107]
[    5.065034] pci 0000:00:1f.2: reg 0x14: [io  0xb110-0xb113]
[    5.065049] pci 0000:00:1f.2: reg 0x18: [io  0xb108-0xb10f]
[    5.065065] pci 0000:00:1f.2: reg 0x1c: [io  0xb114-0xb117]
[    5.065080] pci 0000:00:1f.2: reg 0x20: [io  0xb0c0-0xb0df]
[    5.065095] pci 0000:00:1f.2: reg 0x24: [mem 0xfa004000-0xfa0047ff]
[    5.065172] pci 0000:00:1f.2: PME# supported from D3hot
[    5.065345] pci 0000:00:01.0: PCI bridge to [bus 03]
[    5.065467] pci 0000:0f:00.0: [111d:806e] type 01 class 0x060400
[    5.065612] pci 0000:0f:00.0: PME# supported from D0 D3hot D3cold
[    5.067593] pci 0000:00:03.0: PCI bridge to [bus 0f-14]
[    5.067600] pci 0000:00:03.0:   bridge window [io  0xc000-0xcfff]
[    5.067605] pci 0000:00:03.0:   bridge window [mem 0xf9000000-0xf92fffff]
[    5.067704] pci 0000:10:02.0: [111d:806e] type 01 class 0x060400
[    5.067852] pci 0000:10:02.0: PME# supported from D0 D3hot D3cold
[    5.067954] pci 0000:10:03.0: [111d:806e] type 01 class 0x060400
[    5.068100] pci 0000:10:03.0: PME# supported from D0 D3hot D3cold
[    5.068200] pci 0000:10:04.0: [111d:806e] type 01 class 0x060400
[    5.068345] pci 0000:10:04.0: PME# supported from D0 D3hot D3cold
[    5.068449] pci 0000:10:05.0: [111d:806e] type 01 class 0x060400
[    5.068605] pci 0000:10:05.0: PME# supported from D0 D3hot D3cold
[    5.068785] pci 0000:0f:00.0: PCI bridge to [bus 10-14]
[    5.068797] pci 0000:0f:00.0:   bridge window [io  0xc000-0xcfff]
[    5.068803] pci 0000:0f:00.0:   bridge window [mem 0xf9000000-0xf92fffff]
[    5.068878] pci 0000:10:02.0: PCI bridge to [bus 11]
[    5.068993] pci 0000:12:00.0: [1b4b:9235] type 00 class 0x010601
[    5.069019] pci 0000:12:00.0: reg 0x10: [io  0xc020-0xc027]
[    5.069037] pci 0000:12:00.0: reg 0x14: [io  0xc030-0xc033]
[    5.069054] pci 0000:12:00.0: reg 0x18: [io  0xc028-0xc02f]
[    5.069071] pci 0000:12:00.0: reg 0x1c: [io  0xc034-0xc037]
[    5.069089] pci 0000:12:00.0: reg 0x20: [io  0xc000-0xc01f]
[    5.069106] pci 0000:12:00.0: reg 0x24: [mem 0xf9200000-0xf92007ff]
[    5.069124] pci 0000:12:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[    5.069202] pci 0000:12:00.0: PME# supported from D3hot
[    5.069327] pci 0000:10:03.0: PCI bridge to [bus 12]
[    5.069338] pci 0000:10:03.0:   bridge window [io  0xc000-0xcfff]
[    5.069344] pci 0000:10:03.0:   bridge window [mem 0xf9200000-0xf92fffff]
[    5.069454] pci 0000:13:00.0: [8086:f1a8] type 00 class 0x010802
[    5.069495] pci 0000:13:00.0: reg 0x10: [mem 0xf9000000-0xf9003fff 64bit]
[    5.069605] pci 0000:13:00.0: can't set Max Payload Size to 256; if necessary, use "pci=pcie_bus_safe" and report a bug
[    5.069859] pci 0000:10:04.0: PCI bridge to [bus 13]
[    5.069875] pci 0000:10:04.0:   bridge window [mem 0xf9000000-0xf90fffff]
[    5.069982] pci 0000:14:00.0: [8086:f1a8] type 00 class 0x010802
[    5.070025] pci 0000:14:00.0: reg 0x10: [mem 0xf9100000-0xf9103fff 64bit]
[    5.070127] pci 0000:14:00.0: can't set Max Payload Size to 256; if necessary, use "pci=pcie_bus_safe" and report a bug
[    5.070374] pci 0000:10:05.0: PCI bridge to [bus 14]
[    5.070390] pci 0000:10:05.0:   bridge window [mem 0xf9100000-0xf91fffff]
[    5.070561] pci 0000:28:00.0: [111d:806e] type 01 class 0x060400
[    5.070705] pci 0000:28:00.0: PME# supported from D0 D3hot D3cold
[    5.072626] pci 0000:00:07.0: PCI bridge to [bus 28-2d]
[    5.072633] pci 0000:00:07.0:   bridge window [io  0xd000-0xdfff]
[    5.072638] pci 0000:00:07.0:   bridge window [mem 0xf8000000-0xf82fffff]
[    5.072738] pci 0000:29:02.0: [111d:806e] type 01 class 0x060400
[    5.072886] pci 0000:29:02.0: PME# supported from D0 D3hot D3cold
[    5.072987] pci 0000:29:03.0: [111d:806e] type 01 class 0x060400
[    5.073133] pci 0000:29:03.0: PME# supported from D0 D3hot D3cold
[    5.073232] pci 0000:29:04.0: [111d:806e] type 01 class 0x060400
[    5.073378] pci 0000:29:04.0: PME# supported from D0 D3hot D3cold
[    5.073481] pci 0000:29:05.0: [111d:806e] type 01 class 0x060400
[    5.073638] pci 0000:29:05.0: PME# supported from D0 D3hot D3cold
[    5.073820] pci 0000:28:00.0: PCI bridge to [bus 29-2d]
[    5.073832] pci 0000:28:00.0:   bridge window [io  0xd000-0xdfff]
[    5.073838] pci 0000:28:00.0:   bridge window [mem 0xf8000000-0xf82fffff]
[    5.073915] pci 0000:29:02.0: PCI bridge to [bus 2a]
[    5.074029] pci 0000:2b:00.0: [1b4b:9235] type 00 class 0x010601
[    5.074055] pci 0000:2b:00.0: reg 0x10: [io  0xd020-0xd027]
[    5.074073] pci 0000:2b:00.0: reg 0x14: [io  0xd030-0xd033]
[    5.074090] pci 0000:2b:00.0: reg 0x18: [io  0xd028-0xd02f]
[    5.074107] pci 0000:2b:00.0: reg 0x1c: [io  0xd034-0xd037]
[    5.074125] pci 0000:2b:00.0: reg 0x20: [io  0xd000-0xd01f]
[    5.074142] pci 0000:2b:00.0: reg 0x24: [mem 0xf8200000-0xf82007ff]
[    5.074160] pci 0000:2b:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[    5.074238] pci 0000:2b:00.0: PME# supported from D3hot
[    5.074362] pci 0000:29:03.0: PCI bridge to [bus 2b]
[    5.074373] pci 0000:29:03.0:   bridge window [io  0xd000-0xdfff]
[    5.074380] pci 0000:29:03.0:   bridge window [mem 0xf8200000-0xf82fffff]
[    5.074489] pci 0000:2c:00.0: [8086:f1a8] type 00 class 0x010802
[    5.074533] pci 0000:2c:00.0: reg 0x10: [mem 0xf8000000-0xf8003fff 64bit]
[    5.074642] pci 0000:2c:00.0: can't set Max Payload Size to 256; if necessary, use "pci=pcie_bus_safe" and report a bug
[    5.074894] pci 0000:29:04.0: PCI bridge to [bus 2c]
[    5.074910] pci 0000:29:04.0:   bridge window [mem 0xf8000000-0xf80fffff]
[    5.075015] pci 0000:2d:00.0: [8086:f1a8] type 00 class 0x010802
[    5.075056] pci 0000:2d:00.0: reg 0x10: [mem 0xf8100000-0xf8103fff 64bit]
[    5.075157] pci 0000:2d:00.0: can't set Max Payload Size to 256; if necessary, use "pci=pcie_bus_safe" and report a bug
[    5.075403] pci 0000:29:05.0: PCI bridge to [bus 2d]
[    5.075419] pci 0000:29:05.0:   bridge window [mem 0xf8100000-0xf81fffff]
[    5.075570] pci 0000:00:1c.0: PCI bridge to [bus 1c]
[    5.075702] pci 0000:01:00.0: [14e4:1684] type 00 class 0x020000
[    5.075744] pci 0000:01:00.0: reg 0x10: [mem 0xfb000000-0xfb00ffff 64bit]
[    5.075955] pci 0000:01:00.0: PME# supported from D3hot D3cold
[    5.078685] pci 0000:00:1c.5: PCI bridge to [bus 01]
[    5.078703] pci 0000:00:1c.5:   bridge window [mem 0xfb000000-0xfb0fffff]
[    5.078822] pci 0000:37:05.0: [11c1:5811] type 00 class 0x0c0010
[    5.078851] pci 0000:37:05.0: reg 0x10: [mem 0xfd000000-0xfd000fff]
[    5.078988] pci 0000:37:05.0: supports D1 D2
[    5.078990] pci 0000:37:05.0: PME# supported from D0 D1 D2 D3hot
[    5.079074] pci 0000:37:09.0: [1002:4752] type 00 class 0x030000
[    5.079104] pci 0000:37:09.0: reg 0x10: [mem 0xfc000000-0xfcffffff]
[    5.079123] pci 0000:37:09.0: reg 0x14: [io  0xe000-0xe0ff]
[    5.079141] pci 0000:37:09.0: reg 0x18: [mem 0xfd001000-0xfd001fff]
[    5.079207] pci 0000:37:09.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
[    5.079254] pci 0000:37:09.0: supports D1 D2
[    5.079362] pci 0000:00:1e.0: PCI bridge to [bus 37] (subtractive decode)
[    5.079368] pci 0000:00:1e.0:   bridge window [io  0xe000-0xefff]
[    5.079374] pci 0000:00:1e.0:   bridge window [mem 0xfc000000-0xfd0fffff]
[    5.079384] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    5.079386] pci 0000:00:1e.0:   bridge window [mem 0xf8000000-0xfdffffff window] (subtractive decode)
[    5.079388] pci 0000:00:1e.0:   bridge window [mem 0xfed00000-0xfed003ff window] (subtractive decode)
[    5.079390] pci 0000:00:1e.0:   bridge window [mem 0xfed40000-0xfed44fff window] (subtractive decode)
[    5.079391] pci 0000:00:1e.0:   bridge window [io  0x0000-0x03af window] (subtractive decode)
[    5.079393] pci 0000:00:1e.0:   bridge window [io  0x03b0-0x03df window] (subtractive decode)
[    5.079395] pci 0000:00:1e.0:   bridge window [io  0x03e0-0x0cf7 window] (subtractive decode)
[    5.079397] pci 0000:00:1e.0:   bridge window [io  0x0d00-0x0fff window] (subtractive decode)
[    5.079398] pci 0000:00:1e.0:   bridge window [io  0x1000-0xefff window] (subtractive decode)
[    5.079490] xen: registering gsi 13 triggering 1 polarity 0
[    5.079911] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 14 15)
[    5.079996] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *7 10 11 14 15)
[    5.080082] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *7 10 11 14 15)
[    5.080167] ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 6 7 10 11 14 15)
[    5.080252] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 *10 11 14 15)
[    5.080336] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 *5 6 7 10 11 14 15)
[    5.080421] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 7 10 11 14 15)
[    5.080505] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 14 15) *0, disabled.
[    5.080616] ACPI: PCI Root Bridge [NHL1] (domain 0000 [bus 3f])
[    5.080620] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    5.080624] acpi PNP0A08:02: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    5.080689] PCI host bridge to bus 0000:3f
[    5.080692] pci_bus 0000:3f: root bus resource [bus 3f]
[    5.080703] pci 0000:3f:00.0: [8086:2c70] type 00 class 0x060000
[    5.080803] pci 0000:3f:00.1: [8086:2d81] type 00 class 0x060000
[    5.080909] pci 0000:3f:02.0: [8086:2d90] type 00 class 0x060000
[    5.081003] pci 0000:3f:02.1: [8086:2d91] type 00 class 0x060000
[    5.081097] pci 0000:3f:02.2: [8086:2d92] type 00 class 0x060000
[    5.081191] pci 0000:3f:02.3: [8086:2d93] type 00 class 0x060000
[    5.081287] pci 0000:3f:02.4: [8086:2d94] type 00 class 0x060000
[    5.081382] pci 0000:3f:02.5: [8086:2d95] type 00 class 0x060000
[    5.081478] pci 0000:3f:03.0: [8086:2d98] type 00 class 0x060000
[    5.081582] pci 0000:3f:03.1: [8086:2d99] type 00 class 0x060000
[    5.081692] pci 0000:3f:03.2: [8086:2d9a] type 00 class 0x060000
[    5.081790] pci 0000:3f:03.4: [8086:2d9c] type 00 class 0x060000
[    5.081889] pci 0000:3f:04.0: [8086:2da0] type 00 class 0x060000
[    5.081984] pci 0000:3f:04.1: [8086:2da1] type 00 class 0x060000
[    5.082079] pci 0000:3f:04.2: [8086:2da2] type 00 class 0x060000
[    5.082174] pci 0000:3f:04.3: [8086:2da3] type 00 class 0x060000
[    5.082275] pci 0000:3f:05.0: [8086:2da8] type 00 class 0x060000
[    5.082368] pci 0000:3f:05.1: [8086:2da9] type 00 class 0x060000
[    5.082462] pci 0000:3f:05.2: [8086:2daa] type 00 class 0x060000
[    5.082557] pci 0000:3f:05.3: [8086:2dab] type 00 class 0x060000
[    5.082677] pci 0000:3f:06.0: [8086:2db0] type 00 class 0x060000
[    5.082775] pci 0000:3f:06.1: [8086:2db1] type 00 class 0x060000
[    5.082872] pci 0000:3f:06.2: [8086:2db2] type 00 class 0x060000
[    5.082966] pci 0000:3f:06.3: [8086:2db3] type 00 class 0x060000
[    5.083164] ACPI: PCI Root Bridge [NHL2] (domain 0000 [bus 3e])
[    5.083168] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    5.083172] acpi PNP0A08:03: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    5.083235] PCI host bridge to bus 0000:3e
[    5.083237] pci_bus 0000:3e: root bus resource [bus 3e]
[    5.083247] pci 0000:3e:00.0: [8086:2c70] type 00 class 0x060000
[    5.083349] pci 0000:3e:00.1: [8086:2d81] type 00 class 0x060000
[    5.083455] pci 0000:3e:02.0: [8086:2d90] type 00 class 0x060000
[    5.083550] pci 0000:3e:02.1: [8086:2d91] type 00 class 0x060000
[    5.083656] pci 0000:3e:02.2: [8086:2d92] type 00 class 0x060000
[    5.083763] pci 0000:3e:02.3: [8086:2d93] type 00 class 0x060000
[    5.083862] pci 0000:3e:02.4: [8086:2d94] type 00 class 0x060000
[    5.083956] pci 0000:3e:02.5: [8086:2d95] type 00 class 0x060000
[    5.084052] pci 0000:3e:03.0: [8086:2d98] type 00 class 0x060000
[    5.084146] pci 0000:3e:03.1: [8086:2d99] type 00 class 0x060000
[    5.084240] pci 0000:3e:03.2: [8086:2d9a] type 00 class 0x060000
[    5.084336] pci 0000:3e:03.4: [8086:2d9c] type 00 class 0x060000
[    5.084435] pci 0000:3e:04.0: [8086:2da0] type 00 class 0x060000
[    5.084529] pci 0000:3e:04.1: [8086:2da1] type 00 class 0x060000
[    5.084636] pci 0000:3e:04.2: [8086:2da2] type 00 class 0x060000
[    5.084744] pci 0000:3e:04.3: [8086:2da3] type 00 class 0x060000
[    5.084846] pci 0000:3e:05.0: [8086:2da8] type 00 class 0x060000
[    5.084939] pci 0000:3e:05.1: [8086:2da9] type 00 class 0x060000
[    5.085033] pci 0000:3e:05.2: [8086:2daa] type 00 class 0x060000
[    5.085131] pci 0000:3e:05.3: [8086:2dab] type 00 class 0x060000
[    5.085232] pci 0000:3e:06.0: [8086:2db0] type 00 class 0x060000
[    5.085327] pci 0000:3e:06.1: [8086:2db1] type 00 class 0x060000
[    5.085423] pci 0000:3e:06.2: [8086:2db2] type 00 class 0x060000
[    5.085517] pci 0000:3e:06.3: [8086:2db3] type 00 class 0x060000
[    5.085976] ACPI: Enabled 1 GPEs in block 00 to 3F
[    5.086214] xen:balloon: Initialising balloon driver
[    5.086249] xen_balloon: Initialising balloon driver
[    5.086358] vgaarb: setting as boot device: PCI:0000:37:09.0
[    5.086361] vgaarb: device added: PCI:0000:37:09.0,decodes=io+mem,owns=io+mem,locks=none
[    5.086367] vgaarb: loaded
[    5.086368] vgaarb: bridge control possible 0000:37:09.0
[    5.086460] SCSI subsystem initialized
[    5.086615] libata version 3.00 loaded.
[    5.086674] ACPI: bus type USB registered
[    5.086699] usbcore: registered new interface driver usbfs
[    5.086711] usbcore: registered new interface driver hub
[    5.086836] usbcore: registered new device driver usb
[    5.087115] PCI: Using ACPI for IRQ routing
[    5.089786] PCI: pci_cache_line_size set to 64 bytes
[    5.090135] e820: reserve RAM buffer [mem 0x00095000-0x0009ffff]
[    5.090137] e820: reserve RAM buffer [mem 0x4f86b000-0x4fffffff]
[    5.090257] NetLabel: Initializing
[    5.090259] NetLabel:  domain hash size = 128
[    5.090259] NetLabel:  protocols = UNLABELED CIPSOv4
[    5.090272] NetLabel:  unlabeled traffic allowed by default
[    5.090338] amd_nb: Cannot enumerate AMD northbridges
[    5.090412] Switched to clocksource xen
[    5.097949] pnp: PnP ACPI init
[    5.097988] xen: registering gsi 8 triggering 1 polarity 0
[    5.098014] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[    5.098022] xen: registering gsi 12 triggering 1 polarity 0
[    5.098040] pnp 00:01: Plug and Play ACPI device, IDs PNP0f13 PNP0f0e (active)
[    5.098047] xen: registering gsi 1 triggering 1 polarity 0
[    5.098064] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
[    5.098188] pnp 00:03: Plug and Play ACPI device, IDs PNP0700 (disabled)
[    5.098225] pnp 00:04: Plug and Play ACPI device, IDs IFX0102 PNP0c31 (active)
[    5.098491] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    5.098553] system 00:06: [io  0x0400-0x041f] has been reserved
[    5.098555] system 00:06: [io  0x0420-0x043f] has been reserved
[    5.098557] system 00:06: [io  0x0440-0x045f] has been reserved
[    5.098559] system 00:06: [io  0x0460-0x047f] has been reserved
[    5.098562] system 00:06: [io  0x0480-0x048f] has been reserved
[    5.098565] system 00:06: [io  0xf800-0xf81f] could not be reserved
[    5.098567] system 00:06: [io  0xf820-0xf83f] has been reserved
[    5.098570] system 00:06: [io  0xf840-0xf85f] has been reserved
[    5.098572] system 00:06: [io  0xf860-0xf87f] has been reserved
[    5.098574] system 00:06: [io  0xfa00-0xfa3f] has been reserved
[    5.098576] system 00:06: [io  0xfc00-0xfc7f] has been reserved
[    5.098578] system 00:06: [io  0xfc80-0xfcff] has been reserved
[    5.098579] system 00:06: [io  0xfe00-0xfe7f] has been reserved
[    5.098581] system 00:06: [io  0xfe80-0xfeff] has been reserved
[    5.098584] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    5.098645] system 00:07: [io  0x04d0-0x04d1] has been reserved
[    5.098648] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    5.099089] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved
[    5.099092] system 00:08: [mem 0x00100000-0xefffffff] could not be reserved
[    5.099094] system 00:08: [mem 0x000e8000-0x000fffff] could not be reserved
[    5.099096] system 00:08: [mem 0xfec01000-0xfecfffff] could not be reserved
[    5.099099] system 00:08: [mem 0xfed00000-0xfed3ffff] could not be reserved
[    5.099101] system 00:08: [mem 0xfed45000-0xffffffff] has been reserved
[    5.099103] system 00:08: [mem 0xf0000000-0xf3ffffff] has been reserved
[    5.099105] system 00:08: [mem 0x000d4000-0x000e7fff] could not be reserved
[    5.099108] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
[    5.099116] pnp: PnP ACPI: found 9 devices
[    5.108785] PM-Timer failed consistency check  (0xffffff) - aborting.
[    5.108985] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 1c] add_size 1000
[    5.108988] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 1c] add_size 200000 add_align 100000
[    5.108991] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 1c] add_size 200000 add_align 100000
[    5.109005] pci 0000:00:1c.5: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
[    5.109008] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[    5.109040] pci 0000:00:1f.0: BAR 13: [io  size 0x0080] has bogus alignment
[    5.109042] pci 0000:00:1f.0: BAR 14: [io  size 0x0040] has bogus alignment
[    5.109045] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] res_to_dev_res add_size 200000 min_align 100000
[    5.109047] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x002fffff] res_to_dev_res add_size 200000 min_align 100000
[    5.109049] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    5.109051] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    5.109053] pci 0000:00:1c.5: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    5.109055] pci 0000:00:1c.5: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    5.109057] pci 0000:00:1c.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    5.109059] pci 0000:00:1c.0: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    5.109061] pci 0000:00:1c.5: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    5.109063] pci 0000:00:1c.5: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    5.109068] pci 0000:00:1c.0: BAR 14: assigned [mem 0xf8300000-0xf84fffff]
[    5.109072] pci 0000:00:1c.0: BAR 15: assigned [mem 0xf8500000-0xf86fffff 64bit pref]
[    5.109076] pci 0000:00:1c.5: BAR 15: assigned [mem 0xf8700000-0xf88fffff 64bit pref]
[    5.109079] pci 0000:00:1c.0: BAR 13: assigned [io  0x1000-0x1fff]
[    5.109082] pci 0000:00:1c.5: BAR 13: assigned [io  0x2000-0x2fff]
[    5.109085] pci 0000:00:01.0: PCI bridge to [bus 03]
[    5.109104] pci 0000:10:02.0: PCI bridge to [bus 11]
[    5.109128] pci 0000:12:00.0: BAR 6: assigned [mem 0xf9210000-0xf921ffff pref]
[    5.109130] pci 0000:10:03.0: PCI bridge to [bus 12]
[    5.109134] pci 0000:10:03.0:   bridge window [io  0xc000-0xcfff]
[    5.109143] pci 0000:10:03.0:   bridge window [mem 0xf9200000-0xf92fffff]
[    5.109159] pci 0000:10:04.0: PCI bridge to [bus 13]
[    5.109168] pci 0000:10:04.0:   bridge window [mem 0xf9000000-0xf90fffff]
[    5.109184] pci 0000:10:05.0: PCI bridge to [bus 14]
[    5.109193] pci 0000:10:05.0:   bridge window [mem 0xf9100000-0xf91fffff]
[    5.109209] pci 0000:0f:00.0: PCI bridge to [bus 10-14]
[    5.109213] pci 0000:0f:00.0:   bridge window [io  0xc000-0xcfff]
[    5.109222] pci 0000:0f:00.0:   bridge window [mem 0xf9000000-0xf92fffff]
[    5.109239] pci 0000:00:03.0: PCI bridge to [bus 0f-14]
[    5.109242] pci 0000:00:03.0:   bridge window [io  0xc000-0xcfff]
[    5.109249] pci 0000:00:03.0:   bridge window [mem 0xf9000000-0xf92fffff]
[    5.109262] pci 0000:29:02.0: PCI bridge to [bus 2a]
[    5.109286] pci 0000:2b:00.0: BAR 6: assigned [mem 0xf8210000-0xf821ffff pref]
[    5.109287] pci 0000:29:03.0: PCI bridge to [bus 2b]
[    5.109292] pci 0000:29:03.0:   bridge window [io  0xd000-0xdfff]
[    5.109301] pci 0000:29:03.0:   bridge window [mem 0xf8200000-0xf82fffff]
[    5.109317] pci 0000:29:04.0: PCI bridge to [bus 2c]
[    5.109326] pci 0000:29:04.0:   bridge window [mem 0xf8000000-0xf80fffff]
[    5.109342] pci 0000:29:05.0: PCI bridge to [bus 2d]
[    5.109350] pci 0000:29:05.0:   bridge window [mem 0xf8100000-0xf81fffff]
[    5.109366] pci 0000:28:00.0: PCI bridge to [bus 29-2d]
[    5.109370] pci 0000:28:00.0:   bridge window [io  0xd000-0xdfff]
[    5.109379] pci 0000:28:00.0:   bridge window [mem 0xf8000000-0xf82fffff]
[    5.109396] pci 0000:00:07.0: PCI bridge to [bus 28-2d]
[    5.109399] pci 0000:00:07.0:   bridge window [io  0xd000-0xdfff]
[    5.109414] pci 0000:00:07.0:   bridge window [mem 0xf8000000-0xf82fffff]
[    5.109426] pci 0000:00:1c.0: PCI bridge to [bus 1c]
[    5.109430] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    5.109438] pci 0000:00:1c.0:   bridge window [mem 0xf8300000-0xf84fffff]
[    5.109443] pci 0000:00:1c.0:   bridge window [mem 0xf8500000-0xf86fffff 64bit pref]
[    5.109453] pci 0000:00:1c.5: PCI bridge to [bus 01]
[    5.109457] pci 0000:00:1c.5:   bridge window [io  0x2000-0x2fff]
[    5.109464] pci 0000:00:1c.5:   bridge window [mem 0xfb000000-0xfb0fffff]
[    5.109470] pci 0000:00:1c.5:   bridge window [mem 0xf8700000-0xf88fffff 64bit pref]
[    5.109481] pci 0000:37:09.0: BAR 6: assigned [mem 0xfd020000-0xfd03ffff pref]
[    5.109482] pci 0000:00:1e.0: PCI bridge to [bus 37]
[    5.109486] pci 0000:00:1e.0:   bridge window [io  0xe000-0xefff]
[    5.109494] pci 0000:00:1e.0:   bridge window [mem 0xfc000000-0xfd0fffff]
[    5.109508] pci_bus 0000:00: resource 4 [mem 0x000a0000-0x000bffff window]
[    5.109510] pci_bus 0000:00: resource 5 [mem 0xf8000000-0xfdffffff window]
[    5.109512] pci_bus 0000:00: resource 6 [mem 0xfed00000-0xfed003ff window]
[    5.109514] pci_bus 0000:00: resource 7 [mem 0xfed40000-0xfed44fff window]
[    5.109515] pci_bus 0000:00: resource 8 [io  0x0000-0x03af window]
[    5.109517] pci_bus 0000:00: resource 9 [io  0x03b0-0x03df window]
[    5.109519] pci_bus 0000:00: resource 10 [io  0x03e0-0x0cf7 window]
[    5.109521] pci_bus 0000:00: resource 11 [io  0x0d00-0x0fff window]
[    5.109522] pci_bus 0000:00: resource 12 [io  0x1000-0xefff window]
[    5.109524] pci_bus 0000:0f: resource 0 [io  0xc000-0xcfff]
[    5.109526] pci_bus 0000:0f: resource 1 [mem 0xf9000000-0xf92fffff]
[    5.109528] pci_bus 0000:10: resource 0 [io  0xc000-0xcfff]
[    5.109530] pci_bus 0000:10: resource 1 [mem 0xf9000000-0xf92fffff]
[    5.109532] pci_bus 0000:12: resource 0 [io  0xc000-0xcfff]
[    5.109534] pci_bus 0000:12: resource 1 [mem 0xf9200000-0xf92fffff]
[    5.109535] pci_bus 0000:13: resource 1 [mem 0xf9000000-0xf90fffff]
[    5.109537] pci_bus 0000:14: resource 1 [mem 0xf9100000-0xf91fffff]
[    5.109539] pci_bus 0000:28: resource 0 [io  0xd000-0xdfff]
[    5.109541] pci_bus 0000:28: resource 1 [mem 0xf8000000-0xf82fffff]
[    5.109543] pci_bus 0000:29: resource 0 [io  0xd000-0xdfff]
[    5.109544] pci_bus 0000:29: resource 1 [mem 0xf8000000-0xf82fffff]
[    5.109546] pci_bus 0000:2b: resource 0 [io  0xd000-0xdfff]
[    5.109548] pci_bus 0000:2b: resource 1 [mem 0xf8200000-0xf82fffff]
[    5.109550] pci_bus 0000:2c: resource 1 [mem 0xf8000000-0xf80fffff]
[    5.109551] pci_bus 0000:2d: resource 1 [mem 0xf8100000-0xf81fffff]
[    5.109553] pci_bus 0000:1c: resource 0 [io  0x1000-0x1fff]
[    5.109555] pci_bus 0000:1c: resource 1 [mem 0xf8300000-0xf84fffff]
[    5.109557] pci_bus 0000:1c: resource 2 [mem 0xf8500000-0xf86fffff 64bit pref]
[    5.109558] pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
[    5.109560] pci_bus 0000:01: resource 1 [mem 0xfb000000-0xfb0fffff]
[    5.109562] pci_bus 0000:01: resource 2 [mem 0xf8700000-0xf88fffff 64bit pref]
[    5.109564] pci_bus 0000:37: resource 0 [io  0xe000-0xefff]
[    5.109565] pci_bus 0000:37: resource 1 [mem 0xfc000000-0xfd0fffff]
[    5.109567] pci_bus 0000:37: resource 4 [mem 0x000a0000-0x000bffff window]
[    5.109569] pci_bus 0000:37: resource 5 [mem 0xf8000000-0xfdffffff window]
[    5.109571] pci_bus 0000:37: resource 6 [mem 0xfed00000-0xfed003ff window]
[    5.109572] pci_bus 0000:37: resource 7 [mem 0xfed40000-0xfed44fff window]
[    5.109574] pci_bus 0000:37: resource 8 [io  0x0000-0x03af window]
[    5.109576] pci_bus 0000:37: resource 9 [io  0x03b0-0x03df window]
[    5.109578] pci_bus 0000:37: resource 10 [io  0x03e0-0x0cf7 window]
[    5.109579] pci_bus 0000:37: resource 11 [io  0x0d00-0x0fff window]
[    5.109581] pci_bus 0000:37: resource 12 [io  0x1000-0xefff window]
[    5.109623] NET: Registered protocol family 2
[    5.109912] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    5.109983] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[    5.110034] TCP: Hash tables configured (established 16384 bind 16384)
[    5.110077] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    5.110090] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    5.110183] NET: Registered protocol family 1
[    5.110335] xen: registering gsi 20 triggering 0 polarity 1
[    5.110358] xen: --> pirq=20 -> irq=20 (gsi=20)
[    5.110600] xen: registering gsi 21 triggering 0 polarity 1
[    5.110609] xen: --> pirq=21 -> irq=21 (gsi=21)
[    5.110830] xen: registering gsi 22 triggering 0 polarity 1
[    5.110838] xen: --> pirq=22 -> irq=22 (gsi=22)
[    5.111060] xen: registering gsi 22 triggering 0 polarity 1
[    5.111063] Already setup the GSI :22
[    5.111294] xen: registering gsi 20 triggering 0 polarity 1
[    5.111297] Already setup the GSI :20
[    5.111531] xen: registering gsi 21 triggering 0 polarity 1
[    5.111534] Already setup the GSI :21
[    5.111750] xen: registering gsi 22 triggering 0 polarity 1
[    5.111752] Already setup the GSI :22
[    5.111970] xen: registering gsi 20 triggering 0 polarity 1
[    5.111973] Already setup the GSI :20
[    5.112165] pci 0000:37:09.0: Video device with shadowed ROM
[    5.112271] PCI: CLS 64 bytes, default 64
[    5.112332] Trying to unpack rootfs image as initramfs...
[    5.665740] Freeing initrd memory: 38152K (ffff880004000000 - ffff880006542000)
[    5.666492] FEATURE SPEC_CTRL Not Present
[    5.666494] FEATURE IBPB Not Present
[    5.666601] microcode: Microcode Update Driver: v2.00 , Peter Oruba
[    5.668728] futex hash table entries: 8192 (order: 7, 524288 bytes)
[    5.668805] Initialise system trusted keyring
[    5.668834] audit: initializing netlink subsys (disabled)
[    5.668861] audit: type=2000 audit(1583592186.227:1): initialized
[    5.670647] page_owner is disabled
[    5.670658] zpool: loaded
[    5.670660] zbud: loaded
[    5.671010] VFS: Disk quotas dquot_6.6.0
[    5.671050] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    5.671082] hugetlbfs: disabling because there are no supported hugepage sizes
[    5.671182] Key type big_key registered
[    5.671185] SELinux:  Registering netfilter hooks
[    5.673733] alg: No test for stdrng (krng)
[    5.673753] Key type asymmetric registered
[    5.673756] Asymmetric key parser 'x509' registered
[    5.673778] bounce: pool size: 64 pages
[    5.673788] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    5.673936] io scheduler noop registered
[    5.673939] io scheduler deadline registered (default)
[    5.673974] io scheduler cfq registered
[    5.674594] xen: registering gsi 21 triggering 0 polarity 1
[    5.674606] Already setup the GSI :21
[    5.676153] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    5.676169] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    5.676202] intel_idle: MWAIT substates: 0x1120
[    5.676204] intel_idle: v0.4.1 model 0x2C
[    5.676210] intel_idle: intel_idle yielding to none
[    5.676287] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    5.676291] ACPI: Power Button [PBTN]
[    5.676322] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    5.676324] ACPI: Power Button [PWRF]
[    5.676531] Monitor-Mwait will be used to enter C-1 state
[    5.676557] Monitor-Mwait will be used to enter C-2 state
[    5.676577] Monitor-Mwait will be used to enter C-3 state
[    5.680626] Warning: Processor Platform Limit not supported.
[    5.680822] GHES: HEST is not enabled!
[    5.681024] xen_pciback: backend is vpci
[    5.683518] xen_acpi_processor: Uploading Xen processor PM info
[    5.684935] ACPI: Format specifies more objects [5] than exist in package [1].
[    5.684936] xen_acpi_processor: Invalid _PSD data
[    5.685037] ACPI: Format specifies more objects [5] than exist in package [1].
[    5.685038] xen_acpi_processor: Invalid _PSD data
[    5.685135] ACPI: Format specifies more objects [5] than exist in package [1].
[    5.685136] xen_acpi_processor: Invalid _PSD data
[    5.685233] ACPI: Format specifies more objects [5] than exist in package [1].
[    5.685234] xen_acpi_processor: Invalid _PSD data
[    5.685875] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    5.686455] hpet_acpi_add: no address or irqs in _CRS
[    5.686519] Non-volatile memory driver v1.3
[    5.686563] Linux agpgart interface v0.103
[    5.716458] tpm_tis 00:04: 1.2 TPM (device-id 0xB, rev-id 16)
[    5.867373] AMD IOMMUv2 driver by Joerg Roedel 
[    5.867375] AMD IOMMUv2 functionality not available on this system
[    5.871067] brd: module loaded
[    5.872518] loop: module loaded
[    5.872621] libphy: Fixed MDIO Bus: probed
[    5.872627]   MST::  : mst_init 896: Mellanox Technologies Software Tools Driver - version 2.0.0
[    5.872686] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    5.872691] ehci-pci: EHCI PCI platform driver
[    5.872813] xen: registering gsi 22 triggering 0 polarity 1
[    5.872817] Already setup the GSI :22
[    5.872864] ehci-pci 0000:00:1a.7: EHCI Host Controller
[    5.872920] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    5.872938] ehci-pci 0000:00:1a.7: debug port 1
[    5.876868] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
[    5.876890] ehci-pci 0000:00:1a.7: irq 22, io mem 0xfa004800
[    5.882433] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    5.882499] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    5.882501] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.882503] usb usb1: Product: EHCI Host Controller
[    5.882506] usb usb1: Manufacturer: Linux 4.1.12-124.21.1.el6uek.x86_64 ehci_hcd
[    5.882508] usb usb1: SerialNumber: 0000:00:1a.7
[    5.882627] hub 1-0:1.0: USB hub found
[    5.882636] hub 1-0:1.0: 6 ports detected
[    5.882871] xen: registering gsi 20 triggering 0 polarity 1
[    5.882875] Already setup the GSI :20
[    5.882910] ehci-pci 0000:00:1d.7: EHCI Host Controller
[    5.882964] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    5.882982] ehci-pci 0000:00:1d.7: debug port 1
[    5.886908] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
[    5.886927] ehci-pci 0000:00:1d.7: irq 20, io mem 0xfa004c00
[    5.892433] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    5.892489] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    5.892491] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.892493] usb usb2: Product: EHCI Host Controller
[    5.892495] usb usb2: Manufacturer: Linux 4.1.12-124.21.1.el6uek.x86_64 ehci_hcd
[    5.892496] usb usb2: SerialNumber: 0000:00:1d.7
[    5.892600] hub 2-0:1.0: USB hub found
[    5.892607] hub 2-0:1.0: 6 ports detected
[    5.892737] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    5.892743] ohci-pci: OHCI PCI platform driver
[    5.892759] uhci_hcd: USB Universal Host Controller Interface driver
[    5.892877] xen: registering gsi 20 triggering 0 polarity 1
[    5.892881] Already setup the GSI :20
[    5.892898] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    5.892953] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    5.892962] uhci_hcd 0000:00:1a.0: detected 2 ports
[    5.892989] uhci_hcd 0000:00:1a.0: irq 20, io base 0x0000b000
[    5.893064] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    5.893066] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.893068] usb usb3: Product: UHCI Host Controller
[    5.893069] usb usb3: Manufacturer: Linux 4.1.12-124.21.1.el6uek.x86_64 uhci_hcd
[    5.893071] usb usb3: SerialNumber: 0000:00:1a.0
[    5.893172] hub 3-0:1.0: USB hub found
[    5.893180] hub 3-0:1.0: 2 ports detected
[    5.893366] xen: registering gsi 21 triggering 0 polarity 1
[    5.893370] Already setup the GSI :21
[    5.893387] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    5.893459] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    5.893468] uhci_hcd 0000:00:1a.1: detected 2 ports
[    5.893508] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000b020
[    5.893581] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    5.893583] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.893585] usb usb4: Product: UHCI Host Controller
[    5.893587] usb usb4: Manufacturer: Linux 4.1.12-124.21.1.el6uek.x86_64 uhci_hcd
[    5.893589] usb usb4: SerialNumber: 0000:00:1a.1
[    5.893696] hub 4-0:1.0: USB hub found
[    5.893703] hub 4-0:1.0: 2 ports detected
[    5.893893] xen: registering gsi 22 triggering 0 polarity 1
[    5.893897] Already setup the GSI :22
[    5.893914] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[    5.893969] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[    5.893978] uhci_hcd 0000:00:1a.2: detected 2 ports
[    5.894004] uhci_hcd 0000:00:1a.2: irq 22, io base 0x0000b040
[    5.894077] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    5.894079] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.894081] usb usb5: Product: UHCI Host Controller
[    5.894083] usb usb5: Manufacturer: Linux 4.1.12-124.21.1.el6uek.x86_64 uhci_hcd
[    5.894084] usb usb5: SerialNumber: 0000:00:1a.2
[    5.894187] hub 5-0:1.0: USB hub found
[    5.894194] hub 5-0:1.0: 2 ports detected
[    5.894383] xen: registering gsi 20 triggering 0 polarity 1
[    5.894388] Already setup the GSI :20
[    5.894416] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    5.894469] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[    5.894478] uhci_hcd 0000:00:1d.0: detected 2 ports
[    5.894504] uhci_hcd 0000:00:1d.0: irq 20, io base 0x0000b060
[    5.894578] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    5.894580] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.894582] usb usb6: Product: UHCI Host Controller
[    5.894584] usb usb6: Manufacturer: Linux 4.1.12-124.21.1.el6uek.x86_64 uhci_hcd
[    5.894585] usb usb6: SerialNumber: 0000:00:1d.0
[    5.894685] hub 6-0:1.0: USB hub found
[    5.894692] hub 6-0:1.0: 2 ports detected
[    5.894882] xen: registering gsi 21 triggering 0 polarity 1
[    5.894886] Already setup the GSI :21
[    5.894903] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    5.894955] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[    5.894964] uhci_hcd 0000:00:1d.1: detected 2 ports
[    5.894990] uhci_hcd 0000:00:1d.1: irq 21, io base 0x0000b080
[    5.895064] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    5.895066] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.895068] usb usb7: Product: UHCI Host Controller
[    5.895069] usb usb7: Manufacturer: Linux 4.1.12-124.21.1.el6uek.x86_64 uhci_hcd
[    5.895071] usb usb7: SerialNumber: 0000:00:1d.1
[    5.895172] hub 7-0:1.0: USB hub found
[    5.895179] hub 7-0:1.0: 2 ports detected
[    5.895371] xen: registering gsi 22 triggering 0 polarity 1
[    5.895375] Already setup the GSI :22
[    5.895394] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    5.895457] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[    5.895466] uhci_hcd 0000:00:1d.2: detected 2 ports
[    5.895493] uhci_hcd 0000:00:1d.2: irq 22, io base 0x0000b0a0
[    5.895567] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[    5.895569] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.895570] usb usb8: Product: UHCI Host Controller
[    5.895572] usb usb8: Manufacturer: Linux 4.1.12-124.21.1.el6uek.x86_64 uhci_hcd
[    5.895574] usb usb8: SerialNumber: 0000:00:1d.2
[    5.895673] hub 8-0:1.0: USB hub found
[    5.895680] hub 8-0:1.0: 2 ports detected
[    5.895813] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f0e:PS2M] at 0x60,0x64 irq 1,12
[    5.898461] serio: i8042 KBD port at 0x60,0x64 irq 1
[    5.898467] serio: i8042 AUX port at 0x60,0x64 irq 12
[    5.898558] mousedev: PS/2 mouse device common for all mice
[    5.898847] rtc_cmos 00:00: RTC can wake from S4
[    5.899054] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[    5.899094] rtc_cmos 00:00: alarms up to one month, y3k, 114 bytes nvram
[    5.899349] hidraw: raw HID events driver (C) Jiri Kosina
[    5.899547] usbcore: registered new interface driver usbhid
[    5.899549] usbhid: USB HID core driver
[    5.899615] drop_monitor: Initializing network drop monitor service
[    5.899689] gre: GRE over IPv4 demultiplexor driver
[    5.899698] Initializing XFRM netlink socket
[    5.899704] NET: Registered protocol family 17
[    5.900144] mce: Unable to init device /dev/mcelog (rc: -16)
[    5.900580] Loading compiled-in X.509 certificates
[    5.901438] Loaded X.509 cert 'Oracle America, Inc.: Ksplice Kernel Module Signing Key: 09010ebef5545fa7c54b626ef518e077b5b1ee4c'
[    5.902274] Loaded X.509 cert 'Oracle Linux Kernel Module Signing Key: 2bb352412969a3653f0eb6021763408ebb9bb5ab'
[    5.903113] Loaded X.509 cert 'Oracle CA Server: b59275a22dae18b9ab5f7ac4c816fab6c5f0bf9b'
[    5.903128] registered taskstats version 1
[    6.184431] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    6.281503] rtc_cmos 00:00: setting system clock to 2020-03-07 14:43:06 UTC (1583592186)
[    6.282426] Freeing unused kernel memory: 1988K (ffffffff81c6d000 - ffffffff81e5e000)
[    6.302590] usb 1-1: New USB device found, idVendor=0781, idProduct=5583
[    6.302593] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    6.302595] usb 1-1: Product: Ultra Fit
[    6.302597] usb 1-1: Manufacturer: SanDisk
[    6.302598] usb 1-1: SerialNumber: 4C530000180630114050
[    6.308295] dracut: dracut-004-409.0.7.el6_8.2
[    6.320440] dracut: rd_NO_LUKS: removing cryptoluks activation
[    6.322167] dracut: rd_NO_LVM: removing LVM activation
[    6.349957] device-mapper: uevent: version 1.0.3
[    6.350048] device-mapper: ioctl: 4.31.0-ioctl (2015-3-12) initialised: dm-devel@redhat.com
[    6.367096] udev: starting version 147
[    6.466305] wmi: Mapper loaded
[    6.484772] random: nonblocking pool is initialized
[    6.665431] clocksource tsc: mask: 0xffffffffffffffff max_cycles: 0x2c18405b7f4, max_idle_ns: 440795289991 ns
[    7.665593] Switched to clocksource tsc
[    9.526515] floppy0: no floppy controllers found
[    9.619564] dracut: Starting plymouth daemon
[    9.645256] dracut: rd_NO_DM: removing DM RAID activation
[    9.649274] dracut: rd_NO_MD: removing MD RAID activation
[    9.689603] Loading iSCSI transport class v2.0-870.
[    9.700236] iscsi: registered transport (qla4xxx)
[    9.700274] QLogic iSCSI HBA Driver
[    9.722784] IPv6: Loaded, but administratively disabled, reboot required to enable
[    9.725642] libcxgbi:libcxgbi_init_module: tag itt 0x1fff, 13 bits, age 0xf, 4 bits.
[    9.725644] libcxgbi:ddp_setup_host_page_size: system PAGE 4096, ddp idx 0.
[    9.727750] Chelsio T3 iSCSI Driver cxgb3i v2.0.0 (Jun. 2010)
[    9.727782] iscsi: registered transport (cxgb3i)
[    9.738222] Chelsio T4/T5 iSCSI Driver cxgb4i v0.9.4
[    9.738250] iscsi: registered transport (cxgb4i)
[    9.742853] cnic: QLogic cnicDriver v2.5.22 (July 20, 2015)
[    9.745507] QLogic NetXtreme II iSCSI Driver bnx2i v2.7.10.1 (Jul 16, 2014)
[    9.745526] iscsi: registered transport (bnx2i)
[    9.749790] ahci 0000:00:1f.2: version 3.0
[    9.749933] xen: registering gsi 18 triggering 0 polarity 1
[    9.749960] xen: --> pirq=18 -> irq=18 (gsi=18)
[    9.749996] ahci 0000:00:1f.2: controller can't do SNTF, turning off CAP_SNTF
[    9.750133] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl RAID mode
[    9.750138] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pmp pio slum part ccc sxs
[    9.750892] scsi host0: ahci
[    9.751108] scsi host1: ahci
[    9.751133] iscsi: registered transport (be2iscsi)
[    9.751135] In beiscsi_module_init, tt=ffffffffa0280100
[    9.751269] scsi host2: ahci
[    9.751425] scsi host3: ahci
[    9.751541] scsi host4: ahci
[    9.751665] scsi host5: ahci
[    9.751707] ata1: SATA max UDMA/133 abar m2048@0xfa004000 port 0xfa004100 irq 202
[    9.751709] ata2: SATA max UDMA/133 abar m2048@0xfa004000 port 0xfa004180 irq 202
[    9.751711] ata3: SATA max UDMA/133 abar m2048@0xfa004000 port 0xfa004200 irq 202
[    9.751713] ata4: SATA max UDMA/133 abar m2048@0xfa004000 port 0xfa004280 irq 202
[    9.751715] ata5: SATA max UDMA/133 abar m2048@0xfa004000 port 0xfa004300 irq 202
[    9.751717] ata6: SATA max UDMA/133 abar m2048@0xfa004000 port 0xfa004380 irq 202
[    9.751785] xen: registering gsi 36 triggering 0 polarity 1
[    9.751799] xen: --> pirq=36 -> irq=36 (gsi=36)
[    9.762500] ahci 0000:12:00.0: AHCI 0001.0000 32 slots 4 ports 6 Gbps 0xf impl SATA mode
[    9.762504] ahci 0000:12:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs
[    9.763060] scsi host6: ahci
[    9.763243] scsi host7: ahci
[    9.763471] scsi host8: ahci
[    9.763642] scsi host9: ahci
[    9.763718] ata7: SATA max UDMA/133 abar m2048@0xf9200000 port 0xf9200100 irq 203
[    9.763721] ata8: SATA max UDMA/133 abar m2048@0xf9200000 port 0xf9200180 irq 203
[    9.763723] ata9: SATA max UDMA/133 abar m2048@0xf9200000 port 0xf9200200 irq 203
[    9.763725] ata10: SATA max UDMA/133 abar m2048@0xf9200000 port 0xf9200280 irq 203
[    9.763793] xen: registering gsi 38 triggering 0 polarity 1
[    9.763806] xen: --> pirq=38 -> irq=38 (gsi=38)
[    9.774507] ahci 0000:2b:00.0: AHCI 0001.0000 32 slots 4 ports 6 Gbps 0xf impl SATA mode
[    9.774516] ahci 0000:2b:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs
[    9.775051] scsi host10: ahci
[    9.775241] scsi host11: ahci
[    9.775423] scsi host12: ahci
[    9.775616] scsi host13: ahci
[    9.775660] ata11: SATA max UDMA/133 abar m2048@0xf8200000 port 0xf8200100 irq 204
[    9.775663] ata12: SATA max UDMA/133 abar m2048@0xf8200000 port 0xf8200180 irq 204
[    9.775665] ata13: SATA max UDMA/133 abar m2048@0xf8200000 port 0xf8200200 irq 204
[    9.775667] ata14: SATA max UDMA/133 abar m2048@0xf8200000 port 0xf8200280 irq 204
[   10.056520] ata4: SATA link down (SStatus 0 SControl 300)
[   10.056560] ata5: SATA link down (SStatus 0 SControl 300)
[   10.056579] ata3: SATA link down (SStatus 0 SControl 300)
[   10.056597] ata6: SATA link down (SStatus 0 SControl 300)
[   10.056614] ata2: SATA link down (SStatus 0 SControl 300)
[   10.068514] ata10: SATA link down (SStatus 0 SControl 300)
[   10.068544] ata9: SATA link down (SStatus 0 SControl 300)
[   10.068568] ata7: SATA link down (SStatus 0 SControl 300)
[   10.068591] ata8: SATA link down (SStatus 0 SControl 300)
[   10.080512] ata14: SATA link down (SStatus 0 SControl 300)
[   10.080543] ata12: SATA link down (SStatus 0 SControl 300)
[   10.080566] ata13: SATA link down (SStatus 0 SControl 300)
[   10.080588] ata11: SATA link down (SStatus 0 SControl 300)
[   10.211525] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[   10.214364] ata1.00: ATAPI: HL-DT-ST BD-RE  WH16NS40, 1.00, max UDMA/100
[   10.215163] ata1.00: configured for UDMA/100
[   10.219788] scsi 0:0:0:0: CD-ROM            HL-DT-ST BD-RE  WH16NS40  1.00 PQ: 0 ANSI: 5
[   10.244598] nvme nvme0: pci function 0000:13:00.0
[   10.244664] nvme nvme1: pci function 0000:14:00.0
[   10.244680] xen: registering gsi 24 triggering 0 polarity 1
[   10.244702] xen: --> pirq=24 -> irq=24 (gsi=24)
[   10.244728] xen: registering gsi 34 triggering 0 polarity 1
[   10.244732] nvme nvme2: pci function 0000:2c:00.0
[   10.244741] xen: --> pirq=34 -> irq=34 (gsi=34)
[   10.244809] xen: registering gsi 30 triggering 0 polarity 1
[   10.244928] xen: --> pirq=30 -> irq=30 (gsi=30)
[   10.244936] nvme nvme3: pci function 0000:2d:00.0
[   10.245050] xen: registering gsi 37 triggering 0 polarity 1
[   10.245156] xen: --> pirq=37 -> irq=37 (gsi=37)
[   10.277770] pps_core: LinuxPPS API ver. 1 registered
[   10.277772] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti 
[   10.279315] PTP clock support registered
[   10.282959] tg3.c:v3.137 (May 11, 2014)
[   10.283018] xen: registering gsi 17 triggering 0 polarity 1
[   10.283035] xen: --> pirq=17 -> irq=17 (gsi=17)
[   10.307112] tg3 0000:01:00.0 eth0: Tigon3 [partno(BCM95754) rev 5784100] (PCI Express) MAC address 24:be:05:03:fa:14
[   10.307115] tg3 0000:01:00.0 eth0: attached PHY is 5784 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
[   10.307118] tg3 0000:01:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[   10.307120] tg3 0000:01:00.0 eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[   10.335516] usb-storage 1-1:1.0: USB Mass Storage device detected
[   10.335735] scsi host14: usb-storage 1-1:1.0
[   10.335800] usbcore: registered new interface driver usb-storage
[   10.349361]  nvme1n1: p1
[   10.349636]  nvme2n1: p1
[   10.350086]  nvme3n1: p1
[   10.350121]  nvme0n1: p1
[   10.502361] xen: registering gsi 19 triggering 0 polarity 1
[   10.502387] xen: --> pirq=19 -> irq=19 (gsi=19)
[   10.553566] firewire_ohci 0000:37:05.0: added OHCI v1.0 device as card 0, 8 IR + 8 IT contexts, quirks 0x0
[   10.585165] sr 0:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[   10.585170] cdrom: Uniform CD-ROM driver Revision: 3.20
[   10.585316] sr 0:0:0:0: Attached scsi CD-ROM sr0
[   11.053625] firewire_core 0000:37:05.0: created device fw0: GUID 0060b000008e2676, S400
[   11.337005] scsi 14:0:0:0: Direct-Access     SanDisk  Ultra Fit        1.00 PQ: 0 ANSI: 6
[   13.646644] floppy0: no floppy controllers found
[   13.676613] sd 14:0:0:0: [sda] 60063744 512-byte logical blocks: (30.7 GB/28.6 GiB)
[   13.687730] sd 14:0:0:0: [sda] Write Protect is off
[   13.687735] sd 14:0:0:0: [sda] Mode Sense: 43 00 00 00
[   13.690856] sd 14:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   13.708971]  sda: sda1 sda2 sda3
[   13.712365] sd 14:0:0:0: [sda] Attached SCSI removable disk
[   14.182357] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[   14.204302] dracut: Mounted root filesystem /dev/sda2
[   14.462726] SELinux:  Disabled at runtime.
[   14.462747] SELinux:  Unregistering netfilter hooks
[   14.489632] audit: type=1404 audit(1583592194.707:2): selinux=0 auid=4294967295 ses=4294967295
[   14.496008] dracut:
[   14.681514] dracut: Switching root
[   15.396793] udev: starting version 147
[   16.817752] EDAC MC: Ver: 3.0.0
[   16.822611] EDAC MC0: Giving out device to module i7core_edac.c controller i7 core #0: DEV 0000:3f:03.0 (POLLED)
[   16.822646] EDAC PCI0: Giving out device to module i7core_edac controller EDAC PCI controller: DEV 0000:3f:03.0 (POLLED)
[   16.822930] EDAC MC1: Giving out device to module i7core_edac.c controller i7 core #1: DEV 0000:3e:03.0 (POLLED)
[   16.822947] EDAC PCI1: Giving out device to module i7core_edac controller EDAC PCI controller: DEV 0000:3e:03.0 (POLLED)
[   16.823076] EDAC i7core: Driver loaded, 2 memory controller(s) found.
[   16.985573] xen: registering gsi 21 triggering 0 polarity 1
[   16.985586] Already setup the GSI :21
[   17.018259] snd_hda_codec_realtek hdaudioC0D0: ALC262: SKU not ready 0x411111f0
[   17.018671] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC262: line_outs=1 (0x15/0x0/0x0/0x0/0x0) type:line
[   17.018674] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=1 (0x16/0x0/0x0/0x0/0x0)
[   17.018676] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[   17.018678] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   17.018679] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   17.018682] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
[   17.018684] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[   17.018686] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
[   17.029132] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
[   17.029499] input: HDA Intel Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
[   17.029580] input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[   17.029632] sr 0:0:0:0: Attached scsi generic sg0 type 5
[   17.029649] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[   17.029709] sd 14:0:0:0: Attached scsi generic sg1 type 0
[   17.029727] input: HDA Intel Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[   17.029837] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[   17.186133] input: PC Speaker as /devices/platform/pcspkr/input/input11
[   17.286531] input: HP WMI hotkeys as /devices/virtual/input/input12
[   17.351796] iTCO_vendor_support: vendor-support=0
[   17.358002] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   17.358024] iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
[   17.498741] parport_pc parport_pc.956: Unable to set coherent dma mask: disabling DMA
[   17.498801] parport_pc parport_pc.888: Unable to set coherent dma mask: disabling DMA
[   17.498865] parport_pc parport_pc.632: Unable to set coherent dma mask: disabling DMA
[   20.543782] floppy0: no floppy controllers found
[   20.582920] ppdev: user-space parallel port driver
[   20.663487] device-mapper: multipath: version 1.9.0 loaded
[   21.041846] EXT4-fs (sda2): re-mounted. Opts: (null)
[   21.209410] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[   21.446547] Adding 5903356k swap on /dev/sda3.  Priority:-1 extents:1 across:5903356k FS
[   25.415566] tg3 0000:01:00.0 eth0: Link is up at 1000 Mbps, full duplex
[   25.415570] tg3 0000:01:00.0 eth0: Flow control is on for TX and on for RX
[   31.179098] audit: type=1305 audit(1583613811.396:3): audit_pid=2047 old=0 auid=4294967295 ses=4294967295 res=1
[   32.636860] RPC: Registered named UNIX socket transport module.
[   32.636863] RPC: Registered udp transport module.
[   32.636864] RPC: Registered tcp transport module.
[   32.636865] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   32.887283] bnx2fc: QLogic FCoE Driver bnx2fc v2.10.3 (October 15, 2015)
[   34.262792] xen:xen_evtchn: Event-channel device installed
[   86.031597] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[  975.656333] nvme nvme0: I/O 1 QID 4 timeout, aborting
[  975.656347] nvme nvme0: I/O 2 QID 4 timeout, aborting
[  975.656353] nvme nvme0: I/O 3 QID 4 timeout, aborting
[  975.656358] nvme nvme0: I/O 4 QID 4 timeout, aborting
[ 1005.657048] nvme nvme0: I/O 1 QID 4 timeout, reset controller
[ 1035.657751] nvme nvme0: I/O 1 QID 0 timeout, reset controller
[ 1065.759867] nvme nvme0: completing aborted command with status: 0007
[ 1065.759872] blk_update_request: I/O error, dev nvme0n1, sector 16
[ 1065.759996] Buffer I/O error on dev nvme0n1, logical block 2, lost async page write
[ 1065.760231] nvme nvme0: completing aborted command with status: 0007
[ 1065.760233] blk_update_request: I/O error, dev nvme0n1, sector 4000797336
[ 1065.760355] Buffer I/O error on dev nvme0n1, logical block 500099667, lost async page write
[ 1065.760601] nvme nvme0: completing aborted command with status: 0007
[ 1065.760603] blk_update_request: I/O error, dev nvme0n1, sector 4000797344
[ 1065.760724] Buffer I/O error on dev nvme0n1, logical block 500099668, lost async page write
[ 1065.760953] nvme nvme0: completing aborted command with status: 0007
[ 1065.760955] blk_update_request: I/O error, dev nvme0n1, sector 4000797352
[ 1065.761077] Buffer I/O error on dev nvme0n1, logical block 500099669, lost async page write
[ 1065.761310] nvme nvme0: Abort status: 0x7
[ 1065.761313] nvme nvme0: Abort status: 0x7
[ 1065.761314] nvme nvme0: Abort status: 0x7
[ 1065.761325] nvme nvme0: completing aborted command with status: fffffffc
[ 1065.761327] blk_update_request: I/O error, dev nvme0n1, sector 8
[ 1065.761383] xen: registering gsi 24 triggering 0 polarity 1
[ 1065.761392] Already setup the GSI :24
[ 1065.761518] Buffer I/O error on dev nvme0n1, logical block 1, lost async page write
[ 1065.761926] nvme nvme0: Abort status: 0xfffc
[ 1065.862661] nvme 0000:13:00.0: Removing after probe failure
[ 1065.862671] nvme0n1: detected capacity change from 2048408248320 to 0
[root@vhost0 ~]# shutdown -h now

Broadcast message from root@vhost0.omnitech.net
        (/dev/pts/2) at 15:06 ...

The system is going down for halt NOW!
[root@vhost0 ~]# Connection to vhost0 closed by remote host.
Connection to vhost0 closed.
                                                                                                                                                                             ✘
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
[2020-03-07 15:06.15]  ~
[jdavis.JoshD6860] ➤ ssh vhost0 -l root
X11 forwarding request failed on channel 0
Last login: Sat Mar  7 15:00:20 2020 from joshd6860.omnitech.int
Warning: making manual modifications in the management domain
might cause inconsistencies between Oracle VM Manager and the server.

[root@vhost0 ~]# parted /dev/nvme0
nvme0    nvme0n1
[root@vhost0 ~]# parted /dev/nvme0
nvme0    nvme0n1
[root@vhost0 ~]# parted /dev/nvme0n1
GNU Parted 2.1
Using /dev/nvme0n1
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) p
Error: Input/output error during read on /dev/nvme0n1
Retry/Ignore/Cancel? c
Error: The primary GPT table is corrupt, but the backup appears OK, so that will be used.
OK/Cancel? ok

^C


Connection to vhost0 closed.
                                                                                                                                                                             ✘
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
[2020-03-07 15:13.19]  ~
[jdavis.JoshD6860] ➤ ssh vhost0 -l root
X11 forwarding request failed on channel 0
Last login: Sat Mar  7 15:12:02 2020 from joshd6860.omnitech.int
Warning: making manual modifications in the management domain
might cause inconsistencies between Oracle VM Manager and the server.

[root@vhost0 ~]# parted /dev/nvme1n1
GNU Parted 2.1
Using /dev/nvme1n1
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) gpt
  align-check TYPE N                        check partition N for TYPE(min|opt) alignment
  check NUMBER                             do a simple check on the file system
  cp [FROM-DEVICE] FROM-NUMBER TO-NUMBER   copy file system to another partition
  help [COMMAND]                           print general help, or help on COMMAND
  mklabel,mktable LABEL-TYPE               create a new disklabel (partition table)
  mkfs NUMBER FS-TYPE                      make a FS-TYPE file system on partition NUMBER
  mkpart PART-TYPE [FS-TYPE] START END     make a partition
  mkpartfs PART-TYPE FS-TYPE START END     make a partition with a file system
  move NUMBER START END                    move partition NUMBER
  name NUMBER NAME                         name partition NUMBER as NAME
  print [devices|free|list,all|NUMBER]     display the partition table, available devices, free space, all found partitions, or a particular partition
  quit                                     exit program
  rescue START END                         rescue a lost partition near START and END
  resize NUMBER START END                  resize partition NUMBER and its file system
  rm NUMBER                                delete partition NUMBER
  select DEVICE                            choose the device to edit
  set NUMBER FLAG STATE                    change the FLAG on partition NUMBER
  toggle [NUMBER [FLAG]]                   toggle the state of FLAG on partition NUMBER
  unit UNIT                                set the default unit to UNIT
  version                                  display the version number and copyright information of GNU Parted
(parted) mklabel gpt
Warning: The existing disk label on /dev/nvme1n1 will be destroyed and all data on this disk will be lost. Do you want to continue?
Yes/No? yes
\



Connection to vhost0 closed.
                                                                                                                                                                             ✘
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
[2020-03-07 15:13.51]  ~
[jdavis.JoshD6860] ➤ ssh vhost0 -l root
X11 forwarding request failed on channel 0
Last login: Sat Mar  7 15:13:21 2020 from joshd6860.omnitech.int
Warning: making manual modifications in the management domain
might cause inconsistencies between Oracle VM Manager and the server.

[root@vhost0 ~]# parted /dev/nvme2n1
GNU Parted 2.1
Using /dev/nvme2n1
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) mklabel gpt
Warning: The existing disk label on /dev/nvme2n1 will be destroyed and all data on this disk will be lost. Do you want to continue?
Yes/No? yes
^C
Connection to vhost0 closed.
                                                                                                                                                                             ✘
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
[2020-03-07 15:14.46]  ~
[jdavis.JoshD6860] ➤ ssh vhost0 -l root
X11 forwarding request failed on channel 0
shLast login: Sat Mar  7 15:13:53 2020 from joshd6860.omnitech.int
Warning: making manual modifications in the management domain
might cause inconsistencies between Oracle VM Manager and the server.

[root@vhost0 ~]# shutdown -h
shutdown: time expected
Try `shutdown --help' for more information.
[root@vhost0 ~]# shutdown -h now

Broadcast message from root@vhost0.omnitech.net
        (/dev/pts/3) at 15:14 ...

The system is going down for halt NOW!
[root@vhost0 ~]# Connection to vhost0 closed by remote host.
Connection to vhost0 closed.
                                                                                                                                                                             ✘
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
[2020-03-07 15:14.57]  ~
[jdavis.JoshD6860] ➤ ssh vhost0 -l root
X11 forwarding request failed on channel 0
Last login: Sat Mar  7 15:14:49 2020 from joshd6860.omnitech.int
Warning: making manual modifications in the management domain
might cause inconsistencies between Oracle VM Manager and the server.

[root@vhost0 ~]# parted /dev/nvme0n1
GNU Parted 2.1
Using /dev/nvme0n1
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) mklabel gpt
Warning: The existing disk label on /dev/nvme0n1 will be destroyed and all data on this disk will be lost. Do you want to continue?
Yes/No? yes
(parted)
(parted) p
Model: Unknown (unknown)
Disk /dev/nvme0n1: 2048GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt

Number  Start  End  Size  File system  Name  Flags

(parted) print
Model: Unknown (unknown)
Disk /dev/nvme0n1: 2048GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt

Number  Start  End  Size  File system  Name  Flags

(parted) n
Partition number? 1
Error: Partition doesn't exist.
(parted) mkpart primary
File system type?  [ext2]? raid
parted: invalid token: raid
File system type?  [ext2]? ?
parted: invalid token: ?
File system type?  [ext2]? ^C
Error: Expecting a file system type.
(parted) ?
  align-check TYPE N                        check partition N for TYPE(min|opt) alignment
  check NUMBER                             do a simple check on the file system
  cp [FROM-DEVICE] FROM-NUMBER TO-NUMBER   copy file system to another partition
  help [COMMAND]                           print general help, or help on COMMAND
  mklabel,mktable LABEL-TYPE               create a new disklabel (partition table)
  mkfs NUMBER FS-TYPE                      make a FS-TYPE file system on partition NUMBER
  mkpart PART-TYPE [FS-TYPE] START END     make a partition
  mkpartfs PART-TYPE FS-TYPE START END     make a partition with a file system
  move NUMBER START END                    move partition NUMBER
  name NUMBER NAME                         name partition NUMBER as NAME
  print [devices|free|list,all|NUMBER]     display the partition table, available devices, free space, all found partitions, or a particular partition
  quit                                     exit program
  rescue START END                         rescue a lost partition near START and END
  resize NUMBER START END                  resize partition NUMBER and its file system
  rm NUMBER                                delete partition NUMBER
  select DEVICE                            choose the device to edit
  set NUMBER FLAG STATE                    change the FLAG on partition NUMBER
  toggle [NUMBER [FLAG]]                   toggle the state of FLAG on partition NUMBER
  unit UNIT                                set the default unit to UNIT
  version                                  display the version number and copyright information of GNU Parted
(parted) mkpart primary 1M -1s
Warning: You requested a partition from 1000kB to 2048GB.
The closest location we can manage is 1000kB to 2048GB.
Is this still acceptable to you?
Yes/No? y
Warning: The resulting partition is not properly aligned for best performance.
Ignore/Cancel? c
(parted) mkpart
Partition name?  []? nvme0
File system type?  [ext2]? ^C
Error: Expecting a file system type.
(parted) mkpart
Partition name?  []? nvme0n1p1
File system type?  [ext2]? mdadm
parted: invalid token: mdadm
File system type?  [ext2]? mdraid
parted: invalid token: mdraid
File system type?  [ext2]? ext4
Start?
Start? 0
End? -1s
Warning: You requested a partition from 0.00B to 2048GB.
The closest location we can manage is 17.4kB to 2048GB.
Is this still acceptable to you?
Yes/No? y
Warning: The resulting partition is not properly aligned for best performance.
Ignore/Cancel? c
(parted)
(parted) ^C
(parted) quit
Information: You may need to update /etc/fstab.

[root@vhost0 ~]# parted -a optimal /dev/nvme0n1
GNU Parted 2.1
Using /dev/nvme0n1
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) mkpart primary 0% 100%
(parted) p
Model: Unknown (unknown)
Disk /dev/nvme0n1: 2048GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt

Number  Start   End     Size    File system  Name     Flags
 1      1049kB  2048GB  2048GB               primary

(parted) q
Information: You may need to update /etc/fstab.

[root@vhost0 ~]# parted -a optimal /dev/nvme1n1 gpt
Usage: parted [OPTION]... [DEVICE [COMMAND [PARAMETERS]...]...]
Apply COMMANDs with PARAMETERS to DEVICE.  If no COMMAND(s) are given, run in
interactive mode.

OPTIONs:
  -h, --help                      displays this help message
  -l, --list                      lists partition layout on all block devices
  -m, --machine                   displays machine parseable output
  -s, --script                    never prompts for user intervention
  -v, --version                   displays the version
  -a, --align=[none|cyl|min|opt]  alignment for new partitions

COMMANDs:
  align-check TYPE N                        check partition N for TYPE(min|opt) alignment
  check NUMBER                             do a simple check on the file system
  cp [FROM-DEVICE] FROM-NUMBER TO-NUMBER   copy file system to another partition
  help [COMMAND]                           print general help, or help on COMMAND
  mklabel,mktable LABEL-TYPE               create a new disklabel (partition table)
  mkfs NUMBER FS-TYPE                      make a FS-TYPE file system on partition NUMBER
  mkpart PART-TYPE [FS-TYPE] START END     make a partition
  mkpartfs PART-TYPE FS-TYPE START END     make a partition with a file system
  move NUMBER START END                    move partition NUMBER
  name NUMBER NAME                         name partition NUMBER as NAME
  print [devices|free|list,all|NUMBER]     display the partition table, available devices, free space, all found partitions, or a particular partition
  quit                                     exit program
  rescue START END                         rescue a lost partition near START and END
  resize NUMBER START END                  resize partition NUMBER and its file system
  rm NUMBER                                delete partition NUMBER
  select DEVICE                            choose the device to edit
  set NUMBER FLAG STATE                    change the FLAG on partition NUMBER
  toggle [NUMBER [FLAG]]                   toggle the state of FLAG on partition NUMBER
  unit UNIT                                set the default unit to UNIT
  version                                  display the version number and copyright information of GNU Parted
[root@vhost0 ~]# parted -a optimal /dev/nvme1n1
GNU Parted 2.1
Using /dev/nvme1n1
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) print
Model: Unknown (unknown)
Disk /dev/nvme1n1: 2048GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End     Size    Type     File system  Flags
 1      1049kB  2048GB  2048GB  primary               raid

(parted) mklabel gpt
Warning: The existing disk label on /dev/nvme1n1 will be destroyed and all data on this disk will be lost. Do you want to continue?
Yes/No? y
(parted) q
Information: You may need to update /etc/fstab.

[root@vhost0 ~]# parted -a optimal /dev/nvme1n1 mklabel gpt
Warning: The existing disk label on /dev/nvme1n1 will be destroyed and all data on this disk will be lost. Do you want to continue?
Yes/No? y
Information: You may need to update /etc/fstab.

[root@vhost0 ~]# parted -a optimal /dev/nvme1n1 mkpart primary 0% 100%
Information: You may need to update /etc/fstab.

[root@vhost0 ~]# parted -a optimal /dev/nvme2n1 mklabel gpt
Warning: The existing disk label on /dev/nvme2n1 will be destroyed and all data on this disk will be lost. Do you want to continue?
Yes/No? y
Information: You may need to update /etc/fstab.

[root@vhost0 ~]# parted -a optimal /dev/nvme2n1 mkpart primary 0% 100%
Information: You may need to update /etc/fstab.

[root@vhost0 ~]# parted -a optimal /dev/nvme3n1 mklabel gpt
Warning: The existing disk label on /dev/nvme3n1 will be destroyed and all data on this disk will be lost. Do you want to continue?
Yes/No? y
Information: You may need to update /etc/fstab.

[root@vhost0 ~]# parted -a optimal /dev/nvme3n1 mkpart primary 0% 100%
Information: You may need to update /etc/fstab.

[root@vhost0 ~]# parted -a optimal /dev/nvme2n1 print
Model: Unknown (unknown)
Disk /dev/nvme2n1: 2048GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt

Number  Start   End     Size    File system  Name     Flags
 1      1049kB  2048GB  2048GB               primary

[root@vhost0 ~]# for i in 0 1 2 3 ; do
> #parted -a optimal /dev/nvme${i}n1 mklabel gpt
> #parted -a optimal /dev/nvme${i}n1 mkpart primary 0% 100%
> parted -a optimal /dev/nvme${i}n1 set 1 boot off
> parted -a optimal /dev/nvme${i}n1 set 1 raid on
> parted -a optimal /dev/nvme${i}n1 print
> done
Information: You may need to update /etc/fstab.

Information: You may need to update /etc/fstab.

Model: Unknown (unknown)
Disk /dev/nvme0n1: 2048GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt

Number  Start   End     Size    File system  Name     Flags
 1      1049kB  2048GB  2048GB               primary  raid

Information: You may need to update /etc/fstab.

Information: You may need to update /etc/fstab.

Model: Unknown (unknown)
Disk /dev/nvme1n1: 2048GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt

Number  Start   End     Size    File system  Name     Flags
 1      1049kB  2048GB  2048GB               primary  raid

Information: You may need to update /etc/fstab.

Information: You may need to update /etc/fstab.

Model: Unknown (unknown)
Disk /dev/nvme2n1: 2048GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt

Number  Start   End     Size    File system  Name     Flags
 1      1049kB  2048GB  2048GB               primary  raid

Information: You may need to update /etc/fstab.

Information: You may need to update /etc/fstab.

Model: Unknown (unknown)
Disk /dev/nvme3n1: 2048GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt

Number  Start   End     Size    File system  Name     Flags
 1      1049kB  2048GB  2048GB               primary  raid

[root@vhost0 ~]#
[root@vhost0 ~]#
[root@vhost0 ~]#