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