xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: Jan Beulich <JBeulich@suse.com>
Cc: George Dunlap <george.dunlap@eu.citrix.com>,
	Andrew Cooper <andrew.cooper3@citrix.com>,
	Xen-devel <xen-devel@lists.xen.org>
Subject: Is: pci=assign-busses blows up Xen 4.4 Was:Re: [PATCH] x86/msi: Validate the guest-identified PCI devices in pci_prepare_msix()
Date: Fri, 24 Jan 2014 16:56:52 -0500	[thread overview]
Message-ID: <20140124215652.GA18710@phenom.dumpdata.com> (raw)
In-Reply-To: <20140124174349.GA15472@phenom.dumpdata.com>

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

On Fri, Jan 24, 2014 at 12:43:49PM -0500, Konrad Rzeszutek Wilk wrote:
> On Fri, Jan 24, 2014 at 04:19:15PM +0000, Jan Beulich wrote:
> > >>> On 24.01.14 at 16:01, Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> wrote:
> > > I built the kernel without the igb driver just to eliminate it being
> > > the culprit. Now I can boot without issues and this is what lspci
> > > reports:
> > > 
> > > -bash-4.1# lspci -s 02:00.0 -v
> > > 02:00.0 Ethernet controller: Intel Corporation 82576 Gigabit Network 
> > > Connection (rev 01)
> > >         Subsystem: Intel Corporation Gigabit ET Dual Port Server Adapter
> > >         Flags: bus master, fast devsel, latency 0, IRQ 10
> > >         Memory at f1420000 (32-bit, non-prefetchable) [size=128K]
> > >         Memory at f1000000 (32-bit, non-prefetchable) [size=4M]
> > >         I/O ports at e020 [size=32]
> > >         Memory at f1444000 (32-bit, non-prefetchable) [size=16K]
> > >         Expansion ROM at f0c00000 [disabled] [size=4M]
> > >         Capabilities: [40] Power Management version 3
> > >         Capabilities: [50] MSI: Enable- Count=1/1 Maskable+ 64bit+
> > >         Capabilities: [70] MSI-X: Enable- Count=10 Masked-
> > 
> > So here's a patch to figure out why we don't find this.
> 
> Thank you!
> 
> See attached log. The corresponding xen-syms is compressed and
> updated at : http://darnok.org/xen/xen-syms.gz
> 
> The interesting bit is:
> 
> (XEN) 02:00.0: status=0010 (alloc_pdev+0xb4/0x2e9 wants 11)
> (XEN) 02:00.0: pos=40
> (XEN) 02:00.0: id=01
> (XEN) 02:00.0: pos=50
> (XEN) 02:00.0: id=05
> (XEN) 02:00.0: pos=70
> (XEN) 02:00.0: id=11
> (XEN) 02:00.1: status=0010 (alloc_pdev+0xb4/0x2e9 wants 11)
> (XEN) 02:00.1: pos=40
> (XEN) 02:00.1: id=01
> (XEN) 02:00.1: pos=50
> (XEN) 02:00.1: id=05
> (XEN) 02:00.1: pos=70
> (XEN) 02:00.1: id=11

You were right on the idea that it might be the device not having
the right capabilities, but it was the wrong BDF. I instrumented
the faulting operation to make sure I knew which BDF it was:

(XEN) 02:00.0: alloced (179)
(XEN) 02:00.0: alloced (189) ffff830239467f70,pdev ffff8302394660d0
(XEN) 02:00.1: alloced (179)
(XEN) 02:00.1: alloced (189) ffff830239466250,pdev ffff830239466190
(XEN) 04:00.0: alloced (179)
(XEN) 04:00.0: alloced (189) ffff830239466520,pdev ffff830239466460
(XEN) 05:00.0: status=0010 (alloc_pdev+0xb7/0x360 wants 11)
(XEN) 05:00.0: pos=60
(XEN) 05:00.0: id=0d
(XEN) 05:00.0: pos=a0
(XEN) 05:00.0: id=01
(XEN) 05:00.0: pos=00
(XEN) 05:00.0: no cap 11
(XEN) 08:00.0: alloced (179)
(XEN) 08:00.0: alloced (189) ffff830239466eb0,pdev ffff830239466df0

(XEN) [2014-01-25 03:42:08] msix_capability_init:759 for 05:00.0:, msix:0 dev:ffff8302394665b0
(XEN) [2014-01-25 03:42:08] ----[ Xen-4.4-rc2  x86_64  debug=y  Tainted:    C ]----
(XEN) [2014-01-25 03:42:08] CPU:    0
(XEN) [2014-01-25 03:42:08] RIP:    e008:[<ffff82d0801683d6>] msix_capability_init+0x210/0x63e
... snip..
(XEN) [2014-01-25 03:42:08] Xen call trace:
(XEN) [2014-01-25 03:42:08]    [<ffff82d0801683d6>] msix_capability_init+0x210/0x63e
(XEN) [2014-01-25 03:42:08]    [<ffff82d0801689c2>] pci_enable_msi+0x1be/0x4d7
(XEN) [2014-01-25 03:42:08]    [<ffff82d08016c68c>] map_domain_pirq+0x222/0x5ad
(XEN) [2014-01-25 03:42:08]    [<ffff82d08017f134>] physdev_map_pirq+0x507/0x5d1
(XEN) [2014-01-25 03:42:08]    [<ffff82d08017f844>] do_physdev_op+0x646/0x1232
(XEN) [2014-01-25 03:42:08]    [<ffff82d0802223ab>] syscall_enter+0xeb/0x145
(XEN) [2014-01-25 03:42:08] 
(XEN) [2014-01-25 03:42:08] Pagetable walk from 0000000000000004:
(XEN) [2014-01-25 03:42:08]  L4[0x000] = 0000000000000000 ffffffffffffffff
(XEN) [2014-01-25 03:42:08] 
(XEN) [2014-01-25 03:42:08] ****************************************
(XEN) [2014-01-25 03:42:08] Panic on CPU 0:
(XEN) [2014-01-25 03:42:08] FATAL PAGE FAULT
(XEN) [2014-01-25 03:42:08] [error_code=0000]
(XEN) [2014-01-25 03:42:08] Faulting linear address: 0000000000000004
(XEN) [2014-01-25 03:42:08] ****************************************
(XEN) [2014-01-25 03:42:08] 
(XEN) [2014-01-25 03:42:08] Manual reset required ('noreboot' specified)

lspci shows (baremetal kernel, with said driver):

bash-4.1# lspci -s 05:00.0 -v 
05:00.0 Ethernet controller: Intel Corporation Device 1533 (rev 03)
        Subsystem: Super Micro Computer Inc Device 1533
        Flags: bus master, fast devsel, latency 0, IRQ 19
        Memory at f1900000 (32-bit, non-prefetchable) [size=512K]
        I/O ports at c000 [size=32]
        Memory at f1980000 (32-bit, non-prefetchable) [size=16K]
        Capabilities: [40] Power Management version 3
        Capabilities: [50] MSI: Enable- Count=1/1 Maskable+ 64bit+
        Capabilities: [70] MSI-X: Enable+ Count=5 Masked-
        Capabilities: [a0] Express Endpoint, MSI 00
        Capabilities: [100] Advanced Error Reporting
        Capabilities: [140] Device Serial Number 00-25-90-ff-ff-86-be-f1
        Capabilities: [1a0] #17
        Kernel driver in use: igb

aka, Intel I210 

lspci shows (Xen, kernel does not have igb built-in):

-bash-4.1# lspci -s 05:00.0 -v
05:00.0 Ethernet controller: Intel Corporation Device 1533 (rev 03)
        Subsystem: Super Micro Computer Inc Device 1533
        Flags: bus master, fast devsel, latency 0, IRQ 11
        Memory at f1900000 (32-bit, non-prefetchable) [size=512K]
        I/O ports at c000 [size=32]
        Memory at f1980000 (32-bit, non-prefetchable) [size=16K]
        Capabilities: [40] Power Management version 3
        Capabilities: [50] MSI: Enable- Count=1/1 Maskable+ 64bit+
        Capabilities: [70] MSI-X: Enable- Count=5 Masked-
        Capabilities: [a0] Express Endpoint, MSI 00
        Capabilities: [100] Advanced Error Reporting
        Capabilities: [140] Device Serial Number 00-25-90-ff-ff-86-be-f1
        Capabilities: [1a0] #17

And with -xxx:

bash-4.1# lspci -s 05:00.0 -xxx
05:00.0 Ethernet controller: Intel Corporation Device 1533 (rev 03)
00: 86 80 33 15 07 00 10 00 03 00 00 02 10 00 00 00
10: 00 00 90 f1 00 00 00 00 01 c0 00 00 00 00 98 f1
20: 00 00 00 00 00 00 00 00 00 00 00 00 d9 15 33 15
30: 00 00 00 00 40 00 00 00 00 00 00 00 0b 01 00 00
40: 01 50 23 c8 08 20 00 00 00 00 00 00 00 00 00 00
50: 05 70 80 01 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 11 a0 04 00 03 00 00 00 03 20 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 ff ff ff ff
a0: 10 00 02 00 c2 8c 00 10 07 28 19 00 11 5c 42 00
b0: 40 00 11 10 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 1f 00 00 00 00 00 00 00 00 00 00 00
d0: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

Which would imply that we should start with '50' offset, not
'60'!


If I boot baremetal with 'pci=earlydump' I get:

[    0.000000] pci 0000:05:00.0 config space:
[    0.000000]   00: e3 10 13 81 07 00 10 00 01 01 04 06 00 00 01 00
[    0.000000]   10: 00 00 00 00 00 00 00 00 05 06 07 20 f1 01 a0 22
[    0.000000]   20: 50 f1 60 f1 f1 ff 01 00 00 00 00 00 00 00 00 00
[    0.000000]   30: ff 00 00 00 60 00 00 00 00 00 00 00 ff 00 10 00
[    0.000000]   40: 00 aa 00 00 00 19 90 7d 80 01 00 00 07 03 00 00
[    0.000000]   50: 68 89 09 80 00 1f 00 00 00 01 00 00 00 00 00 00
[    0.000000]   60: 0d a0 00 00 d9 15 05 08 00 00 00 00 00 00 00 00
[    0.000000]   70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    0.000000]   80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    0.000000]   90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    0.000000]   a0: 01 00 03 f8 08 00 00 00 00 00 00 00 00 00 00 00
[    0.000000]   b0: 00 00 00 00 40 00 00 00 00 00 00 00 ef fb be 07
[    0.000000]   c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

Which does indeed show that at bootup the PCI configuration
space is different. 

<blink>And the driver id does not match!

If I look at one that has it:
[    0.000000] pci 0000:04:00.0 config space:
[    0.000000]   00: 86 80 33 15 07 00 10 00 03 00 00 02 10 00 00 00
[    0.000000]   10: 00 00 90 f1 00 00 00 00 01 c0 00 00 00 00 98 f1
[    0.000000]   20: 00 00 00 00 00 00 00 00 00 00 00 00 d9 15 33 15
[    0.000000]   30: 00 00 00 00 40 00 00 00 00 00 00 00 0b 01 00 00
[    0.000000]   40: 01 50 23 c8 08 20 00 00 00 00 00 00 00 00 00 00
[    0.000000]   50: 05 70 80 01 00 00 00 00 00 00 00 00 00 00 00 00
[    0.000000]   60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    0.000000]   70: 11 a0 04 00 03 00 00 00 03 20 00 00 00 00 00 00
[    0.000000]   80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    0.000000]   90: 00 00 00 00 00 00 00 00 00 00 00 00 ff ff ff ff
[    0.000000]   a0: 10 00 02 00 c2 8c 00 10 07 28 19 00 11 5c 42 00
[    0.000000]   b0: 42 00 11 10 00 00 00 00 00 00 00 00 00 00 00 00
[    0.000000]   c0: 00 00 00 00 1f 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

That matches more of the reality and 04:00.0 is actually 05:00.0.

The reason that is happening is probably because of:

-bash-4.1# cat /proc/cmdline 
initrd=initramfs.cpio.gz console=ttyS0,115200 kgdboc=ttyS0 pci=assign-busses pci=earlydump BOOT_IMAGE=vmlinuz 
-bash-4.1# 

The 'assign-busses' which is needed for SR-IOV to work.

If don't use that paremeter Linux kernel (baremetal and with Xen)
tells me:


-bash-4.1# cat /sys/devices/pci0000:00/0000:00:01.1/0000:02:00.0/sriov_numvfs
0
-bash-4.1# cat /sys/devices/pci0000:00/0000:00:01.1/0000:02:00.0/sriov_totalvfs
7
-bash-4.1# echo 7 > /sys/devices/pci0000:00/0000:00:01.1/0000:02:00.0/sriov_numvfs
-bash: echo: write error: Cannot allocate memory
-bash-4.1# dmesg | tail
[  241.874349] random: sshd urandom read with 63 bits of entropy available
[  242.918267] Loading iSCSI transport class v2.0-870.
[  242.926046] iscsi: registered transport (tcp)
[  244.689798] scsi8 : iSCSI Initiator over TCP/IP
[  244.709799]  connection1:0: detected conn error (1020)
[  244.969450] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
[  244.980434] device-mapper: multipath: version 1.6.0 loaded
[  250.027291] random: nonblocking pool is initialized
[  256.282312] switch: port 1(eth0) entered forwarding state
[  365.468641] igb 0000:02:00.0: SR-IOV: bus number out of range


And sure enough if I boot Xen without 'pci=assign-busses' it works just
fine.

Ugh.

I wonder how Xen 4.3 would actually do the PCI passthrough - it booted with
the 'assign-busses' - but I hadn't tried to do PCI passthrough of the
PF device (the I210).

If do pass in '05:00.0' (new bus number) I wonder if it will use IOMMU context
with whatever '05:00.0' was _before_ the bus re-assigment  aka:

05:00.0 PCI bridge: Tundra Semiconductor Corp. Device 8113 (rev 01) (prog-if 01 [Subtractive decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=05, secondary=06, subordinate=07, sec-latency=32
        Memory behind bridge: f1500000-f16fffff
        Capabilities: [60] Subsystem: Super Micro Computer Inc Device 0805
        Capabilities: [a0] Power Management version 3

Which I think would confuse Xen as this is clearly labeled as bridge
not a PCI device.


The reason for me using 'pci=assign-busses' is that it looks to be
the only option to use SR-IOV.

Which I suppose makes sense as it tries to create VFs right after its own bus id:


  +-01.1-[02-03]--+-[0000:03]-+-10.0  Intel Corporation 82576 Virtual Function
           |               |           +-10.1  Intel Corporation 82576 Virtual Function
           |               |           +-10.2  Intel Corporation 82576 Virtual Function
           |               |           +-10.3  Intel Corporation 82576 Virtual Function
           |               |           +-10.4  Intel Corporation 82576 Virtual Function
           |               |           +-10.5  Intel Corporation 82576 Virtual Function
           |               |           +-10.6  Intel Corporation 82576 Virtual Function
           |               |           +-10.7  Intel Corporation 82576 Virtual Function
           |               |           +-11.0  Intel Corporation 82576 Virtual Function
           |               |           +-11.1  Intel Corporation 82576 Virtual Function
           |               |           +-11.2  Intel Corporation 82576 Virtual Function
           |               |           +-11.3  Intel Corporation 82576 Virtual Function
           |               |           +-11.4  Intel Corporation 82576 Virtual Function
           |               |           \-11.5  Intel Corporation 82576 Virtual Function
           |               \-[0000:02]-+-00.0  Intel Corporation 82576 Gigabit Network Connection
           |                           \-00.1  Intel Corporation 82576 Gigabit Network Connection


But why does it have to have the bus _right_ after its own? Can't it
use one at the end of the its bus-space? The bus is after it is occupied
by another card (if I boot without 'pci=assign-busses').

I do recall using this particular SR-IOV card on a different hardware
a year ago or so. And it did work. I think that might be because
there were no PCI cards _after_ the SR-IOV card.

For posterity, with pci=assign-busses under baremetal (with SR-IOV enabled):
02:00.0 Ethernet controller: Intel Corporation 82576 Gigabit Network Connection (rev 01)
02:00.1 Ethernet controller: Intel Corporation 82576 Gigabit Network Connection (rev 01)
03:10.0 Ethernet controller: Intel Corporation 82576 Virtual Function (rev 01)
03:10.1 Ethernet controller: Intel Corporation 82576 Virtual Function (rev 01)
03:10.2 Ethernet controller: Intel Corporation 82576 Virtual Function (rev 01)
03:10.3 Ethernet controller: Intel Corporation 82576 Virtual Function (rev 01)
03:10.4 Ethernet controller: Intel Corporation 82576 Virtual Function (rev 01)
03:10.5 Ethernet controller: Intel Corporation 82576 Virtual Function (rev 01)
03:10.6 Ethernet controller: Intel Corporation 82576 Virtual Function (rev 01)
03:10.7 Ethernet controller: Intel Corporation 82576 Virtual Function (rev 01)
03:11.0 Ethernet controller: Intel Corporation 82576 Virtual Function (rev 01)
03:11.1 Ethernet controller: Intel Corporation 82576 Virtual Function (rev 01)
03:11.2 Ethernet controller: Intel Corporation 82576 Virtual Function (rev 01)
03:11.3 Ethernet controller: Intel Corporation 82576 Virtual Function (rev 01)
03:11.4 Ethernet controller: Intel Corporation 82576 Virtual Function (rev 01)
03:11.5 Ethernet controller: Intel Corporation 82576 Virtual Function (rev 01)
04:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (rev 06)
04:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (rev 06)
05:00.0 Ethernet controller: Intel Corporation Device 1533 (rev 03)
06:00.0 PCI bridge: Tundra Semiconductor Corp. Device 8113 (rev 01)
07:01.0 PCI bridge: Hint Corp HB6 Universal PCI-PCI bridge (non-transparent mode) (rev 11)
07:03.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22/A IEEE-1394a-2000 Controller (PHY/Link)
08:08.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11)
08:08.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11)
08:09.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11)
08:09.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11)
08:0a.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11)
08:0a.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11)
08:0b.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11)
08:0b.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11)
09:00.0 USB Controller: Renesas Technology Corp. Device 0015 (rev 02)
0a:00.0 SATA controller: Device 1b21:0612 (rev 01)

Without 'pci=assign-busses' under baremetal:
02:00.0 Ethernet controller: Intel Corporation 82576 Gigabit Network Connection (rev 01)
02:00.1 Ethernet controller: Intel Corporation 82576 Gigabit Network Connection (rev 01)
03:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (rev 06)
03:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (rev 06)
04:00.0 Ethernet controller: Intel Corporation Device 1533 (rev 03)
05:00.0 PCI bridge: Tundra Semiconductor Corp. Device 8113 (rev 01)
06:01.0 PCI bridge: Hint Corp HB6 Universal PCI-PCI bridge (non-transparent mode) (rev 11)
06:03.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22/A IEEE-1394a-2000 Controller (PHY/Link)
07:08.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11)
07:08.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11)
07:09.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11)
07:09.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11)
07:0a.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11)
07:0a.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11)
07:0b.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11)
07:0b.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11)
08:00.0 USB Controller: Renesas Technology Corp. Device 0015 (rev 02)
09:00.0 SATA controller: Device 1b21:0612 (rev 01)


This problem with SR-IOV bus seems to have been solved in 2009:

commit a28724b0fb909d247229a70761c90bb37b13366a
Author: Yu Zhao <yu.zhao@intel.com>
Date:   Fri Mar 20 11:25:13 2009 +0800

    PCI: reserve bus range for SR-IOV device
    
    Reserve the bus number range used by the Virtual Function when
    pcibios_assign_all_busses() returns true.

And pcibios_assign_all_busses() is the one that returns true if 'pci=assign-busses'
is set.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: tst035-jan-debug-2.txt --]
[-- Type: text/plain; charset=utf-8, Size: 160773 bytes --]

Trying 192.168.102.15...
Connected to maxsrv2.
Escape character is '^]'.
€\b \b^[[2J^[[1;1H^[[1;1H€\b \b^[[01;00H^[[0m^[[2;37;40mInitializing Intel(R) Boot Agent GE v1.3.22                                     ^[[02;00HPXE 2.1 Build 086 (WfM 2.0)                                                     ^[[03;00HPress Ctrl+S to enter the Setup Menu.                                           ^[[04;00H                                                                                ^[[05;00H                                                                                ^[[06;00H                                                                                ^[[07;00H                                                                                ^[[08;00H                                                                                ^[[09;00H                                                                                ^[[10;00H                                                                                ^[[11;00H                                                                                ^[[12;00H                                                                                ^[[13;00H                                                                                ^[[14;00H                                                                                ^[[15;00H                                                                                ^[[16;00H                                                                                ^[[17;00H                                                                                ^[[18;00H                                                                                ^[[19;00H                                                                                ^[[20;00H                                                                                ^[[21;00H                                                                                ^[[22;00H                                                                                ^[[23;00H                                                                                ^[[24;00H                                                                               ^[[24;00H^[[03;39H^[[03;00HPress Ctrl+S to enter the Setup Menu..                                          ^[[03;39H^[[03;39H^[[03;39H^[[03;39H^[[03;39H^[[03;39H^[[03;39H^[[03;39H^[[03;39H^[[03;39H^[[03;39H^[[03;39H€\b \b^[[2J^[[1;1H^[[1;1H€\b \b^[[01;00HInitializing Intel(R) Boot Agent GE v1.3.22                                     ^[[02;00HPXE 2.1 Build 086 (WfM 2.0)                                                     ^[[03;00H                                                                                ^[[04;00H                                                                                ^[[05;00HInitializing Intel(R) Boot Agent GE v1.3.22                                     ^[[06;00HPXE 2.1 Build 086 (WfM 2.0)                                                     ^[[07;00HPress Ctrl+S to enter the Setup Menu.                                           ^[[08;00H                                                                                ^[[09;00H                                                                                ^[[10;00H                                                                                ^[[11;00H                                                                                ^[[12;00H                                                                                ^[[13;00H                                                                                ^[[14;00H                                                                                ^[[15;00H                                                                                ^[[16;00H                                                                                ^[[17;00H                                                                                ^[[18;00H                                                                                ^[[19;00H                                                                                ^[[20;00H                                                                                ^[[21;00H                                                                                ^[[22;00H                                                                                ^[[23;00H                                                                                ^[[24;00H                                                                               ^[[24;00H^[[07;39H^[[07;00HPress Ctrl+S to enter the Setup Menu..                                          ^[[07;39H^[[07;39H^[[07;39H^[[07;39H^[[07;39H^[[07;39H^[[07;39H^[[07;39H^[[07;39H^[[07;39H^[[07;39H^[[07;39H€\b \b^[[2J^[[1;1H^[[1;1H€\b \b^[[01;00HInitializing Intel(R) Boot Agent GE v1.3.22                                     ^[[02;00HPXE 2.1 Build 086 (WfM 2.0)                                                     ^[[03;00H                                                                                ^[[04;00H                                                                                ^[[05;00HInitializing Intel(R) Boot Agent GE v1.3.22                                     ^[[06;00HPXE 2.1 Build 086 (WfM 2.0)                                                     ^[[07;00H                                                                                ^[[08;00H                                                                                ^[[09;00HInitializing Intel(R) Boot Agent GE v1.4.10                                     ^[[10;00HPXE 2.1 Build 092 (WfM 2.0)                                                     ^[[11;00HPress Ctrl+S to enter the Setup Menu.                                           ^[[12;00H                                                                                ^[[13;00H                                                                                ^[[14;00H                                                                                ^[[15;00H                                                                                ^[[16;00H                                                                                ^[[17;00H                                                                                ^[[18;00H                                                                                ^[[19;00H                                                                                ^[[20;00H                                                                                ^[[21;00H                                                                                ^[[22;00H                                                                                ^[[23;00H                                                                                ^[[24;00H                                                                               ^[[24;00H^[[11;39H^[[11;00HPress Ctrl+S to enter the Setup Menu..                                          ^[[11;39H^[[11;39H^[[11;39H^[[11;39H^[[11;39H^[[11;39H^[[11;39H^[[11;39H^[[11;39H^[[11;39H^[[11;39H^[[11;39H^[[11;39H€\b \b^[[2J^[[1;1H^[[1;1H€\b \b^[[01;00HInitializing Intel(R) Boot Agent GE v1.3.22                                     ^[[02;00HPXE 2.1 Build 086 (WfM 2.0)                                                     ^[[03;00H                                                                                ^[[04;00H                                                                                ^[[05;00HInitializing Intel(R) Boot Agent GE v1.3.22                                     ^[[06;00HPXE 2.1 Build 086 (WfM 2.0)                                                     ^[[07;00H                                                                                ^[[08;00H                                                                                ^[[09;00HInitializing Intel(R) Boot Agent GE v1.4.10                                     ^[[10;00HPXE 2.1 Build 092 (WfM 2.0)                                                     ^[[11;00H                                                                                ^[[12;00H                                                                                ^[[13;00HInitializing Intel(R) Boot Agent GE v1.4.10                                     ^[[14;00HPXE 2.1 Build 092 (WfM 2.0)                                                     ^[[15;00HPress Ctrl+S to enter the Setup Menu.                                           ^[[16;00H                                                                                ^[[17;00H                                                                                ^[[18;00H                                                                                ^[[19;00H                                                                                ^[[20;00H                                                                                ^[[21;00H                                                                                ^[[22;00H                                                                                ^[[23;00H                                                                                ^[[24;00H                                                                               ^[[24;00H^[[15;39H^[[15;00HPress Ctrl+S to enter the Setup Menu..                                          ^[[15;39H^[[15;39H^[[15;39H^[[15;39H^[[15;39H^[[15;39H^[[15;39H^[[15;39H^[[15;39H^[[15;39H^[[15;39H^[[15;39H^[[15;39H^[[15;39H^[[15;39H^[[15;39H€\b \b^[[2J^[[1;1H^[[1;1H€\b \b^[[01;00HInitializing Intel(R) Boot Agent GE v1.3.22                                     ^[[02;00HPXE 2.1 Build 086 (WfM 2.0)                                                     ^[[03;00H                                                                                ^[[04;00H                                                                                ^[[05;00HInitializing Intel(R) Boot Agent GE v1.3.22                                     ^[[06;00HPXE 2.1 Build 086 (WfM 2.0)                                                     ^[[07;00H                                                                                ^[[08;00H                                                                                ^[[09;00HInitializing Intel(R) Boot Agent GE v1.4.10                                     ^[[10;00HPXE 2.1 Build 092 (WfM 2.0)                                                     ^[[11;00H                                                                                ^[[12;00H                                                                                ^[[13;00HInitializing Intel(R) Boot Agent GE v1.4.10                                     ^[[14;00HPXE 2.1 Build 092 (WfM 2.0)                                                     ^[[15;00H                                                                                ^[[16;00H                                                                                ^[[17;00HInitializing Intel(R) Boot Agent GE v1.4.10                                     ^[[18;00HPXE 2.1 Build 092 (WfM 2.0)                                                     ^[[19;00HPress Ctrl+S to enter the Setup Menu.                                           ^[[20;00H                                                                                ^[[21;00H                                                                                ^[[22;00H                                                                                ^[[23;00H                                                                                ^[[24;00H                                                                               ^[[24;00H^[[19;39H^[[19;00HPress Ctrl+S to enter the Setup Menu..                                          ^[[19;39H^[[19;39H^[[19;39H^[[19;39H^[[19;39H^[[19;39H^[[19;39H^[[19;39H^[[19;39H^[[19;39H^[[19;39H^[[19;39H^[[19;39H^[[19;39H^[[19;39H^[[19;39H€\b \b^[[2J^[[1;1H^[[1;1H€\b \b^[[01;00H                                         €\b \b^[[2J^[[1;1H^[[1;1H^[[2J^[[1;1H^[[2J^[[1;1H€\b \b^[[01;00H                                                                                ^[[02;00HIntel(R) Boot Agent GE v1.4.10                                                  ^[[03;00HCopyright (C) 1997-2012, Intel Corporation                                      ^[[04;00H                                                                                ^[[05;00HInitializing and establishing link...                                           ^[[06;00H                                                                                ^[[07;00H                                                                                ^[[08;00H                                                                                ^[[09;00H                                                                                ^[[10;00H                                                                                ^[[11;00H                                                                                ^[[12;00H                                                                                ^[[13;00H                                                                                ^[[14;00H                                                                                ^[[15;00H                                                                                ^[[16;00H                                                                                ^[[17;00H                                                                                ^[[18;00H                                                                                ^[[19;00H                                                                                ^[[20;00H                                                                                ^[[21;00H                                                                                ^[[22;00H                                                                                ^[[23;00H                                                                                ^[[24;00H                                                                               ^[[24;00H^[[05;38H^[[05;38H^[[05;38H^[[05;38H^[[05;38H^[[05;38H^[[05;38H^[[05;38H^[[05;38H^[[05;38H^[[05;38H^[[05;38H^[[05;38H^[[05;38H^[[05;38H^[[05;38H^[[05;38H^[[05;38H^[[05;38H^[[05;38H^[[05;38H^[[05;38H^[[05;38H^[[05;38H^[[05;38H^[[05;38H^[[05;38H^[[05;38H^[[05;38H^[[05;38H^[[05;38H^[[05;38H^[[05;38H^[[05;38H^[[05;38H^[[05;38H^[[05;38H^[[05;38H^[[05;38H^[[05;38H^[[05;38H^[[05;38H^[[05;38H^[[05;38H^[[05;38H^[[05;38H^[[05;38H^[[05;38H^[[05;00HCLIENT MAC ADDR: 00 25 90 86 BE F0  GUID: 00000000 0000 0000 0000 00259086BEF0  ^[[06;00HDHCP.|                                                                          ^[[06;06H^[[06;00HDHCP./                                                                          ^[[06;06H^[[06;00HDHCP.-                                                                          ^[[06;06H^[[06;00HDHCP.\                                                                          ^[[06;06H^[[06;00HDHCP.|                                                                          ^[[06;06H^[[06;00HDHCP./                                                                          ^[[06;06H^[[06;00HDHCP.-                                                                          ^[[06;06H^[[06;00HDHCP.\                                                                          ^[[06;06H^[[06;00HDHCP.|                                                                          ^[[06;06H^[[06;00HDHCP./                                                                          ^[[06;06H^[[06;00HDHCP.-                                                                          ^[[06;06H^[[06;00HDHCP.\                                                                          ^[[06;06H^[[06;00HDHCP.|                                                                          ^[[06;06H^[[06;00HDHCP./                                                                          ^[[06;06H^[[06;00HDHCP.-                                                                          ^[[06;06H^[[06;00HDHCP.\                                                                          ^[[06;06H^[[06;00HDHCP.|                                                                          ^[[06;06H^[[06;00HDHCP./                                                                          ^[[06;06H^[[06;00HCLIENT IP: 192.168.102.35  MASK: 255.255.255.0  DHCP IP: 192.168.102.1          
PXELINUX 3.82 2009-06-09  Copyright (C) 1994-2009 H. Peter Anvin et al
Loading xen.gz... ^[[07;00Hok
Loading vmlinuz... ^[[01;00Hok
Loading initramfs.cpio.gz... ^[[01;00H^[[01;00H^[[01;00H^[[01;00H^[[01;00H^[[01;00H^[[01;00H^[[01;00H^[[01;00H^[[01;00H^[[01;00H^[[01;00H^[[01;00H^[[01;00H^[[01;00H^[[01;00H^[[01;00H^[[01;00H^[[01;00H^[[01;00H^[[01;00H^[[01;00H^[[01;00H^[[01;00Hok
Loading microcode.bin... ok
 Xen 4.4-rc2
(XEN) Xen version 4.4-rc2 (konrad@(none)) (gcc (GCC) 4.4.4 20100503 (Red Hat 4.4.4-2)) debug=y Fri Jan 24 14:40:10 EST 2014
(XEN) Latest ChangeSet: Mon Jan 20 09:50:20 2014 +0100 git:407a3c0-dirty
(XEN) Console output is synchronous.
(XEN) Bootloader: unknown
(XEN) Command line: dom0_max_vcpus=1 dom0_mem=max:2G iommu=debug,verbose com1=115200,8n1 console=com1 ucode=scan console_timestamps=1 console_to_ring conring_size=2097152 cpufreq=xen:performance,verbose sync_console noreboot loglvl=all guest_loglvl=all dom0_mem_max=max:6GB,2G
(XEN) Video information:
(XEN)  VGA is text mode 80x25, font 8x16
(XEN)  VBE/DDC methods: none; EDID transfer time: 0 seconds
(XEN)  EDID info not retrieved because no DDC retrieval method detected
(XEN) Disc information:
(XEN)  Found 1 MBR signatures
(XEN)  Found 1 EDD information structures
(XEN) Xen-e820 RAM map:
(XEN)  0000000000000000 - 0000000000099c00 (usable)
(XEN)  0000000000099c00 - 00000000000a0000 (reserved)
(XEN)  00000000000e0000 - 0000000000100000 (reserved)
(XEN)  0000000000100000 - 00000000a58f1000 (usable)
(XEN)  00000000a58f1000 - 00000000a58f8000 (ACPI NVS)
(XEN)  00000000a58f8000 - 00000000a61b1000 (usable)
(XEN)  00000000a61b1000 - 00000000a6597000 (reserved)
(XEN)  00000000a6597000 - 00000000b74b4000 (usable)
(XEN)  00000000b74b4000 - 00000000b76cb000 (reserved)
(XEN)  00000000b76cb000 - 00000000b770c000 (usable)
(XEN)  00000000b770c000 - 00000000b77b9000 (ACPI NVS)
(XEN)  00000000b77b9000 - 00000000b7fff000 (reserved)
(XEN)  00000000b7fff000 - 00000000b8000000 (usable)
(XEN)  00000000bc000000 - 00000000be200000 (reserved)
(XEN)  00000000f8000000 - 00000000fc000000 (reserved)
(XEN)  00000000fec00000 - 00000000fec01000 (reserved)
(XEN)  00000000fed00000 - 00000000fed04000 (reserved)
(XEN)  00000000fed1c000 - 00000000fed20000 (reserved)
(XEN)  00000000fee00000 - 00000000fee01000 (reserved)
(XEN)  00000000ff000000 - 0000000100000000 (reserved)
(XEN)  0000000100000000 - 000000023fe00000 (usable)
(XEN) ACPI: RSDP 000F0490, 0024 (r2 ALASKA)
(XEN) ACPI: XSDT B7794098, 00AC (r1 ALASKA    A M I  1072009 AMI     10013)
(XEN) ACPI: FACP B779F0B8, 010C (r5 ALASKA    A M I  1072009 AMI     10013)
(XEN) ACPI: DSDT B77941D8, AEDD (r2 ALASKA    A M I        0 INTL 20091112)
(XEN) ACPI: FACS B77B7080, 0040
(XEN) ACPI: APIC B779F1C8, 0092 (r3 ALASKA    A M I  1072009 AMI     10013)
(XEN) ACPI: FPDT B779F260, 0044 (r1 ALASKA    A M I  1072009 AMI     10013)
(XEN) ACPI: SSDT B779F2A8, 0540 (r1  PmRef  Cpu0Ist     3000 INTL 20051117)
(XEN) ACPI: SSDT B779F7E8, 0AD8 (r1  PmRef    CpuPm     3000 INTL 20051117)
(XEN) ACPI: SSDT B77A02C0, 02F2 (r1  PmRef  Cpu0Tst     3000 INTL 20051117)
(XEN) ACPI: SSDT B77A05B8, 0348 (r1  PmRef    ApTst     3000 INTL 20051117)
(XEN) ACPI: MCFG B77A0900, 003C (r1 ALASKA    A M I  1072009 MSFT       97)
(XEN) ACPI: HPET B77A0940, 0038 (r1 ALASKA    A M I  1072009 AMI.        5)
(XEN) ACPI: SSDT B77A0978, 036D (r1 SataRe SataTabl     1000 INTL 20091112)
(XEN) ACPI: SSDT B77A0CE8, 327D (r1 SaSsdt  SaSsdt      3000 INTL 20091112)
(XEN) ACPI: ASF! B77A3F68, 00A5 (r32 INTEL       HCG        1 TFSM    F4240)
(XEN) ACPI: DMAR B77A4010, 00B8 (r1 INTEL      HSW         1 INTL        1)
(XEN) ACPI: EINJ B77A40C8, 0130 (r1    AMI AMI EINJ        0             0)
(XEN) ACPI: ERST B77A41F8, 0230 (r1  AMIER AMI ERST        0             0)
(XEN) ACPI: HEST B77A4428, 00A8 (r1    AMI AMI HEST        0             0)
(XEN) ACPI: BERT B77A44D0, 0030 (r1    AMI AMI BERT        0             0)
(XEN) System RAM: 8046MB (8239752kB)
(XEN) No NUMA configuration found
(XEN) Faking a node at 0000000000000000-000000023fe00000
(XEN) Domain heap initialised
(XEN) found SMP MP-table at 000fd870
(XEN) DMI 2.7 present.
(XEN) Using APIC driver default
(XEN) ACPI: PM-Timer IO Port: 0x1808
(XEN) ACPI: v5 SLEEP INFO: control[0:0], status[0:0]
(XEN) ACPI: SLEEP INFO: pm1x_cnt[1804,0], pm1x_evt[1800,0]
(XEN) ACPI: 32/64X FACS address mismatch in FADT - b77b7080/0000000000000000, using 32
(XEN) ACPI:             wakeup_vec[b77b708c], vec_size[20]
(XEN) ACPI: Local APIC address 0xfee00000
(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
(XEN) Processor #0 7:12 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
(XEN) Processor #2 7:12 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
(XEN) Processor #4 7:12 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
(XEN) Processor #6 7:12 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
(XEN) Processor #1 7:12 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
(XEN) Processor #3 7:12 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
(XEN) Processor #5 7:12 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
(XEN) Processor #7 7:12 APIC version 21
(XEN) ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
(XEN) ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
(XEN) IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
(XEN) ACPI: IRQ0 used by override.
(XEN) ACPI: IRQ2 used by override.
(XEN) ACPI: IRQ9 used by override.
(XEN) Enabling APIC mode:  Flat.  Using 1 I/O APICs
(XEN) ACPI: HPET id: 0x8086a701 base: 0xfed00000
(XEN) [VT-D]dmar.c:778: Host address width 39
(XEN) [VT-D]dmar.c:792: found ACPI_DMAR_DRHD:
(XEN) [VT-D]dmar.c:472:   dmaru->address = fed90000
(XEN) [VT-D]iommu.c:1157: drhd->address = fed90000 iommu->reg = ffff82c000201000
(XEN) [VT-D]iommu.c:1159: cap = c0000020660462 ecap = f0101a
(XEN) [VT-D]dmar.c:383:  endpoint: 0000:00:02.0
(XEN) [VT-D]dmar.c:792: found ACPI_DMAR_DRHD:
(XEN) [VT-D]dmar.c:472:   dmaru->address = fed91000
(XEN) [VT-D]iommu.c:1157: drhd->address = fed91000 iommu->reg = ffff82c000203000
(XEN) [VT-D]iommu.c:1159: cap = d2008020660462 ecap = f010da
(XEN) [VT-D]dmar.c:397:  IOAPIC: 0000:f0:1f.0
(XEN) [VT-D]dmar.c:361:  MSI HPET: 0000:f0:0f.0
(XEN) [VT-D]dmar.c:486:   flags: INCLUDE_ALL
(XEN) [VT-D]dmar.c:797: found ACPI_DMAR_RMRR:
(XEN) [VT-D]dmar.c:383:  endpoint: 0000:00:1d.0
(XEN) [VT-D]dmar.c:383:  endpoint: 0000:00:1a.0
(XEN) [VT-D]dmar.c:383:  endpoint: 0000:00:14.0
(XEN) [VT-D]dmar.c:666:   RMRR region: base_addr b764b000 end_address b7657fff
(XEN) [VT-D]dmar.c:797: found ACPI_DMAR_RMRR:
(XEN) [VT-D]dmar.c:383:  endpoint: 0000:00:02.0
(XEN) [VT-D]dmar.c:666:   RMRR region: base_addr bc000000 end_address be1fffff
(XEN) Xen ERST support is initialized.
(XEN) Using ACPI (MADT) for SMP configuration information
(XEN) SMP: Allowing 8 CPUs (0 hotplug CPUs)
(XEN) IRQ limits: 24 GSI, 1528 MSI/MSI-X
(XEN) Switched to APIC driver x2apic_cluster.
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Detected 3400.107 MHz processor.
(XEN) Initing memory sharing.
(XEN) xstate_init: using cntxt_size: 0x340 and states: 0xlity: BCAST 1 SER 0 CMCI 1 firstbank 0 extended MCE MSR 0
(XEN) Intel machine check reporting enabled
(XEN) PCI: MCFG configuration 0: base f8000000 segment 0000 buses 00 - 3f
(XEN) PCI: MCFG area at f8000000 reserved in E820
(XEN) PCI: Using MCFG for segment 0000 bus 00-3f
(XEN) Intel VT-d iommu 0 supported page sizes: 4kB.
(XEN) Intel VT-d iommu 1 supported page sizes: 4kB.
(XEN) Intel VT-d Snoop Control not enabled.
(XEN) Intel VT-d Dom0 DMA Passthrough not enabled.
(XEN) Intel VT-d Queued Invalidation enabled.
(XEN) Intel VT-d Interrupt Remapping enabled.
(XEN) Intel VT-d Shared EPT tables not enabled.
(XEN) 02:00.0: alloced (179)
(XEN) 02:00.0: alloced (189) ffff830239467f70,pdev ffff8302394660d0
(XEN) 02:00.1: alloced (179)
(XEN) 02:00.1: alloced (189) ffff830239466250,pdev ffff830239466190
(XEN) 04:00.0: alloced (179)
(XEN) 04:00.0: alloced (189) ffff830239466520,pdev ffff830239466460
(XEN) 05:00.0: status=0010 (alloc_pdev+0xb7/0x360 wants 11)
(XEN) 05:00.0: pos=60
(XEN) 05:00.0: id=0d
(XEN) 05:00.0: pos=a0
(XEN) 05:00.0: id=01
(XEN) 05:00.0: pos=00
(XEN) 05:00.0: no cap 11
(XEN) 08:00.0: alloced (179)
(XEN) 08:00.0: alloced (189) ffff830239466eb0,pdev ffff830239466df0
(XEN) I/O virtualisation enabled
(XEN)  - Dom0 mode: Relaxed
(XEN) Interrupt remapping enabled
(XEN) Enabled directed EOI wit(XEN) TSC deadline timer enabled
(XEN) [2014-01-25 03:41:53] Platform timer is 14.318MHz HPET
(XEN) [2014-01-25 03:41:53] Allocated console ring of 1048576 KiB.
(XEN) [2014-01-25 03:41:53] mwait-idle: MWAIT substates: 0x42120
(XEN) [2014-01-25 03:41:53] mwait-idle: v0.4 model 0x3c
(XEN) [2014-01-25 03:41:53] mwait-idle: lapic_timer_reliable_states 0xffffffff
(XEN) [2014-01-25 03:41:53] VMX: Supported advanced features:
(XEN) [2014-01-25 03:41:53]  - APIC MMIO access virtualisation
(XEN) [2014-01-25 03:41:53]  - APIC TPR shadow
(XEN) [2014-01-25 03:41:53]  - Extended Page Tables (EPT)
(XEN) [2014-01-25 03:41:53]  - Virtual-Processor Identifiers (VPID)
(XEN) [2014-01-25 03:41:53]  - Virtual NMI
(XEN) [2014-01-25 03:41:53]  - MSR direct-access bitmap
(XEN) [2014-01-25 03:41:53]  - Unrestricted Guest
(XEN) [2014-01-25 03:41:53]  - VMCS shadowing
(XEN) [2014-01-25 03:41:53] HVM: ASIDs enabled.
(XEN) [2014-01-25 03:41:53] HVM: VMX enabled
(XEN) [2014-01-25 03:41:53] HVM: Hardware Assisted Paging (HAP) detected
(XEN) [2014-01-25 03:41:53] HVM: HAP page sizes: 4kB, 2MB, 1GB
(XEN) [2014-01-25 03:41:53] Brought up 8 CPUs
(XEN) [2014-01-25 03:41:53] ACPI sleep modes: S3
(XEN) [2014-01-25 03:41:53] mcheck_poll: Machine check polling timer started.*** LOADING DOMAIN 0 ***
(XEN) [2014-01-25 03:41:53] elf_parse_binary: phdr: paddr=0x1000000 memsz=0xa28000
(XEN) [2014-01-25 03:41:53] elf_parse_binarymemory: 0x1000000 -> 0x23f7000
(XEN) [2014-01-25 03:41:53] elf_xen_parse_note: GUEST_OS = "linux"
(XEN) [2014-01-25 03:41:53] elf_xen_parse_note: GUEST_VERSION = "2.6"
(XEN) [2014-01-25 03:41:53] elf_xen_parse_note: XEN_VERSION = "xen-3.0"
(XEN) [2014-01-25 03:41:53] elf_xen_parse_note: VIRT_BASE = 0xffffffff80000000
(XEN) [2014-01-25 03:41:53] elf_xen_parse_note: ENTRY = 0xffffffff81cd81e0
(XEN) [2014-01-25 03:41:53] elf_xen_parse_note: HYPERCALL_PAGE = 0xffffffff81001000
(XEN) [2014-01-25 03:41:53] elf_xen_parse_note: FEATURES = "!writable_page_tables|pae_pgdir_above_4gb"
(XEN) [2014-01-25 03:41:53] elf_xen_parse_note: PAE_MODE = "yes"
(XEN) [2014-01-25 03:41:53] elf_xen_parse_note: LOADER = "generic"
(XEN) [2014-01-25 03:41:53] elf_xen_parse_note: unknown xen elf note (0xd)
(XEN) [2014-01-25 03:41:53] elf_xen_parse_note: SUSPEND_CANCEL = 0x1
(XEN) [2014-01-25 03:41:53] elf_xen_parse_note: HV_START_LOW = 0xffff800000000000
(XEN) [2014-01-25 03:41:53] elf_xen_parse_note: PADDR_OFFSET = 0x0
(XEN) [2014-01-25 03:41:53] elf_xen_addr_calc_check: addresses:
(XEN) [2014-01-25 03:41:53]     virt_base        = 0xffffffff80000000
(XEN) [2014-01-25 03:41:53]     elf_paddr_offset = 0x0
(XEN) [2014-01-25 03:41:53]     virt_offset      = 0xffffffff80000000
(XEN) [2014-01-25 03:41:53]     virt_kstart      = 0xffffffff81000000
(XEN) [2014-01-25 03:41:53]     virt_kend        = 0xffffffff823f7000
(XEN) [2014-01-25 03:41:53]     virt_entry       = 0xffffffff81cd81e0
(XEN) [2014-01-25 03:41:53]     p2m_base         = 0xffffffffffffffff
(XEN) [2014-01-25 03:41:53]  Xen  kernel: 64-bit, lsb, compat32
(XEN) [2014-01-25 03:41:53]  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x1000000 -> 0x23f7000
(XEN) [2014-01-25 03:41:53] PHYSICAL MEMORY ARRANGEMENT:
(XEN) [2014-01-25 03:41:53]  Dom0 alloc.:   000000022c000000->0000000230000000 (487082 pages to be allocated)
(XEN) [2014-01-25 03:41:53]  Init. ramdisk: 000000023ac31000->000000023fd86dfa
(XEN) [2014-01-25 03:41:53] VIRTUAL MEMORY ARRANGEMENT:
(XEN) [2014-01-25 03:41:53]  Loaded kernel: ffffffff81000000->ffffffff823f7000
(XEN) [2014-01-25 03:41:53]  Init. ramdisk: ffffffff823f7000->ffffffff8754cdfa
(XEN) [2014-01-25 03:41:53]  Phys-Mach map: ffffffff8754d000->ffffffff8794d000
(XEN) [2014-01-25 03:41:53]  Start info:    ffffffff8794d000->ffffffff8794d4b4
(XEN) [2014-01-25 03:41:53]  Page tables:   ffffffff8794e000->ffffffff8798f000
(XEN) [2014-01-25 03:41:54]  Boot stack:    ffffffff8798f000->ffffffff87990000
(XEN) [2014-01-25 03:41:54]  TOTAL:         ffffffff80000000->ffffffff87c00000
(XEN) [2014-01-25 03:41:54]  ENTRY ADDRESS: ffffffff81cd81e0
(XEN) [2014-01-25 03:41:54] Dom0 has maximum 1 VCPUs
(XEN) [2014-01-25 03:41:54] elf_load_binary: phdr 0 at 0xffffffff81000000 -> 0xffffffff81a28000
(XEN) [2014-01-25 03:41:54] elf_load_binary: phdr 1 at 0xffffffff81c00000 -> 0xffffffff81cc20f0
(XEN) [2014-01-25 03:41:54] elf_load_binary: phdr 2 at 0xffffffff81cc3000 -> 0xffffffff81cd7d80
(XEN) [2014-01-25 03:41:54] elf_load_binary: phdr 3 at 0xffffffff81cd8000 -> 0xffffffff81e7b000
(XEN) [2014-01-25 03:41:54] [VT-D]iommu.c:1438: d0:Hostbridge: skip 0000:00:00.0 map
(XEN) [2014-01-25 03:41:54] [VT-D]iommu.c:PCI: map 0000:00:16.0
(XEN) [2014-01-25 03:41:54] [VT-D]iommu.c:1464: d0:PCI: map 0000:00:19.0
(XEN) [2014-01-25 03:41:54] [VT-D]iommu.c:1464: d0:PCI: map 0000:00:1a.0
(XEN) [2014-01-25 03:41:54] [VT-D]iommu.c:1452: d0:PCIe: map 0000:00:1b.0
(XEN) [2014-01-25 03:41:54] [VT-D]iommu.c:1464: d0:PCI: map 0000:00:1d.0
(XEN) [2014-01-25 03:41:54] [VT-D]iommu.c:1464: d0:PCI: map 0000:00:1f.0
(XEN) [2014-01-25 03:41:54] [VT-D]iommu.c:1464: d0:PCI: map 0000:00:1f.2
(XEN) [2014-01-25 03:41:54] [VT-D]iommu.c:1464: d0:PCI: map 0000:00:1f.3
(XEN) [2014-01-25 03:41:54] [VT-D]iommu.c:1464: d0:PCI: map 0000:00:1f.6
(XEN) [2014-01-25 03:41:54] [VT-D]iommu.c:1452: d0:PCIe: map 0000:02:00.0
(XEN) [2014-01-25 03:41:54] [VT-D]iommu.c:1452: d0:PCIe: map 0000:02:00.1
(XEN) [2014-01-25 03:41:54] [VT-D]iommu.c:1452: d0:PCIe: map 0000:03:00.0
(XEN) [2014-01-25 03:41:54] [VT-D]iommu.c:1452: d0:PCIe: map 0000:03:00.1
(XEN) [2014-01-25 03:41:54] [VT-D]iommu.c:1452: d0:PCIe: map 0000:04:00.0
(XEN) [2014-01-25 03:41:54] [VT-D]iommu.c:1464: d0:PCI: map 0000:06:03.0
(XEN) [2014-01-25 03:41:54] [VT-D]iommu.c:1464: d0:PCI: map 0000:07:08.0
(XEN) [2014-01-25 03:41:54] [VT-D]iommu.c:1464: d0:PCI: map 0000:07:08.1
(XEN) [2014-01-25 03:41:54] [VT-D]iommu.c:1464: d0:PCI: map 0000:07:09.0
(XEN) [2014-01-25 03:41:54] [VT-D]iommu.c:1464: d0:PCI: map 0000:07:09.1
(XEN) [2014-01-25 03:41:54] [VT-D]iommu.c:1464: d0:PCI: map 0000:07:0a.0
(XEN) [2014-01-25 03:41:54] [VT-D]iommu.c:1464: d0:PCI: map 0000:07:0a.1
(XEN) [2014-01-25 03:41:55] [VT-D]iommu.c:1464: d0:PCI: map 0000:07:0b.0
(XEN) [2014-01-25 03:41:55] [VT-D]iommu.c:1464: d0:PCI: map 0000:07:0b.1
(XEN) [2014-01-25 03:41:55] [VT-D]iommu.c:1452: d0:PCIe: map 0000:08:00.0
(XEN) [2014-01-25 03:41:55] [VT-D]iommu.c:1452: d0:PCIe: map 0000:09:00.0
(XEN) [2014-01-25 03:41:55] [VT-D]iommu.c:750: iommu_enable_translation: iommu->reg = ffff82c000201000
(XEN) [2014-01-25 03:41:..............................................done.
(XEN) [2014-01-25 03:41:55] Initial low memory virq threshold set at 0x4000 pages.
(XEN) [2014-01-25 03:41:55] Std. Loglevel: All
(XEN) [2014-01-25 03:41:55] Guest Loglevel: All
(XEN) [2014-01-25 03:41:55] **********************************************
(XEN) [2014-01-25 03:41:55] ******* WARNING: CONSOLE OUTPUT IS SYNCHRONOUS
(XEN) [2014-01-25 03:41:55] ******* This option is intended to aid debugging of Xen by ensuring
(XEN) [2014-01-25 03:41:55] ******* that all output is synchronously delivered on the serial line.
(XEN) [2014-01-25 03:41:55] ******* However it can introduce SIGNIFICANT latencies and affect
(XEN) [2014-01-25 03:41:55] ******* timekeeping. It is NOT recommended for production use!
(XEN) [2014-01-25 03:41:55] **********************************************
(XEN) [2014-01-25 03:41:55] 3... 2... 1... 
(XEN) [2014-01-25 03:41:58] *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
(XEN) [2014-01-25 03:et started...
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing c.0upstream-03477-gdf32e43 (konrad@build-external.dumpdata.com) (gcc version 4.4.4 20100503 (Red Hat 4.4.4-2) (GCC) ) #5 SMP Fri Jan 24 12:22:52 EST 2014
[    0.000000] Command line: debug pci=assign-busses console=hvc0 loglevel=10 initcall_debug loop.max_loop=100 xen-pcibackAA.hide=(05:00.*) kgdboc=hvc0
[    0.000000] Freeing 99-100 pfn range: 103 pages freed
[    0.000000] 1-1 mapping on 99->100
[    0.000000] 1-1 mapping on a58f1->a58f8
[    0.000000] 1-1 mapping on a61b1->a6597
[    0.000000] 1-1 mapping on b74b4->b76cb
[    0.000000] 1-1 mapping on b770c->b7fff
[    0.000000] 1-1 mapping on b8000->100000
[    0.000000] Released 103 pages of unused memory
[    0.000000] Set 298846 page(s) to 1-1 mapping
[    0.000000] Populating 80000-80067 pfn range: 103 pages added
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] Xen: [mem 0x0000000000000000-0x0000000000098fff] usable
[    0.000000] Xen: [mem 0x0000000000099c00-0x00000000000fffff] reserved
[    0.000000] Xen: [mem 0x0000000000100000-0x0000000080066fff] usable
[    0.000000] Xen: [mem 0x0000000080067000-0x00000000a58f0fff] unusable
[    0.000000] Xen: [mem 0x00000000a58f1000-0x00000000a58f7fff] ACPI NVS
[    0.000000] Xen: [mem 0x00000000a58f8000-0x00000000a61b0fff] unusable
[    0.000000] Xen: [mem 0x00000000a61b1000-0x00000000a6596fff] reserved
[    0.000000] Xen: [mem 0x00000000a6597000-0x00000000b74b3fff] unusable
[    0.000000] Xen: [mem 0x00000000b74b4000-0x00000000b76cafff] reserved
[    0.000000] Xen: [mem 0x00000000b76cb000-0x00000000b770bfff] unusable
[    0.000000] Xen: [mem 0x00000000b770c000-0x00000000b77b8fff] ACPI NVS
[    0.000000] Xen: [mem 0x00000000b77b9000-0x00000000b7ffefff] reserved
[    0.000000] Xen: [mem 0x00000000b7fff000-0x00000000b7ffffff] unusable
[    0.000000] Xen: [mem 0x00000000bc000000-0x00000000be1fffff] reserved
[    0.000000] Xen: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] Xen: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] Xen: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] Xen: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] Xen: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] Xen: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] Xen: [mem 0x0000000100000000-0x000000023fdfffff] unusable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Supermicro X10SAE/X10SAE, BIOS 1.00 05/03/2013
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x80067 max_arch_pfn = 0x400000000
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000093000] 93000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x7fe00000-0x7fffffff]
[    0.000000]  [mem 0x7fe00000-0x7fffffff] page 4k
[    0.000000] BRK [0x01fef000, 0x01feffff] PGTABLE
[    0.000000] BRK [0x01ff0000, 0x01ff0fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x7c000000-0x7fdfffff]
[    0.000000]  [mem 0x7c000000-0x7fdfffff] page 4k
[    0.000000] BRK [0x01ff1000, 0x01ff1fff] PGTABLE
[    0.000000] BRK [0x01ff2000, 0x01ff2fff] PGTABLE
[    0.000000] BRK [0x01ff3000, 0x01ff3fff] PGTABLE
[    0.000000] BRK [0x01ff4000, 0x01ff4fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]
[    0.000000]  [mem 0x00100000-0x7bffffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x80000000-0x80066fff]
[    0.000000]  [mem 0x80000000-0x80066fff] page 4k
[    0.000000] RAMDISK: [mem 0x023f7000-0x0754cfff]
[    0.000000] ACPI: RSDP 00000000000f0490 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 00000000b7794098 0000AC (v01 ALASKA    A M I 01072009 AMI  00010013)
[    0.000000] ACPI: FACP 00000000b779f0b8 00010C (v05 ALASKA    A M I 01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 00000000b77941d8 00AEDD (v02 ALASKA    A M I 00000000 INTL 20091112)
[    0.000000] ACPI: FACS 00000000b77b7080 000040
[    0.000000] ACPI: APIC 00000000b779f1c8 000092 (v03 ALASKA    A M I 01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 00000000b779f260 000044 (v01 ALASKA    A M I 01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 00000000b779f2a8 000540 (v01  PmRef  Cpu0Ist 00003000 INTL 20051117)
[    0.000000] ACPI: SSDT 00000000b779f7e8 000AD8 (v01  PmRef    CpuPm 00003000 INTL 20051117)
[    0.000000] ACPI: SSDT 00000000b77a02c0 0002F2 (v01  PmRef  Cpu0Tst 00003000 INTL 20051117)
[    0.000000] ACPI: SSDT 00000000b77a05b8 000348 (v01  PmRef    ApTst 00003000 INTL 20051117)
[    0.000000] ACPI: MCFG 00000000b77a0900 00003C (v01 ALASKA    A M I 01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 00000000b77a0940 000038 (v01 ALASKA    A M I 01072009 AMI. 00000005)
[    0.000000] ACPI: SSDT 00000000b77a0978 00036D (v01 SataRe SataTabl 00001000 INTL 20091112)
[    0.000000] ACPI: SSDT 00000000b77a0ce8 00327D (v01 SaSsdt  SaSsdt  00003000 INTL 20091112)
[    0.000000] ACPI: ASF! 00000000b77a3f68 0000A5 (v32 INTEL       HCG 00000001 TFSM 000F4240)
[    0.000000] ACPI: XMAR 00000000b77a4010 0000B8 (v01 INTEL      HSW  00000001 INTL 00000001)
[    0.000000] ACPI: EINJ 00000000b77a40c8 000130 (v01    AMI AMI EINJ 00000000      00000000)
[    0.000000] ACPI: ERST 00000000b77a41f8 000230 (v01  AMIER AMI ERST 00000000      00000000)
[    0.000000] ACPI: HEST 00000000b77a4428 0000A8 (v01    AMI AMI HEST 00000000      00000000)
[    0.000000] ACPI: BERT 00000000b77a44d0 000030 (v01    AMI AMI BERT 00000000      00000000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] NUMA turned off
[    0.000000] Faking a node at [mem 0x0000000000000000-0x0000000080066fff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x80066fff]
[    0.000000]   NODE_DATA [mem 0x80063000-0x80066fff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x00098fff]
[    0.000000]   node   0: [mem 0x00100000-0x80066fff]
[    0.000000] On node 0 totalpages: 524287
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3992 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 7114 pages used for memmap
[    0.000000]   DMA32 zone: 520295 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: [mem 0x00099000-0x00099fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009a000-0x000fffff]
[    0.000000] e820: [mem 0xbe200000-0xf7ffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on Xen
[    0.000000] Xen version: 4.4-rc2 (preserve-AD)
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007f600000 s85376 r8192 d21120 u262144
[    0.000000] pcpu-alloc: s85376 r8192 d21120 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    5.511514] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 517096
[    5.511515] Policy zone: DMA32
[    5.511516] Kernel command line: debug pci=assign-busses console=hvc0 loglevel=10 initcall_debug loop.max_loop=100 xen-pcibackAA.hide=(05:00.*) kgdboc=hvc0
[    5.511829] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    5.511858] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[    5.532322] software IO TLB [mem 0x79200000-0x7d200000] (64MB) mapped at [ffff880079200000-ffff88007d1fffff]
[    5.535407] Memory: 1891592K/2097148K available (7058K kernel code, 773K rwdata, 2208K rodata, 1724K init, 1380K bss, 205556K reserved)
[    5.535637] Hierarchical RCU implementation.
[    5.535638] 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.
[    5.535638] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[    5.535646] NR_IRQS:33024 nr_irqs:256 16
[    5.535725] xen: sci override: global_irq=9 trigger=0 polarity=0
[    5.535727] xen: registering gsi 9 triggering 0 polarity 0
[    5.535738] xen: --> pirq=9 -> irq=9 (gsi=9)
[    5.535760] xen: acpi sci 9
[    5.535763] xen: --> pirq=1 -> irq=1 (gsi=1)
[    5.535766] xen: --> pirq=2 -> irq=2 (gsi=2)
[    5.535769] xen: --> pirq=3 -> irq=3 (gsi=3)
[    5.535771] xen: --> pirq=4 -> irq=4 (gsi=4)
[    5.535774] xen: --> pirq=5 -> irq=5 (gsi=5)
[    5.535776] xen: --> pirq=6 -> irq=6 (gsi=6)
[    5.535779] xen: --> pirq=7 -> irq=7 (gsi=7)
[    5.535781] xen: --> pirq=8 -> irq=8 (gsi=8)
[    5.535784] xen: --> pirq=10 -> irq=10 (gsi=10)
[    5.535786] xen: --> pirq=11 -> irq=11 (gsi=11)
[    5.535789] xen: --> pirq=12 -> irq=12 (gsi=12)
[    5.535791] xen: --> pirq=13 -> irq=13 (gsi=13)
[    5.535794] xen: --> pirq=14 -> irq=14 (gsi=14)
[    5.535796] xen: --> pirq=15 -> irq=15 (gsi=15)
[    5.537360] Console: colour VGA+ 80x25
[    6.488462] console [hvc0] enabled
[    6.492388] Xen: using vcpuop timer interface
[    6.496738] installing Xen timer for CPU 0
[    6.500919] tsc: Detected 3400.106 MHz processor
[    6.505603] Calibrating delay loop (skipped), value calculated using timer frequency.. 6800.21 BogoMIPS (lpj=3400106)
[    6.516237] pid_max: default: 32768 minimum: 301
[    6.521075] Security Framework initialized
[    6.525165] SELinux:  Initializing.
[    6.528738] SELinux:  Starting in permissive mode
[    6.533811] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    6.541261] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    6.548425] Mount-cache hash table entries: 256
[    6.553402] Initializing cgroup subsys freezer
[    6.557907] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    6.557907] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    6.571011] CPU: Physical Processor ID: 0
[    6.575083] CPU: Processor Core ID: 0
[    6.579504] mce: CPU supports 2 MCE banks
[    6.583517] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[    6.583517] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[    6.583517] tlb_flushall_shift: 6
[    6.620866] Freeing SMP alternatives memory: 32K (ffffffff81e72000 - ffffffff81e7a000)
[    6.629543] ACPI: Core revision 2115
[    6.686527] ACPI: All ACPI Tables successfully acquired
[    6.693282] cpu 0 spinlock event irq 41
[    6.697164] calling  xen_init_spinlocks_jump+0x0/0x1d @ 1
[    6.708165] initcall xen_init_spinlocks_jump+0x0/0x1d returned 0 after 4882 usecs
[    6.715635] calling  set_real_mode_permissions+0x0/0xa9 @ 1
[    6.721275] initcall set_real_mode_permissions+0x0/0xa9 returned 0 after 0 usecs
[    6.728720] calling  trace_init_perf_perm_irq_work_exit+0x0/0x13 @ 1
[    6.735133] initcall trace_init_perf_perm_irq_work_exit+0x0/0x13 returned 0 after 0 usecs
[    6.743366] calling  trace_init_flags_sys_exit+0x0/0x12 @ 1
[    6.749000] initcall trace_init_flags_sys_exit+0x0/0x12 returned 0 after 0 usecs
[    6.756452] calling  trace_init_flags_sys_enter+0x0/0x12 @ 1
[    6.762173] initcall trace_init_flags_sys_enter+0x0/0x12 returned 0 after 0 usecs
[    6.769711] calling  init_hw_perf_events+0x0/0x53b @ 1
[    6.774912] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.
[    6.783784] initcall init_hw_perf_events+0x0/0x53b returned 0 after 2929 usecs
[    6.791064] calling  register_trigger_all_cpu_backtrace+0x0/0x16 @ 1
[    6.797477] initcall register_trigger_all_cpu_backtrace+0x0/0x16 returned 0 after 0 usecs
[    6.805709] calling  kvm_spinlock_init_jump+0x0/0x5a @ 1
[    6.811180] initcall kvm_spinlock_init_jump+0x0/0x5a returned 0 after 0 usecs
[    6.818303] calling  spawn_ksoftirqd+0x0/0x28 @ 1
[    6.823096] initcall spawn_ksoftirqd+0x0/0x28 returned 0 after 0 usecs
[    6.829657] calling  init_workqueues+0x0/0x59a @ 1
[    6.834667] initcall init_workqueues+0x0/0x59a returned 0 after 0 usecs
[    6.841270] calling  migration_init+0x0/0x72 @ 1
[    6.845949] initcall migration_init+0x0/0x72 returned 0 after 0 usecs
[    6.852448] calling  check_cpu_stall_init+0x0/0x1b @ 1
[    6.857649] initcall check_cpu_stall_init+0x0/0x1b returned 0 after 0 usecs
[    6.864668] calling  rcu_scheduler_really_started+0x0/0x12 @ 1
[    6.870560] initcall rcu_scheduler_really_started+0x0/0x12 returned 0 after 0 usecs
[    6.878274] calling  rcu_spawn_gp_kthread+0x0/0x90 @ 1
[    6.883512] initcall rcu_spawn_gp_kthread+0x0/0x90 returned 0 after 0 usecs
[    6.890497] calling  cpu_stop_init+0x0/0x76 @ 1
[    6.895111] initcall cpu_stop_init+0x0/0x76 returned 0 after 0 usecs
[    6.901500] calling  relay_init+0x0/0x14 @ 1
[    6.905833] initcall relay_init+0x0/0x14 returned 0 after 0 usecs
[    6.911986] calling  tracer_alloc_buffers+0x0/0x1bd @ 1
[    6.917293] initcall tracer_alloc_buffers+0x0/0x1bd returned 0 after 0 usecs
[    6.924378] calling  init_events+0x0/0x61 @ 1
[    6.928800] initcall init_events+0x0/0x61 returned 0 after 0 usecs
[    6.935038] calling  init_trace_printk+0x0/0x12 @ 1
[    6.939979] initcall init_trace_printk+0x0/0x12 returned 0 after 0 usecs
[    6.946738] calling  event_trace_memsetup+0x0/0x52 @ 1
[    6.951958] initcall event_trace_memsetup+0x0/0x52 returned 0 after 0 usecs
[    6.958957] calling  jump_label_init_module+0x0/0x12 @ 1
[    6.964331] initcall jump_label_init_module+0x0/0x12 returned 0 after 0 usecs
[    6.971525] calling  balloon_clear+0x0/0x4f @ 1
[    6.976118] initcall balloon_clear+0x0/0x4f returned 0 after 0 usecs
[    6.982531] calling  rand_initialize+0x0/0x30 @ 1
[    6.987319] initcall rand_initialize+0x0/0x30 returned 0 after 0 usecs
[    6.993884] calling  mce_amd_init+0x0/0x165 @ 1
[    6.998476] initcall mce_amd_init+0x0/0x165 returned 0 after 0 usecs
[    7.004915] x86: Booted up 1 node, 1 CPUs
[    7.009659] NMI watchdog: disabled (cpu0): hardware events not enabled
[    7.016304] devtmpfs: initialized
[    7.022209] calling  ipc_ns_init+0x0/0x14 @ 1
[    7.026557] initcall ipc_ns_init+0x0/0x14 returned 0 after 0 usecs
[    7.032797] calling  init_mmap_min_addr+0x0/0x26 @ 1
[    7.037822] initcall init_mmap_min_addr+0x0/0x26 returned 0 after 0 usecs
[    7.044668] calling  init_cpufreq_transition_notifier_list+0x0/0x1b @ 1
[    7.051343] initcall init_cpufreq_transition_notifier_list+0x0/0x1b returned 0 after 0 usecs
[    7.059835] calling  net_ns_init+0x0/0x104 @ 1
[    7.064400] initcall net_ns_init+0x0/0x104 returned 0 after 0 usecs
[    7.070683] calling  e820_mark_nvs_memory+0x0/0x41 @ 1
[    7.075869] PM: Registering ACPI NVS region [mem 0xa58f1000-0xa58f7fff] (28672 bytes)
[    7.083764] PM: Registering ACPI NVS region [mem 0xb770c000-0xb77b8fff] (708608 bytes)
[    7.091924] initcall e820_mark_nvs_memory+0x0/0x41 returned 0 after 1953 usecs
[    7.099128] calling  cpufreq_tsc+0x0/0x37 @ 1
[    7.103549] initcall cpufreq_tsc+0x0/0x37 returned 0 after 0 usecs
[    7.109787] calling  reboot_init+0x0/0x1d @ 1
[    7.114209] initcall reboot_init+0x0/0x1d returned 0 after 0 usecs
[    7.120447] calling  init_lapic_sysfs+0x0/0x20 @ 1
[    7.125301] initcall init_lapic_sysfs+0x0/0x20 returned 0 after 0 usecs
[    7.131974] calling  cpu_hotplug_pm_sync_init+0x0/0x2f @ 1
[    7.137520] initcall cpu_hotplug_pm_sync_init+0x0/0x2f returned 0 after 0 usecs
[    7.144887] calling  alloc_frozen_cpus+0x0/0x8 @ 1
[    7.149739] initcall alloc_frozen_cpus+0x0/0x8 returned 0 after 0 usecs
[    7.156412] calling  wq_sysfs_init+0x0/0x14 @ 1
[    7.161108] kworker/u2:0 (15) used greatest stack depth: 6168 bytes left
[    7.167854] initcall wq_sysfs_init+0x0/0x14 returned 0 after 976 usecs
[    7.174381] calling  ksysfs_init+0x0/0x94 @ 1
[    7.178844] initcall ksysfs_init+0x0/0x94 returned 0 after 0 usecs
[    7.185039] calling  pm_init+0x0/0x4e @ 1
[    7.189151] initcall pm_init+0x0/0x4e returned 0 after 0 usecs
[    7.195004] calling  pm_disk_init+0x0/0x19 @ 1
[    7.199527] initcall pm_disk_init+0x0/0x19 returned 0 after 0 usecs
[    7.205838] calling  swsusp_header_init+0x0/0x30 @ 1
[    7.210865] initcall swsusp_header_init+0x0/0x30 returned 0 after 0 usecs
[    7.217710] calling  init_jiffies_clocksource+0x0/0x12 @ 1
[    7.223257] initcall init_jiffies_clocksource+0x0/0x12 returned 0 after 0 usecs
[    7.230622] calling  cgroup_wq_init+0x0/0x5c @ 1
[    7.235311] initcall cgroup_wq_init+0x0/0x5c returned 0 after 0 usecs
[    7.241803] calling  event_trace_enable+0x0/0x173 @ 1
[    7.247407] initcall event_trace_enable+0x0/0x173 returned 0 after 0 usecs
[    7.254267] calling  init_zero_pfn+0x0/0x35 @ 1
[    7.258859] initcall init_zero_pfn+0x0/0x35 returned 0 after 0 usecs
[    7.265273] calling  fsnotify_init+0x0/0x26 @ 1
[    7.269867] initcall fsnotify_init+0x0/0x26 returned 0 after 0 usecs
[    7.276277] calling  filelock_init+0x0/0x84 @ 1
[    7.280883] initcall filelock_init+0x0/0x84 returned 0 after 0 usecs
[    7.287284] calling  init_misc_binfmt+0x0/0x31 @ 1
[    7.292139] initcall init_misc_binfmt+0x0/0x31 returned 0 after 0 usecs
[    7.298811] calling  init_script_binfmt+0x0/0x16 @ 1
[    7.303837] initcall init_script_binfmt+0x0/0x16 returned 0 after 0 usecs
[    7.310685] calling  init_elf_binfmt+0x0/0x16 @ 1
[    7.315449] initcall init_elf_binfmt+0x0/0x16 returned 0 after 0 usecs
[    7.322037] calling  init_compat_elf_binfmt+0x0/0x16 @ 1
[    7.327410] initcall init_compat_elf_binfmt+0x0/0x16 returned 0 after 0 usecs
[    7.334603] calling  debugfs_init+0x0/0x5c @ 1
[    7.339121] initcall debugfs_init+0x0/0x5c returned 0 after 0 usecs
[    7.345436] calling  securityfs_init+0x0/0x53 @ 1
[    7.350211] initcall securityfs_init+0x0/0x53 returned 0 after 0 usecs
[    7.356789] calling  prandom_init+0x0/0xe2 @ 1
[    7.361295] initcall prandom_init+0x0/0xe2 returned 0 after 0 usecs
[    7.367623] calling  virtio_init+0x0/0x30 @ 1
[    7.372147] initcall virtio_init+0x0/0x30 returned 0 after 0 usecs
[    7.378318] calling  __gnttab_init+0x0/0x30 @ 1
[    7.382912] xen:grant_table: Grant tables using version 2 layout
[    7.388993] Grant table initialized
[    7.392530] initcall __gnttab_init+0x0/0x30 returned 0 after 1953 usecs
[    7.399203] calling  early_resume_init+0x0/0x1d0 @ 1
[    7.404256] RTC time:  3:41:59, date: 01/25/14
[    7.408736] initcall early_resume_init+0x0/0x1d0 returned 0 after 976 usecs
[    7.415755] calling  cpufreq_core_init+0x0/0x37 @ 1
[    7.420695] initcall cpufreq_core_init+0x0/0x37 returned -19 after 0 usecs
[    7.427628] calling  cpuidle_init+0x0/0x40 @ 1
[    7.432135] initcall cpuidle_init+0x0/0x40 returned -19 after 0 usecs
[    7.438634] calling  bsp_pm_check_init+0x0/0x14 @ 1
[    7.443574] initcall bsp_pm_check_init+0x0/0x14 returned 0 after 0 usecs
[    7.450333] calling  sock_init+0x0/0x8b @ 1
[    7.454685] initcall sock_init+0x0/0x8b returned 0 after 0 usecs
[    7.460683] calling  net_inuse_init+0x0/0x26 @ 1
[    7.465365] initcall net_inuse_init+0x0/0x26 returned 0 after 0 usecs
[    7.471860] calling  netpoll_init+0x0/0x31 @ 1
[    7.476367] initcall netpoll_init+0x0/0x31 returned 0 after 0 usecs
[    7.482694] calling  netlink_proto_init+0x0/0x1f7 @ 1
[    7.487847] NET: Registered protocol family 16
[    7.492338] initcall netlink_proto_init+0x0/0x1f7 returned 0 after 976 usecs
[    7.499433] calling  bdi_class_init+0x0/0x4d @ 1
[    7.504218] initcall bdi_class_init+0x0/0x4d returned 0 after 0 usecs
[    7.510649] calling  kobject_uevent_init+0x0/0x12 @ 1
[    7.515773] initcall kobject_uevent_init+0x0/0x12 returned 0 after 0 usecs
[    7.522693] calling  pcibus_class_init+0x0/0x19 @ 1
[    7.527694] initcall pcibus_class_init+0x0/0x19 returned 0 after 0 usecs
[    7.534392] calling  pci_driver_init+0x0/0x12 @ 1
[    7.539251] initcall pci_driver_init+0x0/0x12 returned 0 after 0 usecs
[    7.545769] calling  backlight_class_init+0x0/0x85 @ 1
[    7.551028] initcall backlight_class_init+0x0/0x85 returned 0 after 0 usecs
[    7.557991] calling  video_output_class_init+0x0/0x19 @ 1
[    7.563514] initcall video_output_class_init+0x0/0x19 returned 0 after 0 usecs
[    7.570728] calling  xenbus_init+0x0/0x26f @ 1
[    7.575328] initcall xenbus_init+0x0/0x26f returned 0 after 0 usecs
[    7.581581] calling  tty_class_init+0x0/0x38 @ 1
[    7.586328] initcall tty_class_init+0x0/0x38 returned 0 after 0 usecs
[    7.592760] calling  vtconsole_class_init+0x0/0xc2 @ 1
[    7.598129] initcall vtconsole_class_init+0x0/0xc2 returned 0 after 0 usecs
[    7.605075] calling  wakeup_sources_debugfs_init+0x0/0x2b @ 1
[    7.610886] initcall wakeup_sources_debugfs_init+0x0/0x2b returned 0 after 0 usecs
[    7.618509] calling  register_node_type+0x0/0x34 @ 1
[    7.623667] initcall register_node_type+0x0/0x34 returned 0 after 0 usecs
[    7.630441] calling  i2c_init+0x0/0x70 @ 1
[    7.634769] initcall i2c_init+0x0/0x70 returned 0 after 0 usecs
[    7.640676] calling  init_ladder+0x0/0x12 @ 1
[    7.645093] initcall init_ladder+0x0/0x12 returned -19 after 0 usecs
[    7.651506] calling  init_menu+0x0/0x12 @ 1
[    7.655754] initcall init_menu+0x0/0x12 returned -19 after 0 usecs
[    7.661993] calling  amd_postcore_init+0x0/0x143 @ 1
[    7.667019] initcall amd_postcore_init+0x0/0x143 returned 0 after 0 usecs
[    7.673879] calling  boot_params_ksysfs_init+0x0/0x237 @ 1
[    7.679431] initcall boot_params_ksysfs_init+0x0/0x237 returned 0 after 0 usecs
[    7.686778] calling  arch_kdebugfs_init+0x0/0x233 @ 1
[    7.691922] initcall arch_kdebugfs_init+0x0/0x233 returned 0 after 0 usecs
[    7.698826] calling  mtrr_if_init+0x0/0x78 @ 1
[    7.703333] initcall mtrr_if_init+0x0/0x78 returned -19 after 0 usecs
[    7.709832] calling  ffh_cstate_init+0x0/0x2a @ 1
[    7.714599] initcall ffh_cstate_init+0x0/0x2a returned 0 after 0 usecs
[    7.721183] calling  activate_jump_labels+0x0/0x32 @ 1
[    7.726385] initcall activate_jump_labels+0x0/0x32 returned 0 after 0 usecs
[    7.733404] calling  acpi_pci_init+0x0/0x61 @ 1
[    7.737997] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    7.745623] ACPI: bus type PCI registered
[    7.749696] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    7.756197] initcall acpi_pci_init+0x0/0x61 returned 0 after 2929 usecs
[    7.762870] calling  dma_bus_init+0x0/0xd6 @ 1
[    7.767499] kworker/u2:0 (30) used greatest stack depth: 5768 bytes left
[    7.774205] initcall dma_bus_init+0x0/0xd6 returned 0 after 976 usecs
[    7.780726] calling  dma_channel_table_init+0x0/0xde @ 1
[    7.786110] initcall dma_channel_table_init+0x0/0xde returned 0 after 0 usecs
[    7.793288] calling  setup_vcpu_hotplug_event+0x0/0x22 @ 1
[    7.798837] initcall setup_vcpu_hotplug_event+0x0/0x22 returned 0 after 0 usecs
[    7.806201] calling  register_xen_pci_notifier+0x0/0x38 @ 1
[    7.811834] initcall register_xen_pci_notifier+0x0/0x38 returned 0 after 0 usecs
[    7.819289] calling  xen_pcpu_init+0x0/0xcc @ 1
[    7.824733] initcall xen_pcpu_init+0x0/0xcc returned 0 after 0 usecs
[    7.831080] calling  dmi_id_init+0x0/0x31d @ 1
[    7.835833] initcall dmi_id_init+0x0/0x31d returned 0 after 0 usecs
[    7.842088] calling  dca_init+0x0/0x20 @ 1
[    7.846246] dca service started, version 1.12.1
[    7.850899] initcall dca_init+0x0/0x20 returned 0 after 976 usecs
[    7.856996] calling  iommu_init+0x0/0x58 @ 1
[    7.861336] initcall iommu_init+0x0/0x58 returned 0 after 0 usecs
[    7.867481] calling  pci_arch_init+0x0/0x69 @ 1
[    7.872091] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    7.881435] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    7.896157] PCI: Using configuration type 1 for base access
[    7.901715] initcall pci_arch_init+0x0/0x69 returned 0 after    7.913398] initcall topology_init+0x0/0x98 returned 0 after 0 usecs
[    7.919759] calling  mtrr_init_finialize+0x0/0x36 @ 1
[    7.924853] initcall mtrr_init_finialize+0x0/0x36 returned 0 after 0 usecs
[    7.931788] calling  init_vdso+0x0/0x135 @ 1
[    7.936121] initcall init_vdso+0x0/0x135 returned 0 after 0 usecs
[    7.942274] calling  sysenter_setup+0x0/0x2dd @ 1
[    7.947040] initcall sysenter_setup+0x0/0x2dd returned 0 after 0 usecs
[    7.953626] calling  param_sysfs_init+0x0/0x194 @ 1
[    7.975052] initcall param_sysfs_init+0x0/0x194 returned 0 after 14648 usecs
[    7.982090] calling  pm_sysrq_init+0x0/0x19  7.993092] calling  default_bdi_init+0x0/0x65 @ 1
[    7.998253] initcall default_bdi_init+0x0/0x65 returned 0 after 0 usecs
[    8.004853] calling  init_bio+0x0/0xe9 @ 1
[    8.009069] bio: create slab <bio-0> at 0
[    8.013134] initcall init_bio+0x0/0xe9 returned 0 after 976 usecs
[    8.019241] calling  cryptomgr_init+0x0/0x12 @ 1
[    8.023920] initcall cryptomgr_init+0x0/0x12 returned 0 after 0 usecs
[    8.030419] calling  blk_settings_init+0x0/0x2c @ 1
[    8.035359] initcall blk_settings_init+0x0/0x2c returned 0 after 0 usecs
[    8.042118] calling  blk_ioc_init+0x0/0x2a @ 1
[    8.046636] initcall blk_ioc_init+0x0/0x2a returned 0 after 0 usecs
[    8.052952] calling  blk_softirq_init+0x0/0x6e @ 1
[    8.057805] initcall blk_softirq_init+0x0/0x6e returned 0 after 0 usecs
[    8.064477] calling  blk_iopoll_setup+0x0/0x6e @ 1
[    8.069331] initcall blk_iopoll_setup+0x0/0x6e returned 0 after 0 usecs
[    8.076003] calling  blk_mq_init+0x0/0x5f @ 1
[    8.080424] initcall blk_mq_init+0x0/0x5f returned 0 after 0 usecs
[    8.086665] calling  genhd_device_init+0x0/0x85 @ 1
[    8.091745] initcall genhd_device_init+0x0/0x85 returned 0 after 0 usecs
[    8.098435] calling  pci_slot_init+0x0/0x50 @ 1
[    8.103034] initcall pci_slot_init+0x0/0x50 returned 0 after 0 usecs
[    8.109437] calling  fbmem_init+0x0/0x98 @ 1
[    8.113843] initcall fbmem_init+0x0/0x98 returned 0 after 0 usecs
[    8.119927] calling  acpi_init+0x0/0x27a @ 1
[    8.124283] ACPI: Added _OSI(Module Device)
[    8.128504] ACPI: Added _OSI(Processor Device)
[    8.133010] ACPI: Added _OSI(3.0 _SCP Extensions)
[    8.137774] ACPI: Added _OSI(Processor Aggregator Device)
[    8.147027] ACPI: Executed 1 blocks of module-level executable AML code
[    8.179322] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    8.187216] \_SB_:_OSC invalid UUID
[    8.190694] _Oata:1 1f 
[    8.196378] ACPI: SSDT 00000000b76c1c18 0003D3 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
[    8.205616] ACPI: Dynamic OEM Table Load:
[    8.209610] ACPI: SSDT           (null) 0003D3 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
[    8.219471] ACPI: Interpreter enabled
[    8.223140] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580)
[    8.232400] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580)
[    8.241683] ACPI: (supports S0 S1 S4 S5)
[    8.245654] ACPI: Using IOAPIC for interrupt routing
[    8.251056] HEST: Table parsing has been initialized.
[    8.256107] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    8.266510] ACPI: No dock devices found.
[    8.368976] ACPI: Power Resource [FN00] (off)
[    8.374125] ACPI: Power Resource [FN01] (off)
[    8.379306] ACPI: Power Resource [FN02] (off)
[    8.384446] ACPI: Power Resource [FN03] (off)
[    8.389594] ACPI: Power Resource [FN04] (off)
[    8.399292] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    8.405472] acpi PNP0A08:00: _OSC: OS supports [Exten
[    8.416241] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
[    8.425254] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    8.438579] PCI host bridge to bus 0000:00
[    8.442672] pci_bus 0000:00: root bus resource [bus 00-3e]
[    8.448218] p0-0x000d7fff]
[    8.474563] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[    8.481496] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[    8.488428] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
[    8.495363] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
[    8.502295] pci_bus 0000:00: root bus resource [mem 0xbe200000-0xfeafffff]
[    8.509241] pci 0000:00:00.0: [8086:0c08] type 00 class 0x060000
(XEN) [2014-01-25 03:42:01] PHYSDEVOP_pci_device_add of 0:0.0 flags:0
(XEN) [2014-01-25 03:42:01] PCI add device 0000:00:00.0
[    8.526971] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
[    8.533130] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    8.539756] pci 0000:00:01.0: System wakeup disabled by ACPI
(XEN) [2014-01-25 03:42:01] PHYSDEVOP_pci_device_add of 0:1.0 flags:0
(XEN) [2014-01-25 03:42:01] PCI add device 0000:00:01.0
[    8.556754] pci 0000:00:01.1: [8086:0c05] type 01 class 0x060400
[    8.562818] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
(XEN) [2014-01-25 03:42:01] PHYSDEVOP_pci_device_add of 0:1.1 flags:0
(XEN) [2014-01-25 03:42:01] PCI add device 0000:00:01.1
[    8.580646] pci 0000:00:02.0: [8086:041a] type 00 class 0x030000
[    8.586663] pci 0000:00:02.0: reg 0x10: [mem 0xf0000000-0xf03fffff 64bit]
[    8.593500] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[    8.600776] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
(XEN) [2014-01-25 03:42:01] PHYSDEVOP_pci_device_add of 0:2.0 flags:0
(XEN) [2014-01-25 03:42:01] PCI add device 0000:00:02.0
[    8.618132] pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300
[    8.624151] pci 0000:00:03.0: reg 0x10: [mem 0xf1b34000-0xf1b37fff 64bit]
(XEN) [2014-01-25 03:42:01] PHYSDEVOP_pci_device_add of 0:3.0 flags:0
(XEN) [2014-01-25 03:42:01] PCI add device 0000:00:03.0
[    8.642734] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
[    8.648793] pci 0000:00:14.0: reg 0x10: [mem 0xf1b20000-0xf1b2ffff 64bit]
[    8.655724] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    8.661958] pci 0000:00:14.0: System wakeup disabled by ACPI
(XEN) [2014-01-25 03:42:01] PHYSDEVOP_pci_device_add of 0:14.0 flags:0
(XEN) [2014-01-25 03:42:01] PCI add device 0000:00:14.0
[    8.679051] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
[    8.685090] pci 0000:00:16.0: reg 0x10: [mem 0xf1b3f000-0xf1b3f00f 64bit]
[    8.692031] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
(XEN) [2014-01-25 03:42:01] PHYSDEVOP_pci_device_add of 0:16.0 flags:0
(XEN) [2014-01-25 03:42:01] PCI add device 0000:00:16.0
[    8.709907] pci 0000:00:19.0: [8086:153a] type 00 class 0x020000
[    8.715949] pci 0000:00:19.0: reg 0x10: [mem 0xf1b00000-0xf1b1ffff]
[    8.722242] pci 0000:00:19.0: reg 0x14: [mem 0xf1b3d000-0xf1b3dfff]
[    8.728569] pci 0000:00:19.0: reg 0x18: [io  0xf080-0xf09f]
[    8.734328] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    8.740823] pci 0000:00:19.0: System wakeup disabled by ACPI
(XEN) [2014-01-25 03:42:01] PHYSDEVOP_pci_device_add of 0:19.0 flags:0
(XEN) [2014-01-25 03:42:01] PCI add device 0000:00:19.0
[    8.757917] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
[    8.763959] pci 0000:00:1a.0: reg 0x10: [mem 0xf1b3c000-0xf1b3c3ff]
[    8.770411] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    8.776995] pci 0000:00:1a.0: System wakeup disabled by ACPI
(XEN) [2014-01-25 03:42:01] PHYSDEVOP_pci_device_add of 0:1a.0 flags:0
(XEN) [2014-01-25 03:42:01] PCI add device 0000:00:1a.0
[    8.794132] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
[    8.800166] pci 0000:00:1b.0: reg 0x10: [mem 0xf1b30000-0xf1b33fff 64bit]
[    8.807131] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    8.813616] pci 0000:00:1b.0: System wakeup disabled by ACPI
(XEN) [2014-01-25 03:42:01] PHYSDEVOP_pci_device_add of 0:1b.0 flags:0
(XEN) [2014-01-25 03:42:01] PCI add device 0000:00:1b.0
[    8.830699] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
[    8.836862] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    8.843355] pci 0000:00:1c.0: System wakeup disabled by ACPI
(XEN) [2014-01-25 03:42:01] PHYSDEVOP_pci_device_add of 0:1c.0 flags:0
(XEN) [2014-01-25 03:42:01] PCI add device 0000:00:1c.0
[    8.860448] pci 0000:00:1c.3: [8086:8c16] type 01 class 0x060400
[    8.866613] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    8.873107] pci 0000:00:1c.3: System wakeup disabled by ACPI
(XEN) [2014-01-25 03:42:01] PHYSDEVOP_pci_device_add of 0:1c.3 flags:0
(XEN) [2014-01-25 03:42:01] PCI add device 0000:00:1c.3
[    8.890194] pci 0000:00:1c.5: [8086:8c1a] type 01 class 0x060400
[    8.896358] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    8.902851] pci 0000:00:1c.5: System wakeup disabled by ACPI
(XEN) [2014-01-25 03:42:01] PHYSDEVOP_pci_device_add of 0:1c.5 flags:0
(XEN) [2014-01-25 03:42:01] PCI add device 0000:00:1c.5
[    8.919937] pci 0000:00:1c.6: [8086:8c1c] type 01 class 0x060400
[    8.926101] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[    8.932593] pci 0000:00:1c.6: System wakeup disabled by ACPI
(XEN) [2014-01-25 03:42:01] PHYSDEVOP_pci_device_add of 0:1c.6 flags:0
(XEN) [2014-01-25 03:42:01] PCI add device 0000:00:1c.6
[    8.949670] pci 0000:00:1c.7: [8086:8c1e] type 01 class 0x060400
[    8.955834] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[    8.962332] pci 0000:00:1c.7: System wakeup disabled by ACPI
(XEN) [2014-01-25 03:42:01] PHYSDEVOP_pci_device_add of 0:1c.7 flags:0
(XEN) [2014-01-25 03:42:01] PCI add device 0000:00:1c.7
[    8.979430] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
[    8.985470] pci 0000:00:1d.0: reg 0x10: [mem 0xf1b3b000-0xf1b3b3ff]
[    8.991923] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    8.998505] pci 0000:00:1d.0: System wakeup disabled by ACPI
(XEN) [2014-01-25 03:42:02] PHYSDEVOP_pci_device_add of 0:1d.0 flags:0
(XEN) [2014-01-25 03:42:02] PCI add device 0000:00:1d.0
[    9.015607] pci 0000:00:1f.0: [8086:8c56] type 00 class 0x060100
(XEN) [2014-01-25 03:42:02] PHYSDEVOP_pci_device_add of 0:1f.0 flags:0
(XEN) [2014-01-25 03:42:02] PCI add device 0000:00:1f.0
[    9.033538] pci 0000:00:1f.2: [8086:8c02] type 00 class 0x010601
[    9.039575] pci 0000:00:1f.2: reg 0x10: [io  0xf0d0-0xf0d7]
[    9.045178] pci 0000:00:1f.2: reg 0x14: [io  0xf0c0-0xf0c3]
[    9.050811] pci 0000:00:1f.2: reg 0x18: [io  0xf0b0-0xf0b7]
[    9.056442] pci 0000:00:1f.2: reg 0x1c: [io  0xf0a0-0xf0a3]
[    9.062077] pci 0000:00:1f.2: reg 0x20: [io  0xf060-0xf07f]
[    9.067708] pci 0000:00:1f.2: reg 0x24: [mem 0xf1b3a000-0xf1b3a7ff]
[    9.074118] pci 0000:00:1f.2: PME# supported from D3hot
(XEN) [2014-01-25 03:42:02] PHYSDEVOP_pci_device_add of 0:1f.2 flags:0
(XEN) [2014-01-25 03:42:02] PCI add device 0000:00:1f.2
[    9.091125] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
[    9.097155] pci 0000:00:1f.3: reg 0x10: [mem 0xf1b39000-0xf1b390ff 64bit]
[    9.104006] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
(XEN) [2014-01-25 03:42:02] PHYSDEVOP_pci_device_add of 0:1f.3 flags:0
(XEN) [2014-01-25 03:42:02] PCI add device 0000:00:1f.3
[    9.121387] pci 0000:00:1f.6: [8086:8c24] type 00 class 0x118000
[    9.127429] pci 0000:00:1f.6: reg 0x10: [mem 0xf1b38000-0xf1b38fff 64bit]
(XEN) [2014-01-25 03:42:02] PHYSDEVOP_pci_device_add of 0:1f.6 flags:0
(XEN) [2014-01-25 03:42:02] PCI add device 0000:00:1f.6
[    9.146352] pci_bus 0000:01: busn_res: can not insert [bus 01-ff] under [bus 00-3e] (conflicts with (null) [bus 00-3e])
[    9.157128] pci 0000:00:01.0: PCI bridge to [bus 01-ff]
[    9.162409] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    9.169273] pci_bus 0000:02: busn_res: can not insert [bus 02-ff] under [bus 00-3e] (conflicts with (null) [bus 00-3e])
[    9.180074] pci 0000:02:00.0: [8086:10c9] type 00 class 0x020000
[    9.186118] pci 0000:02:00.0: reg 0x10: [mem 0xf1420000-0xf143ffff]
[    9.192440] pci 0000:02:00.0: reg 0x14: [mem 0xf1000000-0xf13fffff]
[    9.198767] pci 0000:02:00.0: reg 0x18: [io  0xe020-0xe03f]
[    9.204401] pci 0000:02:00.0: reg 0x1c: [mem 0xf1444000-0xf1447fff]
[    9.210745] pci 0000:02:00.0: reg 0x30: [mem 0xf0c00000-0xf0ffffff pref]
[    9.217536] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    9.223664] pci 0000:02:00.0: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[    9.230579] pci 0000:02:00.0: reg 0x190: [mem 0x00000000-0x00003fff 64bit]
(XEN) [2014-01-25 03:42:02] PHYSDEVOP_pci_device_add of 2:0.0 flags:0
(XEN) [2014-01-25 03:42:02] PCI add device 0000:02:00.0
[    9.248930] pci 0000:02:00.1: [8086:10c9] type 00 class 0x020000
[    9.254942] pci 0000:02:00.1: reg 0x10: [mem 0xf1400000-0xf141ffff]
[    9.261262] pci 0000:02:00.1: reg 0x14: [mem 0xf0800000-0xf0bfffff]
[    9.267589] pci 0000:02:00.1: reg 0x18: [io  0xe000-0xe01f]
[    9.273222] pci 0000:02:00.1: reg 0x1c: [mem 0xf1440000-0xf1443fff]
[    9.279568] pci 0000:02:00.1: reg 0x30: [mem 0xf0400000-0xf07fffff pref]
[    9.286359] pci 0000:02:00.1: PME# supported from D0 D3hot D3cold
[    9.292483] pci 0000:02:00.1: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[    9.299398] pci 0000:02:00.1: reg 0x190: [mem 0x00000000-0x00003fff 64bit]
(XEN) [2014-01-25 03:42:02] PHYSDEVOP_pci_device_add of 2:0.1 flags:0
(XEN) [2014-01-25 03:42:02] PCI add device 0000:02:00.1
[    9.319827] pci 0000:00:01.1: PCI bridge to [bus 02-ff]
[    9.325048] pci 0000:00:01.1:   bridge window [io  0xe000-0xefff]
[    9.331200] pci 0000:00:01.1:   bridge window [mem 0xf0400000-0xf14fffff]
[    9.338047] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 03
[    9.345085] pci_bus 0000:04: busn_res: can not insert [bus 04-ff] under [bus 00-3e] (conflicts with (null) [bus 00-3e])
[    9.355901] pci 0000:04:00.0: [8086:105e] type 00 class 0x020000
[    9.361949] pci 0000:04:00.0: reg 0x10: [mem 0xf1aa0000-0xf1abffff]
[    9.368263] pci 0000:04:00.0: reg 0x14: [mem 0xf1a80000-0xf1a9ffff]
[    9.374589] pci 0000:04:00.0: reg 0x18: [io  0xd020-0xd03f]
[    9.380305] pci 0000:04:00.0: reg 0x30: [mem 0xf1a60000-0xf1a7ffff pref]
[    9.387132] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    9.393360] pci 0000:04:00.0: System wakeup disabled by ACPI
(XEN) [2014-01-25 03:42:02] PHYSDEVOP_pci_device_add of 4:0.0 flags:0
(XEN) [2014-01-25 03:42:02] PCI add device 0000:04:00.0
[    9.410427] pci 0000:04:00.1: [8086:105e] type 00 class 0x020000
[    9.416462] pci 0000:04:00.1: reg 0x10: [mem 0xf1a40000-0xf1a5ffff]
[    9.422774] pci 0000:04:00.1: reg 0x14: [mem 0xf1a20000-0xf1a3ffff]
[    9.429100] pci 0000:04:00.1: reg 0x18: [io  0xd000-0xd01f]
[    9.434819] pci 0000:04:00.1: reg 0x30: [mem 0xf1a00000-0xf1a1ffff pref]
[    9.441643] pci 0000:04:00.1: PME# supported from D0 D3hot D3cold
(XEN) [2014-01-25 03:42:02] PHYSDEVOP_pci_device_add of 4:0.1 flags:0
(XEN) [2014-01-25 03:42:02] [VT-D]iommu.c:1452: d0:PCIe: map 0000:04:00.1
(XEN) [2014-01-25 03:42:02] PCI add device 0000:04:00.1
[    9.467789] pci 0000:00:1c.0: PCI bridge to [bus 04-ff]
[    9.473010] pci 0000:00:1c.0:   bridge window [io  0xd000-0xdfff]
[    9.479161] pci 0000:00:1c.0:   bridge window [mem 0xf1a00000-0xf1afffff]
[    9.486015] pci_bus 0000:04: busn_res: [bus 04-ff] end is updated to 04
[    9.493043] pci_bus 0000:05: busn_res: can not insert [bus 05-ff] under [bus 00-3e] (conflicts with (null) [bus 00-3e])
[    9.503865] pci 0000:05:00.0: [8086:1533] type 00 class 0x020000
[    9.509908] pci 0000:05:00.0: reg 0x10: [mem 0xf1900000-0xf197ffff]
[    9.516246] pci 0000:05:00.0: reg 0x18: [io  0xc000-0xc01f]
[    9.521858] pci 0000:05:00.0: reg 0x1c: [mem 0xf1980000-0xf1983fff]
[    9.528361] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[    9.534597] pci 0000:05:00.0: System wakeup disabled by ACPI
(XEN) [2014-01-25 03:42:02] PHYSDEVOP_pci_device_add of 5:0.0 flags:0
(XEN) [2014-01-25 03:42:02] PCI add device 0000:05:00.0
[    9.553743] pci 0000:00:1c.3: PCI bridge to [bus 05-ff]
[    9.558966] pci 0000:00:1c.3:   bridge window [io  0xc000-0xcfff]
[    9.565115] pci 0000:00:1c.3:   bridge window [mem 0xf1900000-0xf19fffff]
[    9.571966] pci_bus 0000:05: busn_res: [bus 05-ff] end is updated to 05
[    9.579040] pci_bus 0000:06: busn_res: can not insert [bus 06-ff] under [bus 00-3e] (conflicts with (null) [bus 00-3e])
[    9.589864] pci 0000:06:00.0: [10e3:8113] type 01 class 0x060401
[    9.596108] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    9.602879] pci 0000:06:00.0: System wakeup disabled by ACPI
(XEN) [2014-01-25 03:42:02] PHYSDEVOP_pci_device_add of 6:0.0 flags:0
(XEN) [2014-01-25 03:42:02] PCI add device 0000:06:00.0
[    9.619891] pci 0000:00:1c.5: PCI bridge to [bus 06-ff]
[    9.625122] pci 0000:00:1c.5:   bridge window [mem 0xf1500000-0xf16fffff]
[    9.631984] pci 0000:06:00.0: bridge configuration invalid ([bus 06-07]), reconfiguring
[    9.640473] pci 0000:07:01.0: [3388:0021] type 01 class 0x060400
[    9.646667] pci 0000:07:01.0: supports D1 D2
[    9.650926] pci 0000:07:01.0: PME# supported from D1 D2 D3hot D3cold
(XEN) [2014-01-25 03:42:02] PHYSDEVOP_pci_device_add of 7:1.0 flags:0
(XEN) [2014-01-25 03:42:02] PCI add device 0000:07:01.0
[    9.668875] pci 0000:07:03.0: [104c:8023] type 00 class 0x0c0010
[    9.674912] pci 0000:07:03.0: reg 0x10: [mem 0xf1604000-0xf16047ff]
[    9.681221] pci 0000:07:03.0: reg 0x14: [mem 0xf1600000-0xf1603fff]
[    9.687704] pci 0000:07:03.0: supports D1 D2
[    9.691961] pci 0000:07:03.0: PME# supported from D0 D1 D2 D3hot
(XEN) [2014-01-25 03:42:02] PHYSDEVOP_pci_device_add of 7:3.0 flags:0
(XEN) [2014-01-25 03:42:02] [VT-D]iommu.c:1464: d0:PCI: map 0000:07:03.0
(XEN) [2014-01-25 03:42:02] PCI add device 0000:07:03.0
[    9.716013] pci 0000:06:00.0: PCI bridge to [bus 07-ff] (subtractive decode)
[    9.723066] pci 0000:06:00.0:   bridge window [mem 0xf1500000-0xf16fffff]
[    9.729909] pci 0000:06:00.0:   bridge window [??? 0x00000000 flags 0x0] (subtractive decode)
[    9.738478] pci 0000:06:00.0:   bridge window [mem 0xf1500000-0xf16fffff] (subtractive decode)
[    9.747143] pci 0000:06:00.0:   bridge window [??? 0x00000000 flags 0x0] (subtractive decode)
[    9.755722] pci 0000:06:00.0:   bridge window [??? 0x00000000 flags 0x0] (subtractive decode)
[    9.764303] pci 0000:07:01.0: bridge configuration invalid ([bus 07-07]), reconfiguring
[    9.772694] pci 0000:08:08.0: [109e:036e] type 00 class 0x040000
[    9.778825] pci 0000:08:08.0: reg 0x10: [mem 0xf1507000-0xf1507fff pref]
(XEN) [2014-01-25 03:42:02] PHYSDEVOP_pci_device_add of 8:8.0 flags:0
(XEN) [2014-01-25 03:42:02] [VT-D]iommu.c:1464: d0:PCI: map 0000:08:08.0
(XEN) [2014-01-25 03:42:02] PCI add device 0000:08:08.0
[    9.803612] pci 0000:08:08.1: [109e:0878] type 00 class 0x048000
[    9.809661] pci 0000:08:08.1: reg 0x10: [mem 0xf1506000-0xf1506fff pref]
(XEN) [2014-01-25 03:42:02] PHYSDEVOP_pci_device_add of 8:8.1 flags:0
(XEN) [2014-01-25 03:42:02] [VT-D]iommu.c:1464: d0:PCI: map 0000:08:08.1
(XEN) [2014-01-25 03:42:02] PCI add device 0000:08:08.1
[    9.834476] pci 0000:08:09.0: [109e:036e] type 00 class 0x040000
[    9.840523] pci 0000:08:09.0: reg 0x10: [mem 0xf1505000-0xf1505fff pref]
(XEN) [2014-01-25 03:42:02] PHYSDEVOP_pci_device_add of 8:9.0 flags:0
(XEN) [2014-01-25 03:42:02] [VT-D]iommu.c:1464: d0:PCI: map 0000:08:09.0
(XEN) [2014-01-25 03:42:02] PCI add device 0000:08:09.0
[    9.865321] pci 0000:08:09.1: [109e:0878] type 00 class 0x048000
[    9.871371] pci 0000:08:09.1: reg 0x10: [mem 0xf1504000-0xf1504fff pref]
(XEN) [2014-01-25 03:42:02] PHYSDEVOP_pci_device_add of 8:9.1 flags:0
(XEN) [2014-01-25 03:42:02] [VT-D]iommu.c:1464: d0:PCI: map 0000:08:09.1
(XEN) [2014-01-25 03:42:02] PCI add device 0000:08:09.1
[    9.896201] pci 0000:08:0a.0: [109e:036e] type 00 class 0x040000
[    9.902255] pci 0000:08:0a.0: reg 0x10: [mem 0xf1503000-0xf1503fff pref]
(XEN) [2014-01-25 03:42:02] PHYSDEVOP_pci_device_add of 8:a.0 flags:0
(XEN) [2014-01-25 03:42:02] [VT-D]iommu.c:1464: d0:PCI: map 0000:08:0a.0
(XEN) [2014-01-25 03:42:02] PCI add device 0000:08:0a.0
[    9.927051] pci 0000:08:0a.1: [109e:0878] type 00 class 0x048000
[    9.933101] pci 0000:08:0a.1: reg 0x10: [mem 0xf1502000-0xf1502fff pref]
(XEN) [2014-01-25 03:42:02] PHYSDEVOP_pci_device_add of 8:a.1 flags:0
(XEN) [2014-01-25 03:42:02] [VT-D]iommu.c:1464: d0:PCI: map 0000:08:0a.1
(XEN) [2014-01-25 03:42:02] PCI add device 0000:08:0a.1
[    9.957922] pci 0000:08:0b.0: [109e:036e] type 00 class 0x040000
[    9.963976] pci 0000:08:0b.0: reg 0x10: [mem 0xf1501000-0xf1501fff pref]
(XEN) [2014-01-25 03:42:02] PHYSDEVOP_pci_device_add of 8:b.0 flags:0
(XEN) [2014-01-25 03:42:02] [VT-D]iommu.c:1464: d0:PCI: map 0000:08:0b.0
(XEN) [2014-01-25 03:42:02] PCI add device 0000:08:0b.0
[    9.988773] pci 0000:08:0b.1: [109e:0878] type 00 class 0x048000
[    9.994823] pci 0000:08:0b.1: reg 0x10: [mem 0xf1500000-0xf1500fff pref]
(XEN) [2014-01-25 03:42:02] PHYSDEVOP_pci_device_add of 8:b.1 flags:0
(XEN) [2014-01-25 03:42:03] [VT-D]iommu.c:1464: d0:PCI: map 0000:08:0b.1
(XEN) [2014-01-25 03:42:03] PCI add device 0000:08:0b.1
[   10.019675] pci 0000:07:01.0: PCI bridge to [bus 08-ff]
[   10.024903] pci 0000:07:01.0:   bridge window [mem 0xf1500000-0xf15fffff]
[   10.031739] pci_bus 0000:08: busn_res: [bus 08-ff] end is updated to 08
[   10.038412] pci_bus 0000:07: busn_res: [bus 07-ff] end is updated to 08
[   10.045083] pci_bus 0000:06: busn_res: [bus 06-ff] end is updated to 08
[   10.052117] pci_bus 0000:09: busn_res: can not insert [bus 09-ff] under [bus 00-3e] (conflicts with (null) [bus 00-3e])
[   10.063011] pci 0000:09:00.0: [1912:0015] type 00 class 0x0c0330
[   10.069124] pci 0000:09:00.0: reg 0x10: [mem 0xf1800000-0xf1801fff 64bit]
[   10.076291] pci 0000:09:00.0: PME# supported from D0 D3hot D3cold
[   10.082582] pci 0000:09:00.0: System wakeup disabled by ACPI
(XEN) [2014-01-25 03:42:03] PHYSDEVOP_pci_device_add of 9:0.0 flags:0
(XEN) [2014-01-25 03:42:03] PCI add device 0000:09:00.0
[   10.101766] pci 0000:00:1c.6: PCI bridge to [bus 09-ff]
[   10.106995] pci 0000:00:1c.6:   bridge window [mem 0xf1800000-0xf18fffff]
[   10.113841] pci_bus 0000:09: busn_res: [bus 09-ff] end is updated to 09
[   10.120878] pci_bus 0000:0a: busn_res: can not insert [bus 0a-ff] under [bus 00-3e] (conflicts with (null) [bus 00-3e])
[   10.131683] pci 0000:0a:00.0: [1b21:0612] type 00 class 0x010601
[   10.137730] pci 0000:0a:00.0: reg 0x10: [io  0xb050-0xb057]
[   10.143357] pci 0000:0a:00.0: reg 0x14: [io  0xb040-0xb043]
[   10.148988] pci 0000:0a:00.0: reg 0x18: [io  0xb030-0xb037]
[   10.154624] pci 0000:0a:00.0: reg 0x1c: [io  0xb020-0xb023]
[   10.160255] pci 0000:0a:00.0: reg 0x20: [io  0xb000-0xb01f]
[   10.165889] pci 0000:0a:00.0: reg 0x24: [mem 0xf1700000-0xf17001ff]
[   10.172424] pci 0000:0a:00.0: System wakeup disabled by ACPI
(XEN) [2014-01-25 03:42:03] PHYSDEVOP_pci_device_add of a:0.0 flags:0
(XEN) [2014-01-25 03:42:03] [VT-D]iommu.c:1452: d0:PCIe: map 0000:0a:00.0
(XEN) [2014-01-25 03:42:03] PCI add device 0000:0a:00.0
[   10.198063] pci 0000:00:1c.7: PCI bridge to [bus 0a-ff]
[   10.203284] pci 0000:00:1c.7:   bridge window [io  0xb000-0xbfff]
[   10.209434] pci 0000:00:1c.7:   bridge window [mem 0xf1700000-0xf17fffff]
[   10.216286] pci_bus 0000:0a: busn_res: [bus 0a-ff] end is updated to 0a
[   10.223047] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
[   10.234866] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[   10.242188] ACPI: PCI Interrupt Link [LNKB] ( PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[   10.279883] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 10 11 12 14 15)
[   10.287196] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[   10.295636] ACPI: Enabled 4 GPEs in block 00 to 3F
[   10.300430] ACPI: \_SB_.PCI0: notify handler is installed
[   10.305914] Found 1 acpi root devices
[   10.309716] initcall acpi_init+0x0/0x27a returned 0 after 443359 usecs
[   10.316232] calling  pnp_init+0x0/0x12 @ 1
[   10.320575] initcall pnp_init+0x0/0x12 returned 0 after 0 usecs
[   10.326492] calling  balloon_init+0x0/0x242 @ 1
[   10.331082] xen:balloon: Initialising balloon driver
[   10.336108] initcall balloon_init+0x0/0x242 returned 0 after 976 usecs
[   10.342694] calling  xen_setup_shutdown_event+0x0/0x30 @ 1
[   10.348240] initcall xen_setup_shutdown_event+0x0/0x30 returned 0 after 0 usecs
[   10.355605] calling  xenbus_probe_backend_init+0x0/0x2d @ 1
[   10.361335] initcall xenbus_probe_backend_init+0x0/0x2d returned 0 after 0 usecs
[   10.368723] calling  xenbus_probe_frontend_init+0x0/0x72 @ 1
[   10.374558] initcall xenbus_probe_frontend_init+0x0/0x72 returned 0 after 0 usecs
[   10.382022] calling  xen_acpi_pad_init+0x0/0x47 @ 1
[   10.387039] initcall xen_acpi_pad_init+0x0/0x47 returned 0 after 0 usecs
[   10.393730] calling  balloon_init+0x0/0xfa @ 1
[   10.398234] xen_balloon: Initialising balloon driver
[   10.403540] initcall balloon_init+0x0/0xfa returned 0 after 976 usecs
[   10.409974] calling  misc_init+0x0/0xba @ 1
[   10.414312] initcall misc_init+0x0/0xba returned 0 after 0 usecs
[   10.420314] calling  vga_arb_device_init+0x0/0xde @ 1
[   10.425575] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[   10.433649] vgaarb: loaded
[   10.436418] vgaarb: bridge control possible 0000:00:02.0
[   10.441792] initcall vga_arb_device_init+0x0/0xde returned 0 after 2929 usecs
[   10.448986] calling  cn_init+0x0/0xc0 @ 1
[   10.453078] initcall cn_init+0x0/0xc0 returned 0 after 0 usecs
[   10.458952] calling  dma_buf_init+0x0/0x75 @ 1
[   10.463471] initcall dma_buf_init+0x0/0x75 returned 0 after 0 usecs
[   10.469785] calling  phy_init+0x0/0x2e @ 1
[   10.474166] initcall phy_init+0x0/0x2e returned 0 after 0 usecs
[   10.480076] calling  init_pcmcia_cs+0x0/0x3d @ 1
[   10.484819] initcall init_pcmcia_cs+0x0/0x3d returned 0 after 0 usecs
[   10.491255] calling  usb_init+0x0/0x169 @ 1
[   10.495514] ACPI: bus type USB registered
[   10.499784] usbcore: registered new interface driver usbfs
[   10.505366] usbcore: registered new interface driver hub
[   10.510778] usbcore: registered new device driver usb
[   10.515825] initcall usb_init+0x0/0x169 returned 0 after 3906 usecs
[   10.522149] calling  serio_init+0x0/0x31 @ 1
[   10.526576] initcall serio_init+0x0/0x31 returned 0 after 0 usecs
[   10.532663] calling  input_init+0x0/0x103 @ 1
[   10.537149] initcall input_init+0x0/0x103 returned 0 after 0 usecs
[   10.543323] calling  rtc_init+0x0/0x5b @ 1
[   10.547548] initcall rtc_init+0x0/0x5b returned 0 after 0 usecs
[   10.553462] calling  pps_init+0x0/0xb7 @ 1
[   10.557683] pps_core: LinuxPPS API ver. 1 registered
[   10.562649] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[   10.571834] initcall pps_init+0x0/0xb7 returned 0 after 1953 usecs
[   10.578073] calling  ptp_init+0x0/0xa4 @ 1
[   10.582293] PTP clock support registered
[   10.586220] initcall ptp_init+0x0/0xa4 returned 0 after 976 usecs
[   10.592373] calling  power_supply_class_init+0x0/0x44 @ 1
[   10.597892] initcall power_supply_class_init+0x0/0x44 returned 0 after 0 usecs
[   10.605116] calling  hwmon_init+0x0/0xe3 @ 1
[   10.609509] initcall hwmon_init+0x0/0xe3 returned 0 after 0 usecs
[   10.615601] calling  leds_init+0x0/0x40 @ 1
[   10.619908] initcall leds_init+0x0/0x40 returned 0 after 0 usecs
[   10.625913] calling  efisubsys_init+0x0/0x142 @ 1
[   10.630680] initcall efisubsys_init+0x0/0x142 returned 0 after 0 usecs
[   10.637264] calling  pci_subsys_init+0x0/0x4f @ 1
[   10.642029] PCI: Using ACPI for IRQ routing
[   10.649715] PCI: pci_cache_line_size set to 64 bytes
[   10.654869] e820: reserve RAM buffer [mem 0x00099000-0x0009ffff]
[   10.660865] e820: reserve RAM buffer [mem 0x80067000-0x83ffffff]
[   10.666931] initcall pci_subsys_init+0x0/0x4f returned 0 after 6835 usecs
[   10.673776] calling  proto_init+0x0/0x12 @ 1
[   10.678114] initcall proto_init+0x0/0x12 returned 0 after 0 usecs
[   10.684261] calling  net_dev_init+0x0/0x1c6 @ 1
[   10.689488] initcall net_dev_init+0x0/0x1c6 returned 0 after 0 usecs
[   10.695834] calling  neigh_init+0x0/0x80 @ 1
[   10.700165] initcall neigh_init+0x0/0x80 returned 0 after 0 usecs
[   10.706316] calling  fib_rules_init+0x0/0xaf @ 1
[   10.710997] initcall fib_rules_init+0x0/0xaf returned 0 after 0 usecs
[   10.717496] calling  pktsched_init+0x0/0x10a @ 1
[   10.722182] initcall pktsched_init+0x0/0x10a returned 0 after 0 usecs
[   10.728676] calling  tc_filter_init+0x0/0x55 @ 1
[   10.733356] initcall tc_filter_init+0x0/0x55 returned 0 after 0 usecs
[   10.739856] calling  tc_action_init+0x0/0x55 @ 1
[   10.744535] initcall tc_action_init+0x0/0x55 returned 0 after 0 usecs
[   10.751037] calling  genl_init+0x0/0x85 @ 1
[   10.755298] initcall genl_init+0x0/0x85 returned 0 after 0 usecs
[   10.761349] calling  cipso_v4_init+0x0/0x61 @ 1
[   10.765942] initcall cipso_v4_init+0x0/0x61 returned 0 after 0 usecs
[   10.772355] calling  netlbl_init+0x0/0x81 @ 1
[   10.776774] NetLabel: Initializing
[   10.780275] NetLabel:  domain hash size = 128
[   10.784693] NetLabel:  protocols = UNLABELED CIPSOv4
[   10.789759] NetLabel:  unlabeled traffic allowed by default
[   10.795353] initcall netlbl_init+0x0/0x81 returned 0 after 3906 usecs
[   10.801854] calling  rfkill_init+0x0/0x79 @ 1
[   10.806450] initcall rfkill_init+0x0/0x79 returned 0 after 0 usecs
[   10.812623] calling  xen_mcfg_late+0x0/0xab @ 1
[   10.817213] initcall xen_mcfg_late+0x0/0xab returned 0 after 0 usecs
[   10.823642] calling  xen_p2m_debugfs+0x0/0x4a @ 1
[   10.828407] initcall xen_p2m_debugfs+0x0/0x4a returned 0 after 0 usecs
[   10.834977] calling  xen_spinlock_debugfs+0x0/0x13a @ 1
[   10.840312] initcall xen_spinlock_debugfs+0x0/0x13a returned 0 after 0 usecs
[   10.847370] calling  nmi_warning_debugfs+0x0/0x27 @ 1
[   10.852489] initcall nmi_warning_debugfs+0x0/0x27 returned 0 after 0 usecs
[   10.859415] calling  hpet_late_init+0x0/0x101 @ 1
[   10.864182] initcall hpet_late_init+0x0/0x101 returned -19 after 0 usecs
[   10.870942] calling  init_amd_nbs+0x0/0xb8 @ 1
[   10.875452] initcall init_amd_nbs+0x0/0xb8 returned 0 after 0 usecs
[   10.881775] calling  clocksource_done_booting+0x0/0x42 @ 1
[   10.887329] Switched to clocksource xen
[   10.891229] initcall clocksource_done_booting+0x0/0x42 returned 0 after 3810 usecs
[   10.898851] calling  tracer_init_debugfs+0x0/0x1b2 @ 1
[   10.904344] initcall tracer_init_debugfs+0x0/0x1b2 returned 0 after 287 usecs
[   10.911467] calling  init_trace_printk_function_export+0x0/0x2f @ 1
[   10.917800] initcall init_trace_printk_function_export+0x0/0x2f returned 0 after 5 usecs
[   10.925939] calling  event_trace_init+0x0/0x205 @ 1
[   10.945703] initcall event_trace_init+0x0/0x205 returned 0 after 14473 usecs
[   10.952737] calling  init_kprobe_trace+0x0/0x93 @ 1
[   10.957687] initcall init_kprobe_trace+0x0/0x93 returned 0 after 11 usecs
[   10.964524] calling  init_pipe_fs+0x0/0x4c @ 1
[   10.969069] initcall init_pipe_fs+0x0/0x4c returned 0 after 39 usecs
[   10.975442] calling  eventpoll_init+0x0/0xda @ 1
[   10.980152] initcall eventpoll_init+0x0/0xda returned 0 after 29 usecs
[   10.986709] calling  anon_inode_init+0x0/0x5b @ 1
[   10.991508] initcall anon_inode_init+0x0/0x5b returned 0 after 34 usecs
[   10.998148] calling  init_ramfs_fs+0x0/0x4d @ 1
[   11.002749] initcall init_ramfs_fs+0x0/0x4d returned 0 after 9 usecs
[   11.009154] calling  blk_scsi_ioctl_init+0x0/0x2c5 @ 1
[   11.014354] initcall blk_scsi_ioctl_init+0x0/0x2c5 returned 0 after 0 usecs
[   11.021373] calling  acpi_event_init+0x0/0x3a @ 1
[   11.026159] initcall acpi_event_init+0x0/0x3a returned 0 after 17 usecs
[   11.032813] calling  pnp_system_init+0x0/0x12 @ 1
[   11.037677] initcall pnp_system_init+0x0/0x12 returned 0 after 94 usecs
[   11.044295] calling  pnpacpi_init+0x0/0x8c @ 1
[   11.048785] pnp: PnP ACPI init
[   11.051928] ACPI: bus type PNP registered
[   11.056303] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[   11.062906] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[   11.069797] pnp 00:01: [dma 4]
[   11.073013] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[   11.079701] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
[   11.086773] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[   11.094311] system 00:04: [io  0x0680-0x069f] has been reserved
[   11.100228] system 00:04: [io  0xffff] has been reserved
[   11.105600] system 00:04: [io  0xffff] has been reserved
[   11.110972] system 00:04: [io  0xffff] has been reserved
[   11.116348] system 00:04: [io  0x1c00-0x1cfe] has been reserved
[   11.122324] system 00:04: [io  0x1d00-0x1dfe] has been reserved
[   11.128304] system 00:04: [io  0x1e00-0x1efe] has been reserved
[   11.134285] system 00:04: [io  0x1f00-0x1ffe] has been reserved
[   11.140267] system 00:04: [io  0x0ca4-0x0ca7] has been reserved
[   11.146244] system 00:04: [io  0x1800-0x18fe] could not be reserved
[   11.152570] system 00:04: [io  0x164e-0x164f] has been reserved
[   11.158545] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[   11.165426] xen: registering gsi 8 triggering 1 polarity 0
[   11.171110] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[   11.177953] system 00:06: [io  0x1854-0x1857] has been reserved
[   11.183863] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[   11.192198] kworker/u2:0 (517) used greatest stack depth: 5560 bytes left
[   11.199015] system 00:07: [io  0x0a00-0x0a1f] has been reserved
[   11.204963] system 00:07: [io  0x0a30-0x0a3f] has been reserved
[   11.210936] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[   11.219186] xen: registering gsi 4 triggering 1 polarity 0
[   11.224662] Already setup the GSI :4
[   11.228306] pnp 00:08: [dma 0 disabled]
[   11.232467] pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active)
[   11.240187] xen: registering gsi 3 triggering 1 polarity 0
[   11.245682] pnp 00:09: [dma 0 disabled]
[   11.249768] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 (active)
[   11.256613] system 00:0a: [io  0x04d0-0x04d1] has been reserved
[   11.262519] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[   11.269396] xen: registering gsi 13 triggering 1 polarity 0
[   11.275208] pnp 00:0b: Plug and Play ACPI device, IDs PNP0c04 (active)
[   11.284867] system 00:0c: [mem 0xfed1c000-0xfed1ffff] has been reserved
[   11.291482] system 00:0c: [mem 0xfed10000-0xfed17fff] has been reserved
[   11.298152] system 00:0c: [mem 0xfed18000-0xfed18fff] has been reserved
[   11.304822] system 00:0c: [mem 0xfed19000-0xfed19fff] has been reserved
[   11.311495] system 00:0c: [mem 0xf8000000-0xfbffffff] has been reserved
[   11.318168] system 00:0c: [mem 0xfed20000-0xfed3ffff] has been reserved
[   11.324842] system 00:0c: [mem 0xfed90000-0xfed93fff] has been reserved
[   11.331514] system 00:0c: [mem 0xfed45000-0xfed8ffff] has been reserved
[   11.338187] system 00:0c: [mem 0xff000000-0xffffffff] has been reserved
[   11.344860] system 00:0c: [mem 0xfee00000-0xfeefffff] has been reserved
[   11.351534] system 00:0c: [mem 0xf7fef000-0xf7feffff] has been reserved
[   11.358207] system 00:0c: [mem 0xf7ff0000-0xf7ff0fff] has been reserved
[   11.364875] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
[   11.373788] pnp: PnP ACPI: found 13 devices
[   11.377963] ACPI: bus type PNP unregistered
[   11.382208] initcall pnpacpi_init+0x0/0x8c returned 0 after 325606 usecs
[   11.388968] calling  pcistub_init+0x0/0x29f @ 1
[   11.394231] initcall pcistub_init+0x0/0x29f returned 0 after 654 usecs
[   11.400756] calling  chr_dev_init+0x0/0xc6 @ 1
[   11.414450] initcall chr_dev_init+0x0/0xc6 returned 0 after 8981 usecs
[   11.420967] calling  firmware_class_init+0x0/0xec   11.433117] calling  init_pcmcia_bus+0x0/0x65 @ 1
[   11.438023] initcall init_pcmcia_bus+0x0/0x65 returned 0 after 139 usecs
[   11.444715] calling  thermal_init+0x0/0x8b @ 1
[   11.449297] initcall thermal_init+0x0/0x8b returned 0 after 76 usecs
[   11.455642] calling  cpufreq_gov_performance_init+0x0/0x12 @ 1
[   11.461532] initcall cpufreq_gov_performance_init+0x0/0x12 returned -19 after 0 usecs
[   11.469418] calling  init_acpi_pm_clocksource+0x0/0xec @ 1
[   11.478109] PM-Timer failed consistency check  (0xffffff) - aborting.
[   11.484543] initcall init_acpi_pm_clocksource+0x0/439] calling  pcibios_assign_resources+0x0/0xbd @ 1
[   11.497997] pci 0000:00:01.0: PCI bridge to [bus 01]
[   11.502969] pci 0000:02:00.0: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[   11.509893] pci 0000:02:00.0: reg 0x190: [mem 0x00000000-0x00003fff 64bit]
[   11.516827] pci 0000:02:00.0: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[   11.523756] pci 0000:02:00.1: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[   11.530691] pci 0000:02:00.0: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[   11.537623] pci 0000:02:00.0: reg 0x190: [mem 0x00000000-0x00003fff 64bit]
[   11.544557] pci 0000:02:00.1: reg 0x190: [mem 0x00000000-0x00003fff 64bit]
[   11.551489] pci 0000:02:00.0: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[   11.558423] pci 0000:02:00.0: reg 0x190: [mem 0x00000000-0x00003fff 64bit]
[   11.565355] pci 0000:02:00.1: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[   11.572289] pci 0000:02:00.0: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[   11.579212] pci 0000:02:00.0: BAR 7: assigned [mem 0xf1448000-0xf1467fff 64bit]
[   11.586594] pci 0000:02:00.0: reg 0x190: [mem 0x00000000-0x00003fff 64bit]
[   11.593512] pci 0000:02:00.0: BAR 10: assigned [mem 0xf1468000-0xf1487fff 64bit]
[   11.600981] pci 0000:02:00.1: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[   11.607898] pci 0000:02:00.1: BAR 7: assigned [mem 0xf1488000-0xf14a7fff 64bit]
[   11.615281] pci 0000:02:00.1: reg 0x190: [mem 0x00000000-0x00003fff 64bit]
[   11.622197] pci 0000:02:00.1: BAR 10: assigned [mem 0xf14a8000-0xf14c7fff 64bit]
[   11.629657] pci 0000:00:01.1: PCI bridge to [bus 02-03]
[   11.634939] pci 0000:00:01.1:   bridge window [io  0xe000-0xefff]
[   11.641093] pci 0000:00:01.1:   bridge window [mem 0xf0400000-0xf14fffff]
[   11.647941] pci 0000:00:1c.0: PCI bridge to [bus 04]
[   11.652965] pci 0000:00:1c.0:   bridge window [io  0xd000-0xdfff]
[   11.659121] pci 0000:00:1c.0:   bridge window [mem 0xf1a00000-0xf1afffff]
[   11.665973] pci 0000:00:1c.3: PCI bridge to [bus 05]
[   11.670991] pci 0000:00:1c.3:   bridge window [io  0xc000-0xcfff]
[   11.677149] pci 0000:00:1c.3:   bridge window [mem 0xf1900000-0xf19fffff]
[   11.684000] pci 0000:07:01.0: PCI bridge to [bus 08]
[   11.689025] pci 0000:07:01.0:   bridge window [mem 0xf1500000-0xf15fffff]
[   11.695880] pci 0000:06:00.0: PCI bridge to [bus 07-08]
[   11.701155] pci 0000:06:00.0:   bridge window [mem 0xf1500000-0xf16fffff]
[   11.708010] pci 0000:00:1c.5: PCI bridge to [bus 06-08]
[   11.713286] pci 0000:00:1c.5:   bridge window [mem 0xf1500000-0xf16fffff]
[   11.720139] pci 0000:00:1c.6: PCI bridge to [bus 09]
[   11.725159] pci 0000:00:1c.6:   bridge window [mem 0xf1800000-0xf18fffff]
[   11.732013] pci 0000:00:1c.7: PCI bridge to [bus 0a]
[   11.737030] pci 0000:00:1c.7:   bridge window [io  0xb000-0xbfff]
[   11.743186] pci 0000:00:1c.7:   bridge window [mem 0xf1700000-0xf17fffff]
[   11.750038] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[   11.755661] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[   11.761294] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[   11.767619] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff]
[   11.773944] pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff]
[   11.780329] pci_bus 0000:00: resource 9 [mem 0x000dc000-0x000dffff]
[   11.786630] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000e3fff]
[   11.793042] pci_bus 0000:00: resource 11 [mem 0x000e4000-0x000e7fff]
[   11.799456] pci_bus 0000:00: resource 12 [mem 0xbe200000-0xfeafffff]
[   11.805870] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[   11.811504] pci_bus 0000:02: resource 1 [mem 0xf0400000-0xf14fffff]
[   11.817831] pci_bus 0000:04: resource 0 [io  0xd000-0xdfff]
[   11.823461] pci_bus 0000:04: resource 1 [mem 0xf1a00000-0xf1afffff]
[   11.829789] pci_bus 0000:05: resource 0 [io  0xc000-0xcfff]
[   11.835422] pci_bus 0000:05: resource 1 [mem 0xf1900000-0xf19fffff]
[   11.841749] pci_bus 0000:06: resource 1 [mem 0xf1500000-0xf16fffff]
[   11.848075] pci_bus 0000:07: resource 1 [mem 0xf1500000-0xf16fffff]
[   11.854401] pci_bus 0000:07: resource 5 [mem 0xf1500000-0xf16fffff]
[   11.860727] pci_bus 0000:08: resource 1 [mem 0xf1500000-0xf15fffff]
[   11.867056] pci_bus 0000:09: resource 1 [mem 0xf1800000-0xf18fffff]
[   11.873381] pci_bus 0000:0a: resource 0 [io  0xb000-0xbfff]
[   11.879013] pci_bus 0000:0a: resource 1 [mem 0xf1700000-0xf17fffff]
[   11.885342] initcall pcibios_assign_resources+0x0/0xbd returned 0 after 378372 usecs
[   11.893141] calling  sysctl_core_init+0x0/0x2c @ 1
[   11.898009] initcall sysctl_core_init+0x0/0x2c returned 0 after 13 usecs
[   11.904756] calling  inet_init+0x0/0x296 @ 1
[   11.909155] NET: Registered protocol family 2
[   11.913823] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[   11.921078] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[   11.927716] TCP: Hash tables configured (established 16384 bind 16384)
[   11.934309] TCP: reno registered
[   11.937595] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[   11.943660] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[   11.950273] initcall inet_init+0x0/0x296 returned 0 after 40221 usecs
[   11.956702] calling  ipv4_offload_init+0x0/0x61 @ 1
[   11.961639] initcall ipv4_offload_init+0x0/0x61 returned 0 after 0 usecs
[   11.968399] calling  af_unix_init+0x0/0x55 @ 1
[   11.972921] NET: Registered protocol family 1
[   11.977341] initcall af_unix_init+0x0/0x55 returned 0 after 4329 usecs
[   11.983913] calling  ipv6_offload_init+0x0/0x7f @ 1
[   11.988853] initcall ipv6_offload_init+0x0/0x7f returned 0 after 0 usecs
[   11.995612] calling  init_sunrpc+0x0/0x69 @ 1
[   12.000231] RPC: Registered named UNIX socket transport module.
[   12.006147] RPC: Registered udp transport module.
[   12.010909] RPC: Registered tcp transport module.
[   12.015676] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   12.022175] initcall init_sunrpc+0x0/0x69 returned 0 after 21623 usecs
[   12.028761] calling  pci_apply_final_quirks+0x0/0x117 @ 1
[   12.034229] pci 0000:00:02.0: Boot video device
[   12.039317] xen: registering gsi 16 triggering 0 polarity 1
[   12.044894] xen: --> pirq=16 -> irq=16 (gsi=16)
[   12.049537] pci 0000:00:14.0: CONFIG_USB_XHCI_HCD is turned off, defaulting to EHCI.
[   12.057275] pci 0000:00:14.0: USB 3.0 devices will work at USB 2.0 speeds.
[   12.065195] xen: registering gsi 16 triggering 0 polarity 1
[   12.070759] Already setup the GSI :16
[   12.090388] xen: registering gsi 23 triggering 0 polarity 1
[   12.095965] xen: --> pirq=23 -> irq=23 (gsi=23)
[   12.116471] xen: registering gsi 18 triggering 0 polarity 1
[   12.122045] xen: --> pirq=18 -> irq=18 (gsi=18)
[   12.126.153014] Unpacking initramfs...
[   13.250266] Freeing initrd memory: 83288K (ffff8800023f7000 - ffff88000754d000)
[   13.257576] initcall populate_rootfs+0x0/0x112 returned 0 after 1078783 usecs
[   13.264762] calling  pci_iommu_init+0x0/0x41 @ 1
[   13.269442] initcall pci_iommu_init+0x0/0x41 returned 0 after 0 usecs
[   13.275940] calling  calgary_fixup_tce_spaces+0x0/0x105 @ 1
[   13.281573] initcall calgary_fixup_tce_spaces+0x0/0x105 returned -19 after 0 usecs
[   13.289219] calling  register_kernel_offset_dumper+0x0/0x1b @ 1
[   13.295180] initcall register_kernel_offset_dumper+0x0/0x1b returned 0 after 0 usecs
[   13.302978] calling  i8259A_init_ops+0x0/0x21 @ 1
[   13.307745] initcall i8259A_init_ops+0x0/0x21 returned 0 after 0 usecs
[   13.314332] calling  vsyscall_init+0x0/0x27 @ 1
[   13.318930] initcall vsyscall_init+0x0/0x27 returned 0 after 4 usecs
[   13.325339] calling  sbf_init+0x0/0xf6 @ 1
[   13.329498] initcall sbf_init+0x0/0xf6 returned 0 after 0 usecs
[   13.335478] calling  init_tsc_clocksource+0x0/0xc2 @ 1
[   13.340678] initcall init_tsc_clocksource+0x0/0xc2 returned 0 after 1 usecs
[   13.347697] calling  add_rtc_cmos+0x0/0xb4 @ 1
[   13.352206] initcall add_rtc_cmos+0x0/0xb4 returned 0 after 2 usecs
[   13.358530] calling  i8237A_init_ops+0x0/0x14 @ 1
[   13.363297] initcall i8237A_init_ops+0x0/0x14 returned 0 after 0 usecs
[   13.369884] calling  cache_sysfs_init+0x0/0x65 @ 1
[   13.374987] initcall cache_sysfs_init+0x0/0x65 returned 0 after 244 usecs
[   13.381768] calling  amd_uncore_init+0x0/0x130 @ 1
[   13.386620] initcall amd_uncore_init+0x0/0x130 returned -19 after 0 usecs
[   13.393465] calling  amd_iommu_pc_init+0x0/0x150 @ 1
[   13.398494] initcall amd_iommu_pc_init+0x0/0x150 returned -19 after 0 usecs
[   13.405512] calling  intel_uncore_init+0x0/0x3ab @ 1
[   13.410538] initcall intel_uncore_init+0x0/0x3ab returned -19 after 0 usecs
[   13.417558] calling  rapl_pmu_init+0x0/0x1f8 @ 1
[   13.422254] RAPL PMU detected, hw unit 2^-14 Joules, API unit is 2^-32 Joules, 3 fixed counters 655360 ms ovfl timer
[   13.432811] initcall rapl_pmu_init+0x0/0x1f8 returned 0 after 10325 usecs
[   13.439660] calling  inject_init+0x0/0x30 @ 1
[   13.444075] Machine check injector initialized
[   13.448584] initcall inject_init+0x0/0x30 returned 0 after 4402 usecs
[   13.455082] calling  thermal_throttle_init_device+0x0/0x9c @ 1
[   13.460975] initcall thermal_throttle_init_device+0x0/0x9c returned 0 after 0 usecs
[   13.468689] calling  microcode_init+0x0/0x1b1 @ 1
[   13.473648] microcode: CPU0 sig=0x306c3, pf=0x2, revision=0x7
[   13.479774] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[   13.488550] initcall microcode_init+0x0/0x1b1 returned 0 after 14739 usecs
[   13.495482] calling  amd_ibs_init+0x0/0x292 @ 1
[   13.500069] initcall amd_ibs_init+0x0/0x292 returned -19 after 0 usecs
[   13.506656] calling  msr_init+0x0/0x162 @ 1
[   13.511125] initcall msr_init+0x0/0x162 returned 0 after 216 usecs
[   13.517296] calling  cpuid_init+0x0/0x162 @ 1
[   13.521909] initcall cpuid_init+0x0/0x162 returned 0 after 195 usecs
[   13.528255] calling  ioapic_init_ops+0x0/0x14 @ 1
[   13.533019] initcall ioapic_init_ops+0x0/0x14 returned 0 after 0 usecs
[   13.539607] calling  add_pcspkr+0x0/0x40 @ 1
[   13.544043] initcall add_pcspkr+0x0/0x40 returned 0 after 101 usecs
[   13.550298] calling  start_periodic_check_for_corruption+0x0/0x50 @ 1
[   13.556796] Scanning for low memory corruption every 60 seconds
[   13.562772] initcall start_periodic_check_for_corruption+0x0/0x50 returned 0 after 5835 usecs
[   13.571350] calling  sysfb_init+0x0/0x9c @ 1
[   13.575796] initcall sysfb_init+0x0/0x9c returned 0 after 109 usecs
[   13.582060] calling  audit_classes_init+0x0/0xaf @ 1
[   13.587097] initcall audit_classes_init+0x0/0xaf returned 0 after 13 usecs
[   13.594016] calling  pt_dump_init+0x0/0x30 @ 1
[   13.598532] initcall pt_dump_init+0x0/0x30 returned 0 after 8 usecs
[   13.604850] calling  ia32_binfmt_init+0x0/0x14 @ 1
[   13.609709] initcall ia32_binfmt_init+0x0/0x14 returned 0 after 6 usecs
[   13.616374] calling  proc_execdomains_init+0x0/0x22 @ 1
[   13.621667] initcall proc_execdomains_init+0x0/0x22 returned 0 after 5 usecs
[   13.628766] calling  ioresources_init+0x0/0x3c @ 1
[   13.633626] initcall ioresources_init+0x0/0x3c returned 0 after 6 usecs
[   13.640294] calling  uid_cache_init+0x0/0x85 @ 1
[   13.644989] initcall uid_cache_init+0x0/0x85 returned 0 after 16 usecs
[   13.651561] calling  init_posix_timers+0x0/0x240 @ 1
[   13.656598] initcall init_posix_timers+0x0/0x240 returned 0 after 12 usecs
[   13.663518] calling  init_posix_cpu_timers+0x0/0xbf @ 1
[   13.668806] initcall init_posix_cpu_timers+0x0/0xbf returned 0 after 0 usecs
[   13.675911] calling  proc_schedstat_init+0x0/0x22 @ 1
[   13.681029] initcall proc_schedstat_init+0x0/0x22 returned 0 after 3 usecs
[   13.687957] calling  snapshot_device_init+0x0/0x12 @ 1
[   13.693282] initcall snapshot_device_init+0x0/0x12 returned 0 after 120 usecs
[   13.700404] calling  irq_pm_init_ops+0x0/0x14 @ 1
[   13.705169] initcall irq_pm_init_ops+0x0/0x14 returned 0 after 0 usecs
[   13.711757] calling  create_proc_profile+0x0/0x300 @ 1
[   13.716957] initcall create_proc_profile+0x0/0x300 returned 0 after 0 usecs
[   13.723975] calling  timekeeping_init_ops+0x0/0x14 @ 1
[   13.729175] initcall timekeeping_init_ops+0x0/0x14 returned 0 after 0 usecs
[   13.736196] calling  init_clocksource_sysfs+0x0/0x69 @ 1
[   13.741786] initcall init_clocksource_sysfs+0x0/0x69 returned 0 after 212 usecs
[   13.749086] calling  init_timer_list_procfs+0x0/0x2c @ 1
[   13.754464] initcall init_timer_list_procfs+0x0/0x2c returned 0 after 4 usecs
[   13.761650] calling  alarmtimer_init+0x0/0x15f @ 1
[   13.766699] initcall alarmtimer_init+0x0/0x15f returned 0 after 191 usecs
[   13.773473] calling  clockevents_init_sysfs+0x0/0xd2 @ 1
[   13.779148] initcall clockevents_init_sysfs+0x0/0xd2 returned 0 after 295 usecs
[   13.786477] calling  init_tstats_procfs+0x0/0x2c @ 1
[   13.791507] initcall init_tstats_procfs+0x0/0x2c returned 0 after 4 usecs
[   13.798349] calling  futex_init+0x0/0xf6 @ 1
[   13.802699] futex hash table entries: 256 (order: 2, 16384 bytes)
[   13.808840] initcall futex_init+0x0/0xf6 returned 0 after 6012 usecs
[   13.815249] calling  proc_dma_init+0x0/0x22 @ 1
[   13.819848] initcall proc_dma_init+0x0/0x22 returned 0 after 4 usecs
[   13.826253] calling  proc_modules_init+0x0/0x22 @ 1
[   13.831197] initcall proc_modules_init+0x0/0x22 returned 0 after 3 usecs
[   13.837954] calling  kallsyms_init+0x0/0x25 @ 1
[   13.842548] initcall kallsyms_init+0x0/0x25 returned 0 after 3 usecs
[   13.848961] calling  crash_save_vmcoreinfo_init+0x0/0x53f @ 1
[   13.854775] initcall crash_save_vmcoreinfo_init+0x0/0x53f returned 0 after 9 usecs
[   13.862393] calling  crash_notes_memory_init+0x0/0x36 @ 1
[   13.867855] initcall crash_notes_memory_init+0x0/0x36 returned 0 after 2 usecs
[   13.875132] calling  pid_namespaces_init+0x0/0x2d @ 1
[   13.880258] initcall pid_namespaces_init+0x0/0x2d returned 0 after 11 usecs
[   13.887266] calling  ikconfig_init+0x0/0x3c @ 1
[   13.891862] initcall ikconfig_init+0x0/0x3c returned 0 after 3 usecs
[   13.898271] calling  audit_init+0x0/0x141 @ 1
[   13.902691] audit: initializing netlink socket (disabled)
[   13.908177] type=2000 audit(1390621323.439:1): initialized
[   13.913700] initcall audit_init+0x0/0x141 returned 0 after 10750 usecs
[   13.920283] calling  audit_watch_init+0x0/0x3a @ 1
[   13.925138] initcall audit_watch_init+0x0/0x3a returned 0 after 1 usecs
[   13.931810] calling  audit_tree_init+0x0/0x49 @ 1
[   13.936579] initcall audit_tree_init+0x0/0x49 returned 0 after 1 usecs
[   13.943162] calling  init_kprobes+0x0/0x16c @ 1
[   13.958206] initcall init_kprobes+0x0/0x16c returned 0 after 10204 usecs
[   13.964891] calling  hung_task_init+0x0/0x56 @ 3.993058] initcall init_tracepoints+0x0/0x20 returned 0 after 0 usecs
[   13.999730] calling  init_blk_tracer+0x0/0x5a @ 1
[   14.004498] initcall init_blk_tracer+0x0/0x5a returned 0 after 1 usecs
[   14.011083] calling  irq_work_init_cpu_notifier+0x0/0x29 @ 1
[   14.016801] initcall irq_work_init_cpu_notifier+0x0/0x29 returned 0 after 0 usecs
[   14.024341] calling  perf_event_sysfs_init+0x0/0x93 @ 1
[   14.030158] initcall perf_event_sysfs_init+0x0/0x93 returned 0 after 516 usecs
[   14.037374] calling  init_per_zone_wmark_min+0x0/0xa9 @ 1
[   14.042841] initcall init_per_zone_wmark_min+0x0/0xa9 returned 0 after 11 usecs
[   14.050196] calling  kswapd_init+0x0/0x76 @ 1
[   14.054667] initcall kswapd_init+0x0/0x76 returned 0 after 51 usecs
[   14.060941] calling  extfrag_debug_init+0x0/0x7e @ 1
[   14.065985] initcall extfrag_debug_init+0x0/0x7e returned 0 after 19 usecs
[   14.072899] calling  setup_vmstat+0x0/0xf3 @ 1
[   14.077421] initcall setup_vmstat+0x0/0xf3 returned 0 after 15 usecs
[   14.083818] calling  mm_sysfs_init+0x0/0x29 @ 1
[   14.088422] initcall mm_sysfs_init+0x0/0x29 returned 0 after 10 usecs
[   14.094912] calling  mm_compute_batch_init+0x0/0x19 @ 1
[   14.100199] initcall mm_compute_batch_init+0x0/0x19 returned 0 after 0 usecs
[   14.107305] calling  slab_proc_init+0x0/0x25 @ 1
[   14.111990] initcall slab_proc_init+0x0/0x25 returned 0 after 3 usecs
[   14.118486] calling  init_reserve_notifier+0x0/0x26 @ 1
[   14.123771] initcall init_reserve_notifier+0x0/0x26 returned 0 after 0 usecs
[   14.130877] calling  init_admin_reserve+0x0/0x40 @ 1
[   14.135903] initcall init_admin_reserve+0x0/0x40 returned 0 after 0 usecs
[   14.142749] calling  init_user_reserve+0x0/0x40 @ 1
[   14.147690] initcall init_user_reserve+0x0/0x40 returned 0 after 0 usecs
[   14.154451] calling  proc_vmalloc_init+0x0/0x25 @ 1
[   14.159394] initcall proc_vmalloc_init+0x0/0x25 returned 0 after 4 usecs
[   14.166149] calling  procswaps_init+0x0/0x22 @ 1
[   14.170832] initcall procswaps_init+0x0/0x22 returned 0 after 3 usecs
[   14.177329] calling  init_frontswap+0x0/0x96 @ 1
[   14.182038] initcall init_frontswap+0x0/0x96 returned 0 after 28 usecs
[   14.188597] calling  hugetlb_init+0x0/0x4c2 @ 1
[   14.193189] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[   14.199693] initcall hugetlb_init+0x0/0x4c2 returned 0 after 6351 usecs
[   14.206291] calling  mmu_notifier_init+0x0/0x12 @ 1
[   14.211236] initcall mmu_notifier_init+0x0/0x12 returned 0 after 2 usecs
[   14.217993] calling  slab_proc_init+0x0/0x8 @ 1
[   14.222585] initcall slab_proc_init+0x0/0x8 returned 0 after 0 usecs
[   14.228998] calling  cpucache_init+0x0/0x4b @ 1
[   14.233592] initcall cpucache_init+0x0/0x4b returned 0 after 0 usecs
[   14.240004] calling  hugepage_init+0x0/0x145 @ 1
[   14.244685] initcall hugepage_init+0x0/0x145 returned -22 after 0 usecs
[   14.251356] calling  init_cleancache+0x0/0xbc @ 1
[   14.256151] initcall init_cleancache+0x0/0xbc returned 0 after 27 usecs
[   14.262796] calling  fcntl_init+0x0/0x2a @ 1
[   14.267141] initcall fcntl_init+0x0/0x2a returned 0 after 11 usecs
[   14.273371] calling  proc_filesystems_init+0x0/0x22 @ 1
[   14.278661] initcall proc_filesystems_init+0x0/0x22 returned 0 after 4 usecs
[   14.285763] calling  dio_init+0x0/0x2d @ 1
[   14.289935] initcall dio_init+0x0/0x2d returned 0 after 10 usecs
[   14.295990] calling  fsnotify_mark_init+0x0/0x40 @ 1
[   14.301042] initcall fsnotify_mark_init+0x0/0x40 returned 0 after 25 usecs
[   14.307953] calling  dnotify_init+0x0/0x7b @ 1
[   14.312480] initcall dnotify_init+0x0/0x7b returned 0 after 21 usecs
[   14.318870] calling  inotify_user_setup+0x0/0x4b @ 1
[   14.323912] initcall inotify_user_setup+0x0/0x4b returned 0 after 12 usecs
[   14.330832] calling  aio_setup+0x0/0x7d @ 1
[   14.335131] initcall aio_setup+0x0/0x7d returned 0 after 52 usecs
[   14.341231] calling  proc_locks_init+0x0/0x22 @ 1
[   14.346001] initcall proc_locks_init+0x0/0x22 returned 0 after 3 usecs
[   14.352582] calling  init_sys32_ioctl+0x0/0x28 @ 1
[   14.357479] initcall init_sys32_ioctl+0x0/0x28 returned 0 after 44 usecs
[   14.364197] calling  dquot_init+0x0/0x121 @ 1
[   14.368616] VFS: Disk quotas dquot_6.5.2
[   14.372634] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[   14.379103] initcall dquot_init+0x0/0x121 returned 0 after 10240 usecs
[   14.385687] calling  init_v2_quota_format+0x0/0x22 @ 1
[   14.390886] initcall init_v2_quota_format+0x0/0x22 returned 0 after 0 usecs
[   14.397906] calling  quota_init+0x0/0x31 @ 1
[   14.402259] initcall quota_init+0x0/0x31 returned 0 after 17 usecs
[   14.408479] calling  proc_cmdline_init+0x0/0x22 @ 1
[   14.413422] initcall proc_cmdline_init+0x0/0x22 returned 0 after 4 usecs
[   14.420180] calling  proc_consoles_init+0x0/0x22 @ 1
[   14.425209] initcall proc_consoles_init+0x0/0x22 returned 0 after 3 usecs
[   14.432051] calling  proc_cpuinfo_init+0x0/0x22 @ 1
[   14.436994] initcall proc_cpuinfo_init+0x0/0x22 returned 0 after 3 usecs
[   14.443752] calling  proc_devices_init+0x0/0x22 @ 1
[   14.448694] initcall proc_devices_init+0x0/0x22 returned 0 after 3 usecs
[   14.455451] calling  proc_interrupts_init+0x0/0x22 @ 1
[   14.460654] initcall proc_interrupts_init+0x0/0x22 returned 0 after 3 usecs
[   14.467670] calling  proc_loadavg_init+0x0/0x22 @ 1
[   14.472615] initcall proc_loadavg_init+0x0/0x22 returned 0 after 3 usecs
[   14.479372] calling  proc_meminfo_init+0x0/0x22 @ 1
[   14.484314] initcall proc_meminfo_init+0x0/0x22 returned 0 after 3 usecs
[   14.491069] calling  proc_stat_init+0x0/0x22 @ 1
[   14.495753] initcall proc_stat_init+0x0/0x22 returned 0 after 3 usecs
[   14.502249] calling  proc_uptime_init+0x0/0x22 @ 1
[   14.507105] initcall proc_uptime_init+0x0/0x22 returned 0 after 3 usecs
[   14.513776] calling  proc_version_init+0x0/0x22 @ 1
[   14.518718] initcall proc_version_init+0x0/0x22 returned 0 after 3 usecs
[   14.525476] calling  proc_softirqs_init+0x0/0x22 @ 1
[   14.530505] initcall proc_softirqs_init+0x0/0x22 returned 0 after 3 usecs
[   14.537348] calling  proc_kcore_init+0x0/0xb5 @ 1
[   14.542125] initcall proc_kcore_init+0x0/0xb5 returned 0 after 10 usecs
[   14.548789] calling  vmcore_init+0x0/0x5cb @ 1
[   14.553294] initcall vmcore_init+0x0/0x5cb returned 0 after 0 usecs
[   14.559620] calling  proc_kmsg_init+0x0/0x25 @ 1
[   14.564304] initcall proc_kmsg_init+0x0/0x25 returned 0 after 3 usecs
[   14.570800] calling  proc_page_init+0x0/0x42 @ 1
[   14.575487] initcall proc_page_init+0x0/0x42 returned 0 after 6 usecs
[   14.581981] calling  init_devpts_fs+0x0/0x62 @ 1
[   14.586705] initcall init_devpts_fs+0x0/0x62 returned 0 after 43 usecs
[   14.593246] calling  init_hugetlbfs_fs+0x0/0x15d @ 1
[   14.598346] initcall init_hugetlbfs_fs+0x0/0x15d returned 0 after 72 usecs
[   14.605207] calling  init_fat_fs+0x0/0x4f @ 1
[   14.609646] initcall init_fat_fs+0x0/0x4f returned 0 after 20 usecs
[   14.615953] calling  init_vfat_fs+0x0/0x12 @ 1
[   14.620459] initcall init_vfat_fs+0x0/0x12 returned 0 after 0 usecs
[   14.626785] calling  init_msdos_fs+0x0/0x12 @ 1
[   14.631380] initcall init_msdos_fs+0x0/0x12 returned 0 after 0 usecs
[   14.637791] calling  init_iso9660_fs+0x0/0x70 @ 1
[   14.642581] initcall init_iso9660_fs+0x0/0x70 returned 0 after 23 usecs
[   14.649233] calling  init_nfs_fs+0x0/0x16c @ 1
[   14.653933] initcall init_nfs_fs+0x0/0x16c returned 0 after 190 usecs
[   14.660363] calling  init_nfs_v2+0x0/0x14 @ 1
[   14.664781] initcall init_nfs_v2+0x0/0x14 returned 0 after 0 usecs
[   14.671021] calling  init_nfs_v3+0x0/0x14 @ 1
[   14.675439] initcall init_nfs_v3+0x0/0x14 returned 0 after 0 usecs
[   14.681679] calling  init_nfs_v4+0x0/0x3b @ 1
[   14.686098] NFS: Registering the id_resolver key type
[   14.691225] Key type id_resolver registered
[   14.695457] Key type id_legacy registered
[   14.699535] initcall init_nfs_v4+0x0/0x3b returned 0 after 13121 usecs
[   14.706118] calling  init_nlm+0x0/0x4c @ 1
[   14.710286] initcall init_nlm+0x0/0x4c returned 0 after 7 usecs
[   14.716257] calling  init_nls_cp437+0x0/0x12 @ 1
[   14.720937] initcall init_nls_cp437+0x0/0x12 returned 0 after 0 usecs
[   14.727437] calling  init_nls_ascii+0x0/0x12 @ 1
[   14.732117] initcall init_nls_ascii+0x0/0x12 returned 0 after 0 usecs
[   14.738617] calling  init_nls_iso8859_1+0x0/0x12 @ 1
[   14.743642] initcall init_nls_iso8859_1+0x0/0x12 returned 0 after 0 usecs
[   14.750489] calling  init_nls_utf8+0x0/0x2b @ 1
[   14.755082] initcall init_nls_utf8+0x0/0x2b returned 0 after 0 usecs
[   14.761496] calling  init_ntfs_fs+0x0/0x1d1 @ 1
[   14.766090] NTFS driver 2.1.30 [Flags: R/W].
[   14.770476] initcall init_ntfs_fs+0x0/0x1d1 returned 0 after 4282 usecs
[   14.777097] calling  init_autofs4_fs+0x0/0x2a @ 1
[   14.782028] initcall init_autofs4_fs+0x0/0x2a returned 0 after 129 usecs
[   14.788725] calling  init_pstore_fs+0x0/0x53 @ 1
[   14.793406] initcall init_pstore_fs+0x0/0x53 returned 0 after 11 usecs
[   14.799982] calling  ipc_init+0x0/0x2f @ 1
[   14.804149] msgmni has been set to 3857
[   14.808051] initcall ipc_init+0x0/0x2f returned 0 after 3817 usecs
[   14.814281] calling  ipc_sysctl_init+0x0/0x14 @ 1
[   14.819054] initcall ipc_sysctl_init+0x0/0x14 returned 0 after 7 usecs
[   14.825633] calling  init_mqueue_fs+0x0/0xa2 @ 1
[   14.830373] initcall init_mqueue_fs+0x0/0xa2 returned 0 after 57 usecs
[   14.836900] calling  key_proc_init+0x0/0x5e @ 1
[   14.841500] initcall key_proc_init+0x0/0x5e returned 0 after 7 usecs
[   14.847906] calling  selinux_nf_ip_init+0x0/0x69 @ 1
[   14.852932] SELinux:  Registering netfilter hooks
[   14.857834] initcall selinux_nf_ip_init+0x0/0x69 returned 0 after 4785 usecs
[   14.864867] calling  init_sel_fs+0x0/0xa5 @ 1
[   14.869649] initcall init_sel_fs+0x0/0xa5 returned 0 after 353 usecs
[   14.875986] calling  selnl_init+0x0/0x56 @ 1
[   14.880333] initcall selnl_init+0x0/0x56 returned 0 after 15 usecs
[   14.886559] calling  sel_netif_init+0x0/0x5c @ 1
[   14.891241] initcall sel_netif_init+0x0/0x5c returned 0 after 3 usecs
[   14.897738] calling  sel_netnode_init+0x0/0x6a @ 1
[   14.902593] initcall sel_netnode_init+0x0/0x6a returned 0 after 1 usecs
[   14.909265] calling  sel_netport_init+0x0/0x6a @ 1
[   14.914122] initcall sel_netport_init+0x0/0x6a returned 0 after 2 usecs
[   14.920791] calling  aurule_init+0x0/0x2d @ 1
[   14.925212] initcall aurule_init+0x0/0x2d returned 0 after 1 usecs
[   14.931449] calling  crypto_wq_init+0x0/0x33 @ 1
[   14.936159] initcall crypto_wq_init+0x0/0x33 returned 0 after 29 usecs
[   14.942718] calling  crypto_algapi_init+0x0/0xd @ 1
[   14.947661] initcall crypto_algapi_init+0x0/0xd returned 0 after 4 usecs
[   14.954416] calling  chainiv_module_init+0x0/0x12 @ 1
[   14.959529] initcall chainiv_module_init+0x0/0x12 returned 0 after 0 usecs
[   14.966463] calling  eseqiv_module_init+0x0/0x12 @ 1
[   14.971490] initcall eseqiv_module_init+0x0/0x12 returned 0 after 0 usecs
[   14.978336] calling  hmac_module_init+0x0/0x12 @ 1
[   14.983189] initcall hmac_module_init+0x0/0x12 returned 0 after 0 usecs
[   14.989862] calling  md5_mod_init+0x0/0x12 @ 1
[   14.994400] initcall md5_mod_init+0x0/0x12 returned 0 after 31 usecs
[   15.000782] calling  sha1_generic_mod_init+0x0/0x12 @ 1
[   15.006096] initcall sha1_generic_mod_init+0x0/0x12 returned 0 after 26 usecs
[   15.013261] calling  crypto_cbc_module_init+0x0/0x12 @ 1
[   15.018634] initcall crypto_cbc_module_init+0x0/0x12 returned 0 after 0 usecs
[   15.025827] calling  des_generic_mod_init+0x0/0x17 @ 1
[   15.031078] initcall des_generic_mod_init+0x0/0x17 returned 0 after 50 usecs
[   15.038135] calling  aes_init+0x0/0x12 @ 1
[   15.042321] initcall aes_init+0x0/0x12 returned 0 after 27 usecs
[   15.048362] calling  zlib_mod_init+0x0/0x12 @ 1
[   15.052981] initcall zlib_mod_init+0x0/0x12 returned 0 after 26 usecs
[   15.059454] calling  crypto_authenc_module_init+0x0/0x12 @ 1
[   15.065177] initcall crypto_authenc_module_init+0x0/0x12 returned 0 after 0 usecs
[   15.072716] calling  crypto_authenc_esn_module_init+0x0/0x12 @ 1
[   15.078780] initcall crypto_authenc_esn_module_init+0x0/0x12 returned 0 after 0 usecs
[   15.086666] calling  krng_mod_init+0x0/0x12 @ 1
[   15.091288] initcall krng_mod_init+0x0/0x12 returned 0 after 26 usecs
[   15.097762] calling  proc_genhd_init+0x0/0x3c @ 1
[   15.102537] initcall proc_genhd_init+0x0/0x3c returned 0 after 7 usecs
[   15.109113] calling  bsg_init+0x0/0x12e @ 1
[   15.113436] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[   15.120822] initcall bsg_init+0x0/0x12e returned 0 after 7288 usecs
[   15.127146] calling  noop_init+0x0/0x12 @ 1
[   15.131394] io scheduler noop registered
[   15.135379] initcall noop_init+0x0/0x12 returned 0 after 3890 usecs
[   15.141705] calling  deadline_init+0x0/0x12 @ 1
[   15.146298] io scheduler deadline registered
[   15.150632] initcall deadline_init+0x0/0x12 returned 0 after 4231 usecs
[   15.157306] calling  cfq_init+0x0/0x8b @ 1
[   15.161486] io scheduler cfq registered (default)
[   15.166232] initcall cfq_init+0x0/0x8b returned 0 after 4655 usecs
[   15.172471] calling  percpu_counter_startup+0x0/0x38 @ 1
[   15.177845] initcall percpu_counter_startup+0x0/0x38 returned 0 after 0 usecs
[   15.185038] calling  pci_proc_init+0x0/0x6a @ 1
[   15.189814] initcall pci_proc_init+0x0/0x6a returned 0 after 179 usecs
[   15.196330] calling  pcie_portdrv_init+0x0/0x7a @ 1
[   15.202004] xen: registering gsi 16 triggering 0 polarity 1
[   15.207567] Already setup the GSI :16
[   15.212106] xen: registering gsi 16 triggering 0 polarity 1
[   15.217670] Already setup the GSI :16
[   15.222185] xen: registering gsi 16 triggering 0 polarity 1
[   15.227750] Already setup the GSI :16
[   15.232119] xen: registering gsi 19 triggering 0 polarity 1
[   15.237694] xen: --> pirq=19 -> irq=19 (gsi=19)
[   15.242940] xen: registering gsi 17 triggering 0 polarity 1
[   15.248516] xen: --> pirq=17 -> irq=17 (gsi=17)
[   15.253843] xen: registering gsi 19 triggering 0 polarity 1
[   15.259406] Already setup the GSI :19
[   15.263326] initcall pcie_portdrv_init+0x0/0x7a returned 0 after 60600 usecs
[   15.270362] calling  aer_service_init+0x0/0x2b @ 1
[   15.275286] initcall aer_service_init+0x0/0x2b returned 0 after 72 usecs
[   15.281972] calling  pci_hotplug_init+0x0/0x1d @ 1
[   15.286826] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[   15.292458] initcall pci_hotplug_init+0x0/0x1d returned 0 after 5499 usecs
[   15.299392] calling  pcied_init+0x0/0x79 @ 1
[   15.303927] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[   15.310533] initcall pcied_init+0x0/0x79 returned 0 after 6648 usecs
[   15.316944] calling  pcifront_init+0x0/0x3f @ 1
[   15.321533] initcall pcifront_init+0x0/0x3f returned -19 after 0 usecs
[   15.328120] calling  genericbl_driver_init+0x0/0x14 @ 1
[   15.333520] initcall genericbl_driver_init+0x0/0x14 returned 0 after 109 usecs
[   15.340731] calling  cirrusfb_init+0x0/0xcc @ 1
[   15.345415] initcall cirrusfb_init+0x0/0xcc returned 0 after 89 usecs
[   15.351841] calling  efifb_driver_init+0x0/0x14 @ 1
[   15.356856] initcall efifb_driver_init+0x0/0x14 returned 0 after 72 usecs
[   15.363630] calling  intel_idle_init+0x0/0x331 @ 1
[   15.368482] intel_idle: MWAIT substates: 0x42120
[   15.373163] intel_idle: v0.4 model 0x3C
[   15.377060] intel_idle: lapic_timer_reliable_states 0xffffffff
[   15.382958] intel_idle: intel_idle yielding to none
[   15.387632] initcall intel_idle_init+0x0/0x331 returned -19 after 18700 usecs
[   15.395086] calling  acpi_reserve_resources+0x0/0xeb @ 1
[   15.400467] initcall acpi_reserve_resources+0x0/0xeb returned 0 after 8 usecs
[   15.407653] calling  acpi_ac_init+0x0/0x2a @ 1
[   15.412233] initcall acpi_ac_init+0x0/0x2a returned 0 after 73 usecs
[   15.418582] calling  acpi_button_driver_init+0x0/0x12 @ 1
[   15.424317] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
[   15.432487] ACPI: Power Button [PWRB]
[   15.436478] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[   15.443865] ACPI: Power Button [PWRF]
[   15.447660] initcall acpi_button_driver_init+0x0/0x12 returned 0 after 23074 usecs
[   15.455214] calling  acpi_fan_driver_init+0x0/0x12 @ 1
[   15.460653] ACPI: Fan [FAN0] (off)
[   15.464281] ACPI: Fan [FAN1] (off)
[   15.467894] ACPI: Fan [FAN2] (off)
[   15.471509] ACPI: Fan [FAN3] (off)
[   15.475111] ACPI: Fan [FAN4] (off)
[   15.478582] initcall acpi_fan_driver_init+0x0/0x12 returned 0 after 17742 usecs
[   15.485881] calling  acpi_processor_driver_init+0x0/0x43 @ 1
[   15.504111] ACPI Error: [\PETE] Namespace lookup failure, AE_NOT_FOUND (20131115/psargs-359)
[   15.512533] ACPI Error: Method parse/execution failed [\_PR_.CPU0._TPC] (Node ffff8800784b2ce0), AE_NOT_FOUND (20131115/psparse-536)
[   15.528192] Monitor-Mwait will be used to enter C-1 state
[   15.533579] Monitor-Mwait will be used to enter C-2 state
[   15.539239] Warning: Processor Platform Limit not supported.
[   15.544887] initcall acpi_processor_driver_init+0x0/0x43 returned 0 after 52040 usecs
[   15.552770] calling  acpi_thermal_init+0x0/0x42 @ 1
[   15.560984] thermal LNXTHERM:00: registered as thermal_zone0
[   15.566629] ACPI: Thermal Zone [TZ00] (28 C)
[   15.573132] thermal LNXTHERM:01: registered as thermal_zone1
[   15.578785] ACPI: Thermal Zone [TZ01] (30 C)
[   15.58345ry_init+0x0/0x16 @ 1
[   15.595431] initcall acpi_battery_init+0x0/0x16 returned 0 after 2 usecs
[   15.602188] calling  acpi_hed_driver_init+0x0/0x12 @ 1
[   15.607435] calling  1_acpi_battery_init_async+0x0/0x35 @ 6
[   15.613155] initcall acpi_hed_driver_init+0x0/0x12 returned 0 after 5630 usecs
[   15.620360] calling  erst_init+0x0/0x2fc @ 1
[   15.624736] ERST: Error Record Serialization Table (ERST) support is initialized.
[   15.632240] pstore: Registered erst as persistent store backend
[   15.638212] initcall erst_init+0x0/0x2fc returned 0 after 13202 usecs
[   15.644713] calling  ghes_init+0x0/0x173 @ 1
[   15.649195] initcall 1_acpi_battery_init_async+0x0/0x35 returned 0 after 35327 usecs
[   15.657638] \_SB_:_OSC request failed
[   15.661294] _OSC request data:1 1 0 
[   15.664932] \_SB_:_OSC invalid UUID
[   15.668484] _OSC request data:1 1 0 
[   15.672121] GHES: APEI firmware first mode is enabled by APEI bit.
[   15.678364] initcall ghes_init+0x0/0x173 returned 0 after 28630 usecs
[   15.684863] calling  einj_init+0x0/0x522 @ 1
[   15.689259] EINJ: Error INJection is initialized.
[   15.693964] initcall einj_init+0x0/0x522 returned 0 after 4655 usecs
[   15.700377] calling  ioat_init_module+0x0/0xb1 @ 1
[   15.705229] ioatdma: Intel(R) QuickData Technology Driver 4.00
[   15.711278] initcall ioat_init_module+0x0/0xb1 returned 0 after 5906 usecs
[   15.718161] calling  virtio_mmio_init+0x0/0x14 @ 1
[   15.723070] initcall virtio_mmio_init+0x0/0x14 returned 0 after 72 usecs
[   15.729756] calling  virtio_balloon_driver_init+0x0/0x12 @ 1
[   15.735547] initcall virtio_balloon_driver_init+0x0/0x12 returned 0 after 69 usecs
[   15.743105] calling  xenbus_probe_initcall+0x0/0x39 @ 1
[   15.748388] initcall xenbus_probe_initcall+0x0/0x39 returned 0 after 0 usecs
[   15.755494] calling  xenbus_init+0x0/0x3d @ 1
[   15.760053] initcall xenbus_init+0x0/0x3d returned 0 after 134 usecs
[   15.766398] calling  xenbus_backend_init+0x0/0x51 @ 1
[   15.771634] initcall xenbus_backend_init+0x0/0x51 returned 0 after 121 usecs
[   15.778671] calling  gntdev_init+0x0/0x4d @ 1
[   15.783281] initcall gntdev_init+0x0/0x4d returned 0 after 155 usecs
[   15.789626] calling  gntalloc_init+0x0/0x3d @ 1
[   15.794346] initcall gntalloc_init+0x0/0x3d returned 0 after 127 usecs
[   15.800865] calling  hypervisor_subsys_init+0x0/0x25 @ 1
[   15.806237] initcall hypervisor_subsys_init+0x0/0x25 returned 0 after 0 usecs
[   15.813428] calling  hyper_sysfs_init+0x0/0x103 @ 1
[   15.818434] initcall hyper_sysfs_init+0x0/0x103 returned 0 after 64 usecs
[   15.825214] calling  platform_pci_module_init+0x0/0x1b @ 1
[   15.830854] initcall platform_pci_module_init+0x0/0x1b returned 0 after 90 usecs
[   15.838232] calling  xen_late_init_mcelog+0x0/0x3d @ 1
[   15.843625] initcall xen_late_init_mcelog+0x0/0x3d returned 0 after 190 usecs
[   15.850747] calling  xen_pcibk_init+0x0/0x13f @ 1
[   15.855539] xen_pciback: backend is vpci
[   15.859576] initcall xen_pcibk_init+0x0/0x13f returned 0 after 3968 usecs
[   15.866358] calling  xen_acpi_processor_init+0x0/0x24b @ 1
[   15.872671] xen_acpi_processor: Uploading Xen processor PM info
(XEN) [2014-01-25 03:42:05] Set CPU acpi_id(1) cpuid(0) Px State info:
(XEN) [2014-01-25 03:42:05] 	_PCT: descriptor=130, length=12, space_id=127, bit_width=0, bit_offset=0, reserved=0, address=0
(XEN) [2014-01-25 03:42:05] 	_PCT: descriptor=130, length=12, space_id=127, bit_width=0, bit_offset=0, reserved=0, address=0
(XEN) [2014-01-25 03:42:05] 	_PSS: state_count=16
(XEN) [2014-01-25 03:42:05] 	State0: 3401MHz 84000mW 10us 10us 0x2600 0x2600
(XEN) [2014-01-25 03:42:05] 	State1: 3400MHz 84000mW 10us 10us 0x2200 0x2200
(XEN) [2014-01-25 03:42:05] 	State2: 3200MHz 77169mW 10us 10us 0x2000 0x2000
(XEN) [2014-01-25 03:42:05] 	State3: 3000MHz 70587mW 10us 10us 0x1e00 0x1e00
(XEN) [2014-01-25 03:42:05] 	State4: 2800MHz 64262mW 10us 10us 0x1c00 0x1c00
(XEN) [2014-01-25 03:42:05] 	State5: 2700MHz 61182mW 10us 10us 0x1b00 0x1b00
(XEN) [2014-01-25 03:42:05] 	State6: 2500MHz 55201mW 10us 10us 0x1900 0x1900
(XEN) [2014-01-25 03:42:05] 	State7: 2300MHz 49464mW 10us 10us 0x1700 0x1700
(XEN) [2014-01-25 03:42:05] 	State8: 2100MHz 43946mW 10us 10us 0x1500 0x1500
(XEN) [2014-01-25 03:42:05] 	State9: 1900MHz 38654mW 10us 10us 0x1300 0x1300
(XEN) [2014-01-25 03:42:05] 	State10: 1700MHz 34277mW 10us 10us 0x1100 0x1100
(XEN) [2014-01-25 03:42:05] 	State11: 1500MHz 29407mW 10us 10us 0xf00 0xf00
(XEN) [2014-01-25 03:42:05] 	State12: 1400MHz 27053mW 10us 10us 0xe00 0xe00
(XEN) [2014-01-25 03:42:05] 	State13: 1200MHz 22509mW 10us 10us 0xc00 0xc00
(XEN) [2014-01-25 03:42:05] 	State14: 1000MHz 18167mW 10us 10us 0xa00 0xa00
(XEN) [2014-01-25 03:42:05] 	State15: 800MHz 14031mW 10us 10us 0x800 0x800
(XEN) [2014-01-25 03:42:05] 	_PSD: num_entries=5 rev=0 domain=0 coord_type=254 num_processors=8
(XEN) [2014-01-25 03:42:05] 	_PPC: 0
(XEN) [2014-01-25 03:42:05] xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) [2014-01-25 03:42:05] max_freq: 3401000    second_max_freq: 3400000
(XEN) [2014-01-25 03:42:05] CPU0: Turbo Mode detected and enabled
(XEN) [2014-01-25 03:42:05] CPU 0 initialization completed
(XEN) [2014-01-25 03:42:05] Set CPU acpi_id(2) cpuid(2) Px State info:
(XEN) [2014-01-25 03:42:05] 	_PCT: descriptor=130, length=12, space_id=127, bit_width=0, bit_offset=0, reserved=0, address=0
(XEN) [2014-01-25 03:42:05] 	_PCT: descriptor=130, length=12, space_id=127, bit_width=0, bit_offset=0, reserved=0, address=0
(XEN) [2014-01-25 03:42:05] 	_PSS: state_count=16
(XEN) [2014-01-25 03:42:05] 	State0: 3401MHz 84000mW 10us 10us 0x2600 0x2600
(XEN) [2014-01-25 03:42:05] 	State1: 3400MHz 84000mW 10us 10us 0x2200 0x2200
(XEN) [2014-01-25 03:42:05] 	State2: 3200MHz 77169mW 10us 10us 0x2000 0x2000
(XEN) [2014-01-25 03:42:05] 	State3: 3000MHz 70587mW 10us 10us 0x1e00 0x1e00
(XEN) [2014-01-25 03:42:05] 	State4: 2800MHz 64262mW 10us 10us 0x1c00 0x1c00
(XEN) [2014-01-25 03:42:05] 	State5: 2700MHz 61182mW 10us 10us 0x1b00 0x1b00
(XEN) [2014-01-25 03:42:05] 	State6: 2500MHz 55201mW 10us 10us 0x1900 0x1900
(XEN) [2014-01-25 03:42:05] 	State7: 2300MHz 49464mW 10us 10us 0x1700 0x1700
(XEN) [2014-01-25 03:42:05] 	State8: 2100MHz 43946mW 10us 10us 0x1500 0x1500
(XEN) [2014-01-25 03:42:05] 	State9: 1900MHz 38654mW 10us 10us 0x1300 0x1300
(XEN) [2014-01-25 03:42:05] 	State10: 1700MHz 34277mW 10us 10us 0x1100 0x1100
(XEN) [2014-01-25 03:42:05] 	State11: 1500MHz 29407mW 10us 10us 0xf00 0xf00
(XEN) [2014-01-25 03:42:05] 	State12: 1400MHz 27053mW 10us 10us 0xe00 0xe00
(XEN) [2014-01-25 03:42:05] 	State13: 1200MHz 22509mW 10us 10us 0xc00 0xc00
(XEN) [2014-01-25 03:42:05] 	State14: 1000MHz 18167mW 10us 10us 0xa00 0xa00
(XEN) [2014-01-25 03:42:05] 	State15: 800MHz 14031mW 10us 10us 0x800 0x800
(XEN) [2014-01-25 03:42:05] 	_PSD: num_entries=5 rev=0 domain=0 coord_type=254 num_processors=8
(XEN) [2014-01-25 03:42:05] 	_PPC: 0
(XEN) [2014-01-25 03:42:05] xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) [2014-01-25 03:42:05] max_freq: 3401000    second_max_freq: 3400000
(XEN) [2014-01-25 03:42:05] CPU2: Turbo Mode detected and enabled
(XEN) [2014-01-25 03:42:05] CPU 2 initialization completed
(XEN) [2014-01-25 03:42:05] Set CPU acpi_id(3) cpuid(4) Px State info:
(XEN) [2014-01-25 03:42:05] 	_PCT: descriptor=130, length=12, space_id=127, bit_width=0, bit_offset=0, reserved=0, address=0
(XEN) [2014-01-25 03:42:05] 	_PCT: descriptor=130, length=12, space_id=127, bit_width=0, bit_offset=0, reserved=0, address=0
(XEN) [2014-01-25 03:42:05] 	_PSS: state_count=16
(XEN) [2014-01-25 03:42:05] 	State0: 3401MHz 84000mW 10us 10us 0x2600 0x2600
(XEN) [2014-01-25 03:42:05] 	State1: 3400MHz 84000mW 10us 10us 0x2200 0x2200
(XEN) [2014-01-25 03:42:05] 	State2: 3200MHz 77169mW 10us 10us 0x2000 0x2000
(XEN) [2014-01-25 03:42:05] 	State3: 3000MHz 70587mW 10us 10us 0x1e00 0x1e00
(XEN) [2014-01-25 03:42:05] 	State4: 2800MHz 64262mW 10us 10us 0x1c00 0x1c00
(XEN) [2014-01-25 03:42:05] 	State5: 2700MHz 61182mW 10us 10us 0x1b00 0x1b00
(XEN) [2014-01-25 03:42:05] 	State6: 2500MHz 55201mW 10us 10us 0x1900 0x1900
(XEN) [2014-01-25 03:42:05] 	State7: 2300MHz 49464mW 10us 10us 0x1700 0x1700
(XEN) [2014-01-25 03:42:05] 	State8: 2100MHz 43946mW 10us 10us 0x1500 0x1500
(XEN) [2014-01-25 03:42:05] 	State9: 1900MHz 38654mW 10us 10us 0x1300 0x1300
(XEN) [2014-01-25 03:42:05] 	State10: 1700MHz 34277mW 10us 10us 0x1100 0x1100
(XEN) [2014-01-25 03:42:05] 	State11: 1500MHz 29407mW 10us 10us 0xf00 0xf00
(XEN) [2014-01-25 03:42:05] 	State12: 1400MHz 27053mW 10us 10us 0xe00 0xe00
(XEN) [2014-01-25 03:42:05] 	State13: 1200MHz 22509mW 10us 10us 0xc00 0xc00
(XEN) [2014-01-25 03:42:05] 	State14: 1000MHz 18167mW 10us 10us 0xa00 0xa00
(XEN) [2014-01-25 03:42:05] 	State15: 800MHz 14031mW 10us 10us 0x800 0x800
(XEN) [2014-01-25 03:42:05] 	_PSD: num_entries=5 rev=0 domain=0 coord_type=254 num_processors=8
(XEN) [2014-01-25 03:42:05] 	_PPC: 0
(XEN) [2014-01-25 03:42:05] xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) [2014-01-25 03:42:05] max_freq: 3401000    second_max_freq: 3400000
(XEN) [2014-01-25 03:42:05] CPU4: Turbo Mode detected and enabled
(XEN) [2014-01-25 03:42:05] CPU 4 initialization completed
(XEN) [2014-01-25 03:42:05] Set CPU acpi_id(4) cpuid(6) Px State info:
(XEN) [2014-01-25 03:42:05] 	_PCT: descriptor=130, length=12, space_id=127, bit_width=0, bit_offset=0, reserved=0, address=0
(XEN) [2014-01-25 03:42:05] 	_PCT: descriptor=130, length=12, space_id=127, bit_width=0, bit_offset=0, reserved=0, address=0
(XEN) [2014-01-25 03:42:05] 	_PSS: state_count=16
(XEN) [2014-01-25 03:42:05] 	State0: 3401MHz 84000mW 10us 10us 0x2600 0x2600
(XEN) [2014-01-25 03:42:05] 	State1: 3400MHz 84000mW 10us 10us 0x2200 0x2200
(XEN) [2014-01-25 03:42:05] 	State2: 3200MHz 77169mW 10us 10us 0x2000 0x2000
(XEN) [2014-01-25 03:42:05] 	State3: 3000MHz 70587mW 10us 10us 0x1e00 0x1e00
(XEN) [2014-01-25 03:42:06] 	State4: 2800MHz 64262mW 10us 10us 0x1c00 0x1c00
(XEN) [2014-01-25 03:42:06] 	State5: 2700MHz 61182mW 10us 10us 0x1b00 0x1b00
(XEN) [2014-01-25 03:42:06] 	State6: 2500MHz 55201mW 10us 10us 0x1900 0x1900
(XEN) [2014-01-25 03:42:06] 	State7: 2300MHz 49464mW 10us 10us 0x1700 0x1700
(XEN) [2014-01-25 03:42:06] 	State8: 2100MHz 43946mW 10us 10us 0x1500 0x1500
(XEN) [2014-01-25 03:42:06] 	State9: 1900MHz 38654mW 10us 10us 0x1300 0x1300
(XEN) [2014-01-25 03:42:06] 	State10: 1700MHz 34277mW 10us 10us 0x1100 0x1100
(XEN) [2014-01-25 03:42:06] 	State11: 1500MHz 29407mW 10us 10us 0xf00 0xf00
(XEN) [2014-01-25 03:42:06] 	State12: 1400MHz 27053mW 10us 10us 0xe00 0xe00
(XEN) [2014-01-25 03:42:06] 	State13: 1200MHz 22509mW 10us 10us 0xc00 0xc00
(XEN) [2014-01-25 03:42:06] 	State14: 1000MHz 18167mW 10us 10us 0xa00 0xa00
(XEN) [2014-01-25 03:42:06] 	State15: 800MHz 14031mW 10us 10us 0x800 0x800
(XEN) [2014-01-25 03:42:06] 	_PSD: num_entries=5 rev=0 domain=0 coord_type=254 num_processors=8
(XEN) [2014-01-25 03:42:06] 	_PPC: 0
(XEN) [2014-01-25 03:42:06] xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) [2014-01-25 03:42:06] max_freq: 3401000    second_max_freq: 3400000
(XEN) [2014-01-25 03:42:06] CPU6: Turbo Mode detected and enabled
(XEN) [2014-01-25 03:42:06] CPU 6 initialization completed
(XEN) [2014-01-25 03:42:06] Set CPU acpi_id(5) cpuid(1) Px State info:
(XEN) [2014-01-25 03:42:06] 	_PCT: descriptor=130, length=12, space_id=127, bit_width=0, bit_offset=0, reserved=0, address=0
(XEN) [2014-01-25 03:42:06] 	_PCT: descriptor=130, length=12, space_id=127, bit_width=0, bit_offset=0, reserved=0, address=0
(XEN) [2014-01-25 03:42:06] 	_PSS: state_count=16
(XEN) [2014-01-25 03:42:06] 	State0: 3401MHz 84000mW 10us 10us 0x2600 0x2600
(XEN) [2014-01-25 03:42:06] 	State1: 3400MHz 84000mW 10us 10us 0x2200 0x2200
(XEN) [2014-01-25 03:42:06] 	State2: 3200MHz 77169mW 10us 10us 0x2000 0x2000
(XEN) [2014-01-25 03:42:06] 	State3: 3000MHz 70587mW 10us 10us 0x1e00 0x1e00
(XEN) [2014-01-25 03:42:06] 	State4: 2800MHz 64262mW 10us 10us 0x1c00 0x1c00
(XEN) [2014-01-25 03:42:06] 	State5: 2700MHz 61182mW 10us 10us 0x1b00 0x1b00
(XEN) [2014-01-25 03:42:06] 	State6: 2500MHz 55201mW 10us 10us 0x1900 0x1900
(XEN) [2014-01-25 03:42:06] 	State7: 2300MHz 49464mW 10us 10us 0x1700 0x1700
(XEN) [2014-01-25 03:42:06] 	State8: 2100MHz 43946mW 10us 10us 0x1500 0x1500
(XEN) [2014-01-25 03:42:06] 	State9: 1900MHz 38654mW 10us 10us 0x1300 0x1300
(XEN) [2014-01-25 03:42:06] 	State10: 1700MHz 34277mW 10us 10us 0x1100 0x1100
(XEN) [2014-01-25 03:42:06] 	State11: 1500MHz 29407mW 10us 10us 0xf00 0xf00
(XEN) [2014-01-25 03:42:06] 	State12: 1400MHz 27053mW 10us 10us 0xe00 0xe00
(XEN) [2014-01-25 03:42:06] 	State13: 1200MHz 22509mW 10us 10us 0xc00 0xc00
(XEN) [2014-01-25 03:42:06] 	State14: 1000MHz 18167mW 10us 10us 0xa00 0xa00
(XEN) [2014-01-25 03:42:06] 	State15: 800MHz 14031mW 10us 10us 0x800 0x800
(XEN) [2014-01-25 03:42:06] 	_PSD: num_entries=5 rev=0 domain=0 coord_type=254 num_processors=8
(XEN) [2014-01-25 03:42:06] 	_PPC: 0
(XEN) [2014-01-25 03:42:06] xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) [2014-01-25 03:42:06] max_freq: 3401000    second_max_freq: 3400000
(XEN) [2014-01-25 03:42:06] CPU1: Turbo Mode detected and enabled
(XEN) [2014-01-25 03:42:06] CPU 1 initialization completed
(XEN) [2014-01-25 03:42:06] Set CPU acpi_id(6) cpuid(3) Px State info:
(XEN) [2014-01-25 03:42:06] 	_PCT: descriptor=130, length=12, space_id=127, bit_width=0, bit_offset=0, reserved=0, address=0
(XEN) [2014-01-25 03:42:06] 	_PCT: descriptor=130, length=12, space_id=127, bit_width=0, bit_offset=0, reserved=0, address=0
(XEN) [2014-01-25 03:42:06] 	_PSS: state_count=16
(XEN) [2014-01-25 03:42:06] 	State0: 3401MHz 84000mW 10us 10us 0x2600 0x2600
(XEN) [2014-01-25 03:42:06] 	State1: 3400MHz 84000mW 10us 10us 0x2200 0x2200
(XEN) [2014-01-25 03:42:06] 	State2: 3200MHz 77169mW 10us 10us 0x2000 0x2000
(XEN) [2014-01-25 03:42:06] 	State3: 3000MHz 70587mW 10us 10us 0x1e00 0x1e00
(XEN) [2014-01-25 03:42:06] 	State4: 2800MHz 64262mW 10us 10us 0x1c00 0x1c00
(XEN) [2014-01-25 03:42:06] 	State5: 2700MHz 61182mW 10us 10us 0x1b00 0x1b00
(XEN) [2014-01-25 03:42:06] 	State6: 2500MHz 55201mW 10us 10us 0x1900 0x1900
(XEN) [2014-01-25 03:42:06] 	State7: 2300MHz 49464mW 10us 10us 0x1700 0x1700
(XEN) [2014-01-25 03:42:06] 	State8: 2100MHz 43946mW 10us 10us 0x1500 0x1500
(XEN) [2014-01-25 03:42:06] 	State9: 1900MHz 38654mW 10us 10us 0x1300 0x1300
(XEN) [2014-01-25 03:42:06] 	State10: 1700MHz 34277mW 10us 10us 0x1100 0x1100
(XEN) [2014-01-25 03:42:06] 	State11: 1500MHz 29407mW 10us 10us 0xf00 0xf00
(XEN) [2014-01-25 03:42:06] 	State12: 1400MHz 27053mW 10us 10us 0xe00 0xe00
(XEN) [2014-01-25 03:42:06] 	State13: 1200MHz 22509mW 10us 10us 0xc00 0xc00
(XEN) [2014-01-25 03:42:06] 	State14: 1000MHz 18167mW 10us 10us 0xa00 0xa00
(XEN) [2014-01-25 03:42:06] 	State15: 800MHz 14031mW 10us 10us 0x800 0x800
(XEN) [2014-01-25 03:42:06] 	_PSD: num_entries=5 rev=0 domain=0 coord_type=254 num_processors=8
(XEN) [2014-01-25 03:42:06] 	_PPC: 0
(XEN) [2014-01-25 03:42:06] xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) [2014-01-25 03:42:06] max_freq: 3401000    second_max_freq: 3400000
(XEN) [2014-01-25 03:42:06] CPU3: Turbo Mode detected and enabled
(XEN) [2014-01-25 03:42:06] CPU 3 initialization completed
(XEN) [2014-01-25 03:42:06] Set CPU acpi_id(7) cpuid(5) Px State info:
(XEN) [2014-01-25 03:42:06] 	_PCT: descriptor=130, length=12, space_id=127, bit_width=0, bit_offset=0, reserved=0, address=0
(XEN) [2014-01-25 03:42:06] 	_PCT: descriptor=130, length=12, space_id=127, bit_width=0, bit_offset=0, reserved=0, address=0
(XEN) [2014-01-25 03:42:06] 	_PSS: state_count=16
(XEN) [2014-01-25 03:42:06] 	State0: 3401MHz 84000mW 10us 10us 0x2600 0x2600
(XEN) [2014-01-25 03:42:06] 	State1: 3400MHz 84000mW 10us 10us 0x2200 0x2200
(XEN) [2014-01-25 03:42:06] 	State2: 3200MHz 77169mW 10us 10us 0x2000 0x2000
(XEN) [2014-01-25 03:42:06] 	State3: 3000MHz 70587mW 10us 10us 0x1e00 0x1e00
(XEN) [2014-01-25 03:42:06] 	State4: 2800MHz 64262mW 10us 10us 0x1c00 0x1c00
(XEN) [2014-01-25 03:42:06] 	State5: 2700MHz 61182mW 10us 10us 0x1b00 0x1b00
(XEN) [2014-01-25 03:42:06] 	State6: 2500MHz 55201mW 10us 10us 0x1900 0x1900
(XEN) [2014-01-25 03:42:06] 	State7: 2300MHz 49464mW 10us 10us 0x1700 0x1700
(XEN) [2014-01-25 03:42:06] 	State8: 2100MHz 43946mW 10us 10us 0x1500 0x1500
(XEN) [2014-01-25 03:42:06] 	State9: 1900MHz 38654mW 10us 10us 0x1300 0x1300
(XEN) [2014-01-25 03:42:06] 	State10: 1700MHz 34277mW 10us 10us 0x1100 0x1100
(XEN) [2014-01-25 03:42:06] 	State11: 1500MHz 29407mW 10us 10us 0xf00 0xf00
(XEN) [2014-01-25 03:42:06] 	State12: 1400MHz 27053mW 10us 10us 0xe00 0xe00
(XEN) [2014-01-25 03:42:06] 	State13: 1200MHz 22509mW 10us 10us 0xc00 0xc00
(XEN) [2014-01-25 03:42:06] 	State14: 1000MHz 18167mW 10us 10us 0xa00 0xa00
(XEN) [2014-01-25 03:42:06] 	State15: 800MHz 14031mW 10us 10us 0x800 0x800
(XEN) [2014-01-25 03:42:06] 	_PSD: num_entries=5 rev=0 domain=0 coord_type=254 num_processors=8
(XEN) [2014-01-25 03:42:06] 	_PPC: 0
(XEN) [2014-01-25 03:42:06] xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) [2014-01-25 03:42:06] max_freq: 3401000    second_max_freq: 3400000
(XEN) [2014-01-25 03:42:06] CPU5: Turbo Mode detected and enabled
(XEN) [2014-01-25 03:42:06] CPU 5 initialization completed
(XEN) [2014-01-25 03:42:06] Set CPU acpi_id(8) cpuid(7) Px State info:
(XEN) [2014-01-25 03:42:06] 	_PCT: descriptor=130, length=12, space_id=127, bit_width=0, bit_offset=0, reserved=0, address=0
(XEN) [2014-01-25 03:42:06] 	_PCT: descriptor=130, length=12, space_id=127, bit_width=0, bit_offset=0, reserved=0, address=0
(XEN) [2014-01-25 03:42:06] 	_PSS: state_count=16
(XEN) [2014-01-25 03:42:06] 	State0: 3401MHz 84000mW 10us 10us 0x2600 0x2600
(XEN) [2014-01-25 03:42:06] 	State1: 3400MHz 84000mW 10us 10us 0x2200 0x2200
(XEN) [2014-01-25 03:42:06] 	State2: 3200MHz 77169mW 10us 10us 0x2000 0x2000
(XEN) [2014-01-25 03:42:06] 	State3: 3000MHz 70587mW 10us 10us 0x1e00 0x1e00
(XEN) [2014-01-25 03:42:06] 	State4: 2800MHz 64262mW 10us 10us 0x1c00 0x1c00
(XEN) [2014-01-25 03:42:06] 	State5: 2700MHz 61182mW 10us 10us 0x1b00 0x1b00
(XEN) [2014-01-25 03:42:06] 	State6: 2500MHz 55201mW 10us 10us 0x1900 0x1900
(XEN) [2014-01-25 03:42:06] 	State7: 2300MHz 49464mW 10us 10us 0x1700 0x1700
(XEN) [2014-01-25 03:42:06] 	State8: 2100MHz 43946mW 10us 10us 0x1500 0x1500
(XEN) [2014-01-25 03:42:06] 	State9: 1900MHz 38654mW 10us 10us 0x1300 0x1300
(XEN) [2014-01-25 03:42:06] 	State10: 1700MHz 34277mW 10us 10us 0x1100 0x1100
(XEN) [2014-01-25 03:42:06] 	State11: 1500MHz 29407mW 10us 10us 0xf00 0xf00
(XEN) [2014-01-25 03:42:06] 	State12: 1400MHz 27053mW 10us 10us 0xe00 0xe00
(XEN) [2014-01-25 03:42:06] 	State13: 1200MHz 22509mW 10us 10us 0xc00 0xc00
(XEN) [2014-01-25 03:42:06] 	State14: 1000MHz 18167mW 10us 10us 0xa00 0xa00
(XEN) [2014-01-25 03:42:06] 	State15: 800MHz 14031mW 10us 10us 0x800 0x800
(XEN) [2014-01-25 03:42:06] 	_PSD: num_entries=5 rev=0 domain=0 coord_type=254 num_processors=8
(XEN) [2014-01-25 03:42:06] 	_PPC: 0
(XEN) [2014-01-25 03:42:06] xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) [2014-01-25 03:42:06] max_freq: 3401000    second_max_freq: 3400000
(XEN) [2014-01-25 03:42:06] CPU7: Turbo Mode detected and enabled
(XEN) [2014-01-25 03:42:06] CPU 7 initialization completed
[   17.294899] initcall xen_acpi_processor_init+0x0/0x24b returned 0 after 1389646 usecs
[   17.302768] calling  pty_init+0x0/0x453 @ 1
[   17.314441] kworker/u2:0 (756) used greatest stack depth: 5488 bytes left
[   17.369193] initcall pty_init+0x0/0x453 returned 0 after 60719 usecs
[   17.375542] calling  sysrq_init+0x0/0xb0 @ 1
[   all xen_hvc_init+0x0/0x228 returned 0 after 1024 usecs
[   17.398275] calling  serial8250_init+0x0/0x1ab @ 1
[   17.403124] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[   17.430759] 00:09: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[   17.439166] initcall serial8250_init+0x0/0x1ab returned 0 after 35196 usecs
[   17.446114] calling  serial_pci_driver_init+0x0/0x1b @ 1
[   17.451590] initcall serial_pci_driver_init+0x0/0x1b returned 0 after 104 usecs
[   17.458885] calling  init_kgdboc+0x0/0x16 @ 1
[   17.463304] kgdb: Registered I/O driver kgdboc.
[   17.467927] initcall init_kgdboc+0x0/0x16 returned 0 after 4515 usecs
[   17.474397] calling  init+0x0/0x10f @ 1
[   17.478522] initcall init+0x0/0x10f returned 0 after 220 usecs
[   17.484346] calling  hpet_init+0x0/0x6a @ 1
[   17.489080] hpet_acpi_add: no address or irqs in _CRS
[   17.494215] initcall hpet_init+0x0/0x6a returned 0 after 5490 usecs
[   17.500467] calling  nvram_init+0x0/0x82 @ 1
[   17.504926] Non-volatile memory driver v1.3
[   17.509099] initcall nvram_init+0x0/0x82 returned 0 after 4199 usecs
[   17.515510] calling  mod_init+0x0/0x5a @ 1
[   17.519670] initcall mod_init+0x0/0x5a returned -19 after 0 usecs
[   17.525822] calling  rng_init+0x0/0x12 @ 1
[   17.530120] initcall rng_init+0x0/0x12 returned 0 after 133 usecs
[   17.536198] calling  agp_init+0x0/0x26 @ 1
[   17.540356] Linux agpgart interface v0.103
[   17.544517] initcall agp_init+0x0/0x26 returned 0 after 4063 usecs
[   17.550757] calling  agp_amd64_mod_init+0x0/0xb @ 1
[   17.555843] initcall agp_amd64_mod_init+0x0/0xb returned -19 after 144 usecs
[   17.562883] calling  agp_intel_init+0x0/0x29 @ 1
[   17.567653] initcall agp_intel_init+0x0/0x29 returned 0 after 90 usecs
[   17.574167] calling  agp_sis_init+0x0/0x29 @ 1
[   17.578762] initcall agp_sis_init+0x0/0x29 returned 0 after 88 usecs
[   17.585102] calling  agp_via_init+0x0/0x29 @ 1
[   17.589698] initcall agp_via_init+0x0/0x29 returned 0 after 88 usecs
[   17.596041] calling  drm_core_init+0x0/0x10c @ 1
[   17.600809] [drm] Initialized drm 1.1.0 20060810
[   17.605416] initcall drm_core_init+0x0/0x10c returned 0 after 4585 usecs
[   17.612175] calling  cn_proc_init+0x0/0x3d @ 1
[   17.616685] initcall cn_proc_init+0x0/0x3d returned 0 after 2 usecs
[   17.623009] calling  topology_sysfs_init+0x0/0x70 @ 1
[   17.628154] initcall topology_sysfs_init+0x0/0x70 returned 0 after 33 usecs
[   17.635140] calling  loop_init+0x0/0x14e @ 1
[   17.693296] loop: module loaded
[   17.696460] initcall loop_init+0x0/0x14e returned 0 after 55648 usecs
[   17.702930] calling  xen_blkif_init+0x0/0x22 @ 1
[   17.707710] initcall xen_blkif_init+0x0/0x22 returned 0 after 99 usecs
[   17.714248] calling  mac_hid_init+0x0/0x22 @ 1
[   17.718736] initcall mac_hid_init+0x0/0x22 returned 0 after 8 usecs
[   17.725055] calling  macvlan_init_module+0x0/0x3d @ 1
[   17.730169] initcall macvlan_init_module+0x0/0x3d returned 0 after 2 usecs
[   17.737102] calling  macvtap_init+0x0/0x100 @ 1
[   17.741763] initcall macvtap_init+0x0/0x100 returned 0 after 67 usecs
[   17.748219] calling  net_olddevs_init+0x0/0xb5 @ 1
[   17.753050] initcall net_olddevs_init+0x0/0xb5 returned 0 after 1 usecs
[   17.759720] calling  fixed_mdio_bus_init+0x0/0x105 @ 1
[   17.765133] libphy: Fixed MDIO Bus: probed
[   17.769229] initcall fixed_mdio_bus_init+0x0/0x105 returned 0 after 4207 usecs
[   17.776499] calling  tun_init+0x0/0x93 @ 1
[   17.780658] tun: Universal TUN/TAP device driver, 1.6
[   17.785771] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[   17.792155] initcall tun_init+0x0/0x93 returned 0 after 11226 usecs
[   17.798418] calling  tg3_driver_init+0x0/0x1b @ 1
[   17.803298] initcall tg3_driver_init+0x0/0x1b returned 0 after 121 usecs
[   17.809988] calling  igb_init_module+0x0/0x58 @ 1
[   17.814753] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.0.5-k
[   17.821774] igb: Copyright (c) 2007-2013 Intel Corporation.
[   17.827672] xen: registering gsi 17 triggering 0 polarity 1
[   17.833243] Already setup the GSI :17
(XEN) [2014-01-25 03:42:07] msix_capability_init:759 for 02:00.0:, msix:ffff830239467f70 dev:ffff8302394660d0
(XEN) [2014-01-25 03:42:07] msix_capability_init:759 for 02:00.0:, msix:ffff830239467f70 dev:ffff8302394660d0
(XEN) [2014-01-25 03:42:07] msix_capability_init:759 for 02:00.0:, msix:ffff830239467f70 dev:ffff8302394660d0
(XEN) [2014-01-25 03:42:07] msix_capability_init:759 for 02:00.0:, msix:ffff830239467f70 dev:ffff8302394660d0
(XEN) [2014-01-25 03:42:07] msix_capability_init:759 for 02:00.0:, msix:ffff830239467f70 dev:ffff8302394660d0
(XEN) [2014-01-25 03:42:07] msix_capability_init:759 for 02:00.0:, msix:ffff830239467f70 dev:ffff8302394660d0
[   18.057960] igb 0000:02:00.0: added PHC on eth0
[   18.062482] igb 0000:02:00.0: Intel(R) Gigabit Ethernet Network Connectie:2.5Gb/s:Width x4) 00:1b:21:45:d9:ac
[   18.076606] igb 0000:02:00.0: eth0: PBA No: Unknown
[   18.081548] igb 0000:02:00.0: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
[   18.089439] xen: registering gsi 18 triggering 0 polarity 1
[   18.095009] Already setup the GSI :18
(XEN) [2014-01-25 03:42:07] msix_capability_init:759 for 02:00.1:, msix:ffff830239466250 dev:ffff830239466190
(XEN) [2014-01-25 03:42:07] msix_capability_init:759 for 02:00.1:, msix:ffff830239466250 dev:ffff830239466190
(XEN) [2014-01-25 03:42:07] msix_capability_init:759 for 02:00.1:, msix:ffff830239466250 dev:ffff830239466190
(XEN) [2014-01-25 03:42:07] msix_capability_init:759 for 02:00.1:, msix:ffff830239466250 dev:ffff830239466190
(XEN) [2014-01-25 03:42:07] msix_capability_init:759 for 02:00.1:, msix:ffff830239466250 dev:ffff830239466190
(XEN) [2014-01-25 03:42:07] msix_capability_init:759 for 02:00.1:, msix:ffff830239466250 dev:ffff830239466190
[   18.319943] igb 0000:02:00.1: added PHC on eth1
[   18.324467] igb 0000:02:00.1: Intel(R) Gigabit Ethernet Network Connectiistering gsi 19 triggering 0 polarity 1
[   18.356994] Already setup the GSI :19
(XEN) [2014-01-25 03:42:08] msix_capability_init:759 for 05:00.0:, msix:0 dev:ffff8302394665b0
(XEN) [2014-01-25 03:42:08] ----[ Xen-4.4-rc2  x86_64  debug=y  Tainted:    C ]----
(XEN) [2014-01-25 03:42:08] CPU:    0
(XEN) [2014-01-25 03:42:08] RIP:    e008:[<ffff82d0801683d6>] msix_capability_init+0x210/0x63e
(XEN) [2014-01-25 03:42:08] RFLAGS: 0000000000010296   CONTEXT: hypervisor
(XEN) [2014-01-25 03:42:08] rax: 0000000000000000   rbx: ffff8302394665b0   rcx: 0000000000000000
(XEN) [2014-01-25 03:42:08] rdx: ffff82d080310e20   rsi: 000000000000000a   rdi: ffff82d0802816c8
(XEN) [2014-01-25 03:42:08] rbp: ffff82d0802cfca8   rsp: ffff82d0802cfbf8   r8:  0000000000000000
(XEN) [2014-01-25 03:42:08] r9:  0000000000000000   r10: 0000000000000000   r11: ffff82d080232040
(XEN) [2014-01-25 03:42:08] r12: 0000000000000000   r13: ffff83022a085e30   r14: ffff82d0802cfe98
(XEN) [2014-01-25 03:42:08] r15: 0000000000000000   cr0: 0000000080050033   cr4: 00000000001526f0
(XEN) [2014-01-25 03:42:08] cr3: 000000022dc0c000   cr2: 0000000000000004
(XEN) [2014-01-25 03:42:08] ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: e010   cs: e008
(XEN) [2014-01-25 03:42:08] Xen stack trace from rsp=ffff82d0802cfbf8:
(XEN) [2014-01-25 03:42:08]    0000000000000000 ffff8302394665b0 000000050004fc28 ffff82d0802cfd88
(XEN) [2014-01-25 03:42:08]    000000728012a25f ffff8302ffffffff ffff82d000000000 0000000000000000
(XEN) [2014-01-25 03:42:08]    0000000000000005 0000000000000070 0000000500000000 0000000000000000
(XEN) [2014-01-25 03:42:08]    00000000f1980000 ffff82d000000005 0000000500000003 8005007000000000
(XEN) [2014-01-25 03:42:08]    ffff82d0802cfe98 ffff82d0802cfe98 ffff82d0802cfd88 ffff8302394665b0
(XEN) [2014-01-25 03:42:08]    0000000000000005 0000000000000000 ffff82d0802cfd28 ffff82d0801689c2
(XEN) [2014-01-25 03:42:08]    0000000000000246 ffff82d0802cfcd8 ffff82d080129d68 0000000000000000
(XEN) [2014-01-25 03:42:08]    ffff82d0802cfd28 ffff82d080147589 ffff82d0802cfd18 ffff830239463b70
(XEN) [2014-01-25 03:42:08]    000000000000010f ffff8302337f8000 000000000000010f 0000000000000022
(XEN) [2014-01-25 03:42:08]    00000000ffffffed ffff830239402200 ffff82d0802cfdc8 ffff82d08016c68c
(XEN) [2014-01-25 03:42:08]    ffff83022a085e00 000000000000010f 000000000000010f ffff8302337f80e0
(XEN) [2014-01-25 03:42:08]    ffff82d0802cfd98 ffff82d0801047ed 0000010f01402200 ffff82d0802cfe98
(XEN) [2014-01-25 03:42:08]    ffff8302337f80e0 ffff8302394665b0 ffff82d0802cfe98 ffff83022a085e00
(XEN) [2014-01-25 03:42:08]    ffff82d0802cfdc8 ffff8302337f8000 00000000fffffffd 0000000000000000
(XEN) [2014-01-25 03:42:08]    ffff82d0802cfe98 ffff82d0802cfe70 ffff82d0802cfe48 ffff82d08017f134
(XEN) [2014-01-25 03:42:08]    ffff82d0802cff18 ffffffff8156d7c6 ffff82d0802cfe98 ffff8302337f80b8
(XEN) [2014-01-25 03:42:08]    ffff82d00000010f ffff82d08018bd70 000000220000f800 ffff82d0802cfe74
(XEN) [2014-01-25 03:42:08]    ffff820040004000 000000000000000d ffff880078623b08 ffff8300b7313000
(XEN) [2014-01-25 03:42:08]    ffff880006db8180 0000000000000000 ffff82d0802cfef8 ffff82d08017f844
(XEN) [2014-01-25 03:42:08]    0000000000000000 0000000700000004 0000000000007ff0 ffffffffffffffff
(XEN) [2014-01-25 03:42:08] Xen call trace:
(XEN) [2014-01-25 03:42:08]    [<ffff82d0801683d6>] msix_capability_init+0x210/0x63e
(XEN) [2014-01-25 03:42:08]    [<ffff82d0801689c2>] pci_enable_msi+0x1be/0x4d7
(XEN) [2014-01-25 03:42:08]    [<ffff82d08016c68c>] map_domain_pirq+0x222/0x5ad
(XEN) [2014-01-25 03:42:08]    [<ffff82d08017f134>] physdev_map_pirq+0x507/0x5d1
(XEN) [2014-01-25 03:42:08]    [<ffff82d08017f844>] do_physdev_op+0x646/0x1232
(XEN) [2014-01-25 03:42:08]    [<ffff82d0802223ab>] syscall_enter+0xeb/0x145
(XEN) [2014-01-25 03:42:08] 
(XEN) [2014-01-25 03:42:08] Pagetable walk from 0000000000000004:
(XEN) [2014-01-25 03:42:08]  L4[0x000] = 0000000000000000 ffffffffffffffff
(XEN) [2014-01-25 03:42:08] 
(XEN) [2014-01-25 03:42:08] ****************************************
(XEN) [2014-01-25 03:42:08] Panic on CPU 0:
(XEN) [2014-01-25 03:42:08] FATAL PAGE FAULT
(XEN) [2014-01-25 03:42:08] [error_code=0000]
(XEN) [2014-01-25 03:42:08] Faulting linear address: 0000000000000004
(XEN) [2014-01-25 03:42:08] ****************************************
(XEN) [2014-01-25 03:42:08] 
(XEN) [2014-01-25 03:42:08] Manual reset required ('noreboot' specified)

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

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

  reply	other threads:[~2014-01-24 21:56 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-21 21:54 Regression compared to Xen 4.3, Xen 4.4-rc2 - pci_prepare_msix+0xb1/0x12 - BOOM Konrad Rzeszutek Wilk
2014-01-22  0:23 ` Andrew Cooper
2014-01-22  0:24   ` [PATCH] x86/msi: Validate the guest-identified PCI devices in pci_prepare_msix() Andrew Cooper
2014-01-22  4:31     ` Konrad Rzeszutek Wilk
2014-01-22  9:49       ` Jan Beulich
2014-01-22 10:28         ` Andrew Cooper
2014-01-22 12:08           ` Jan Beulich
2014-01-22 21:40             ` Konrad Rzeszutek Wilk
2014-01-23  8:24               ` Jan Beulich
2014-01-24 15:01                 ` Konrad Rzeszutek Wilk
2014-01-24 15:55                   ` Jan Beulich
2014-01-24 16:19                   ` Jan Beulich
2014-01-24 17:43                     ` Konrad Rzeszutek Wilk
2014-01-24 21:56                       ` Konrad Rzeszutek Wilk [this message]
2014-02-05 20:07                         ` Is: pci=assign-busses blows up Xen 4.4 Was:Re: " Konrad Rzeszutek Wilk
2014-02-06  9:02                           ` Jan Beulich
2014-02-21 19:18                           ` Konrad Rzeszutek Wilk
2014-02-24  9:15                             ` Is: pci=assign-busses blows up Xen 4.4 Jan Beulich
2014-02-24 16:15                               ` Konrad Rzeszutek Wilk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140124215652.GA18710@phenom.dumpdata.com \
    --to=konrad.wilk@oracle.com \
    --cc=JBeulich@suse.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=george.dunlap@eu.citrix.com \
    --cc=xen-devel@lists.xen.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).