All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: PCI Passthrough of SAS controller not working
@ 2012-04-11 20:31 Aleksandr Tarutin
  2012-04-11 20:47 ` Pasi Kärkkäinen
  0 siblings, 1 reply; 5+ messages in thread
From: Aleksandr Tarutin @ 2012-04-11 20:31 UTC (permalink / raw)
  To: xen-devel


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

New findings!

Passthrough worked for a PV domU!

*And*... It worked if i pci-attach the controller to the same PVHVM!

Any suggestions?

-- 
AT.

[-- Attachment #1.2: Type: text/html, Size: 263 bytes --]

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

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

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

* Re: PCI Passthrough of SAS controller not working
  2012-04-11 20:31 PCI Passthrough of SAS controller not working Aleksandr Tarutin
@ 2012-04-11 20:47 ` Pasi Kärkkäinen
  0 siblings, 0 replies; 5+ messages in thread
From: Pasi Kärkkäinen @ 2012-04-11 20:47 UTC (permalink / raw)
  To: Aleksandr Tarutin; +Cc: xen-devel

On Wed, Apr 11, 2012 at 04:31:46PM -0400, Aleksandr Tarutin wrote:
>    New findings!
>    Passthrough worked for a PV domU!
>    *And*... It worked if i pci-attach the controller to the same PVHVM!
>    Any suggestions?
>

The difference is that when you use a PV domU or pci-attach with PVHVM guest
the LSI Boot/Option ROM is not executed at all. 

PV domUs don't execute Option ROMS, because they don't have a BIOS.
Also when you pci-attach to a running HVM guest, the LSI BIOS/ROM is not executed.

However when you do a full boot of HVM guest with PCI passthru the 
LSI MPT Boot/Option ROM gets executed by Xen HVM ROMBIOS,
and that seems to fail for some reason, so I assume the LSI HBA
is left in some weird semi-initialized or broken state,
and thus the mpt2sas driver fails to work..

I picked the interesting entries from your logs:


Error on the HVM guest VNC console during boot (before grub is executed):
MPT BIOS Fault 09h encountered at adapter PCI(00h,05h,00h)

Xen dmesg:
Xen version 4.1.3-rc1-pre
(XEN) HVM1: Writing SMBIOS tables ...
(XEN) HVM1: Loading ROMBIOS ...
(XEN) HVM1: Loading PCI Option ROM ...
(XEN) HVM1:  - Manufacturer: LSI Corporation
(XEN) HVM1:  - Product name: LSI MPI Boot Support
(XEN) domctl.c:995:d0 memory_map:remove: gfn=f3000 mfn=fba00 nr_mfns=80
(XEN) HVM1: Invoking ROMBIOS ...

dunno if this is related?:
(XEN) traps.c:451:d0 Unhandled nmi fault/trap [#2] on VCPU 0 [ec=0000]


dom0 lspci:
01:00.0 Serial Attached SCSI controller: LSI Logic / Symbios Logic SAS2008 PCI-Express Fusion-MPT SAS-2 [Falcon] (rev 03)
        Subsystem: LSI Logic / Symbios Logic Device 3020
        Flags: fast devsel, IRQ 16
        I/O ports at e000 [size=256]
        Memory at fbac0000 (64-bit, non-prefetchable) [size=16K]
        Memory at fba80000 (64-bit, non-prefetchable) [size=256K]
        Expansion ROM at fba00000 [disabled] [size=512K]
        Capabilities: [50] Power Management version 3
        Capabilities: [68] Express Endpoint, MSI 00
        Capabilities: [d0] Vital Product Data
        Capabilities: [a8] MSI: Enable- Count=1/1 Maskable- 64bit+
        Capabilities: [c0] MSI-X: Enable- Count=15 Masked-
        Capabilities: [100] Advanced Error Reporting
        Capabilities: [138] Power Budgeting <?>
        Kernel driver in use: pciback
        Kernel modules: mpt2sas


HVM guest kernel dmesg:

mpt2sas version 09.101.00.00 loaded
scsi0 : Fusion MPT SAS Host
  alloc irq_desc for 36 on node -1
  alloc kstat_irqs on node -1
mpt2sas 0000:00:05.0: PCI INT A -> GSI 36 (level, low) -> IRQ 36
mpt2sas 0000:00:05.0: setting latency timer to 64
mpt2sas0: 32 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (2053376 kB)
  alloc irq_desc for 48 on node -1
  alloc kstat_irqs on node -1
mpt2sas 0000:00:05.0: irq 48 for MSI/MSI-X
mpt2sas0: PCI-MSI-X enabled: IRQ 48
mpt2sas0: iomem(0x00000000f30e0000), mapped(0xffffc900009e8000), size(16384)
mpt2sas0: ioport(0x000000000000c100), size(256)
mpt2sas0: Allocated physical memory: size(2688 kB)
mpt2sas0: Current Controller Queue Depth(1754), Max Controller Queue Depth(2015)
mpt2sas0: Scatter Gather Elements per IO(128)
mpt2sas0: _base_event_notification: timeout
mf:
        07000000 00000000 00000000 00000000 00000000 0f2f7fff fffffffc ffffffff
        ffffffff 00000000 00000000
mpt2sas0: sending diag reset !!
mpt2sas0: diag reset: SUCCESS
mpt2sas 0000:00:05.0: PCI INT A disabled
mpt2sas0: failure at drivers/scsi/mpt2sas/mpt2sas_scsih.c:7628/_scsih_probe()!



Hopefully someone has more ideas about why the LSI MPT Boot/Option ROM fails..


-- Pasi

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

* Re: PCI Passthrough of SAS controller not working
  2012-04-11 19:51 Aleksandr Tarutin
  2012-04-12  6:49 ` Ren, Yongjie
@ 2012-04-16  8:55 ` Hao, Xudong
  1 sibling, 0 replies; 5+ messages in thread
From: Hao, Xudong @ 2012-04-16  8:55 UTC (permalink / raw)
  To: Aleksandr Tarutin; +Cc: xen-devel


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

In your guest lspci log file, I do see the attached SAS device is owned by mpt2sas driver in your guest log.

We did simple testing with a SAS controller assignment to RHEL6.2 guest on Xen unstable 25164, both passthrough and pci-attach/detach works well.

Sharing the log to you, and can you update your Xen to latest and try?


Thanks,
-Xudong

From: xen-devel-bounces@lists.xen.org [mailto:xen-devel-bounces@lists.xen.org] On Behalf Of Aleksandr Tarutin
Sent: Thursday, April 12, 2012 3:52 AM
To: xen-devel@lists.xen.org
Subject: [Xen-devel] PCI Passthrough of SAS controller not working

Hello.

I tried to setup PCI Passthrough of a SAS controller into a PVHVM domU. The device was present in the domU but its modules wouldn't load.

The first related thing was the following message in the guest BIOS just before grub starts:
MPT BIOS Fault 09h encountered at adapter PCI(00h,05h,00h).

I'm attaching the xm dmesg and dmesg from both the host and a guest as well as lspci -v.

--
AT.


[-- Attachment #1.2: Type: text/html, Size: 6023 bytes --]

[-- Attachment #2: dom0_lspci --]
[-- Type: application/octet-stream, Size: 3334 bytes --]

07:00.0 Serial Attached SCSI controller: Intel Corporation Patsburg 4-Port SATA/SAS Storage Control Unit (rev 05)
	Subsystem: Intel Corporation Device 3585
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at eb800000 (64-bit, prefetchable) [size=16K]
	Region 2: Memory at eb400000 (64-bit, prefetchable) [size=4M]
	Region 4: I/O ports at 2000 [size=256]
	Capabilities: [98] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [c4] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 1024 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+ FLReset-
			MaxPayload 128 bytes, MaxReadReq 1024 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [a0] MSI-X: Enable+ Count=2 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [100] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 14, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [138] Alternative Routing-ID Interpretation (ARI)
		ARICap:	MFVC- ACS-, Next Function: 3
		ARICtl:	MFVC- ACS-, Function Group: 0
	Capabilities: [180] Transaction Processing Hints
		Device specific mode supported
		No steering table available
	Capabilities: [140] Single Root I/O Virtualization (SR-IOV)
		IOVCap:	Migration-, Interrupt Message Number: 000
		IOVCtl:	Enable- Migration- Interrupt- MSE- ARIHierarchy+
		IOVSta:	Migration-
		Initial VFs: 31, Total VFs: 31, Number of VFs: 0, Function Dependency Link: 00
		VF offset: 8, stride: 1, Device ID: 1d59
		Supported Page Size: 00000553, System Page Size: 00000001
		Region 0: Memory at 00000000eb810000 (64-bit, prefetchable)
		VF Migration: offset: 00000000, BIR: 0
	Kernel driver in use: pciback


[-- Attachment #3: guest_dmesg --]
[-- Type: application/octet-stream, Size: 22115 bytes --]

Initializing cgroup subsys cpuset
Initializing cgroup subsys cpu
Linux version 2.6.32-220.el6.x86_64 (mockbuild@x86-004.build.bos.redhat.com) (gcc version 4.4.5 20110214 (Red Hat 4.4.5-6) (GCC) ) #1 SMP Wed Nov 9 08:03:13 EST 2011
Command line: ro root=UUID=c2a69357-98ac-49fc-81bd-702e4a86ced8 rd_NO_LUKS rd_NO_LVM LANG=en_US.UTF-8 rd_NO_MD quiet SYSFONT=latarcyrheb-sun16 rhgb  KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM
KERNEL supported cpus:
  Intel GenuineIntel
  AMD AuthenticAMD
  Centaur CentaurHauls
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009e000 (usable)
 BIOS-e820: 000000000009e000 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000007f800000 (usable)
 BIOS-e820: 00000000fc000000 - 0000000100000000 (reserved)
DMI 2.4 present.
SMBIOS version 2.4 @ 0xFBB80
DMI: Xen HVM domU, BIOS 4.2-unstable 04/12/2012
e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved)
e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
last_pfn = 0x7f800 max_arch_pfn = 0x400000000
MTRR default type: write-back
MTRR fixed ranges enabled:
  00000-9FFFF write-back
  A0000-BFFFF write-combining
  C0000-FFFFF write-back
MTRR variable ranges enabled:
  0 base 0000F0000000 mask 3FFFF8000000 uncachable
  1 base 0000F8000000 mask 3FFFFC000000 uncachable
  2 disabled
  3 disabled
  4 disabled
  5 disabled
  6 disabled
  7 disabled
x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
initial memory mapped : 0 - 20000000
init_memory_mapping: 0000000000000000-000000007f800000
 0000000000 - 007f800000 page 2M
kernel direct mapping tables up to 7f800000 @ 8000-b000
RAMDISK: 370b9000 - 37fefa53
ACPI: RSDP 00000000000ea020 00024 (v02    Xen)
ACPI: XSDT 00000000fc00f610 00054 (v01    Xen      HVM 00000000 HVML 00000000)
ACPI: FACP 00000000fc00f2d0 000F4 (v04    Xen      HVM 00000000 HVML 00000000)
ACPI: DSDT 00000000fc0035e0 0BC6E (v02    Xen      HVM 00000000 INTL 20090123)
ACPI: FACS 00000000fc0035a0 00040
ACPI: APIC 00000000fc00f3d0 000D8 (v02    Xen      HVM 00000000 HVML 00000000)
ACPI: HPET 00000000fc00f520 00038 (v01    Xen      HVM 00000000 HVML 00000000)
ACPI: WAET 00000000fc00f560 00028 (v01    Xen      HVM 00000000 HVML 00000000)
ACPI: SSDT 00000000fc00f590 00031 (v02    Xen      HVM 00000000 INTL 20090123)
ACPI: SSDT 00000000fc00f5d0 00031 (v02    Xen      HVM 00000000 INTL 20090123)
ACPI: Local APIC address 0xfee00000
No NUMA configuration found
Faking a node at 0000000000000000-000000007f800000
Bootmem setup node 0 0000000000000000-000000007f800000
  NODE_DATA [0000000000009000 - 000000000003cfff]
  bootmap [000000000003d000 -  000000000004ceff] pages 10
(7 early reservations) ==> bootmem [0000000000 - 007f800000]
  #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
  #1 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
  #2 [0001000000 - 000200c7e4]    TEXT DATA BSS ==> [0001000000 - 000200c7e4]
  #3 [00370b9000 - 0037fefa53]          RAMDISK ==> [00370b9000 - 0037fefa53]
  #4 [000009e000 - 0000100000]    BIOS reserved ==> [000009e000 - 0000100000]
  #5 [000200d000 - 000200d0d8]              BRK ==> [000200d000 - 000200d0d8]
  #6 [0000008000 - 0000009000]          PGTABLE ==> [0000008000 - 0000009000]
found SMP MP-table at [ffff8800000fbba0] fbba0
 [ffffea0000000000-ffffea0001bfffff] PMD -> [ffff880002600000-ffff8800041fffff] on node 0
Zone PFN ranges:
  DMA      0x00000001 -> 0x00001000
  DMA32    0x00001000 -> 0x00100000
  Normal   0x00100000 -> 0x00100000
Movable zone start PFN for each node
early_node_map[2] active PFN ranges
    0: 0x00000001 -> 0x0000009e
    0: 0x00000100 -> 0x0007f800
On node 0 totalpages: 522141
  DMA zone: 56 pages used for memmap
  DMA zone: 102 pages reserved
  DMA zone: 3839 pages, LIFO batch:0
  DMA32 zone: 7084 pages used for memmap
  DMA32 zone: 511060 pages, LIFO batch:31
ACPI: PM-Timer IO Port: 0xb008
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x02] enabled)
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] enabled)
ACPI: LAPIC (acpi_id[0x03] lapic_id[0x06] enabled)
ACPI: LAPIC (acpi_id[0x04] lapic_id[0x08] disabled)
ACPI: LAPIC (acpi_id[0x05] lapic_id[0x0a] disabled)
ACPI: LAPIC (acpi_id[0x06] lapic_id[0x0c] disabled)
ACPI: LAPIC (acpi_id[0x07] lapic_id[0x0e] disabled)
ACPI: LAPIC (acpi_id[0x08] lapic_id[0x10] disabled)
ACPI: LAPIC (acpi_id[0x09] lapic_id[0x12] disabled)
ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x14] disabled)
ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x16] disabled)
ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x18] disabled)
ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x1a] disabled)
ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x1c] disabled)
ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-47
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 low level)
ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 low level)
ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 low level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ5 used by override.
ACPI: IRQ9 used by override.
ACPI: IRQ10 used by override.
ACPI: IRQ11 used by override.
Using ACPI (MADT) for SMP configuration information
ACPI: HPET id: 0x8086a201 base: 0xfed00000
SMP: Allowing 15 CPUs, 11 hotplug CPUs
nr_irqs_gsi: 48
Xen version 4.2.
Xen Platform PCI: I/O protocol version 1
Netfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated NICs.
Blkfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated disks.
You might have to change the root device
from /dev/hd[a-d] to /dev/xvd[a-d]
in your root= kernel command line option
PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
Allocating PCI resources starting at 7f800000 (gap: 7f800000:7c800000)
Booting paravirtualized kernel on Xen
NR_CPUS:4096 nr_cpumask_bits:15 nr_cpu_ids:15 nr_node_ids:1
PERCPU: Embedded 30 pages/cpu @ffff880002200000 s92696 r8192 d21992 u131072
pcpu-alloc: s92696 r8192 d21992 u131072 alloc=1*2097152
pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 -- 
Built 1 zonelists in Node order, mobility grouping on.  Total pages: 514899
Policy zone: DMA32
Kernel command line: ro root=UUID=c2a69357-98ac-49fc-81bd-702e4a86ced8 rd_NO_LUKS rd_NO_LVM LANG=en_US.UTF-8 rd_NO_MD quiet SYSFONT=latarcyrheb-sun16 rhgb  KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM
PID hash table entries: 4096 (order: 3, 32768 bytes)
xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
Checking aperture...
No AGP bridge found
Memory: 2025564k/2088960k available (5084k kernel code, 396k absent, 63000k reserved, 7229k data, 1244k init)
Hierarchical RCU implementation.
NR_IRQS:33024 nr_irqs:936
Xen HVM callback vector for event delivery is enabled
Console: colour VGA+ 80x25
console [tty0] enabled
allocated 16777216 bytes of page_cgroup
please try 'cgroup_disable=memory' option if you don't want memory cgroups
hpet clockevent registered
HPET: 3 timers in total, 0 timers will be used for per-cpu timer
Fast TSC calibration using PIT
Detected 2693.587 MHz processor.
Calibrating delay loop (skipped), value calculated using timer frequency.. 5387.17 BogoMIPS (lpj=2693587)
pid_max: default: 32768 minimum: 301
Security Framework initialized
SELinux:  Initializing.
SELinux:  Starting in permissive mode
Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
Mount-cache hash table entries: 256
Initializing cgroup subsys ns
Initializing cgroup subsys cpuacct
Initializing cgroup subsys memory
Initializing cgroup subsys devices
Initializing cgroup subsys freezer
Initializing cgroup subsys net_cls
Initializing cgroup subsys blkio
Initializing cgroup subsys perf_event
CPU: CPU feature rdtscp disabled on xen guest
CPU: CPU feature constant_tsc disabled on xen guest
CPU: Unsupported number of siblings 64
mce: CPU supports 20 MCE banks
alternatives: switching to unfair spinlock
ACPI: Core revision 20090903
ftrace: converting mcount calls to 0f 1f 44 00 00
ftrace: allocating 20776 entries in 82 pages
x2apic not enabled, IRQ remapping init failed
Setting APIC routing to physical flat
..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
CPU0: Intel(R) Xeon(R) CPU E5-2680 0 @ 2.70GHz stepping 06
Performance Events: SandyBridge events, Intel PMU driver.
... version:                3
... bit width:              48
... generic registers:      4
... value mask:             0000ffffffffffff
... max period:             000000007fffffff
... fixed-purpose events:   3
... event mask:             000000070000000f
NMI watchdog enabled, takes one hw-pmu counter.
Booting Node   0, Processors  #1
CPU: CPU feature rdtscp disabled on xen guest
CPU: CPU feature constant_tsc disabled on xen guest
CPU: Unsupported number of siblings 64 #2
CPU: CPU feature rdtscp disabled on xen guest
CPU: CPU feature constant_tsc disabled on xen guest
CPU: Unsupported number of siblings 64 #3
CPU: CPU feature rdtscp disabled on xen guest
CPU: CPU feature constant_tsc disabled on xen guest
CPU: Unsupported number of siblings 64
Brought up 4 CPUs
Total of 4 processors activated (21548.12 BogoMIPS).
sizeof(vma)=200 bytes
sizeof(page)=56 bytes
sizeof(inode)=592 bytes
sizeof(dentry)=192 bytes
sizeof(ext3inode)=800 bytes
sizeof(buffer_head)=104 bytes
sizeof(skbuff)=232 bytes
sizeof(task_struct)=2616 bytes
devtmpfs: initialized
regulator: core version 0.5
NET: Registered protocol family 16
  alloc irq_desc for 16 on node 0
  alloc kstat_irqs on node 0
ACPI: bus type pci registered
PCI: Using configuration type 1 for base access
bio: create slab <bio-0> at 0
ACPI: EC: Look up EC in DSDT
ACPI: Interpreter enabled
ACPI: (supports S0 S3 S4 S5)
ACPI: Using IOAPIC for interrupt routing
ACPI: No dock devices found.
HEST: Table not found.
ACPI: PCI Root Bridge [PCI0] (0000:00)
pci 0000:00:01.1: reg 20 io port: [0xc300-0xc30f]
* Found PM-Timer Bug on the chipset. Due to workarounds for a bug,
* this clock source is slow. Consider trying other clock sources
pci 0000:00:01.3: quirk: region b000-b03f claimed by PIIX4 ACPI
pci 0000:00:02.0: reg 10 32bit mmio pref: [0xf0000000-0xf1ffffff]
pci 0000:00:02.0: reg 14 32bit mmio: [0xf3404000-0xf3404fff]
pci 0000:00:03.0: reg 10 io port: [0xc000-0xc0ff]
pci 0000:00:03.0: reg 14 32bit mmio pref: [0xf2000000-0xf2ffffff]
pci 0000:00:05.0: reg 10 64bit mmio pref: [0xf3400000-0xf3403fff]
pci 0000:00:05.0: reg 18 64bit mmio pref: [0xf3000000-0xf33fffff]
pci 0000:00:05.0: reg 20 io port: [0xc200-0xc2ff]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs *5 10 11)
ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
ACPI: PCI Interrupt Link [LNKD] (IRQs *5 10 11)
vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
vgaarb: loaded
vgaarb: bridge control possible 0000:00:02.0
SCSI subsystem initialized
libata version 3.00 loaded.
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
PCI: Using ACPI for IRQ routing
PCI: old code would have set cacheline size to 32 bytes, but clflush_size = 64
PCI: pci_cache_line_size set to 64 bytes
NetLabel: Initializing
NetLabel:  domain hash size = 128
NetLabel:  protocols = UNLABELED CIPSOv4
NetLabel:  unlabeled traffic allowed by default
hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
hpet0: 3 comparators, 64-bit 62.500000 MHz counter
Switching to clocksource tsc
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp: PnP ACPI: found 13 devices
ACPI: ACPI bus type pnp unregistered
system 00:00: iomem range 0x0-0x9ffff could not be reserved
system 00:03: ioport range 0x8a0-0x8a3 has been reserved
system 00:03: ioport range 0xcc0-0xccf has been reserved
system 00:03: ioport range 0x4d0-0x4d1 has been reserved
system 00:0c: ioport range 0x10c0-0x1141 has been reserved
system 00:0c: ioport range 0xb044-0xb047 has been reserved
pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
NET: Registered protocol family 2
IP route cache hash table entries: 65536 (order: 7, 524288 bytes)
TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
TCP: Hash tables configured (established 262144 bind 65536)
TCP reno registered
NET: Registered protocol family 1
pci 0000:00:00.0: Limiting direct PCI/PCI transfers
pci 0000:00:01.0: PIIX3: Enabling Passive Release
pci 0000:00:01.0: Activating ISA DMA hang workarounds
pci 0000:00:02.0: Boot video device
Trying to unpack rootfs image as initramfs...
Freeing initrd memory: 15578k freed
audit: initializing netlink socket (disabled)
type=2000 audit(1334593849.926:1): initialized
HugeTLB registered 2 MB page size, pre-allocated 0 pages
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
msgmni has been set to 3986
SELinux:  Registering netfilter hooks
alg: No test for stdrng (krng)
ksign: Installing public key data
Loading keyring
- Added public key 4BB1E63D18B42658
- User ID: Red Hat, Inc. (Kernel Module GPG key)
- Added public key D4A26C9CCD09BEDA
- User ID: Red Hat Enterprise Linux Driver Update Program <secalert@redhat.com>
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp: PCI Express Hot Plug Controller Driver version: 0.4
acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
acpiphp: Slot [0] registered
acpiphp: Slot [1] registered
acpiphp: Slot [2] registered
acpiphp: Slot [3] registered
acpiphp: Slot [4] registered
acpiphp: Slot [5] registered
acpiphp: Slot [6] registered
acpiphp: Slot [7] registered
acpiphp: Slot [8] registered
acpiphp: Slot [9] registered
acpiphp: Slot [10] registered
acpiphp: Slot [11] registered
acpiphp: Slot [12] registered
acpiphp: Slot [13] registered
acpiphp: Slot [14] registered
acpiphp: Slot [15] registered
acpiphp: Slot [16] registered
acpiphp: Slot [17] registered
acpiphp: Slot [18] registered
acpiphp: Slot [19] registered
acpiphp: Slot [20] registered
acpiphp: Slot [21] registered
acpiphp: Slot [22] registered
acpiphp: Slot [23] registered
acpiphp: Slot [24] registered
acpiphp: Slot [25] registered
acpiphp: Slot [26] registered
acpiphp: Slot [27] registered
acpiphp: Slot [28] registered
acpiphp: Slot [29] registered
acpiphp: Slot [30] registered
acpiphp: Slot [31] registered
input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
ACPI: Power Button [PWRF]
input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1
ACPI: Sleep Button [SLPF]
ACPI: acpi_idle registered with cpuidle
processor LNXCPU:00: registered as cooling_device0
processor LNXCPU:01: registered as cooling_device1
processor LNXCPU:02: registered as cooling_device2
processor LNXCPU:03: registered as cooling_device3
ERST: Table is not found!
GHES: HEST is not enabled!
  alloc irq_desc for 28 on node -1
  alloc kstat_irqs on node -1
xen-platform-pci 0000:00:03.0: PCI INT A -> GSI 28 (level, low) -> IRQ 28
Grant table initialized
Non-volatile memory driver v1.3
Linux agpgart interface v0.103
crash memory driver: version 1.1
Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
brd: module loaded
loop: module loaded
input: Macintosh mouse button emulation as /devices/virtual/input/input2
Fixed MDIO Bus: probed
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
uhci_hcd: USB Universal Host Controller Interface driver
PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
rtc0: alarms up to one day, 114 bytes nvram, hpet irqs
cpuidle: using governor ladder
cpuidle: using governor menu
input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
usbcore: registered new interface driver hiddev
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
TCP cubic registered
Initializing XFRM netlink socket
NET: Registered protocol family 17
registered taskstats version 1
XENBUS: Device with no driver: device/vbd/768
XENBUS: Device with no driver: device/vif/0
XENBUS: Device with no driver: device/vkbd/0
XENBUS: Device with no driver: device/pci/0
rtc_cmos 00:05: setting system clock to 2012-04-16 16:30:51 UTC (1334593851)
Initalizing network drop monitor service
Freeing unused kernel memory: 1244k freed
Write protecting the kernel read-only data: 10240k
Freeing unused kernel memory: 1040k freed
Freeing unused kernel memory: 1760k freed
dracut: dracut-004-256.el6
dracut: rd_NO_LUKS: removing cryptoluks activation
dracut: rd_NO_LVM: removing LVM activation
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.22.6-ioctl (2011-10-19) initialised: dm-devel@redhat.com
udev: starting version 147
dracut: Starting plymouth daemon
input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input4
dracut: rd_NO_DM: removing DM RAID activation
dracut: rd_NO_MD: removing MD RAID activation
ata_piix 0000:00:01.1: version 2.13
ata_piix 0000:00:01.1: setting latency timer to 64
scsi0 : ata_piix
scsi1 : ata_piix
ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc300 irq 14
ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc308 irq 15
isci: Intel(R) C600 SAS Controller Driver - version 1.0.0-rh
isci 0000:00:05.0: driver configured for rev: 5 silicon
isci 0000:00:05.0: firmware: requesting isci/isci_firmware.bin
isci 0000:00:05.0: OEM SAS parameters (version: 1.0) loaded (firmware)
  alloc irq_desc for 36 on node -1
  alloc kstat_irqs on node -1
isci 0000:00:05.0: PCI INT A -> GSI 36 (level, low) -> IRQ 36
isci 0000:00:05.0: setting latency timer to 64
scsi2 : isci
  alloc irq_desc for 48 on node -1
  alloc kstat_irqs on node -1
isci 0000:00:05.0: irq 48 for MSI/MSI-X
  alloc irq_desc for 49 on node -1
  alloc kstat_irqs on node -1
isci 0000:00:05.0: irq 49 for MSI/MSI-X
xlblk_init: register_blkdev major: 202 
  alloc irq_desc for 17 on node 0
  alloc kstat_irqs on node 0
blkfront: xvda: barriers disabled
 xvda: xvda1 xvda2
scsi 2:0:0:0: Direct-Access     SEAGATE  ST9146802SS      0003 PQ: 0 ANSI: 5
EXT4-fs (xvda1): mounted filesystem with ordered data mode. Opts: 
sd 2:0:0:0: [sda] 286749488 512-byte logical blocks: (146 GB/136 GiB)
sd 2:0:0:0: [sda] Write Protect is off
sd 2:0:0:0: [sda] Mode Sense: b3 00 10 08
sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
 sda: sda1 sda2 sda3
dracut: Mounted root filesystem /dev/xvda1
sd 2:0:0:0: [sda] Attached SCSI disk
SELinux:  Disabled at runtime.
SELinux:  Unregistering netfilter hooks
type=1404 audit(1334593852.890:2): selinux=0 auid=4294967295 ses=4294967295
dracut: 
dracut: Switching root
readahead-collector: starting
udev: starting version 147
piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr
Initialising Xen virtual ethernet driver.
  alloc irq_desc for 18 on node 0
  alloc kstat_irqs on node 0
microcode: CPU0 sig=0x206d6, pf=0x1, revision=0x613
platform microcode: firmware: requesting intel-ucode/06-2d-06
microcode: CPU1 sig=0x206d6, pf=0x1, revision=0x613
platform microcode: firmware: requesting intel-ucode/06-2d-06
microcode: CPU2 sig=0x206d6, pf=0x1, revision=0x613
platform microcode: firmware: requesting intel-ucode/06-2d-06
microcode: CPU3 sig=0x206d6, pf=0x1, revision=0x613
platform microcode: firmware: requesting intel-ucode/06-2d-06
Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
sd 2:0:0:0: Attached scsi generic sg0 type 0
parport_pc 00:0b: reported by Plug and Play ACPI
parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
ppdev: user-space parallel port driver
tun: Universal TUN/TAP device driver, 1.6
tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
Adding 511992k swap on /dev/xvda2.  Priority:-1 extents:1 across:511992k SS
readahead-disable-service: delaying service auditd
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
RPC: Registered tcp NFSv4.1 backchannel transport module.
Bridge firewalling registered
device virbr0-nic entered promiscuous mode
New device virbr0-nic does not support netpoll
Disabling netpoll for virbr0
virbr0: starting userspace STP failed, starting kernel STP
ip_tables: (C) 2000-2006 Netfilter Core Team
nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
Ebtables v2.0 registered
ip6_tables: (C) 2000-2006 Netfilter Core Team
lo: Disabled Privacy Extensions
eth0: no IPv6 routers present
type=1305 audit(1334593880.368:28148): auid=4294967295 ses=4294967295 op="remove rule" key=(null) list=4 res=1
type=1305 audit(1334593880.368:28149): audit_enabled=0 old=1 auid=4294967295 ses=4294967295 res=1
readahead-collector: starting delayed service auditd
readahead-collector: sorting
readahead-collector: finished
psmouse.c: Explorer Mouse at isa0060/serio1/input0 lost synchronization, throwing 1 bytes away.
psmouse.c: resync failed, issuing reconnect request
input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input5
input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input6
psmouse.c: Explorer Mouse at isa0060/serio1/input0 lost synchronization, throwing 3 bytes away.
psmouse.c: resync failed, issuing reconnect request

[-- Attachment #4: guest_lspci --]
[-- Type: application/octet-stream, Size: 2055 bytes --]

00:05.0 Serial Attached SCSI controller: Intel Corporation Patsburg 4-Port SATA/SAS Storage Control Unit (rev 05)
	Subsystem: Intel Corporation Device 3585
	Physical Slot: 5
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64
	Interrupt: pin A routed to IRQ 36
	Region 0: Memory at f3400000 (64-bit, prefetchable) [size=16K]
	Region 2: Memory at f3000000 (64-bit, prefetchable) [size=4M]
	Region 4: I/O ports at c200 [size=256]
	Capabilities: [98] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [c4] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 1024 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [a0] MSI-X: Enable+ Count=2 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Kernel driver in use: isci
	Kernel modules: isci


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

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

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

* Re: PCI Passthrough of SAS controller not working
  2012-04-11 19:51 Aleksandr Tarutin
@ 2012-04-12  6:49 ` Ren, Yongjie
  2012-04-16  8:55 ` Hao, Xudong
  1 sibling, 0 replies; 5+ messages in thread
From: Ren, Yongjie @ 2012-04-12  6:49 UTC (permalink / raw)
  To: Aleksandr Tarutin, xen-devel

Can you also attach your config file for creating the PVHVM guest ?
And the output of 'xm info' or 'xl info' ?
BTW, if using Xen 4.x, 'xl/libxl' toolstack is recommended instead of 'xm/xend'.

Best Regards,
     Yongjie (Jay)

From: xen-devel-bounces@lists.xen.org [mailto:xen-devel-bounces@lists.xen.org] On Behalf Of Aleksandr Tarutin
Sent: Thursday, April 12, 2012 3:52 AM
To: xen-devel@lists.xen.org
Subject: [Xen-devel] PCI Passthrough of SAS controller not working

Hello.

I tried to setup PCI Passthrough of a SAS controller into a PVHVM domU. The device was present in the domU but its modules wouldn't load.

The first related thing was the following message in the guest BIOS just before grub starts:
MPT BIOS Fault 09h encountered at adapter PCI(00h,05h,00h).

I'm attaching the xm dmesg and dmesg from both the host and a guest as well as lspci -v.

-- 
AT.

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

* PCI Passthrough of SAS controller not working
@ 2012-04-11 19:51 Aleksandr Tarutin
  2012-04-12  6:49 ` Ren, Yongjie
  2012-04-16  8:55 ` Hao, Xudong
  0 siblings, 2 replies; 5+ messages in thread
From: Aleksandr Tarutin @ 2012-04-11 19:51 UTC (permalink / raw)
  To: xen-devel


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

Hello.

I tried to setup PCI Passthrough of a SAS controller into a PVHVM domU. The
device was present in the domU but its modules wouldn't load.

The first related thing was the following message in the guest BIOS just
before grub starts:
MPT BIOS Fault 09h encountered at adapter PCI(00h,05h,00h).

I'm attaching the xm dmesg and dmesg from both the host and a guest as well
as lspci -v.

-- 
AT.

[-- Attachment #1.2: Type: text/html, Size: 542 bytes --]

[-- Attachment #2: dom0_dmesg.txt --]
[-- Type: text/plain, Size: 138274 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.2.0-20-generic (buildd@allspice) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu3) ) #33-Ubuntu SMP Tue Mar 27 16:42:26 UTC 2012 (Ubuntu 3.2.0-20.33-generic 3.2.12)
[    0.000000] Command line: placeholder root=/dev/mapper/VSystem01-lvXen02 ro earlyprintk=xen initcall_debug debug loglevel=10 msi=1
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] Freeing  8d-100 pfn range: 115 pages freed
[    0.000000] 1-1 mapping on 8d->100
[    0.000000] 1-1 mapping on be7a5->bf4ad
[    0.000000] 1-1 mapping on bf4af->bf576
[    0.000000] 1-1 mapping on bf800->100000
[    0.000000] Released 115 pages of unused memory
[    0.000000] Set 267842 page(s) to 1-1 mapping
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  Xen: 0000000000000000 - 000000000008d000 (usable)
[    0.000000]  Xen: 000000000008d000 - 0000000000100000 (reserved)
[    0.000000]  Xen: 0000000000100000 - 00000000be7a5000 (usable)
[    0.000000]  Xen: 00000000be7a5000 - 00000000be7f1000 (ACPI NVS)
[    0.000000]  Xen: 00000000be7f1000 - 00000000be7f9000 (ACPI data)
[    0.000000]  Xen: 00000000be7f9000 - 00000000bf477000 (reserved)
[    0.000000]  Xen: 00000000bf477000 - 00000000bf478000 (ACPI NVS)
[    0.000000]  Xen: 00000000bf478000 - 00000000bf489000 (reserved)
[    0.000000]  Xen: 00000000bf489000 - 00000000bf48c000 (ACPI NVS)
[    0.000000]  Xen: 00000000bf48c000 - 00000000bf4ad000 (reserved)
[    0.000000]  Xen: 00000000bf4ad000 - 00000000bf4af000 (usable)
[    0.000000]  Xen: 00000000bf4af000 - 00000000bf503000 (reserved)
[    0.000000]  Xen: 00000000bf503000 - 00000000bf50d000 (ACPI NVS)
[    0.000000]  Xen: 00000000bf50d000 - 00000000bf533000 (reserved)
[    0.000000]  Xen: 00000000bf533000 - 00000000bf576000 (ACPI NVS)
[    0.000000]  Xen: 00000000bf576000 - 00000000bf800000 (usable)
[    0.000000]  Xen: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  Xen: 00000000fed1c000 - 00000000fed40000 (reserved)
[    0.000000]  Xen: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  Xen: 00000000ff000000 - 0000000100000000 (reserved)
[    0.000000]  Xen: 0000000100000000 - 00000003015cf000 (usable)
[    0.000000]  Xen: 00000003015cf000 - 0000000440000000 (unusable)
[    0.000000] bootconsole [xenboot0] enabled
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI 2.7 present.
[    0.000000] DMI: Supermicro X9SCL/X9SCM/X9SCL/X9SCM, BIOS 1.1a 09/28/2011
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] No AGP bridge found
[    0.000000] last_pfn = 0x3015cf max_arch_pfn = 0x400000000
[    0.000000] x2apic enabled by BIOS, switching to x2apic ops
[    0.000000] last_pfn = 0xbf800 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [ffff8800000fce00] fce00
[    0.000000] initial memory mapped : 0 - 04864000
[    0.000000] Base memory trampoline at [ffff880000088000] 88000 size 20480
[    0.000000] init_memory_mapping: 0000000000000000-00000000bf800000
[    0.000000]  0000000000 - 00bf800000 page 4k
[    0.000000] kernel direct mapping tables up to bf800000 @ a00000-1000000
[    0.000000] xen: setting RW the range fd4000 - 1000000
[    0.000000] init_memory_mapping: 0000000100000000-00000003015cf000
[    0.000000]  0100000000 - 03015cf000 page 4k
[    0.000000] kernel direct mapping tables up to 3015cf000 @ 3e7e7000-40000000
[    0.000000] xen: setting RW the range 3f7fb000 - 40000000
[    0.000000] RAMDISK: 02060000 - 04864000
[    0.000000] ACPI: RSDP 00000000000f0450 00024 (v02 SUPERM)
[    0.000000] ACPI: XSDT 00000000be7f1080 0007C (v01 SUPERM SMCI--MB 00000001 AMI  00010013)
[    0.000000] ACPI: FACP 00000000be7f7f48 000F4 (v04 SUPERM SMCI--MB 00000001 AMI  00010013)
[    0.000000] ACPI: DSDT 00000000be7f1188 06DC0 (v02 SUPERM SMCI--MB 00000000 INTL 20051117)
[    0.000000] ACPI: FACS 00000000bf50af80 00040
[    0.000000] ACPI: APIC 00000000be7f8040 00092 (v03 SUPERM SMCI--MB 00000001 AMI  00010013)
[    0.000000] ACPI: SSDT 00000000be7f80d8 001D6 (v01 AMICPU     PROC 00000001 MSFT 03000001)
[    0.000000] ACPI: MCFG 00000000be7f82b0 0003C (v01 SUPERM SMCI--MB 00000001 MSFT 00000097)
[    0.000000] ACPI: HPET 00000000be7f82f0 00038 (v01 SUPERM SMCI--MB 00000001 AMI. 00000004)
[    0.000000] ACPI: SPMI 00000000be7f8328 00040 (v05 A M I   OEMSPMI 00000000 AMI. 00000000)
[    0.000000] ACPI: XMAR 00000000be7f8368 000B0 (v01 ALASKA    A M I 00000001 INTL 00000001)
[    0.000000] ACPI: EINJ 00000000be7f8418 00130 (v01    AMI AMI EINJ 00000000      00000000)
[    0.000000] ACPI: ERST 00000000be7f8548 00210 (v01  AMIER AMI ERST 00000000      00000000)
[    0.000000] ACPI: HEST 00000000be7f8758 000A8 (v01    AMI AMI HEST 00000000      00000000)
[    0.000000] ACPI: BERT 00000000be7f8800 00030 (v01    AMI AMI BERT 00000000      00000000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] Setting APIC routing to cluster x2apic.
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-00000003015cf000
[    0.000000] Initmem setup node 0 0000000000000000-00000003015cf000
[    0.000000]   NODE_DATA [000000003fffb000 - 000000003fffffff]
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x003015cf
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[5] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000008d
[    0.000000]     0: 0x00000100 -> 0x000be7a5
[    0.000000]     0: 0x000bf4ad -> 0x000bf4af
[    0.000000]     0: 0x000bf576 -> 0x000bf800
[    0.000000]     0: 0x00100000 -> 0x003015cf
[    0.000000] On node 0 totalpages: 2883453
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 1497 pages reserved
[    0.000000]   DMA zone: 2404 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 16320 pages used for memmap
[    0.000000]   DMA32 zone: 760433 pages, LIFO batch:31
[    0.000000]   Normal zone: 32856 pages used for memmap
[    0.000000]   Normal zone: 2069879 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 0, version 255, address 0xfec00000, GSI 0-255
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.000000] SMP: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 272
[    0.000000] PM: Registered nosave memory: 000000000008d000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 00000000be7a5000 - 00000000be7f1000
[    0.000000] PM: Registered nosave memory: 00000000be7f1000 - 00000000be7f9000
[    0.000000] PM: Registered nosave memory: 00000000be7f9000 - 00000000bf477000
[    0.000000] PM: Registered nosave memory: 00000000bf477000 - 00000000bf478000
[    0.000000] PM: Registered nosave memory: 00000000bf478000 - 00000000bf489000
[    0.000000] PM: Registered nosave memory: 00000000bf489000 - 00000000bf48c000
[    0.000000] PM: Registered nosave memory: 00000000bf48c000 - 00000000bf4ad000
[    0.000000] PM: Registered nosave memory: 00000000bf4af000 - 00000000bf503000
[    0.000000] PM: Registered nosave memory: 00000000bf503000 - 00000000bf50d000
[    0.000000] PM: Registered nosave memory: 00000000bf50d000 - 00000000bf533000
[    0.000000] PM: Registered nosave memory: 00000000bf533000 - 00000000bf576000
[    0.000000] PM: Registered nosave memory: 00000000bf800000 - 00000000fec00000
[    0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
[    0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed1c000
[    0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed40000
[    0.000000] PM: Registered nosave memory: 00000000fed40000 - 00000000fee00000
[    0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
[    0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ff000000
[    0.000000] PM: Registered nosave memory: 00000000ff000000 - 0000000100000000
[    0.000000] Allocating PCI resources starting at bf800000 (gap: bf800000:3f400000)
[    0.000000] Booting paravirtualized kernel on Xen
[    0.000000] Xen version: 4.1.3-rc1-pre (preserve-AD)
[    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88003feca000 s83072 r8192 d23424 u114688
[    0.000000] pcpu-alloc: s83072 r8192 d23424 u114688 alloc=28*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7 
[    3.411391] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 2832716
[    3.411394] Policy zone: Normal
[    3.411396] Kernel command line: placeholder root=/dev/mapper/VSystem01-lvXen02 ro earlyprintk=xen initcall_debug debug loglevel=10 msi=1
[    3.411806] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    3.431332] Placing 64MB software IO TLB between ffff88002f000000 - ffff880033000000
[    3.431336] software IO TLB at phys 0x2f000000 - 0x33000000
[    3.433518] Memory: 716924k/12605244k available (6565k kernel code, 1071432k absent, 10816888k reserved, 6639k data, 920k init)
[    3.433585] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    3.433607] Hierarchical RCU implementation.
[    3.433609] 	RCU dyntick-idle grace-period acceleration is enabled.
[    3.433616] NR_IRQS:16640 nr_irqs:2048 16
[    3.433672] xen: sci override: global_irq=9 trigger=0 polarity=0
[    3.433675] xen: registering gsi 9 triggering 0 polarity 0
[    3.433683] xen: --> pirq=9 -> irq=9 (gsi=9)
[    3.433715] xen: acpi sci 9
[    3.433718] xen: --> pirq=1 -> irq=1 (gsi=1)
[    3.433721] xen: --> pirq=2 -> irq=2 (gsi=2)
[    3.433724] xen: --> pirq=3 -> irq=3 (gsi=3)
[    3.433727] xen: --> pirq=4 -> irq=4 (gsi=4)
[    3.433730] xen: --> pirq=5 -> irq=5 (gsi=5)
[    3.433733] xen: --> pirq=6 -> irq=6 (gsi=6)
[    3.433736] xen: --> pirq=7 -> irq=7 (gsi=7)
[    3.433738] xen: --> pirq=8 -> irq=8 (gsi=8)
[    3.433740] xen_map_pirq_gsi: returning irq 9 for gsi 9
[    3.433742] xen: --> pirq=9 -> irq=9 (gsi=9)
[    3.433745] xen: --> pirq=10 -> irq=10 (gsi=10)
[    3.433748] xen: --> pirq=11 -> irq=11 (gsi=11)
[    3.433751] xen: --> pirq=12 -> irq=12 (gsi=12)
[    3.433754] xen: --> pirq=13 -> irq=13 (gsi=13)
[    3.433757] xen: --> pirq=14 -> irq=14 (gsi=14)
[    3.433760] xen: --> pirq=15 -> irq=15 (gsi=15)
[    3.436634] Console: colour VGA+ 80x25
[    3.436637] console [tty0] enabled, bootconsole disabled
[    3.447200] allocated 93323264 bytes of page_cgroup
[    3.447288] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    3.447408] Xen: using vcpuop timer interface
[    3.447487] installing Xen timer for CPU 0
[    3.447591] Detected 3192.838 MHz processor.
[    3.447674] Calibrating delay loop (skipped), value calculated using timer frequency.. 6385.67 BogoMIPS (lpj=12771352)
[    3.447839] pid_max: default: 32768 minimum: 301
[    3.447943] Security Framework initialized
[    3.448028] AppArmor: AppArmor initialized
[    3.448104] Yama: becoming mindful.
[    3.452483] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    3.456770] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    3.457913] Mount-cache hash table entries: 256
[    3.458127] Initializing cgroup subsys cpuacct
[    3.458212] Initializing cgroup subsys memory
[    3.458297] Initializing cgroup subsys devices
[    3.458379] Initializing cgroup subsys freezer
[    3.458461] Initializing cgroup subsys blkio
[    3.458546] Initializing cgroup subsys perf_event
[    3.458679] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    3.458680] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    3.458883] CPU: Physical Processor ID: 0
[    3.458978] CPU: Processor Core ID: 0
[    3.460993] ACPI: Core revision 20110623
[    3.691196] ftrace: allocating 27049 entries in 107 pages
[    3.698626] cpu 0 spinlock event irq 273
[    3.698748] calling  trace_init_flags_sys_exit+0x0/0x12 @ 1
[    3.698851] initcall trace_init_flags_sys_exit+0x0/0x12 returned 0 after 0 usecs
[    3.698976] calling  trace_init_flags_sys_enter+0x0/0x12 @ 1
[    3.699080] initcall trace_init_flags_sys_enter+0x0/0x12 returned 0 after 0 usecs
[    3.699205] calling  init_hw_perf_events+0x0/0x86 @ 1
[    3.699306] Performance Events: unsupported p6 CPU model 42 no PMU driver, software events only.
[    3.699579] initcall init_hw_perf_events+0x0/0x86 returned 0 after 0 usecs
[    3.699683] calling  register_trigger_all_cpu_backtrace+0x0/0x1f @ 1
[    3.699789] initcall register_trigger_all_cpu_backtrace+0x0/0x1f returned 0 after 0 usecs
[    3.699915] calling  numachip_system_init+0x0/0xa8 @ 1
[    3.700019] initcall numachip_system_init+0x0/0xa8 returned 0 after 0 usecs
[    3.700122] calling  migration_init+0x0/0x6c @ 1
[    3.700223] initcall migration_init+0x0/0x6c returned 0 after 0 usecs
[    3.700327] calling  spawn_ksoftirqd+0x0/0x53 @ 1
[    3.700443] initcall spawn_ksoftirqd+0x0/0x53 returned 0 after 0 usecs
[    3.700547] calling  init_workqueues+0x0/0x2d4 @ 1
[    3.700689] initcall init_workqueues+0x0/0x2d4 returned 0 after 0 usecs
[    3.700795] calling  cpu_stop_init+0x0/0xad @ 1
[    3.700907] initcall cpu_stop_init+0x0/0xad returned 0 after 0 usecs
[    3.701011] calling  rcu_scheduler_really_started+0x0/0x12 @ 1
[    3.701114] initcall rcu_scheduler_really_started+0x0/0x12 returned 0 after 0 usecs
[    3.701243] calling  relay_init+0x0/0x14 @ 1
[    3.701344] initcall relay_init+0x0/0x14 returned 0 after 0 usecs
[    3.701449] calling  tracer_alloc_buffers+0x0/0x1cd @ 1
[    3.701566] initcall tracer_alloc_buffers+0x0/0x1cd returned 0 after 0 usecs
[    3.701672] calling  init_trace_printk+0x0/0x12 @ 1
[    3.701771] initcall init_trace_printk+0x0/0x12 returned 0 after 0 usecs
[    3.701877] calling  jump_label_init_module+0x0/0x12 @ 1
[    3.701979] initcall jump_label_init_module+0x0/0x12 returned 0 after 0 usecs
[    3.702085] NMI watchdog disabled (cpu0): hardware events not enabled
[    3.702248] installing Xen timer for CPU 1
[    3.702354] cpu 1 spinlock event irq 279
[    3.702554] NMI watchdog disabled (cpu1): hardware events not enabled
[    3.702679] Brought up 2 CPUs
[    3.702960] devtmpfs: initialized
[    3.703811] calling  ipc_ns_init+0x0/0x14 @ 1
[    3.703913] initcall ipc_ns_init+0x0/0x14 returned 0 after 0 usecs
[    3.704017] calling  init_mmap_min_addr+0x0/0x16 @ 1
[    3.704119] initcall init_mmap_min_addr+0x0/0x16 returned 0 after 0 usecs
[    3.704222] calling  evm_display_config+0x0/0x2f @ 1
[    3.704323] EVM: security.selinux
[    3.704420] EVM: security.SMACK64
[    3.704518] EVM: security.capability
[    3.704619] initcall evm_display_config+0x0/0x2f returned 0 after 0 usecs
[    3.704724] calling  init_cpufreq_transition_notifier_list+0x0/0x1b @ 1
[    3.704830] initcall init_cpufreq_transition_notifier_list+0x0/0x1b returned 0 after 0 usecs
[    3.704957] calling  net_ns_init+0x0/0xe8 @ 1
[    3.705091] initcall net_ns_init+0x0/0xe8 returned 0 after 0 usecs
[    3.705200] calling  e820_mark_nvs_memory+0x0/0x3d @ 1
[    3.705301] PM: Registering ACPI NVS region at be7a5000 (311296 bytes)
[    3.705409] PM: Registering ACPI NVS region at bf477000 (4096 bytes)
[    3.705513] PM: Registering ACPI NVS region at bf489000 (12288 bytes)
[    3.705617] PM: Registering ACPI NVS region at bf503000 (40960 bytes)
[    3.705718] PM: Registering ACPI NVS region at bf533000 (274432 bytes)
[    3.705827] initcall e820_mark_nvs_memory+0x0/0x3d returned 0 after 0 usecs
[    3.705931] calling  cpufreq_tsc+0x0/0x30 @ 1
[    3.706032] initcall cpufreq_tsc+0x0/0x30 returned 0 after 0 usecs
[    3.706135] calling  pci_reboot_init+0x0/0x14 @ 1
[    3.706238] initcall pci_reboot_init+0x0/0x14 returned 0 after 0 usecs
[    3.706343] calling  init_lapic_sysfs+0x0/0x20 @ 1
[    3.706443] initcall init_lapic_sysfs+0x0/0x20 returned 0 after 0 usecs
[    3.706549] calling  init_smp_flush+0x0/0x3a @ 1
[    3.706649] initcall init_smp_flush+0x0/0x3a returned 0 after 0 usecs
[    3.706756] calling  cpu_hotplug_pm_sync_init+0x0/0x20 @ 1
[    3.706858] initcall cpu_hotplug_pm_sync_init+0x0/0x20 returned 0 after 0 usecs
[    3.706983] calling  alloc_frozen_cpus+0x0/0x10 @ 1
[    3.707086] initcall alloc_frozen_cpus+0x0/0x10 returned 0 after 0 usecs
[    3.707192] calling  sysctl_init+0x0/0x32 @ 1
[    3.707331] initcall sysctl_init+0x0/0x32 returned 0 after 0 usecs
[    3.707433] calling  ksysfs_init+0x0/0x91 @ 1
[    3.707539] initcall ksysfs_init+0x0/0x91 returned 0 after 0 usecs
[    3.707643] calling  init_jiffies_clocksource+0x0/0x12 @ 1
[    3.707747] initcall init_jiffies_clocksource+0x0/0x12 returned 0 after 0 usecs
[    3.707872] calling  pm_init+0x0/0x6a @ 1
[    3.707977] initcall pm_init+0x0/0x6a returned 0 after 0 usecs
[    3.708078] calling  pm_disk_init+0x0/0x19 @ 1
[    3.708181] initcall pm_disk_init+0x0/0x19 returned 0 after 0 usecs
[    3.708283] calling  swsusp_header_init+0x0/0x40 @ 1
[    3.708387] initcall swsusp_header_init+0x0/0x40 returned 0 after 0 usecs
[    3.708493] calling  init_ftrace_syscalls+0x0/0x87 @ 1
[    3.709015] initcall init_ftrace_syscalls+0x0/0x87 returned 0 after 0 usecs
[    3.709119] calling  init_zero_pfn+0x0/0x1f @ 1
[    3.709221] initcall init_zero_pfn+0x0/0x1f returned 0 after 0 usecs
[    3.709325] calling  memory_failure_init+0x0/0xa1 @ 1
[    3.709426] initcall memory_failure_init+0x0/0xa1 returned 0 after 0 usecs
[    3.709531] calling  fsnotify_init+0x0/0x26 @ 1
[    3.709633] initcall fsnotify_init+0x0/0x26 returned 0 after 0 usecs
[    3.709737] calling  filelock_init+0x0/0x2a @ 1
[    3.709839] initcall filelock_init+0x0/0x2a returned 0 after 0 usecs
[    3.709941] calling  init_script_binfmt+0x0/0x14 @ 1
[    3.710043] initcall init_script_binfmt+0x0/0x14 returned 0 after 0 usecs
[    3.710144] calling  init_elf_binfmt+0x0/0x14 @ 1
[    3.710247] initcall init_elf_binfmt+0x0/0x14 returned 0 after 0 usecs
[    3.710352] calling  init_compat_elf_binfmt+0x0/0x14 @ 1
[    3.710455] initcall init_compat_elf_binfmt+0x0/0x14 returned 0 after 0 usecs
[    3.710562] calling  debugfs_init+0x0/0x57 @ 1
[    3.710665] initcall debugfs_init+0x0/0x57 returned 0 after 0 usecs
[    3.710770] calling  securityfs_init+0x0/0x4e @ 1
[    3.710870] initcall securityfs_init+0x0/0x4e returned 0 after 0 usecs
[    3.710974] calling  random32_init+0x0/0xd6 @ 1
[    3.711073] initcall random32_init+0x0/0xd6 returned 0 after 0 usecs
[    3.711179] calling  sfi_sysfs_init+0x0/0xda @ 1
[    3.711283] initcall sfi_sysfs_init+0x0/0xda returned 0 after 0 usecs
[    3.711387] calling  virtio_init+0x0/0x30 @ 1
[    3.711500] initcall virtio_init+0x0/0x30 returned 0 after 0 usecs
[    3.711606] calling  __gnttab_init+0x0/0x21 @ 1
[    3.711715] Grant table initialized
[    3.711812] initcall __gnttab_init+0x0/0x21 returned 0 after 0 usecs
[    3.711917] calling  regulator_init+0x0/0xa6 @ 1
[    3.712053] print_constraints: dummy: 
[    3.712159] initcall regulator_init+0x0/0xa6 returned 0 after 0 usecs
[    3.712265] calling  early_resume_init+0x0/0x20 @ 1
[    3.712427] RTC time: 18:29:23, date: 04/11/12
[    3.712527] initcall early_resume_init+0x0/0x20 returned 0 after 0 usecs
[    3.712633] calling  cpufreq_core_init+0x0/0xa9 @ 1
[    3.712735] initcall cpufreq_core_init+0x0/0xa9 returned 0 after 0 usecs
[    3.712841] calling  cpuidle_init+0x0/0x3d @ 1
[    3.712942] initcall cpuidle_init+0x0/0x3d returned -19 after 0 usecs
[    3.713045] calling  sock_init+0x0/0x80 @ 1
[    3.713162] initcall sock_init+0x0/0x80 returned 0 after 0 usecs
[    3.713266] calling  net_inuse_init+0x0/0x26 @ 1
[    3.713369] initcall net_inuse_init+0x0/0x26 returned 0 after 0 usecs
[    3.713474] calling  netpoll_init+0x0/0x31 @ 1
[    3.713575] initcall netpoll_init+0x0/0x31 returned 0 after 0 usecs
[    3.713680] calling  netlink_proto_init+0x0/0x25 @ 1
[    3.713784] NET: Registered protocol family 16
[    3.713890] initcall netlink_proto_init+0x0/0x25 returned 0 after 0 usecs
[    3.713996] calling  populate_rootfs_early+0x0/0x3b @ 1
[    3.714101] initcall populate_rootfs_early+0x0/0x3b returned 1 after 0 usecs
[    3.714207] initcall populate_rootfs_early+0x0/0x3b returned with error code 1 
[    3.714332] calling  bdi_class_init+0x0/0x49 @ 1
[    3.714437] initcall bdi_class_init+0x0/0x49 returned 0 after 0 usecs
[    3.714542] calling  kobject_uevent_init+0x0/0x21 @ 1
[    3.714659] initcall kobject_uevent_init+0x0/0x21 returned 0 after 0 usecs
[    3.714666] calling  1_async_populate_rootfs+0x0/0x36 @ 5
[    3.714695] Trying to unpack rootfs image as initramfs...
[    3.714967] calling  gpiolib_sysfs_init+0x0/0x92 @ 1
[    3.715074] initcall gpiolib_sysfs_init+0x0/0x92 returned 0 after 0 usecs
[    3.715179] calling  pcibus_class_init+0x0/0x19 @ 1
[    3.715283] initcall pcibus_class_init+0x0/0x19 returned 0 after 0 usecs
[    3.715385] calling  pci_driver_init+0x0/0x12 @ 1
[    3.715491] initcall pci_driver_init+0x0/0x12 returned 0 after 0 usecs
[    3.715593] calling  rio_bus_init+0x0/0x30 @ 1
[    3.715711] initcall rio_bus_init+0x0/0x30 returned 0 after 0 usecs
[    3.715815] calling  backlight_class_init+0x0/0x5d @ 1
[    3.715920] initcall backlight_class_init+0x0/0x5d returned 0 after 0 usecs
[    3.716026] calling  xenbus_init+0x0/0x191 @ 1
[    3.716184] initcall xenbus_init+0x0/0x191 returned 0 after 0 usecs
[    3.716288] calling  tty_class_init+0x0/0x34 @ 1
[    3.716395] initcall tty_class_init+0x0/0x34 returned 0 after 0 usecs
[    3.716500] calling  vtconsole_class_init+0x0/0xe2 @ 1
[    3.716618] initcall vtconsole_class_init+0x0/0xe2 returned 0 after 0 usecs
[    3.716721] calling  wakeup_sources_debugfs_init+0x0/0x2b @ 1
[    3.716826] initcall wakeup_sources_debugfs_init+0x0/0x2b returned 0 after 0 usecs
[    3.716952] calling  register_node_type+0x0/0x2a @ 1
[    3.717059] initcall register_node_type+0x0/0x2a returned 0 after 0 usecs
[    3.717165] calling  regmap_initcall+0x0/0xd @ 1
[    3.717268] initcall regmap_initcall+0x0/0xd returned 0 after 0 usecs
[    3.717373] calling  spi_init+0x0/0x95 @ 1
[    3.717482] initcall spi_init+0x0/0x95 returned 0 after 0 usecs
[    3.717587] calling  i2c_init+0x0/0x6f @ 1
[    3.717701] initcall i2c_init+0x0/0x6f returned 0 after 0 usecs
[    3.717806] calling  amd_postcore_init+0x0/0x81 @ 1
[    3.719612] initcall amd_postcore_init+0x0/0x81 returned 0 after 0 usecs
[    3.719721] calling  arch_kdebugfs_init+0x0/0x24 @ 1
[    3.719829] initcall arch_kdebugfs_init+0x0/0x24 returned 0 after 0 usecs
[    3.719936] calling  configure_trampolines+0x0/0x26 @ 1
[    3.720047] initcall configure_trampolines+0x0/0x26 returned 0 after 0 usecs
[    3.720155] calling  mtrr_if_init+0x0/0x64 @ 1
[    3.720257] initcall mtrr_if_init+0x0/0x64 returned -19 after 0 usecs
[    3.720362] calling  ffh_cstate_init+0x0/0x2a @ 1
[    3.720465] initcall ffh_cstate_init+0x0/0x2a returned 0 after 0 usecs
[    3.720571] calling  activate_jump_labels+0x0/0x32 @ 1
[    3.720675] initcall activate_jump_labels+0x0/0x32 returned 0 after 0 usecs
[    3.720782] calling  acpi_pci_init+0x0/0x5c @ 1
[    3.720883] ACPI: bus type pci registered
[    3.720984] initcall acpi_pci_init+0x0/0x5c returned 0 after 0 usecs
[    3.721091] calling  dma_bus_init+0x0/0x19 @ 1
[    3.721202] initcall dma_bus_init+0x0/0x19 returned 0 after 0 usecs
[    3.721310] calling  dma_channel_table_init+0x0/0x118 @ 1
[    3.721426] initcall dma_channel_table_init+0x0/0x118 returned 0 after 0 usecs
[    3.721552] calling  setup_vcpu_hotplug_event+0x0/0x22 @ 1
[    3.721655] initcall setup_vcpu_hotplug_event+0x0/0x22 returned 0 after 0 usecs
[    3.721777] calling  register_xen_pci_notifier+0x0/0x31 @ 1
[    3.721880] initcall register_xen_pci_notifier+0x0/0x31 returned 0 after 0 usecs
[    3.722008] calling  dmi_id_init+0x0/0xca @ 1
[    3.722157] initcall dmi_id_init+0x0/0xca returned 0 after 0 usecs
[    3.722264] calling  pci_arch_init+0x0/0x66 @ 1
[    3.722397] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    3.722526] PCI: not using MMCONFIG
[    3.722626] PCI: Using configuration type 1 for base access
[    3.722729] initcall pci_arch_init+0x0/0x66 returned 0 after 0 usecs
[    3.722834] calling  topology_init+0x0/0x96 @ 1
[    3.723074] initcall topology_init+0x0/0x96 returned 0 after 0 usecs
[    3.723179] calling  mtrr_init_finialize+0x0/0x36 @ 1
[    3.723280] initcall mtrr_init_finialize+0x0/0x36 returned 0 after 0 usecs
[    3.723385] calling  init_vdso+0x0/0x7e @ 1
[    3.723487] initcall init_vdso+0x0/0x7e returned 0 after 0 usecs
[    3.723591] calling  sysenter_setup+0x0/0xab @ 1
[    3.723694] initcall sysenter_setup+0x0/0xab returned 0 after 0 usecs
[    3.723800] calling  param_sysfs_init+0x0/0x4b @ 1
[    3.724418] initcall param_sysfs_init+0x0/0x4b returned 0 after 0 usecs
[    3.724525] calling  pm_sysrq_init+0x0/0x20 @ 1
[    3.724626] initcall pm_sysrq_init+0x0/0x20 returned 0 after 0 usecs
[    3.724728] calling  default_bdi_init+0x0/0xa5 @ 1
[    3.724918] initcall default_bdi_init+0x0/0xa5 returned 0 after 0 usecs
[    3.725024] calling  init_bio+0x0/0x11a @ 1
[    3.725154] bio: create slab <bio-0> at 0
[    3.725258] initcall init_bio+0x0/0x11a returned 0 after 0 usecs
[    3.725363] calling  fsnotify_notification_init+0x0/0x8b @ 1
[    3.725471] initcall fsnotify_notification_init+0x0/0x8b returned 0 after 0 usecs
[    3.725598] calling  cryptomgr_init+0x0/0x12 @ 1
[    3.725699] initcall cryptomgr_init+0x0/0x12 returned 0 after 0 usecs
[    3.725803] calling  blk_settings_init+0x0/0x2a @ 1
[    3.725905] initcall blk_settings_init+0x0/0x2a returned 0 after 0 usecs
[    3.726010] calling  blk_ioc_init+0x0/0x2a @ 1
[    3.726111] initcall blk_ioc_init+0x0/0x2a returned 0 after 0 usecs
[    3.726219] calling  blk_softirq_init+0x0/0x6d @ 1
[    3.726323] initcall blk_softirq_init+0x0/0x6d returned 0 after 0 usecs
[    3.726428] calling  blk_iopoll_setup+0x0/0x6d @ 1
[    3.726530] initcall blk_iopoll_setup+0x0/0x6d returned 0 after 0 usecs
[    3.726636] calling  genhd_device_init+0x0/0x78 @ 1
[    3.726809] initcall genhd_device_init+0x0/0x78 returned 0 after 0 usecs
[    3.726914] calling  blk_dev_integrity_init+0x0/0x2a @ 1
[    3.727014] initcall blk_dev_integrity_init+0x0/0x2a returned 0 after 0 usecs
[    3.727118] calling  gpiolib_debugfs_init+0x0/0x24 @ 1
[    3.727223] initcall gpiolib_debugfs_init+0x0/0x24 returned 0 after 0 usecs
[    3.727327] calling  stmpe_gpio_init+0x0/0x12 @ 1
[    3.727437] initcall stmpe_gpio_init+0x0/0x12 returned 0 after 0 usecs
[    3.727541] calling  sx150x_init+0x0/0x14 @ 1
[    3.727647] initcall sx150x_init+0x0/0x14 returned 0 after 0 usecs
[    3.727750] calling  tc3589x_gpio_init+0x0/0x12 @ 1
[    3.727854] initcall tc3589x_gpio_init+0x0/0x12 returned 0 after 0 usecs
[    3.727961] calling  pci_slot_init+0x0/0x50 @ 1
[    3.728063] initcall pci_slot_init+0x0/0x50 returned 0 after 0 usecs
[    3.728169] calling  fbmem_init+0x0/0x98 @ 1
[    3.728277] initcall fbmem_init+0x0/0x98 returned 0 after 0 usecs
[    3.728379] calling  acpi_init+0x0/0xb9 @ 1
[    3.728488] ACPI: Added _OSI(Module Device)
[    3.728588] ACPI: Added _OSI(Processor Device)
[    3.728691] ACPI: Added _OSI(3.0 _SCP Extensions)
[    3.728792] ACPI: Added _OSI(Processor Aggregator Device)
[    3.730940] ACPI: EC: Look up EC in DSDT
[    3.732981] ACPI: Executed 1 blocks of module-level executable AML code
[    3.736484] ACPI: SSDT 00000000bf504018 0086C (v01    AMI      IST 00000001 MSFT 03000001)
[    3.737319] ACPI: Dynamic OEM Table Load:
[    3.737564] ACPI: SSDT           (null) 0086C (v01    AMI      IST 00000001 MSFT 03000001)
[    3.737921] ACPI: SSDT 00000000bf505e18 001A4 (v01    AMI      CST 00000001 MSFT 03000001)
[    3.738689] ACPI: Dynamic OEM Table Load:
[    3.738939] ACPI: SSDT           (null) 001A4 (v01    AMI      CST 00000001 MSFT 03000001)
[    3.739452] ACPI: Interpreter enabled
[    3.739552] ACPI: (supports S0 S1 S4 S5)
[    3.739953] ACPI: Using IOAPIC for interrupt routing
[    3.740092] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    3.740312] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    3.747265] Freeing initrd memory: 40976k freed
[    3.753788] initcall 1_async_populate_rootfs+0x0/0x36 returned 0 after 39064 usecs
[    3.816135] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    3.821524] initcall acpi_init+0x0/0xb9 returned 0 after 89849 usecs
[    3.821630] calling  dock_init+0x0/0xa5 @ 1
[    3.821880] ACPI: No dock devices found.
[    3.821981] initcall dock_init+0x0/0xa5 returned 0 after 0 usecs
[    3.822085] calling  acpi_pci_root_init+0x0/0x2d @ 1
[    3.822221] HEST: Table parsing has been initialized.
[    3.822324] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    3.822725] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    3.823103] pci_root PNP0A08:00: host bridge window [io  0x0000-0x03af]
[    3.823208] pci_root PNP0A08:00: host bridge window [io  0x03e0-0x0cf7]
[    3.823310] pci_root PNP0A08:00: host bridge window [io  0x03b0-0x03df]
[    3.823416] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    3.823522] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    3.823647] pci_root PNP0A08:00: host bridge window [mem 0x000c0000-0x000dffff]
[    3.823771] pci_root PNP0A08:00: host bridge window [mem 0xf0000000-0xfbffffff]
[    3.823911] pci 0000:00:00.0: [8086:0108] type 0 class 0x000600
[    3.824099] pci 0000:00:01.0: [8086:0101] type 1 class 0x000604
[    3.824283] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    3.824390] pci 0000:00:01.0: PME# disabled
[    3.824679] pci 0000:00:19.0: [8086:1502] type 0 class 0x000200
[    3.824856] pci 0000:00:19.0: reg 10: [mem 0xfbb00000-0xfbb1ffff]
[    3.824989] pci 0000:00:19.0: reg 14: [mem 0xfbb24000-0xfbb24fff]
[    3.825125] pci 0000:00:19.0: reg 18: [io  0xf020-0xf03f]
[    3.825510] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    3.825619] pci 0000:00:19.0: PME# disabled
[    3.825803] pci 0000:00:1a.0: [8086:1c2d] type 0 class 0x000c03
[    3.825980] pci 0000:00:1a.0: reg 10: [mem 0xfbb23000-0xfbb233ff]
[    3.826436] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    3.826549] pci 0000:00:1a.0: PME# disabled
[    3.826733] pci 0000:00:1c.0: [8086:1c10] type 1 class 0x000604
[    3.827239] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    3.827355] pci 0000:00:1c.0: PME# disabled
[    3.827575] pci 0000:00:1c.4: [8086:1c18] type 1 class 0x000604
[    3.828070] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    3.828186] pci 0000:00:1c.4: PME# disabled
[    3.828402] pci 0000:00:1d.0: [8086:1c26] type 0 class 0x000c03
[    3.828581] pci 0000:00:1d.0: reg 10: [mem 0xfbb22000-0xfbb223ff]
[    3.829039] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    3.829151] pci 0000:00:1d.0: PME# disabled
[    3.829313] pci 0000:00:1e.0: [8086:244e] type 1 class 0x000604
[    3.829692] pci 0000:00:1f.0: [8086:1c54] type 0 class 0x000601
[    3.830270] pci 0000:00:1f.2: [8086:2822] type 0 class 0x000104
[    3.830453] pci 0000:00:1f.2: reg 10: [io  0xf070-0xf077]
[    3.830584] pci 0000:00:1f.2: reg 14: [io  0xf060-0xf063]
[    3.830714] pci 0000:00:1f.2: reg 18: [io  0xf050-0xf057]
[    3.830846] pci 0000:00:1f.2: reg 1c: [io  0xf040-0xf043]
[    3.830975] pci 0000:00:1f.2: reg 20: [io  0xf000-0xf01f]
[    3.831107] pci 0000:00:1f.2: reg 24: [mem 0xfbb21000-0xfbb217ff]
[    3.831421] pci 0000:00:1f.2: PME# supported from D3hot
[    3.831531] pci 0000:00:1f.2: PME# disabled
[    3.831693] pci 0000:00:1f.3: [8086:1c22] type 0 class 0x000c05
[    3.831855] pci 0000:00:1f.3: reg 10: [mem 0xfbb20000-0xfbb200ff 64bit]
[    3.832051] pci 0000:00:1f.3: reg 20: [io  0x1180-0x119f]
[    3.832329] pci 0000:01:00.0: [1000:0072] type 0 class 0x000107
[    3.832443] pci 0000:01:00.0: reg 10: [io  0xe000-0xe0ff]
[    3.832559] pci 0000:01:00.0: reg 14: [mem 0xfbac0000-0xfbac3fff 64bit]
[    3.832679] pci 0000:01:00.0: reg 1c: [mem 0xffa80000-0xffabffff 64bit]
[    3.832802] pci 0000:01:00.0: reg 30: [mem 0xfba00000-0xfba7ffff pref]
[    3.832971] pci 0000:01:00.0: supports D1 D2
[    3.841787] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    3.841914] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    3.842020] pci 0000:00:01.0:   bridge window [mem 0xfba00000-0xfbafffff]
[    3.842346] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    3.842839] pci 0000:03:00.0: [8086:10d3] type 0 class 0x000200
[    3.842995] pci 0000:03:00.0: reg 10: [mem 0xfb900000-0xfb91ffff]
[    3.843171] pci 0000:03:00.0: reg 18: [io  0xd000-0xd01f]
[    3.843309] pci 0000:03:00.0: reg 1c: [mem 0xfb920000-0xfb923fff]
[    3.843758] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    3.843870] pci 0000:03:00.0: PME# disabled
[    3.854021] pci 0000:00:1c.4: PCI bridge to [bus 03-03]
[    3.854130] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
[    3.854240] pci 0000:00:1c.4:   bridge window [mem 0xfb900000-0xfb9fffff]
[    3.854489] pci 0000:04:03.0: [102b:0532] type 0 class 0x000300
[    3.854650] pci 0000:04:03.0: reg 10: [mem 0xfa000000-0xfaffffff pref]
[    3.854782] pci 0000:04:03.0: reg 14: [mem 0xfb800000-0xfb803fff]
[    3.854910] pci 0000:04:03.0: reg 18: [mem 0xfb000000-0xfb7fffff]
[    3.855375] pci 0000:00:1e.0: PCI bridge to [bus 04-04] (subtractive decode)
[    3.855493] pci 0000:00:1e.0:   bridge window [mem 0xfb000000-0xfb8fffff]
[    3.855613] pci 0000:00:1e.0:   bridge window [mem 0xfa000000-0xfaffffff 64bit pref]
[    3.855737] pci 0000:00:1e.0:   bridge window [io  0x0000-0x03af] (subtractive decode)
[    3.855860] pci 0000:00:1e.0:   bridge window [io  0x03e0-0x0cf7] (subtractive decode)
[    3.855982] pci 0000:00:1e.0:   bridge window [io  0x03b0-0x03df] (subtractive decode)
[    3.856106] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    3.856228] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    3.856354] pci 0000:00:1e.0:   bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
[    3.856481] pci 0000:00:1e.0:   bridge window [mem 0xf0000000-0xfbffffff] (subtractive decode)
[    3.856675] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    3.856836] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR20._PRT]
[    3.856970] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
[    3.857092] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX4._PRT]
[    3.857219] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[    3.857432]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    3.857759]  pci0000:00: ACPI _OSC control (0x1c) granted
[    3.860568] initcall acpi_pci_root_init+0x0/0x2d returned 0 after 39064 usecs
[    3.860672] calling  acpi_pci_link_init+0x0/0x3e @ 1
[    3.860810] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[    3.861815] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[    3.862828] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    3.863764] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    3.864703] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 *7 10 11 12 14 15)
[    3.865723] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
[    3.866843] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
[    3.867956] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[    3.868955] initcall acpi_pci_link_init+0x0/0x3e returned 0 after 7812 usecs
[    3.869059] calling  pnp_init+0x0/0x12 @ 1
[    3.869166] initcall pnp_init+0x0/0x12 returned 0 after 0 usecs
[    3.869271] calling  xen_setup_shutdown_event+0x0/0x30 @ 1
[    3.869375] initcall xen_setup_shutdown_event+0x0/0x30 returned 0 after 0 usecs
[    3.869499] calling  balloon_init+0x0/0x19 @ 1
[    3.869601] xen/balloon: Initialising balloon driver.
[    3.891210] initcall balloon_init+0x0/0x19 returned 0 after 19532 usecs
[    3.891319] calling  xenbus_probe_backend_init+0x0/0x2a @ 1
[    3.891443] initcall xenbus_probe_backend_init+0x0/0x2a returned 0 after 0 usecs
[    3.891567] calling  xenbus_probe_frontend_init+0x0/0x2b @ 1
[    3.891676] initcall xenbus_probe_frontend_init+0x0/0x2b returned 0 after 0 usecs
[    3.891801] calling  balloon_init+0x0/0x41 @ 1
[    3.891901] xen-balloon: Initialising balloon driver.
[    3.892022] initcall balloon_init+0x0/0x41 returned 0 after 0 usecs
[    3.892127] calling  xen_selfballoon_init+0x0/0x83 @ 1
[    3.892234] xen/balloon: Xen selfballooning driver disabled for domain0.
[    3.892337] initcall xen_selfballoon_init+0x0/0x83 returned -19 after 0 usecs
[    3.892442] calling  pm8607_regulator_init+0x0/0x12 @ 1
[    3.892551] initcall pm8607_regulator_init+0x0/0x12 returned 0 after 0 usecs
[    3.892656] calling  ab8500_regulator_init+0x0/0x2e @ 1
[    3.892761] initcall ab8500_regulator_init+0x0/0x2e returned 0 after 0 usecs
[    3.892867] calling  misc_init+0x0/0xb6 @ 1
[    3.892974] initcall misc_init+0x0/0xb6 returned 0 after 0 usecs
[    3.893078] calling  vga_arb_device_init+0x0/0xf1 @ 1
[    3.893259] vgaarb: device added: PCI:0000:04:03.0,decodes=io+mem,owns=io+mem,locks=none
[    3.893385] vgaarb: loaded
[    3.893481] vgaarb: bridge control possible 0000:04:03.0
[    3.893584] initcall vga_arb_device_init+0x0/0xf1 returned 0 after 0 usecs
[    3.893691] calling  cn_init+0x0/0x9e @ 1
[    3.893795] initcall cn_init+0x0/0x9e returned 0 after 0 usecs
[    3.893899] calling  pm860x_i2c_init+0x0/0x30 @ 1
[    3.894006] initcall pm860x_i2c_init+0x0/0x30 returned 0 after 0 usecs
[    3.894110] calling  stmpe_init+0x0/0x14 @ 1
[    3.894214] initcall stmpe_init+0x0/0x14 returned 0 after 0 usecs
[    3.894317] calling  tc3589x_init+0x0/0x14 @ 1
[    3.894420] initcall tc3589x_init+0x0/0x14 returned 0 after 0 usecs
[    3.894523] calling  wm831x_i2c_init+0x0/0x30 @ 1
[    3.894626] initcall wm831x_i2c_init+0x0/0x30 returned 0 after 0 usecs
[    3.894731] calling  wm831x_spi_init+0x0/0x28 @ 1
[    3.894835] initcall wm831x_spi_init+0x0/0x28 returned 0 after 0 usecs
[    3.894940] calling  wm8350_i2c_init+0x0/0x14 @ 1
[    3.895046] initcall wm8350_i2c_init+0x0/0x14 returned 0 after 0 usecs
[    3.895150] calling  tps65910_i2c_init+0x0/0x14 @ 1
[    3.895257] initcall tps65910_i2c_init+0x0/0x14 returned 0 after 0 usecs
[    3.895362] calling  tps65912_i2c_init+0x0/0x30 @ 1
[    3.895466] initcall tps65912_i2c_init+0x0/0x30 returned 0 after 0 usecs
[    3.895571] calling  tps65912_spi_init+0x0/0x28 @ 1
[    3.895680] initcall tps65912_spi_init+0x0/0x28 returned 0 after 0 usecs
[    3.895784] calling  da903x_init+0x0/0x14 @ 1
[    3.895887] initcall da903x_init+0x0/0x14 returned 0 after 0 usecs
[    3.895991] calling  max8925_i2c_init+0x0/0x30 @ 1
[    3.896093] initcall max8925_i2c_init+0x0/0x30 returned 0 after 0 usecs
[    3.896198] calling  max8997_i2c_init+0x0/0x14 @ 1
[    3.896302] initcall max8997_i2c_init+0x0/0x14 returned 0 after 0 usecs
[    3.896406] calling  max8998_i2c_init+0x0/0x14 @ 1
[    3.896510] initcall max8998_i2c_init+0x0/0x14 returned 0 after 0 usecs
[    3.896613] calling  ab3100_i2c_init+0x0/0x14 @ 1
[    3.896718] initcall ab3100_i2c_init+0x0/0x14 returned 0 after 0 usecs
[    3.896823] calling  ab8500_sysctrl_init+0x0/0x12 @ 1
[    3.896932] initcall ab8500_sysctrl_init+0x0/0x12 returned 0 after 0 usecs
[    3.897036] calling  ab8500_debug_init+0x0/0x12 @ 1
[    3.897142] initcall ab8500_debug_init+0x0/0x12 returned 0 after 0 usecs
[    3.897247] calling  tps6586x_init+0x0/0x14 @ 1
[    3.897352] initcall tps6586x_init+0x0/0x14 returned 0 after 0 usecs
[    3.897453] calling  aat2870_init+0x0/0x14 @ 1
[    3.897557] i2c-core: driver [aat2870] using legacy suspend method
[    3.897660] i2c-core: driver [aat2870] using legacy resume method
[    3.897765] initcall aat2870_init+0x0/0x14 returned 0 after 0 usecs
[    3.897868] calling  init_scsi+0x0/0x8e @ 1
[    3.898012] SCSI subsystem initialized
[    3.898112] initcall init_scsi+0x0/0x8e returned 0 after 0 usecs
[    3.898213] calling  ata_init+0x0/0x5c @ 1
[    3.898367] libata version 3.00 loaded.
[    3.898468] initcall ata_init+0x0/0x5c returned 0 after 0 usecs
[    3.898571] calling  phy_init+0x0/0x2e @ 1
[    3.898688] initcall phy_init+0x0/0x2e returned 0 after 0 usecs
[    3.898793] calling  usb_init+0x0/0x15c @ 1
[    3.898911] usbcore: registered new interface driver usbfs
[    3.899019] usbcore: registered new interface driver hub
[    3.899154] usbcore: registered new device driver usb
[    3.899257] initcall usb_init+0x0/0x15c returned 0 after 0 usecs
[    3.899361] calling  serio_init+0x0/0x2e @ 1
[    3.899465] initcall serio_init+0x0/0x2e returned 0 after 0 usecs
[    3.899570] calling  input_init+0x0/0x3c @ 1
[    3.899676] initcall input_init+0x0/0x3c returned 0 after 0 usecs
[    3.899783] calling  rtc_init+0x0/0x6a @ 1
[    3.899886] initcall rtc_init+0x0/0x6a returned 0 after 0 usecs
[    3.899988] calling  power_supply_class_init+0x0/0x40 @ 1
[    3.900094] initcall power_supply_class_init+0x0/0x40 returned 0 after 0 usecs
[    3.900218] calling  hwmon_init+0x0/0x47 @ 1
[    3.900321] initcall hwmon_init+0x0/0x47 returned 0 after 0 usecs
[    3.900423] calling  md_init+0x0/0x140 @ 1
[    3.900556] initcall md_init+0x0/0x140 returned 0 after 0 usecs
[    3.900660] calling  mmc_init+0x0/0x71 @ 1
[    3.900775] initcall mmc_init+0x0/0x71 returned 0 after 0 usecs
[    3.900879] calling  leds_init+0x0/0x44 @ 1
[    3.900983] initcall leds_init+0x0/0x44 returned 0 after 0 usecs
[    3.901086] calling  devfreq_init+0x0/0x51 @ 1
[    3.901191] initcall devfreq_init+0x0/0x51 returned 0 after 0 usecs
[    3.901296] calling  pci_subsys_init+0x0/0x4a @ 1
[    3.901396] PCI: Using ACPI for IRQ routing
[    3.933999] PCI: pci_cache_line_size set to 64 bytes
[    3.934159] pci 0000:01:00.0: no compatible bridge window for [mem 0xffa80000-0xffabffff 64bit]
[    3.934420] reserve RAM buffer: 000000000008d000 - 000000000008ffff 
[    3.934503] reserve RAM buffer: 00000000be7a5000 - 00000000bfffffff 
[    3.934679] reserve RAM buffer: 00000000bf4af000 - 00000000bfffffff 
[    3.934850] reserve RAM buffer: 00000000bf800000 - 00000000bfffffff 
[    3.935020] reserve RAM buffer: 00000003015cf000 - 0000000303ffffff 
[    3.935195] initcall pci_subsys_init+0x0/0x4a returned 0 after 0 usecs
[    3.935384] calling  proto_init+0x0/0x12 @ 1
[    3.935482] initcall proto_init+0x0/0x12 returned 0 after 0 usecs
[    3.935584] calling  net_dev_init+0x0/0x237 @ 1
[    3.935746] initcall net_dev_init+0x0/0x237 returned 0 after 3906 usecs
[    3.935849] calling  neigh_init+0x0/0x80 @ 1
[    3.935947] initcall neigh_init+0x0/0x80 returned 0 after 0 usecs
[    3.936049] calling  fib_rules_init+0x0/0xac @ 1
[    3.936148] initcall fib_rules_init+0x0/0xac returned 0 after 0 usecs
[    3.936246] calling  pktsched_init+0x0/0xfc @ 1
[    3.936346] initcall pktsched_init+0x0/0xfc returned 0 after 0 usecs
[    3.936447] calling  tc_filter_init+0x0/0x55 @ 1
[    3.936546] initcall tc_filter_init+0x0/0x55 returned 0 after 0 usecs
[    3.936648] calling  tc_action_init+0x0/0x55 @ 1
[    3.936749] initcall tc_action_init+0x0/0x55 returned 0 after 0 usecs
[    3.936850] calling  genl_init+0x0/0x91 @ 1
[    3.936959] initcall genl_init+0x0/0x91 returned 0 after 0 usecs
[    3.937061] calling  cipso_v4_init+0x0/0x5e @ 1
[    3.937162] initcall cipso_v4_init+0x0/0x5e returned 0 after 0 usecs
[    3.937265] calling  wireless_nlevent_init+0x0/0x12 @ 1
[    3.937361] initcall wireless_nlevent_init+0x0/0x12 returned 0 after 0 usecs
[    3.939186] calling  netlbl_init+0x0/0x81 @ 1
[    3.939286] NetLabel: Initializing
[    3.939386] NetLabel:  domain hash size = 128
[    3.939483] NetLabel:  protocols = UNLABELED CIPSOv4
[    3.939590] NetLabel:  unlabeled traffic allowed by default
[    3.939692] initcall netlbl_init+0x0/0x81 returned 0 after 0 usecs
[    3.939796] calling  rfkill_init+0x0/0x95 @ 1
[    3.939933] initcall rfkill_init+0x0/0x95 returned 0 after 3906 usecs
[    3.940038] calling  sysctl_init+0x0/0x48 @ 1
[    3.940137] initcall sysctl_init+0x0/0x48 returned 0 after 0 usecs
[    3.940240] calling  ab8500_gpadc_init+0x0/0x12 @ 1
[    3.940351] initcall ab8500_gpadc_init+0x0/0x12 returned 0 after 0 usecs
[    3.940458] calling  hpet_late_init+0x0/0x4a @ 1
[    3.940559] initcall hpet_late_init+0x0/0x4a returned -19 after 0 usecs
[    3.940663] calling  init_amd_nbs+0x0/0x3d @ 1
[    3.940770] initcall init_amd_nbs+0x0/0x3d returned 0 after 0 usecs
[    3.940875] calling  clocksource_done_booting+0x0/0x5a @ 1
[    3.940979] Switching to clocksource xen
[    3.941090] initcall clocksource_done_booting+0x0/0x5a returned 0 after 2 usecs
[    3.941215] calling  ftrace_init_debugfs+0x0/0xd3 @ 1
[    3.941330] initcall ftrace_init_debugfs+0x0/0xd3 returned 0 after 12 usecs
[    3.941435] calling  rb_init_debugfs+0x0/0x2f @ 1
[    3.941539] initcall rb_init_debugfs+0x0/0x2f returned 0 after 0 usecs
[    3.941644] calling  tracer_init_debugfs+0x0/0x2fc @ 1
[    3.941794] initcall tracer_init_debugfs+0x0/0x2fc returned 0 after 46 usecs
[    3.941900] calling  init_trace_printk_function_export+0x0/0x2f @ 1
[    3.942006] initcall init_trace_printk_function_export+0x0/0x2f returned 0 after 1 usecs
[    3.942127] calling  event_trace_init+0x0/0x1b5 @ 1
[    3.947122] initcall event_trace_init+0x0/0x1b5 returned 0 after 4776 usecs
[    3.947229] calling  init_kprobe_trace+0x0/0x94 @ 1
[    3.947335] initcall init_kprobe_trace+0x0/0x94 returned 0 after 3 usecs
[    3.947441] calling  init_pipe_fs+0x0/0x4b @ 1
[    3.947549] initcall init_pipe_fs+0x0/0x4b returned 0 after 8 usecs
[    3.947654] calling  eventpoll_init+0x0/0xda @ 1
[    3.947756] initcall eventpoll_init+0x0/0xda returned 0 after 1 usecs
[    3.947858] calling  anon_inode_init+0x0/0x7d @ 1
[    3.947965] initcall anon_inode_init+0x0/0x7d returned 0 after 4 usecs
[    3.948070] calling  tomoyo_initerface_init+0x0/0x27 @ 1
[    3.948169] initcall tomoyo_initerface_init+0x0/0x27 returned 0 after 0 usecs
[    3.948275] calling  aa_create_aafs+0x0/0x92 @ 1
[    3.948403] AppArmor: AppArmor Filesystem Enabled
[    3.948504] initcall aa_create_aafs+0x0/0x92 returned 0 after 124 usecs
[    3.948607] calling  blk_scsi_ioctl_init+0x0/0xd @ 1
[    3.948707] initcall blk_scsi_ioctl_init+0x0/0xd returned 0 after 0 usecs
[    3.948810] calling  acpi_event_init+0x0/0x7d @ 1
[    3.948917] initcall acpi_event_init+0x0/0x7d returned 0 after 5 usecs
[    3.949022] calling  pnp_system_init+0x0/0x12 @ 1
[    3.949139] initcall pnp_system_init+0x0/0x12 returned 0 after 13 usecs
[    3.949244] calling  pnpacpi_init+0x0/0x8c @ 1
[    3.949345] pnp: PnP ACPI init
[    3.949453] ACPI: bus type pnp registered
[    3.949720] pnp 00:00: [bus 00-ff]
[    3.949819] pnp 00:00: [io  0x0cf8-0x0cff]
[    3.949920] pnp 00:00: [io  0x0000-0x03af window]
[    3.950021] pnp 00:00: [io  0x03e0-0x0cf7 window]
[    3.950122] pnp 00:00: [io  0x03b0-0x03df window]
[    3.950224] pnp 00:00: [io  0x0d00-0xffff window]
[    3.950326] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    3.950428] pnp 00:00: [mem 0x000c0000-0x000dffff window]
[    3.950529] pnp 00:00: [mem 0xf0000000-0xfbffffff window]
[    3.950631] pnp 00:00: [mem 0x00000000 window]
[    3.950788] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    3.950981] pnp 00:01: [mem 0xfed10000-0xfed19fff]
[    3.951081] pnp 00:01: [mem 0xe0000000-0xefffffff]
[    3.951182] pnp 00:01: [mem 0xfed90000-0xfed93fff]
[    3.951284] pnp 00:01: [mem 0xfed20000-0xfed3ffff]
[    3.951385] pnp 00:01: [mem 0xfee00000-0xfee0ffff]
[    3.951515] system 00:01: [mem 0xfed10000-0xfed19fff] has been reserved
[    3.951619] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[    3.951722] system 00:01: [mem 0xfed90000-0xfed93fff] has been reserved
[    3.951826] system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
[    3.951931] system 00:01: [mem 0xfee00000-0xfee0ffff] could not be reserved
[    3.952037] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
[    3.952153] pnp 00:02: [dma 4]
[    3.952251] pnp 00:02: [io  0x0000-0x000f]
[    3.952350] pnp 00:02: [io  0x0081-0x0083]
[    3.952451] pnp 00:02: [io  0x0087]
[    3.952549] pnp 00:02: [io  0x0089-0x008b]
[    3.952648] pnp 00:02: [io  0x008f]
[    3.952746] pnp 00:02: [io  0x00c0-0x00df]
[    3.952864] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    3.952978] pnp 00:03: [io  0x0070-0x0071]
[    3.953078] xen: registering gsi 8 triggering 1 polarity 0
[    3.953188] xen_map_pirq_gsi: returning irq 8 for gsi 8
[    3.953291] xen: --> pirq=8 -> irq=8 (gsi=8)
[    3.953419] pnp 00:03: [irq 8]
[    3.953534] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    3.953644] pnp 00:04: [io  0x0061]
[    3.953757] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
[    3.953879] pnp 00:05: [io  0x0010-0x001f]
[    3.953978] pnp 00:05: [io  0x0022-0x003f]
[    3.954077] pnp 00:05: [io  0x0044-0x005f]
[    3.954177] pnp 00:05: [io  0x0062-0x0063]
[    3.954278] pnp 00:05: [io  0x0065-0x006f]
[    3.954376] pnp 00:05: [io  0x0072-0x007f]
[    3.954474] pnp 00:05: [io  0x0080]
[    3.954572] pnp 00:05: [io  0x0084-0x0086]
[    3.954672] pnp 00:05: [io  0x0088]
[    3.954768] pnp 00:05: [io  0x008c-0x008e]
[    3.954868] pnp 00:05: [io  0x0090-0x009f]
[    3.954969] pnp 00:05: [io  0x00a2-0x00bf]
[    3.955068] pnp 00:05: [io  0x00e0-0x00ef]
[    3.955168] pnp 00:05: [io  0x04d0-0x04d1]
[    3.955297] system 00:05: [io  0x04d0-0x04d1] has been reserved
[    3.955400] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.955510] pnp 00:06: [io  0x00f0-0x00ff]
[    3.955610] xen: registering gsi 13 triggering 1 polarity 0
[    3.955712] xen_map_pirq_gsi: returning irq 13 for gsi 13
[    3.955813] xen: --> pirq=13 -> irq=13 (gsi=13)
[    3.955942] pnp 00:06: [irq 13]
[    3.956057] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
[    3.956249] pnp 00:07: [io  0x0000-0xffffffffffffffff disabled]
[    3.956353] pnp 00:07: [io  0x0a00-0x0a1f]
[    3.956451] pnp 00:07: [io  0x0a30-0x0a3f]
[    3.956552] pnp 00:07: [io  0x0000-0xffffffffffffffff disabled]
[    3.956683] system 00:07: [io  0x0a00-0x0a1f] has been reserved
[    3.956786] system 00:07: [io  0x0a30-0x0a3f] has been reserved
[    3.956890] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.957010] pnp 00:08: [io  0x0060]
[    3.957111] pnp 00:08: [io  0x0064]
[    3.957209] xen: registering gsi 1 triggering 1 polarity 0
[    3.957314] xen_map_pirq_gsi: returning irq 1 for gsi 1
[    3.957416] xen: --> pirq=1 -> irq=1 (gsi=1)
[    3.957544] pnp 00:08: [irq 1]
[    3.957664] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    3.957813] xen: registering gsi 12 triggering 1 polarity 0
[    3.957915] xen_map_pirq_gsi: returning irq 12 for gsi 12
[    3.958017] xen: --> pirq=12 -> irq=12 (gsi=12)
[    3.958143] pnp 00:09: [irq 12]
[    3.958265] pnp 00:09: Plug and Play ACPI device, IDs PNP0f03 PNP0f13 (active)
[    3.958676] pnp 00:0a: [io  0x03f8-0x03ff]
[    3.958775] xen: registering gsi 4 triggering 1 polarity 0
[    3.958877] xen_map_pirq_gsi: returning irq 4 for gsi 4
[    3.958978] xen: --> pirq=4 -> irq=4 (gsi=4)
[    3.959106] pnp 00:0a: [irq 4]
[    3.959204] pnp 00:0a: [dma 0 disabled]
[    3.959351] pnp 00:0a: Plug and Play ACPI device, IDs PNP0501 (active)
[    3.959736] pnp 00:0b: [io  0x02f8-0x02ff]
[    3.959836] xen: registering gsi 3 triggering 1 polarity 0
[    3.959939] xen_map_pirq_gsi: returning irq 3 for gsi 3
[    3.960039] xen: --> pirq=3 -> irq=3 (gsi=3)
[    3.960166] pnp 00:0b: [irq 3]
[    3.960263] pnp 00:0b: [dma 0 disabled]
[    3.960405] pnp 00:0b: Plug and Play ACPI device, IDs PNP0501 (active)
[    3.960602] pnp 00:0c: [io  0x0000-0xffffffffffffffff disabled]
[    3.960706] pnp 00:0c: [io  0x0b00-0x0b7f]
[    3.960806] pnp 00:0c: [io  0x0000-0xffffffffffffffff disabled]
[    3.960908] pnp 00:0c: [io  0x0000-0xffffffffffffffff disabled]
[    3.961011] pnp 00:0c: [io  0x0000-0xffffffffffffffff disabled]
[    3.961148] system 00:0c: [io  0x0b00-0x0b7f] has been reserved
[    3.961253] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.961589] pnp 00:0d: [io  0x03e8-0x03ef]
[    3.961690] xen: registering gsi 10 triggering 1 polarity 0
[    3.961793] xen_map_pirq_gsi: returning irq 10 for gsi 10
[    3.961894] xen: --> pirq=10 -> irq=10 (gsi=10)
[    3.962022] pnp 00:0d: [irq 10]
[    3.962121] pnp 00:0d: [dma 0 disabled]
[    3.962259] pnp 00:0d: Plug and Play ACPI device, IDs PNP0501 (active)
[    3.962571] pnp 00:0e: [io  0x0400-0x0453]
[    3.962672] pnp 00:0e: [io  0x0458-0x047f]
[    3.962773] pnp 00:0e: [io  0x1180-0x119f]
[    3.962873] pnp 00:0e: [io  0x0500-0x057f]
[    3.962971] pnp 00:0e: [mem 0xfed1c000-0xfed1ffff]
[    3.963072] pnp 00:0e: [mem 0xfec00000-0xfecfffff]
[    3.963172] pnp 00:0e: [mem 0xfed08000-0xfed08fff]
[    3.963272] pnp 00:0e: [mem 0xff000000-0xffffffff]
[    3.963405] system 00:0e: [io  0x0400-0x0453] has been reserved
[    3.963510] system 00:0e: [io  0x0458-0x047f] has been reserved
[    3.963615] system 00:0e: [io  0x1180-0x119f] has been reserved
[    3.963718] system 00:0e: [io  0x0500-0x057f] has been reserved
[    3.963817] system 00:0e: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    3.963922] system 00:0e: [mem 0xfec00000-0xfecfffff] could not be reserved
[    3.964028] system 00:0e: [mem 0xfed08000-0xfed08fff] has been reserved
[    3.964133] system 00:0e: [mem 0xff000000-0xffffffff] has been reserved
[    3.964235] system 00:0e: Plug and Play ACPI device, IDs PNP0c01 (active)
[    3.966072] pnp 00:0f: [io  0x0454-0x0457]
[    3.966200] system 00:0f: [io  0x0454-0x0457] has been reserved
[    3.966304] system 00:0f: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    3.966555] pnp 00:10: [mem 0xfed00000-0xfed003ff]
[    3.966692] pnp 00:10: Plug and Play ACPI device, IDs PNP0103 (active)
[    3.966965] pnp: PnP ACPI: found 17 devices
[    3.967065] ACPI: ACPI bus type pnp unregistered
[    3.967168] initcall pnpacpi_init+0x0/0x8c returned 0 after 17403 usecs
[    3.967272] calling  chr_dev_init+0x0/0x1b @ 1
[    3.969375] initcall chr_dev_init+0x0/0x1b returned 0 after 1956 usecs
[    3.969481] calling  firmware_class_init+0x0/0x19 @ 1
[    3.969585] initcall firmware_class_init+0x0/0x19 returned 0 after 3 usecs
[    3.969691] calling  thermal_init+0x0/0x72 @ 1
[    3.969796] initcall thermal_init+0x0/0x72 returned 0 after 5 usecs
[    3.969899] calling  cpufreq_gov_performance_init+0x0/0x12 @ 1
[    3.970003] initcall cpufreq_gov_performance_init+0x0/0x12 returned 0 after 0 usecs
[    3.970129] calling  init_acpi_pm_clocksource+0x0/0xd9 @ 1
[    3.973486] PM-Timer failed consistency check  (0x0xffffff) - aborting.
[    3.973591] initcall init_acpi_pm_clocksource+0x0/0xd9 returned -19 after 3278 usecs
[    3.973712] calling  pcibios_assign_resources+0x0/0x76 @ 1
[    3.973821] PCI: max bus depth: 1 pci_try_num: 2
[    3.974030] pci 0000:01:00.0: BAR 3: assigned [mem 0xfba80000-0xfbabffff 64bit]
[    3.974158] pci 0000:01:00.0: BAR 3: set to [mem 0xfba80000-0xfbabffff 64bit] (PCI address [0xfba80000-0xfbabffff])
[    3.974287] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    3.974390] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    3.974497] pci 0000:00:01.0:   bridge window [mem 0xfba00000-0xfbafffff]
[    3.974608] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    3.974757] pci 0000:00:1c.4: PCI bridge to [bus 03-03]
[    3.974865] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
[    3.974983] pci 0000:00:1c.4:   bridge window [mem 0xfb900000-0xfb9fffff]
[    3.975123] pci 0000:00:1e.0: PCI bridge to [bus 04-04]
[    3.975238] pci 0000:00:1e.0:   bridge window [mem 0xfb000000-0xfb8fffff]
[    3.975350] pci 0000:00:1e.0:   bridge window [mem 0xfa000000-0xfaffffff 64bit pref]
[    3.975496] xen: registering gsi 16 triggering 0 polarity 1
[    3.975604] xen: --> pirq=16 -> irq=16 (gsi=16)
[    3.975731] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    3.975839] pci 0000:00:01.0: setting latency timer to 64
[    3.975955] xen: registering gsi 17 triggering 0 polarity 1
[    3.976057] xen: --> pirq=17 -> irq=17 (gsi=17)
[    3.976182] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    3.976297] pci 0000:00:1c.0: setting latency timer to 64
[    3.976419] xen: registering gsi 17 triggering 0 polarity 1
[    3.976520] xen_map_pirq_gsi: returning irq 17 for gsi 17
[    3.976619] xen: --> pirq=17 -> irq=17 (gsi=17)
[    3.976719] Already setup the GSI :17
[    3.976816] pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    3.976932] pci 0000:00:1c.4: setting latency timer to 64
[    3.977052] pci 0000:00:1e.0: setting latency timer to 64
[    3.977159] pci_bus 0000:00: resource 4 [io  0x0000-0x03af]
[    3.977260] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7]
[    3.977363] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df]
[    3.977465] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff]
[    3.977567] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff]
[    3.977671] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff]
[    3.977775] pci_bus 0000:00: resource 10 [mem 0xf0000000-0xfbffffff]
[    3.977877] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    3.977981] pci_bus 0000:01: resource 1 [mem 0xfba00000-0xfbafffff]
[    3.978083] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    3.978186] pci_bus 0000:03: resource 1 [mem 0xfb900000-0xfb9fffff]
[    3.978289] pci_bus 0000:04: resource 1 [mem 0xfb000000-0xfb8fffff]
[    3.978394] pci_bus 0000:04: resource 2 [mem 0xfa000000-0xfaffffff 64bit pref]
[    3.978518] pci_bus 0000:04: resource 4 [io  0x0000-0x03af]
[    3.978618] pci_bus 0000:04: resource 5 [io  0x03e0-0x0cf7]
[    3.978720] pci_bus 0000:04: resource 6 [io  0x03b0-0x03df]
[    3.978821] pci_bus 0000:04: resource 7 [io  0x0d00-0xffff]
[    3.978924] pci_bus 0000:04: resource 8 [mem 0x000a0000-0x000bffff]
[    3.979028] pci_bus 0000:04: resource 9 [mem 0x000c0000-0x000dffff]
[    3.979131] pci_bus 0000:04: resource 10 [mem 0xf0000000-0xfbffffff]
[    3.979234] initcall pcibios_assign_resources+0x0/0x76 returned 0 after 5291 usecs
[    3.979357] calling  sysctl_core_init+0x0/0x38 @ 1
[    3.979468] initcall sysctl_core_init+0x0/0x38 returned 0 after 8 usecs
[    3.979573] calling  inet_init+0x0/0x27d @ 1
[    3.979685] NET: Registered protocol family 2
[    3.980881] IP route cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    3.983383] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    3.984677] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    3.984897] TCP: Hash tables configured (established 524288 bind 65536)
[    3.985005] TCP reno registered
[    3.985187] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    3.985400] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    3.985593] initcall inet_init+0x0/0x27d returned 0 after 5775 usecs
[    3.985700] calling  af_unix_init+0x0/0x52 @ 1
[    3.985801] NET: Registered protocol family 1
[    3.985904] initcall af_unix_init+0x0/0x52 returned 0 after 100 usecs
[    3.986009] calling  pci_apply_final_quirks+0x0/0x105 @ 1
[    3.986143] xen: registering gsi 16 triggering 0 polarity 1
[    3.986249] xen_map_pirq_gsi: returning irq 16 for gsi 16
[    3.986352] xen: --> pirq=16 -> irq=16 (gsi=16)
[    3.986454] Already setup the GSI :16
[    3.986555] pci 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    3.986704] pci 0000:00:1a.0: PCI INT A disabled
[    3.986836] xen: registering gsi 23 triggering 0 polarity 1
[    3.986943] xen: --> pirq=23 -> irq=23 (gsi=23)
[    3.987073] pci 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    3.987232] pci 0000:00:1d.0: PCI INT A disabled
[    3.987439] pci 0000:04:03.0: Boot video device
[    3.987540] PCI: CLS 64 bytes, default 64
[    3.987638] initcall pci_apply_final_quirks+0x0/0x105 returned 0 after 1489 usecs
[    3.987763] calling  populate_rootfs+0x0/0x24 @ 1
[    3.987862] initcall populate_rootfs+0x0/0x24 returned 274787526 after 0 usecs
[    3.987983] initcall populate_rootfs+0x0/0x24 returned with error code 274787526 
[    3.988106] calling  pci_iommu_init+0x0/0x3e @ 1
[    3.988206] initcall pci_iommu_init+0x0/0x3e returned 0 after 0 usecs
[    3.988308] calling  calgary_fixup_tce_spaces+0x0/0x2b @ 1
[    3.988408] initcall calgary_fixup_tce_spaces+0x0/0x2b returned -19 after 0 usecs
[    3.988532] calling  ir_dev_scope_init+0x0/0x16 @ 1
[    3.988629] initcall ir_dev_scope_init+0x0/0x16 returned 0 after 0 usecs
[    3.988731] calling  i8259A_init_ops+0x0/0x21 @ 1
[    3.988831] initcall i8259A_init_ops+0x0/0x21 returned 0 after 0 usecs
[    3.988934] calling  vsyscall_init+0x0/0x27 @ 1
[    3.989039] initcall vsyscall_init+0x0/0x27 returned 0 after 6 usecs
[    3.989142] calling  sbf_init+0x0/0x16 @ 1
[    3.989242] initcall sbf_init+0x0/0x16 returned 0 after 0 usecs
[    3.989344] calling  init_tsc_clocksource+0x0/0x5f @ 1
[    3.989453] initcall init_tsc_clocksource+0x0/0x5f returned 0 after 5 usecs
[    3.989554] calling  add_rtc_cmos+0x0/0x96 @ 1
[    3.989657] initcall add_rtc_cmos+0x0/0x96 returned 0 after 1 usecs
[    3.989757] calling  i8237A_init_ops+0x0/0x14 @ 1
[    3.989876] initcall i8237A_init_ops+0x0/0x14 returned 0 after 18 usecs
[    3.989982] calling  cache_sysfs_init+0x0/0x59 @ 1
[    3.990156] initcall cache_sysfs_init+0x0/0x59 returned 0 after 73 usecs
[    3.990258] calling  mcheck_init_device+0x0/0x24 @ 1
[    3.990358] initcall mcheck_init_device+0x0/0x24 returned -5 after 0 usecs
[    3.990457] initcall mcheck_init_device+0x0/0x24 returned with error code -5 
[    3.990560] calling  threshold_init_device+0x0/0x56 @ 1
[    3.990661] initcall threshold_init_device+0x0/0x56 returned 0 after 0 usecs
[    3.990766] calling  thermal_throttle_init_device+0x0/0x9c @ 1
[    3.990863] initcall thermal_throttle_init_device+0x0/0x9c returned 0 after 0 usecs
[    3.990989] calling  amd_ibs_init+0x0/0x17f @ 1
[    3.991090] initcall amd_ibs_init+0x0/0x17f returned -19 after 0 usecs
[    3.991192] calling  ioapic_init_ops+0x0/0x14 @ 1
[    3.991290] initcall ioapic_init_ops+0x0/0x14 returned 0 after 0 usecs
[    3.991394] calling  add_pcspkr+0x0/0x5e @ 1
[    3.991515] initcall add_pcspkr+0x0/0x5e returned 0 after 19 usecs
[    3.991619] calling  start_periodic_check_for_corruption+0x0/0x50 @ 1
[    3.991722] initcall start_periodic_check_for_corruption+0x0/0x50 returned 0 after 0 usecs
[    3.991846] calling  audit_classes_init+0x0/0xaf @ 1
[    3.991950] initcall audit_classes_init+0x0/0xaf returned 0 after 1 usecs
[    3.992055] calling  crc32c_intel_mod_init+0x0/0x26 @ 1
[    3.992200] initcall crc32c_intel_mod_init+0x0/0x26 returned 0 after 41 usecs
[    3.992307] calling  ia32_binfmt_init+0x0/0x14 @ 1
[    3.992411] initcall ia32_binfmt_init+0x0/0x14 returned 0 after 2 usecs
[    3.992515] calling  init_sched_debug_procfs+0x0/0x2c @ 1
[    3.992621] initcall init_sched_debug_procfs+0x0/0x2c returned 0 after 2 usecs
[    3.992746] calling  proc_schedstat_init+0x0/0x22 @ 1
[    3.992849] initcall proc_schedstat_init+0x0/0x22 returned 0 after 1 usecs
[    3.992955] calling  proc_execdomains_init+0x0/0x22 @ 1
[    3.993057] initcall proc_execdomains_init+0x0/0x22 returned 0 after 0 usecs
[    3.993166] calling  ioresources_init+0x0/0x3c @ 1
[    3.993268] initcall ioresources_init+0x0/0x3c returned 0 after 1 usecs
[    3.993374] calling  uid_cache_init+0x0/0x95 @ 1
[    3.993482] initcall uid_cache_init+0x0/0x95 returned 0 after 6 usecs
[    3.993586] calling  init_posix_timers+0x0/0x203 @ 1
[    3.993689] initcall init_posix_timers+0x0/0x203 returned 0 after 1 usecs
[    3.993795] calling  init_posix_cpu_timers+0x0/0xc2 @ 1
[    3.993899] initcall init_posix_cpu_timers+0x0/0xc2 returned 0 after 0 usecs
[    3.994006] calling  create_proc_profile+0x0/0x90 @ 1
[    3.994108] initcall create_proc_profile+0x0/0x90 returned 0 after 0 usecs
[    3.994211] calling  timekeeping_init_ops+0x0/0x14 @ 1
[    3.994312] initcall timekeeping_init_ops+0x0/0x14 returned 0 after 0 usecs
[    3.994415] calling  init_clocksource_sysfs+0x0/0x50 @ 1
[    3.994527] initcall init_clocksource_sysfs+0x0/0x50 returned 0 after 9 usecs
[    3.994633] calling  init_timer_list_procfs+0x0/0x2c @ 1
[    3.996432] initcall init_timer_list_procfs+0x0/0x2c returned 0 after 0 usecs
[    3.996537] calling  alarmtimer_init+0x0/0x170 @ 1
[    3.996664] initcall alarmtimer_init+0x0/0x170 returned 0 after 23 usecs
[    3.996768] calling  init_tstats_procfs+0x0/0x2c @ 1
[    3.996870] initcall init_tstats_procfs+0x0/0x2c returned 0 after 0 usecs
[    3.996976] calling  futex_init+0x0/0x5f @ 1
[    3.997081] initcall futex_init+0x0/0x5f returned 0 after 3 usecs
[    3.997185] calling  proc_dma_init+0x0/0x22 @ 1
[    3.997285] initcall proc_dma_init+0x0/0x22 returned 0 after 0 usecs
[    3.997390] calling  proc_modules_init+0x0/0x22 @ 1
[    3.997492] initcall proc_modules_init+0x0/0x22 returned 0 after 0 usecs
[    3.997598] calling  kallsyms_init+0x0/0x25 @ 1
[    3.997700] initcall kallsyms_init+0x0/0x25 returned 0 after 0 usecs
[    3.997805] calling  snapshot_device_init+0x0/0x12 @ 1
[    3.997948] initcall snapshot_device_init+0x0/0x12 returned 0 after 41 usecs
[    3.998052] calling  crash_save_vmcoreinfo_init+0x0/0x47c @ 1
[    3.998171] initcall crash_save_vmcoreinfo_init+0x0/0x47c returned 0 after 13 usecs
[    3.998294] calling  crash_notes_memory_init+0x0/0x37 @ 1
[    3.998398] initcall crash_notes_memory_init+0x0/0x37 returned 0 after 1 usecs
[    3.998522] calling  user_namespaces_init+0x0/0x2d @ 1
[    3.998627] initcall user_namespaces_init+0x0/0x2d returned 0 after 3 usecs
[    3.998733] calling  pid_namespaces_init+0x0/0x2d @ 1
[    3.998837] initcall pid_namespaces_init+0x0/0x2d returned 0 after 2 usecs
[    3.998942] calling  audit_init+0x0/0x16 @ 1
[    3.999042] audit: initializing netlink socket (disabled)
[    3.999150] type=2000 audit(1334168963.731:1): initialized
[    3.999253] initcall audit_init+0x0/0x16 returned 0 after 205 usecs
[    3.999356] calling  audit_watch_init+0x0/0x3a @ 1
[    3.999457] initcall audit_watch_init+0x0/0x3a returned 0 after 0 usecs
[    3.999563] calling  audit_tree_init+0x0/0x58 @ 1
[    3.999662] initcall audit_tree_init+0x0/0x58 returned 0 after 0 usecs
[    3.999767] calling  init_kprobes+0x0/0x183 @ 1
[    4.015803] initcall init_kprobes+0x0/0x183 returned 0 after 15561 usecs
[    4.015907] calling  hung_task_init+0x0/0x53 @ 1
[    4.016035] initcall hung_task_init+0x0/0x53 returned 0 after 25 usecs
[    4.016140] calling  irq_gc_init_ops+0x0/0x14 @ 1
[    4.016242] initcall irq_gc_init_ops+0x0/0x14 returned 0 after 0 usecs
[    4.016347] calling  irq_pm_init_ops+0x0/0x14 @ 1
[    4.016449] initcall irq_pm_init_ops+0x0/0x14 returned 0 after 0 usecs
[    4.016554] calling  utsname_sysctl_init+0x0/0x14 @ 1
[    4.016663] initcall utsname_sysctl_init+0x0/0x14 returned 0 after 9 usecs
[    4.016766] calling  init_tracepoints+0x0/0x20 @ 1
[    4.016866] initcall init_tracepoints+0x0/0x20 returned 0 after 0 usecs
[    4.016969] calling  init_lstats_procfs+0x0/0x25 @ 1
[    4.017073] initcall init_lstats_procfs+0x0/0x25 returned 0 after 1 usecs
[    4.017178] calling  ftrace_mod_cmd_init+0x0/0x12 @ 1
[    4.017280] initcall ftrace_mod_cmd_init+0x0/0x12 returned 0 after 0 usecs
[    4.017386] calling  init_events+0x0/0x60 @ 1
[    4.017492] initcall init_events+0x0/0x60 returned 0 after 3 usecs
[    4.017597] calling  init_function_trace+0x0/0x3e @ 1
[    4.017700] initcall init_function_trace+0x0/0x3e returned 0 after 0 usecs
[    4.017805] calling  init_wakeup_tracer+0x0/0x22 @ 1
[    4.017908] initcall init_wakeup_tracer+0x0/0x22 returned 0 after 0 usecs
[    4.018012] calling  stack_trace_init+0x0/0x68 @ 1
[    4.018119] initcall stack_trace_init+0x0/0x68 returned 0 after 4 usecs
[    4.018225] calling  init_mmio_trace+0x0/0x12 @ 1
[    4.018328] initcall init_mmio_trace+0x0/0x12 returned 0 after 0 usecs
[    4.018434] calling  init_graph_trace+0x0/0x65 @ 1
[    4.018537] initcall init_graph_trace+0x0/0x65 returned 0 after 0 usecs
[    4.018640] calling  init_blk_tracer+0x0/0x5c @ 1
[    4.018742] initcall init_blk_tracer+0x0/0x5c returned 0 after 0 usecs
[    4.018848] calling  perf_event_sysfs_init+0x0/0x93 @ 1
[    4.018992] initcall perf_event_sysfs_init+0x0/0x93 returned 0 after 39 usecs
[    4.019099] calling  init_per_zone_wmark_min+0x0/0x88 @ 1
[    4.020406] initcall init_per_zone_wmark_min+0x0/0x88 returned 0 after 1169 usecs
[    4.020537] calling  kswapd_init+0x0/0x75 @ 1
[    4.020703] initcall kswapd_init+0x0/0x75 returned 0 after 63 usecs
[    4.020809] calling  extfrag_debug_init+0x0/0x77 @ 1
[    4.020921] initcall extfrag_debug_init+0x0/0x77 returned 0 after 8 usecs
[    4.021026] calling  setup_vmstat+0x0/0xc7 @ 1
[    4.021137] initcall setup_vmstat+0x0/0xc7 returned 0 after 8 usecs
[    4.021242] calling  mm_sysfs_init+0x0/0x29 @ 1
[    4.021347] initcall mm_sysfs_init+0x0/0x29 returned 0 after 4 usecs
[    4.021451] calling  proc_vmalloc_init+0x0/0x25 @ 1
[    4.021550] initcall proc_vmalloc_init+0x0/0x25 returned 0 after 0 usecs
[    4.021655] calling  procswaps_init+0x0/0x22 @ 1
[    4.021757] initcall procswaps_init+0x0/0x22 returned 0 after 0 usecs
[    4.021861] calling  hugetlb_init+0x0/0x32d @ 1
[    4.021963] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    4.022075] initcall hugetlb_init+0x0/0x32d returned 0 after 110 usecs
[    4.022180] calling  ksm_init+0x0/0xd0 @ 1
[    4.022321] initcall ksm_init+0x0/0xd0 returned 0 after 40 usecs
[    4.022426] calling  slab_proc_init+0x0/0x25 @ 1
[    4.022529] initcall slab_proc_init+0x0/0x25 returned 0 after 2 usecs
[    4.022633] calling  slab_sysfs_init+0x0/0x109 @ 1
[    4.023667] initcall slab_sysfs_init+0x0/0x109 returned 0 after 910 usecs
[    4.023773] calling  hugepage_init+0x0/0x141 @ 1
[    4.023874] initcall hugepage_init+0x0/0x141 returned -22 after 0 usecs
[    4.023979] initcall hugepage_init+0x0/0x141 returned with error code -22 
[    4.024085] calling  init_cleancache+0x0/0x1b @ 1
[    4.024187] initcall init_cleancache+0x0/0x1b returned 0 after 1 usecs
[    4.024292] calling  fcntl_init+0x0/0x2a @ 1
[    4.024395] initcall fcntl_init+0x0/0x2a returned 0 after 1 usecs
[    4.024498] calling  proc_filesystems_init+0x0/0x22 @ 1
[    4.024603] initcall proc_filesystems_init+0x0/0x22 returned 0 after 1 usecs
[    4.024710] calling  dio_init+0x0/0x2d @ 1
[    4.024829] initcall dio_init+0x0/0x2d returned 0 after 17 usecs
[    4.024931] calling  fsnotify_mark_init+0x0/0x40 @ 1
[    4.025059] initcall fsnotify_mark_init+0x0/0x40 returned 0 after 25 usecs
[    4.025168] calling  dnotify_init+0x0/0x7b @ 1
[    4.025301] initcall dnotify_init+0x0/0x7b returned 0 after 30 usecs
[    4.025405] calling  inotify_user_setup+0x0/0x70 @ 1
[    4.025510] initcall inotify_user_setup+0x0/0x70 returned 0 after 2 usecs
[    4.025615] calling  fanotify_user_setup+0x0/0x52 @ 1
[    4.025719] initcall fanotify_user_setup+0x0/0x52 returned 0 after 2 usecs
[    4.025824] calling  aio_setup+0x0/0x78 @ 1
[    4.025930] initcall aio_setup+0x0/0x78 returned 0 after 6 usecs
[    4.026032] calling  proc_locks_init+0x0/0x22 @ 1
[    4.026135] initcall proc_locks_init+0x0/0x22 returned 0 after 1 usecs
[    4.026239] calling  init_sys32_ioctl+0x0/0x28 @ 1
[    4.026396] initcall init_sys32_ioctl+0x0/0x28 returned 0 after 53 usecs
[    4.026501] calling  init_mbcache+0x0/0x14 @ 1
[    4.026602] initcall init_mbcache+0x0/0x14 returned 0 after 0 usecs
[    4.026706] calling  dquot_init+0x0/0x11a @ 1
[    4.026806] VFS: Disk quotas dquot_6.5.2
[    4.026946] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    4.027051] initcall dquot_init+0x0/0x11a returned 0 after 238 usecs
[    4.027155] calling  quota_init+0x0/0x26 @ 1
[    4.027259] initcall quota_init+0x0/0x26 returned 0 after 2 usecs
[    4.027360] calling  proc_cmdline_init+0x0/0x22 @ 1
[    4.027462] initcall proc_cmdline_init+0x0/0x22 returned 0 after 1 usecs
[    4.027566] calling  proc_consoles_init+0x0/0x22 @ 1
[    4.027665] initcall proc_consoles_init+0x0/0x22 returned 0 after 0 usecs
[    4.027771] calling  proc_cpuinfo_init+0x0/0x22 @ 1
[    4.027874] initcall proc_cpuinfo_init+0x0/0x22 returned 0 after 0 usecs
[    4.027979] calling  proc_devices_init+0x0/0x22 @ 1
[    4.028081] initcall proc_devices_init+0x0/0x22 returned 0 after 0 usecs
[    4.028185] calling  proc_interrupts_init+0x0/0x22 @ 1
[    4.028288] initcall proc_interrupts_init+0x0/0x22 returned 0 after 0 usecs
[    4.028392] calling  proc_loadavg_init+0x0/0x22 @ 1
[    4.028493] initcall proc_loadavg_init+0x0/0x22 returned 0 after 0 usecs
[    4.028598] calling  proc_meminfo_init+0x0/0x22 @ 1
[    4.028702] initcall proc_meminfo_init+0x0/0x22 returned 0 after 0 usecs
[    4.028807] calling  proc_stat_init+0x0/0x22 @ 1
[    4.028908] initcall proc_stat_init+0x0/0x22 returned 0 after 0 usecs
[    4.029012] calling  proc_uptime_init+0x0/0x22 @ 1
[    4.029115] initcall proc_uptime_init+0x0/0x22 returned 0 after 0 usecs
[    4.029221] calling  proc_version_init+0x0/0x22 @ 1
[    4.029329] initcall proc_version_init+0x0/0x22 returned 0 after 5 usecs
[    4.029432] calling  proc_softirqs_init+0x0/0x22 @ 1
[    4.029536] initcall proc_softirqs_init+0x0/0x22 returned 0 after 0 usecs
[    4.029639] calling  proc_kcore_init+0x0/0xb5 @ 1
[    4.029742] initcall proc_kcore_init+0x0/0xb5 returned 0 after 4 usecs
[    4.029845] calling  vmcore_init+0x0/0x70 @ 1
[    4.029944] initcall vmcore_init+0x0/0x70 returned 0 after 0 usecs
[    4.030048] calling  proc_kmsg_init+0x0/0x25 @ 1
[    4.030147] initcall proc_kmsg_init+0x0/0x25 returned 0 after 0 usecs
[    4.030250] calling  proc_page_init+0x0/0x42 @ 1
[    4.030353] initcall proc_page_init+0x0/0x42 returned 0 after 1 usecs
[    4.030459] calling  proc_version_signature_init+0x0/0x22 @ 1
[    4.030563] initcall proc_version_signature_init+0x0/0x22 returned 0 after 0 usecs
[    4.030688] calling  init_devpts_fs+0x0/0x4a @ 1
[    4.030801] initcall init_devpts_fs+0x0/0x4a returned 0 after 10 usecs
[    4.030905] calling  init_ext3_fs+0x0/0x76 @ 1
[    4.031040] initcall init_ext3_fs+0x0/0x76 returned 0 after 33 usecs
[    4.031145] calling  ext4_init_fs+0x0/0x5c @ 1
[    4.031334] initcall ext4_init_fs+0x0/0x5c returned 0 after 84 usecs
[    4.031439] calling  journal_init+0x0/0x1e @ 1
[    4.031589] initcall journal_init+0x0/0x1e returned 0 after 47 usecs
[    4.031693] calling  journal_init+0x0/0x34 @ 1
[    4.031800] initcall journal_init+0x0/0x34 returned 0 after 5 usecs
[    4.031904] calling  init_ramfs_fs+0x0/0x12 @ 1
[    4.032003] initcall init_ramfs_fs+0x0/0x12 returned 0 after 0 usecs
[    4.032109] calling  init_hugetlbfs_fs+0x0/0x95 @ 1
[    4.032242] initcall init_hugetlbfs_fs+0x0/0x95 returned 0 after 30 usecs
[    4.032346] calling  ecryptfs_init+0x0/0x1e6 @ 1
[    4.032569] initcall ecryptfs_init+0x0/0x1e6 returned 0 after 118 usecs
[    4.032675] calling  fuse_init+0x0/0x1b0 @ 1
[    4.032775] fuse init (API version 7.17)
[    4.032940] initcall fuse_init+0x0/0x1b0 returned 0 after 159 usecs
[    4.033045] calling  init_pstore_fs+0x0/0x12 @ 1
[    4.033147] initcall init_pstore_fs+0x0/0x12 returned 0 after 0 usecs
[    4.033251] calling  ipc_init+0x0/0x2f @ 1
[    4.033353] msgmni has been set to 1480
[    4.033453] initcall ipc_init+0x0/0x2f returned 0 after 99 usecs
[    4.033555] calling  ipc_sysctl_init+0x0/0x14 @ 1
[    4.035369] initcall ipc_sysctl_init+0x0/0x14 returned 0 after 15 usecs
[    4.035474] calling  init_mqueue_fs+0x0/0x9f @ 1
[    4.035617] initcall init_mqueue_fs+0x0/0x9f returned 0 after 39 usecs
[    4.035723] calling  key_proc_init+0x0/0x33 @ 1
[    4.035827] initcall key_proc_init+0x0/0x33 returned 0 after 1 usecs
[    4.035932] calling  selinux_nf_ip_init+0x0/0x69 @ 1
[    4.036035] initcall selinux_nf_ip_init+0x0/0x69 returned 0 after 0 usecs
[    4.036139] calling  init_sel_fs+0x0/0x9b @ 1
[    4.036240] initcall init_sel_fs+0x0/0x9b returned 0 after 0 usecs
[    4.036342] calling  selnl_init+0x0/0x4d @ 1
[    4.036448] initcall selnl_init+0x0/0x4d returned 0 after 3 usecs
[    4.036551] calling  sel_netif_init+0x0/0x73 @ 1
[    4.036653] initcall sel_netif_init+0x0/0x73 returned 0 after 0 usecs
[    4.036758] calling  sel_netnode_init+0x0/0x74 @ 1
[    4.036859] initcall sel_netnode_init+0x0/0x74 returned 0 after 0 usecs
[    4.036965] calling  sel_netport_init+0x0/0x74 @ 1
[    4.037067] initcall sel_netport_init+0x0/0x74 returned 0 after 0 usecs
[    4.037173] calling  aurule_init+0x0/0x37 @ 1
[    4.037272] initcall aurule_init+0x0/0x37 returned 0 after 0 usecs
[    4.037376] calling  init_smk_fs+0x0/0x21 @ 1
[    4.037476] initcall init_smk_fs+0x0/0x21 returned 0 after 0 usecs
[    4.037579] calling  crypto_wq_init+0x0/0x31 @ 1
[    4.037707] initcall crypto_wq_init+0x0/0x31 returned 0 after 24 usecs
[    4.037810] calling  crypto_algapi_init+0x0/0xd @ 1
[    4.037915] initcall crypto_algapi_init+0x0/0xd returned 0 after 1 usecs
[    4.038020] calling  skcipher_module_init+0x0/0x35 @ 1
[    4.038121] initcall skcipher_module_init+0x0/0x35 returned 0 after 0 usecs
[    4.038228] calling  chainiv_module_init+0x0/0x12 @ 1
[    4.038329] initcall chainiv_module_init+0x0/0x12 returned 0 after 0 usecs
[    4.038436] calling  eseqiv_module_init+0x0/0x12 @ 1
[    4.038539] initcall eseqiv_module_init+0x0/0x12 returned 0 after 0 usecs
[    4.038644] calling  hmac_module_init+0x0/0x12 @ 1
[    4.038746] initcall hmac_module_init+0x0/0x12 returned 0 after 0 usecs
[    4.038851] calling  md5_mod_init+0x0/0x12 @ 1
[    4.038982] initcall md5_mod_init+0x0/0x12 returned 0 after 29 usecs
[    4.039086] calling  sha1_generic_mod_init+0x0/0x12 @ 1
[    4.039219] initcall sha1_generic_mod_init+0x0/0x12 returned 0 after 31 usecs
[    4.039325] calling  sha256_generic_mod_init+0x0/0x3c @ 1
[    4.039484] initcall sha256_generic_mod_init+0x0/0x3c returned 0 after 54 usecs
[    4.039607] calling  crypto_ecb_module_init+0x0/0x12 @ 1
[    4.039707] initcall crypto_ecb_module_init+0x0/0x12 returned 0 after 0 usecs
[    4.039813] calling  crypto_cbc_module_init+0x0/0x12 @ 1
[    4.039914] initcall crypto_cbc_module_init+0x0/0x12 returned 0 after 0 usecs
[    4.040020] calling  aes_init+0x0/0x12 @ 1
[    4.040154] initcall aes_init+0x0/0x12 returned 0 after 32 usecs
[    4.040258] calling  crc32c_mod_init+0x0/0x12 @ 1
[    4.040393] initcall crc32c_mod_init+0x0/0x12 returned 0 after 31 usecs
[    4.040499] calling  krng_mod_init+0x0/0x12 @ 1
[    4.040634] initcall krng_mod_init+0x0/0x12 returned 0 after 32 usecs
[    4.040740] calling  proc_genhd_init+0x0/0x3c @ 1
[    4.040841] initcall proc_genhd_init+0x0/0x3c returned 0 after 2 usecs
[    4.040943] calling  bsg_init+0x0/0x12e @ 1
[    4.041067] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    4.041192] initcall bsg_init+0x0/0x12e returned 0 after 145 usecs
[    4.041297] calling  init_cgroup_blkio+0x0/0x12 @ 1
[    4.041399] initcall init_cgroup_blkio+0x0/0x12 returned 0 after 0 usecs
[    4.041501] calling  throtl_init+0x0/0x44 @ 1
[    4.041629] initcall throtl_init+0x0/0x44 returned 0 after 24 usecs
[    4.041733] calling  noop_init+0x0/0x14 @ 1
[    4.041835] io scheduler noop registered
[    4.041935] initcall noop_init+0x0/0x14 returned 0 after 97 usecs
[    4.042037] calling  deadline_init+0x0/0x14 @ 1
[    4.042137] io scheduler deadline registered
[    4.042238] initcall deadline_init+0x0/0x14 returned 0 after 97 usecs
[    4.042343] calling  cfq_init+0x0/0xb3 @ 1
[    4.042464] io scheduler cfq registered (default)
[    4.042562] initcall cfq_init+0x0/0xb3 returned 0 after 116 usecs
[    4.042664] calling  percpu_counter_startup+0x0/0x19 @ 1
[    4.042767] initcall percpu_counter_startup+0x0/0x19 returned 0 after 0 usecs
[    4.042872] calling  lnw_gpio_init+0x0/0x45 @ 1
[    4.042992] initcall lnw_gpio_init+0x0/0x45 returned 0 after 18 usecs
[    4.043096] calling  timbgpio_init+0x0/0x12 @ 1
[    4.043202] initcall timbgpio_init+0x0/0x12 returned 0 after 5 usecs
[    4.043306] calling  ucb1400_gpio_init+0x0/0x12 @ 1
[    4.043410] initcall ucb1400_gpio_init+0x0/0x12 returned 0 after 3 usecs
[    4.043514] calling  pci_proc_init+0x0/0x69 @ 1
[    4.043639] initcall pci_proc_init+0x0/0x69 returned 0 after 24 usecs
[    4.043744] calling  pcie_portdrv_init+0x0/0x77 @ 1
[    4.043869] pcieport 0000:00:01.0: setting latency timer to 64
[    4.044144] pcieport 0000:00:1c.0: setting latency timer to 64
[    4.044715] pcieport 0000:00:1c.4: setting latency timer to 64
[    4.045269] initcall pcie_portdrv_init+0x0/0x77 returned 0 after 1390 usecs
[    4.045369] calling  aer_service_init+0x0/0x31 @ 1
[    4.045473] initcall aer_service_init+0x0/0x31 returned 0 after 4 usecs
[    4.045578] calling  pcie_pme_service_init+0x0/0x12 @ 1
[    4.045708] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
[    4.045812] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[    4.045917] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
[    4.046078] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[    4.046193] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[    4.046359] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
[    4.046465] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[    4.046580] pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
[    4.046686] initcall pcie_pme_service_init+0x0/0x12 returned 0 after 981 usecs
[    4.046809] calling  ioapic_init+0x0/0x1b @ 1
[    4.046915] initcall ioapic_init+0x0/0x1b returned 0 after 6 usecs
[    4.047020] calling  pci_hotplug_init+0x0/0x4b @ 1
[    4.047121] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    4.047224] initcall pci_hotplug_init+0x0/0x4b returned 0 after 99 usecs
[    4.047329] calling  pcied_init+0x0/0xf0 @ 1
[    4.047444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    4.047548] initcall pcied_init+0x0/0xf0 returned 0 after 114 usecs
[    4.047652] calling  tsi721_init+0x0/0x1b @ 1
[    4.047759] initcall tsi721_init+0x0/0x1b returned 0 after 5 usecs
[    4.047864] calling  fb_console_init+0x0/0x11e @ 1
[    4.047977] initcall fb_console_init+0x0/0x11e returned 0 after 13 usecs
[    4.048084] calling  imsttfb_init+0x0/0x4d @ 1
[    4.048190] initcall imsttfb_init+0x0/0x4d returned 0 after 6 usecs
[    4.048295] calling  asiliantfb_init+0x0/0x34 @ 1
[    4.048399] initcall asiliantfb_init+0x0/0x34 returned 0 after 5 usecs
[    4.048504] calling  efifb_init+0x0/0x92 @ 1
[    4.048607] initcall efifb_init+0x0/0x92 returned -19 after 2 usecs
[    4.048709] calling  intel_idle_init+0x0/0x6e @ 1
[    4.048809] initcall intel_idle_init+0x0/0x6e returned -19 after 0 usecs
[    4.048914] calling  acpi_reserve_resources+0x0/0xeb @ 1
[    4.049019] initcall acpi_reserve_resources+0x0/0xeb returned 0 after 2 usecs
[    4.049126] calling  irqrouter_init_ops+0x0/0x26 @ 1
[    4.049228] initcall irqrouter_init_ops+0x0/0x26 returned 0 after 0 usecs
[    4.049331] calling  acpi_ac_init+0x0/0x50 @ 1
[    4.049456] initcall acpi_ac_init+0x0/0x50 returned 0 after 24 usecs
[    4.049560] calling  acpi_button_init+0x0/0x12 @ 1
[    4.049695] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
[    4.049823] ACPI: Power Button [PWRB]
[    4.049948] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    4.050071] ACPI: Power Button [PWRF]
[    4.050192] initcall acpi_button_init+0x0/0x12 returned 0 after 519 usecs
[    4.050298] calling  acpi_fan_init+0x0/0x18 @ 1
[    4.050411] initcall acpi_fan_init+0x0/0x18 returned 0 after 11 usecs
[    4.050516] calling  acpi_processor_init+0x0/0x81 @ 1
[    4.050895] initcall acpi_processor_init+0x0/0x81 returned 0 after 267 usecs
[    4.050999] calling  acpi_container_init+0x0/0x4a @ 1
[    4.052267] initcall acpi_container_init+0x0/0x4a returned 0 after 1135 usecs
[    4.052373] calling  acpi_thermal_init+0x0/0x42 @ 1
[    4.052486] initcall acpi_thermal_init+0x0/0x42 returned 0 after 11 usecs
[    4.052592] calling  acpi_battery_init+0x0/0x48 @ 1
[    4.052709] initcall acpi_battery_init+0x0/0x48 returned 0 after 12 usecs
[    4.052814] calling  acpi_hed_init+0x0/0x26 @ 1
[    4.052923] initcall acpi_hed_init+0x0/0x26 returned 0 after 10 usecs
[    4.053032] calling  erst_init+0x0/0x2a5 @ 1
[    4.053172] APEI: Can not request iomem region <00000000bf48903e-00000000bf48903f> for GARs.
[    4.053297] initcall erst_init+0x0/0x2a5 returned -22 after 164 usecs
[    4.053401] initcall erst_init+0x0/0x2a5 returned with error code -22 
[    4.053505] calling  ghes_init+0x0/0x171 @ 1
[    4.053664] [Firmware Warn]: GHES: Poll interval is 0 for generic hardware error source: 1, disabled.
[    4.053841] GHES: APEI firmware first mode is enabled by WHEA _OSC.
[    4.053946] initcall ghes_init+0x0/0x171 returned 0 after 332 usecs
[    4.054048] calling  virtio_pci_init+0x0/0x1b @ 1
[    4.054158] initcall virtio_pci_init+0x0/0x1b returned 0 after 8 usecs
[    4.054263] calling  xenbus_probe_initcall+0x0/0x39 @ 1
[    4.054367] initcall xenbus_probe_initcall+0x0/0x39 returned 0 after 0 usecs
[    4.054473] calling  hypervisor_subsys_init+0x0/0x25 @ 1
[    4.054575] initcall hypervisor_subsys_init+0x0/0x25 returned 0 after 0 usecs
[    4.054682] calling  hyper_sysfs_init+0x0/0x19 @ 1
[    4.054791] initcall hyper_sysfs_init+0x0/0x19 returned 0 after 7 usecs
[    4.054897] calling  platform_pci_module_init+0x0/0x29 @ 1
[    4.055000] initcall platform_pci_module_init+0x0/0x29 returned -19 after 0 usecs
[    4.055126] calling  xen_tmem_init+0x0/0x5c @ 1
[    4.055227] initcall xen_tmem_init+0x0/0x5c returned 0 after 0 usecs
[    4.055328] calling  pty_init+0x0/0x12 @ 1
[    4.055469] initcall pty_init+0x0/0x12 returned 0 after 39 usecs
[    4.055574] calling  sysrq_init+0x0/0x78 @ 1
[    4.055676] initcall sysrq_init+0x0/0x78 returned 0 after 2 usecs
[    4.055782] calling  xen_hvc_init+0x0/0x13e @ 1
[    4.056104] initcall xen_hvc_init+0x0/0x13e returned 0 after 217 usecs
[    4.056210] calling  serial8250_init+0x0/0x65 @ 1
[    4.056310] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    4.077567] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    4.114324] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    4.142352] serial8250: ttyS2 at I/O 0x3e8 (irq = 4) is a 16550A
[    4.144308] initcall serial8250_init+0x0/0x65 returned 0 after 85934 usecs
[    4.144414] calling  serial8250_pnp_init+0x0/0x12 @ 1
[    4.165723] 00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    4.202369] 00:0b: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    4.234364] 00:0d: ttyS2 at I/O 0x3e8 (irq = 10) is a 16550A
[    4.249168] initcall serial8250_pnp_init+0x0/0x12 returned 0 after 102197 usecs
[    4.249315] calling  serial8250_pci_init+0x0/0x1b @ 1
[    4.249433] initcall serial8250_pci_init+0x0/0x1b returned 0 after 15 usecs
[    4.249541] calling  init_kgdboc+0x0/0x16 @ 1
[    4.249640] initcall init_kgdboc+0x0/0x16 returned 0 after 1 usecs
[    4.249744] calling  rand_initialize+0x0/0x40 @ 1
[    4.249855] initcall rand_initialize+0x0/0x40 returned 0 after 9 usecs
[    4.249958] calling  ttyprintk_init+0x0/0x153 @ 1
[    4.250088] initcall ttyprintk_init+0x0/0x153 returned 0 after 27 usecs
[    4.250192] calling  hpet_init+0x0/0x67 @ 1
[    4.250369] hpet_acpi_add: no address or irqs in _CRS
[    4.250479] initcall hpet_init+0x0/0x67 returned 0 after 182 usecs
[    4.250582] calling  agp_init+0x0/0x26 @ 1
[    4.250682] Linux agpgart interface v0.103
[    4.250783] initcall agp_init+0x0/0x26 returned 0 after 98 usecs
[    4.250887] calling  agp_amd64_mod_init+0x0/0x22 @ 1
[    4.251000] initcall agp_amd64_mod_init+0x0/0x22 returned -19 after 13 usecs
[    4.251105] calling  agp_intel_init+0x0/0x29 @ 1
[    4.251271] initcall agp_intel_init+0x0/0x29 returned 0 after 63 usecs
[    4.251375] calling  agp_via_init+0x0/0x29 @ 1
[    4.251481] initcall agp_via_init+0x0/0x29 returned 0 after 6 usecs
[    4.251584] calling  cn_proc_init+0x0/0x3a @ 1
[    4.251686] initcall cn_proc_init+0x0/0x3a returned 0 after 0 usecs
[    4.251790] calling  topology_sysfs_init+0x0/0x67 @ 1
[    4.251901] initcall topology_sysfs_init+0x0/0x67 returned 0 after 7 usecs
[    4.252005] calling  brd_init+0x0/0x1d0 @ 1
[    4.253076] brd: module loaded
[    4.253175] initcall brd_init+0x0/0x1d0 returned 0 after 1045 usecs
[    4.253282] calling  loop_init+0x0/0x12f @ 1
[    4.253910] loop: module loaded
[    4.254011] initcall loop_init+0x0/0x12f returned 0 after 613 usecs
[    4.254115] calling  init+0x0/0x7c @ 1
[    4.254260] initcall init+0x0/0x7c returned 0 after 45 usecs
[    4.254365] calling  xlblk_init+0x0/0x93 @ 1
[    4.254470] initcall xlblk_init+0x0/0x93 returned 0 after 4 usecs
[    4.254572] calling  htcpld_core_init+0x0/0x2b @ 1
[    4.254686] initcall htcpld_core_init+0x0/0x2b returned -19 after 13 usecs
[    4.254791] calling  wm8994_i2c_init+0x0/0x30 @ 1
[    4.254897] initcall wm8994_i2c_init+0x0/0x30 returned 0 after 3 usecs
[    4.255002] calling  adp5520_init+0x0/0x14 @ 1
[    4.255109] initcall adp5520_init+0x0/0x14 returned 0 after 4 usecs
[    4.255213] calling  spi_transport_init+0x0/0x7c @ 1
[    4.255320] initcall spi_transport_init+0x0/0x7c returned 0 after 6 usecs
[    4.255425] calling  scsi_dh_init+0x0/0x53 @ 1
[    4.255526] initcall scsi_dh_init+0x0/0x53 returned 0 after 0 usecs
[    4.255631] calling  sym2_init+0x0/0x55 @ 1
[    4.255738] initcall sym2_init+0x0/0x55 returned 0 after 8 usecs
[    4.255842] calling  init_sd+0x0/0x131 @ 1
[    4.255953] initcall init_sd+0x0/0x131 returned 0 after 10 usecs
[    4.256057] calling  init_sr+0x0/0x46 @ 1
[    4.256161] initcall init_sr+0x0/0x46 returned 0 after 3 usecs
[    4.256264] calling  init_sg+0x0/0x63 @ 1
[    4.256373] initcall init_sg+0x0/0x63 returned 0 after 9 usecs
[    4.256475] calling  ahci_init+0x0/0x1b @ 1
[    4.256582] ahci 0000:00:1f.2: version 3.0
[    4.256697] xen: registering gsi 19 triggering 0 polarity 1
[    4.256805] xen: --> pirq=19 -> irq=19 (gsi=19)
[    4.256934] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    4.257185] ahci 0000:00:1f.2: controller can't do SNTF, turning off CAP_SNTF
[    4.273194] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3f impl RAID mode
[    4.273339] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst 
[    4.273473] ahci 0000:00:1f.2: setting latency timer to 64
[    4.313538] scsi0 : ahci
[    4.313704] scsi1 : ahci
[    4.313860] scsi2 : ahci
[    4.314017] scsi3 : ahci
[    4.314170] scsi4 : ahci
[    4.314325] scsi5 : ahci
[    4.314550] ata1: SATA max UDMA/133 abar m2048@0xfbb21000 port 0xfbb21100 irq 289
[    4.314678] ata2: SATA max UDMA/133 abar m2048@0xfbb21000 port 0xfbb21180 irq 289
[    4.314805] ata3: SATA max UDMA/133 abar m2048@0xfbb21000 port 0xfbb21200 irq 289
[    4.314932] ata4: SATA max UDMA/133 abar m2048@0xfbb21000 port 0xfbb21280 irq 289
[    4.315059] ata5: SATA max UDMA/133 abar m2048@0xfbb21000 port 0xfbb21300 irq 289
[    4.315188] ata6: SATA max UDMA/133 abar m2048@0xfbb21000 port 0xfbb21380 irq 289
[    4.315324] calling  2_async_port_probe+0x0/0x70 @ 5
[    4.315329] initcall ahci_init+0x0/0x1b returned 0 after 57376 usecs
[    4.315331] calling  adma_ata_init+0x0/0x1b @ 1
[    4.315342] initcall adma_ata_init+0x0/0x1b returned 0 after 8 usecs
[    4.315344] calling  piix_init+0x0/0x29 @ 1
[    4.315354] initcall piix_init+0x0/0x29 returned 0 after 8 usecs
[    4.315356] calling  sis_init+0x0/0x1b @ 1
[    4.315365] initcall sis_init+0x0/0x1b returned 0 after 6 usecs
[    4.315366] calling  pacpi_init+0x0/0x1b @ 1
[    4.315376] initcall pacpi_init+0x0/0x1b returned 0 after 7 usecs
[    4.315378] calling  ata_generic_init+0x0/0x1b @ 1
[    4.315388] initcall ata_generic_init+0x0/0x1b returned 0 after 7 usecs
[    4.315390] calling  net_olddevs_init+0x0/0x1c @ 1
[    4.315394] initcall net_olddevs_init+0x0/0x1c returned 0 after 2 usecs
[    4.315396] calling  marvell_init+0x0/0x64 @ 1
[    4.315427] initcall marvell_init+0x0/0x64 returned 0 after 28 usecs
[    4.315429] calling  davicom_init+0x0/0x5e @ 1
[    4.315441] initcall davicom_init+0x0/0x5e returned 0 after 10 usecs
[    4.315443] calling  cicada_init+0x0/0x3c @ 1
[    4.315453] initcall cicada_init+0x0/0x3c returned 0 after 7 usecs
[    4.315454] calling  lxt_init+0x0/0x5e @ 1
[    4.315465] initcall lxt_init+0x0/0x5e returned 0 after 8 usecs
[    4.315467] calling  qs6612_init+0x0/0x12 @ 1
[    4.315472] initcall qs6612_init+0x0/0x12 returned 0 after 2 usecs
[    4.315473] calling  smsc_init+0x0/0xa6 @ 1
[    4.315493] initcall smsc_init+0x0/0xa6 returned 0 after 17 usecs
[    4.315495] calling  vsc82xx_init+0x0/0x3c @ 1
[    4.315503] initcall vsc82xx_init+0x0/0x3c returned 0 after 6 usecs
[    4.315505] calling  broadcom_init+0x0/0x18e @ 1
[    4.315546] initcall broadcom_init+0x0/0x18e returned 0 after 38 usecs
[    4.315548] calling  icplus_init+0x0/0x3f @ 1
[    4.315561] initcall icplus_init+0x0/0x3f returned 0 after 11 usecs
[    4.315563] calling  realtek_init+0x0/0x12 @ 1
[    4.315570] initcall realtek_init+0x0/0x12 returned 0 after 4 usecs
[    4.315572] calling  et1011c_init+0x0/0x12 @ 1
[    4.315577] initcall et1011c_init+0x0/0x12 returned 0 after 3 usecs
[    4.315579] calling  fixed_mdio_bus_init+0x0/0x127 @ 1
[    4.315602] Fixed MDIO Bus: probed
[    4.315604] initcall fixed_mdio_bus_init+0x0/0x127 returned 0 after 22 usecs
[    4.315606] calling  ns_init+0x0/0x12 @ 1
[    4.315612] initcall ns_init+0x0/0x12 returned 0 after 3 usecs
[    4.315613] calling  ste10Xp_init+0x0/0x22 @ 1
[    4.315625] initcall ste10Xp_init+0x0/0x22 returned 0 after 9 usecs
[    4.315627] calling  tun_init+0x0/0x90 @ 1
[    4.315628] tun: Universal TUN/TAP device driver, 1.6
[    4.315629] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    4.315658] initcall tun_init+0x0/0x90 returned 0 after 28 usecs
[    4.315660] calling  init+0x0/0x12 @ 1
[    4.315665] initcall init+0x0/0x12 returned 0 after 3 usecs
[    4.315667] calling  ppp_init+0x0/0xe1 @ 1
[    4.315668] PPP generic driver version 2.4.2
[    4.315695] initcall ppp_init+0x0/0xe1 returned 0 after 25 usecs
[    4.315697] calling  netif_init+0x0/0x66 @ 1
[    4.315699] initcall netif_init+0x0/0x66 returned 0 after 0 usecs
[    4.315701] calling  cdrom_init+0x0/0x16 @ 1
[    4.315713] initcall cdrom_init+0x0/0x16 returned 0 after 9 usecs
[    4.315715] calling  mon_init+0x0/0x100 @ 1
[    4.315741] initcall mon_init+0x0/0x100 returned 0 after 23 usecs
[    4.315744] calling  ehci_hcd_init+0x0/0x1d @ 1
[    4.315745] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    4.315761] xen: registering gsi 16 triggering 0 polarity 1
[    4.315763] xen_map_pirq_gsi: returning irq 16 for gsi 16
[    4.315764] xen: --> pirq=16 -> irq=16 (gsi=16)
[    4.315765] Already setup the GSI :16
[    4.315767] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    4.315787] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[    4.315792] ehci_hcd 0000:00:1a.0: EHCI Host Controller
[    4.315821] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    4.315878] ehci_hcd 0000:00:1a.0: debug port 2
[    4.319788] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
[    4.319861] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xfbb23000
[    4.320204] calling  3_async_port_probe+0x0/0x70 @ 16
[    4.320303] calling  4_async_port_probe+0x0/0x70 @ 49
[    4.320389] calling  5_async_port_probe+0x0/0x70 @ 50
[    4.320488] calling  6_async_port_probe+0x0/0x70 @ 51
[    4.320584] calling  7_async_port_probe+0x0/0x70 @ 52
[    4.333145] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    4.333380] hub 1-0:1.0: USB hub found
[    4.333482] hub 1-0:1.0: 2 ports detected
[    4.333642] xen: registering gsi 23 triggering 0 polarity 1
[    4.333745] xen_map_pirq_gsi: returning irq 23 for gsi 23
[    4.333848] xen: --> pirq=23 -> irq=23 (gsi=23)
[    4.333947] Already setup the GSI :23
[    4.334047] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    4.334174] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[    4.334280] ehci_hcd 0000:00:1d.0: EHCI Host Controller
[    4.334418] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    4.334595] ehci_hcd 0000:00:1d.0: debug port 2
[    4.338586] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
[    4.338751] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xfbb22000
[    4.353148] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    4.353361] hub 2-0:1.0: USB hub found
[    4.353461] hub 2-0:1.0: 2 ports detected
[    4.355314] initcall ehci_hcd_init+0x0/0x1d returned 0 after 38640 usecs
[    4.355420] calling  ohci_hcd_mod_init+0x0/0x54 @ 1
[    4.355521] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    4.355633] initcall ohci_hcd_mod_init+0x0/0x54 returned 0 after 108 usecs
[    4.355739] calling  uhci_hcd_init+0x0/0x1d @ 1
[    4.355839] uhci_hcd: USB Universal Host Controller Interface driver
[    4.355953] initcall uhci_hcd_init+0x0/0x1d returned 0 after 110 usecs
[    4.356058] calling  xhci_hcd_init+0x0/0x29 @ 1
[    4.356168] initcall xhci_hcd_init+0x0/0x29 returned 0 after 8 usecs
[    4.356272] calling  usb_usual_init+0x0/0x3b @ 1
[    4.356384] usbcore: registered new interface driver libusual
[    4.356487] initcall usb_usual_init+0x0/0x3b returned 0 after 109 usecs
[    4.356593] calling  i8042_init+0x0/0x80 @ 1
[    4.356716] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    4.360127] serio: i8042 KBD port at 0x60,0x64 irq 1
[    4.360229] serio: i8042 AUX port at 0x60,0x64 irq 12
[    4.360371] initcall i8042_init+0x0/0x80 returned 0 after 3592 usecs
[    4.360477] calling  mousedev_init+0x0/0x8a @ 1
[    4.360634] mousedev: PS/2 mouse device common for all mice
[    4.360739] initcall mousedev_init+0x0/0x8a returned 0 after 160 usecs
[    4.360844] calling  evdev_init+0x0/0x12 @ 1
[    4.360998] initcall evdev_init+0x0/0x12 returned 0 after 50 usecs
[    4.361100] calling  atkbd_init+0x0/0x27 @ 1
[    4.361216] initcall atkbd_init+0x0/0x27 returned 0 after 14 usecs
[    4.361319] calling  uinput_init+0x0/0x12 @ 1
[    4.361465] initcall uinput_init+0x0/0x12 returned 0 after 42 usecs
[    4.361570] calling  cmos_init+0x0/0x6a @ 1
[    4.361705] rtc_cmos 00:03: RTC can wake from S4
[    4.362009] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    4.362209] rtc0: alarms up to one month, y3k, 114 bytes nvram
[    4.362318] initcall cmos_init+0x0/0x6a returned 0 after 632 usecs
[    4.362421] calling  dm_init+0x0/0x45 @ 1
[    4.362566] device-mapper: uevent: version 1.0.3
[    4.362714] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[    4.362841] initcall dm_init+0x0/0x45 returned 0 after 312 usecs
[    4.362945] calling  cpufreq_stats_init+0x0/0x9c @ 1
[    4.363046] initcall cpufreq_stats_init+0x0/0x9c returned 0 after 1 usecs
[    4.363153] calling  cpufreq_gov_powersave_init+0x0/0x12 @ 1
[    4.363257] initcall cpufreq_gov_powersave_init+0x0/0x12 returned 0 after 0 usecs
[    4.363382] calling  cpufreq_gov_userspace_init+0x0/0x12 @ 1
[    4.363484] initcall cpufreq_gov_userspace_init+0x0/0x12 returned 0 after 0 usecs
[    4.363609] calling  cpufreq_gov_dbs_init+0x0/0x5e @ 1
[    4.363712] initcall cpufreq_gov_dbs_init+0x0/0x5e returned 0 after 0 usecs
[    4.363817] calling  cpufreq_gov_dbs_init+0x0/0x12 @ 1
[    4.363920] initcall cpufreq_gov_dbs_init+0x0/0x12 returned 0 after 0 usecs
[    4.364026] calling  init_ladder+0x0/0x12 @ 1
[    4.364128] initcall init_ladder+0x0/0x12 returned -19 after 0 usecs
[    4.364232] calling  init_menu+0x0/0x12 @ 1
[    4.364334] initcall init_menu+0x0/0x12 returned -19 after 0 usecs
[    4.364436] calling  efivars_init+0x0/0xf4 @ 1
[    4.364536] EFI Variables Facility v0.08 2004-May-17
[    4.364639] initcall efivars_init+0x0/0xf4 returned 0 after 100 usecs
[    4.364744] calling  staging_init+0x0/0x8 @ 1
[    4.364845] initcall staging_init+0x0/0x8 returned 0 after 0 usecs
[    4.364951] calling  flow_cache_init_global+0x0/0x2d @ 1
[    4.365076] initcall flow_cache_init_global+0x0/0x2d returned 0 after 23 usecs
[    4.365200] calling  llc_init+0x0/0x20 @ 1
[    4.365300] initcall llc_init+0x0/0x20 returned 0 after 0 usecs
[    4.365403] calling  snap_init+0x0/0x39 @ 1
[    4.365504] initcall snap_init+0x0/0x39 returned 0 after 0 usecs
[    4.365605] calling  rif_init+0x0/0x84 @ 1
[    4.365711] initcall rif_init+0x0/0x84 returned 0 after 5 usecs
[    4.365815] calling  blackhole_module_init+0x0/0x12 @ 1
[    4.365917] initcall blackhole_module_init+0x0/0x12 returned 0 after 0 usecs
[    4.366023] calling  sysctl_ipv4_init+0x0/0x84 @ 1
[    4.366247] initcall sysctl_ipv4_init+0x0/0x84 returned 0 after 118 usecs
[    4.366352] calling  init_syncookies+0x0/0x19 @ 1
[    4.366466] initcall init_syncookies+0x0/0x19 returned 0 after 11 usecs
[    4.366573] calling  ipv4_netfilter_init+0x0/0x20 @ 1
[    4.366675] initcall ipv4_netfilter_init+0x0/0x20 returned 0 after 0 usecs
[    4.366780] calling  cubictcp_register+0x0/0x6a @ 1
[    4.366882] TCP cubic registered
[    4.366981] initcall cubictcp_register+0x0/0x6a returned 0 after 96 usecs
[    4.367086] calling  inet6_init+0x0/0x57 @ 1
[    4.367259] NET: Registered protocol family 10
[    4.367717] initcall inet6_init+0x0/0x57 returned 0 after 518 usecs
[    4.367822] calling  packet_init+0x0/0x46 @ 1
[    4.367921] NET: Registered protocol family 17
[    4.368023] initcall packet_init+0x0/0x46 returned 0 after 99 usecs
[    4.368127] calling  dsa_init_module+0x0/0x14 @ 1
[    4.368229] initcall dsa_init_module+0x0/0x14 returned 0 after 0 usecs
[    4.368331] calling  edsa_init_module+0x0/0x14 @ 1
[    4.368432] initcall edsa_init_module+0x0/0x14 returned 0 after 0 usecs
[    4.368535] calling  trailer_init_module+0x0/0x14 @ 1
[    4.368636] initcall trailer_init_module+0x0/0x14 returned 0 after 0 usecs
[    4.368741] calling  mv88e6060_init+0x0/0x14 @ 1
[    4.368843] initcall mv88e6060_init+0x0/0x14 returned 0 after 0 usecs
[    4.368946] calling  mv88e6123_61_65_init+0x0/0x14 @ 1
[    4.369048] initcall mv88e6123_61_65_init+0x0/0x14 returned 0 after 0 usecs
[    4.369154] calling  mv88e6131_init+0x0/0x14 @ 1
[    4.369255] initcall mv88e6131_init+0x0/0x14 returned 0 after 0 usecs
[    4.369359] calling  dsa_init_module+0x0/0x12 @ 1
[    4.369475] initcall dsa_init_module+0x0/0x12 returned 0 after 13 usecs
[    4.369579] calling  dcbnl_init+0x0/0x4d @ 1
[    4.369680] initcall dcbnl_init+0x0/0x4d returned 0 after 0 usecs
[    4.369784] calling  init_dns_resolver+0x0/0xfe @ 1
[    4.369884] Registering the dns_resolver key type
[    4.369991] initcall init_dns_resolver+0x0/0xfe returned 0 after 103 usecs
[    4.370097] calling  rio_init_mports+0x0/0x5c @ 1
[    4.370200] initcall rio_init_mports+0x0/0x5c returned 0 after 0 usecs
[    4.370306] calling  tboot_late_init+0x0/0xc2 @ 1
[    4.370408] initcall tboot_late_init+0x0/0xc2 returned 0 after 0 usecs
[    4.370513] calling  mcheck_debugfs_init+0x0/0x3b @ 1
[    4.370620] initcall mcheck_debugfs_init+0x0/0x3b returned 0 after 3 usecs
[    4.370725] calling  severities_debugfs_init+0x0/0x3b @ 1
[    4.370832] initcall severities_debugfs_init+0x0/0x3b returned 0 after 3 usecs
[    4.370955] calling  hpet_insert_resource+0x0/0x23 @ 1
[    4.371058] initcall hpet_insert_resource+0x0/0x23 returned 0 after 0 usecs
[    4.371164] calling  update_mp_table+0x0/0x16 @ 1
[    4.371265] initcall update_mp_table+0x0/0x16 returned 0 after 0 usecs
[    4.371370] calling  lapic_insert_resource+0x0/0x3f @ 1
[    4.371472] initcall lapic_insert_resource+0x0/0x3f returned -1 after 0 usecs
[    4.371578] initcall lapic_insert_resource+0x0/0x3f returned with error code -1 
[    4.371701] calling  io_apic_bug_finalize+0x0/0x1b @ 1
[    4.371802] initcall io_apic_bug_finalize+0x0/0x1b returned 0 after 0 usecs
[    4.371907] calling  print_ICs+0x0/0x94 @ 1
[    4.372009] initcall print_ICs+0x0/0x94 returned 0 after 0 usecs
[    4.372114] calling  check_early_ioremap_leak+0x0/0x50 @ 1
[    4.372217] initcall check_early_ioremap_leak+0x0/0x50 returned 0 after 0 usecs
[    4.372341] calling  pat_memtype_list_init+0x0/0x32 @ 1
[    4.372446] initcall pat_memtype_list_init+0x0/0x32 returned 0 after 1 usecs
[    4.372552] calling  sched_init_debug+0x0/0x24 @ 1
[    4.372654] initcall sched_init_debug+0x0/0x24 returned 0 after 0 usecs
[    4.372760] calling  init_oops_id+0x0/0x40 @ 1
[    4.372860] initcall init_oops_id+0x0/0x40 returned 0 after 1 usecs
[    4.372965] calling  printk_late_init+0x0/0x56 @ 1
[    4.373069] initcall printk_late_init+0x0/0x56 returned 0 after 0 usecs
[    4.373175] calling  pm_debugfs_init+0x0/0x24 @ 1
[    4.373278] initcall pm_debugfs_init+0x0/0x24 returned 0 after 1 usecs
[    4.373382] calling  pm_qos_power_init+0x0/0xdc @ 1
[    4.373580] initcall pm_qos_power_init+0x0/0xdc returned 0 after 94 usecs
[    4.373685] calling  test_suspend+0x0/0xa1 @ 1
[    4.373786] initcall test_suspend+0x0/0xa1 returned 0 after 0 usecs
[    4.373890] calling  software_resume+0x0/0x30 @ 1
[    4.373991] PM: Hibernation image not present or could not be loaded.
[    4.374096] initcall software_resume+0x0/0x30 returned -2 after 101 usecs
[    4.374201] initcall software_resume+0x0/0x30 returned with error code -2 
[    4.374308] calling  debugfs_kprobe_init+0x0/0xa0 @ 1
[    4.374414] initcall debugfs_kprobe_init+0x0/0xa0 returned 0 after 3 usecs
[    4.374521] calling  taskstats_init+0x0/0x95 @ 1
[    4.374625] registered taskstats version 1
[    4.374728] initcall taskstats_init+0x0/0x95 returned 0 after 101 usecs
[    4.374834] calling  clear_boot_tracer+0x0/0x2d @ 1
[    4.374936] initcall clear_boot_tracer+0x0/0x2d returned 0 after 0 usecs
[    4.375041] calling  kdb_ftrace_register+0x0/0x2f @ 1
[    4.375146] initcall kdb_ftrace_register+0x0/0x2f returned 0 after 1 usecs
[    4.375252] calling  max_swapfiles_check+0x0/0x8 @ 1
[    4.375354] initcall max_swapfiles_check+0x0/0x8 returned 0 after 0 usecs
[    4.375460] calling  set_recommended_min_free_kbytes+0x0/0xa0 @ 1
[    4.375563] initcall set_recommended_min_free_kbytes+0x0/0xa0 returned 0 after 0 usecs
[    4.375688] calling  init_trusted+0x0/0xbb @ 1
[    4.375791] async_waiting @ 1
[    4.375888] async_continuing @ 1 after 0 usec
[    4.377329] async_waiting @ 1
[    4.377430] async_continuing @ 1 after 0 usec
[    4.378744] initcall init_trusted+0x0/0xbb returned 0 after 2881 usecs
[    4.378849] calling  init_encrypted+0x0/0x11f @ 1
[    4.378951] async_waiting @ 1
[    4.379049] async_continuing @ 1 after 0 usec
[    4.380328] async_waiting @ 1
[    4.380429] async_continuing @ 1 after 0 usec
[    4.381750] async_waiting @ 1
[    4.381849] async_continuing @ 1 after 0 usec
[    4.383104] async_waiting @ 1
[    4.383203] async_continuing @ 1 after 0 usec
[    4.384535] initcall init_encrypted+0x0/0x11f returned 0 after 5451 usecs
[    4.384642] calling  init_evm+0x0/0x25 @ 1
[    4.384748] initcall init_evm+0x0/0x25 returned 0 after 3 usecs
[    4.384852] calling  random32_reseed+0x0/0xa2 @ 1
[    4.384955] initcall random32_reseed+0x0/0xa2 returned 0 after 4 usecs
[    4.385060] calling  pci_resource_alignment_sysfs_init+0x0/0x19 @ 1
[    4.386863] initcall pci_resource_alignment_sysfs_init+0x0/0x19 returned 0 after 1 usecs
[    4.386989] calling  pci_sysfs_init+0x0/0x51 @ 1
[    4.387653] initcall pci_sysfs_init+0x0/0x51 returned 0 after 548 usecs
[    4.387755] calling  boot_wait_for_devices+0x0/0x30 @ 1
[    4.387858] initcall boot_wait_for_devices+0x0/0x30 returned 0 after 0 usecs
[    4.387963] calling  regulator_init_complete+0x0/0x139 @ 1
[    4.388067] initcall regulator_init_complete+0x0/0x139 returned 0 after 0 usecs
[    4.388192] calling  random_int_secret_init+0x0/0x19 @ 1
[    4.388301] initcall random_int_secret_init+0x0/0x19 returned 0 after 6 usecs
[    4.388406] calling  late_resume_init+0x0/0x1b0 @ 1
[    4.388505]   Magic number: 8:648:493
[    4.388625] initcall late_resume_init+0x0/0x1b0 returned 0 after 116 usecs
[    4.388728] calling  scsi_complete_async_scans+0x0/0x160 @ 1
[    4.388827] initcall scsi_complete_async_scans+0x0/0x160 returned 0 after 0 usecs
[    4.388949] calling  rtc_hctosys+0x0/0x10f @ 1
[    4.389112] rtc_cmos 00:03: setting system clock to 2012-04-11 18:29:24 UTC (1334168964)
[    4.389237] initcall rtc_hctosys+0x0/0x10f returned 0 after 186 usecs
[    4.389340] calling  powernowk8_init+0x0/0x1bf @ 1
[    4.389447] initcall powernowk8_init+0x0/0x1bf returned -19 after 5 usecs
[    4.389547] calling  acpi_cpufreq_init+0x0/0x16 @ 1
[    4.389818] initcall acpi_cpufreq_init+0x0/0x16 returned 0 after 166 usecs
[    4.389922] calling  centrino_init+0x0/0x2e @ 1
[    4.390019] initcall centrino_init+0x0/0x2e returned -16 after 0 usecs
[    4.390122] initcall centrino_init+0x0/0x2e returned with error code -16 
[    4.390227] calling  edd_init+0x0/0x1a3 @ 1
[    4.390324] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    4.390427] EDD information not available.
[    4.390522] initcall edd_init+0x0/0x1a3 returned -19 after 192 usecs
[    4.390626] calling  memmap_init+0x0/0x35 @ 1
[    4.390759] initcall memmap_init+0x0/0x35 returned 0 after 35 usecs
[    4.390862] calling  devfreq_start_polling+0x0/0x90 @ 1
[    4.390990] initcall devfreq_start_polling+0x0/0x90 returned 0 after 23 usecs
[    4.391098] calling  pci_mmcfg_late_insert_resources+0x0/0x59 @ 1
[    4.391202] initcall pci_mmcfg_late_insert_resources+0x0/0x59 returned 0 after 0 usecs
[    4.391326] calling  net_secret_init+0x0/0x19 @ 1
[    4.391433] initcall net_secret_init+0x0/0x19 returned 0 after 6 usecs
[    4.391535] calling  tcp_congestion_default+0x0/0x12 @ 1
[    4.391638] initcall tcp_congestion_default+0x0/0x12 returned 0 after 0 usecs
[    4.391741] calling  initialize_hashrnd+0x0/0x19 @ 1
[    4.391843] initcall initialize_hashrnd+0x0/0x19 returned 0 after 1 usecs
[    4.391966] async_waiting @ 1
[    4.392063] async_continuing @ 1 after 0 usec
[    4.392167] async_waiting @ 1
[    4.637167] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    4.637314] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    4.637807] ata6.00: ATAPI: TSSTcorp CDDVDW SH-S223F, SB00, max UDMA/100
[    4.638632] ata6.00: configured for UDMA/100
[    4.639024] async_waiting @ 52
[    4.639117] ata4.00: ATA-8: ST31000340AS, SD1A, max UDMA/133
[    4.639118] ata4.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    4.641154] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    4.641302] ata4.00: configured for UDMA/133
[    4.641409] async_waiting @ 50
[    4.642322] ata3.00: ATA-8: ST31000528AS, CC37, max UDMA/133
[    4.642452] ata3.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    4.643744] ata3.00: configured for UDMA/133
[    4.643879] async_waiting @ 49
[    4.645155] usb 1-1: new high-speed USB device number 2 using ehci_hcd
[    4.645162] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    4.646624] ata2.00: ATA-8: ST3500320AS, SD1A, max UDMA/133
[    4.646736] ata2.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    4.648641] ata2.00: configured for UDMA/133
[    4.648759] async_waiting @ 16
[    4.649153] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    4.650344] ata1.00: ATA-8: ST3500418AS, CC46, max UDMA/133
[    4.650458] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    4.651786] ata1.00: configured for UDMA/133
[    4.651904] async_waiting @ 5
[    4.651987] async_continuing @ 5 after 0 usec
[    4.652151] scsi 0:0:0:0: Direct-Access     ATA      ST3500418AS      CC46 PQ: 0 ANSI: 5
[    4.652320] calling  8_sd_probe_async+0x0/0x1d0 @ 53
[    4.652349] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    4.652384] initcall 2_async_port_probe+0x0/0x70 returned 0 after 324417 usecs
[    4.652392] async_continuing @ 16 after 3468 usec
[    4.652438] scsi 1:0:0:0: Direct-Access     ATA      ST3500320AS      SD1A PQ: 0 ANSI: 5
[    4.652513] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    4.652538] initcall 3_async_port_probe+0x0/0x70 returned 0 after 324476 usecs
[    4.652542] calling  9_sd_probe_async+0x0/0x1d0 @ 16
[    4.652550] async_continuing @ 49 after 8370 usec
[    4.652599] sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    4.652610] scsi 2:0:0:0: Direct-Access     ATA      ST31000528AS     CC37 PQ: 0 ANSI: 5
[    4.652683] sd 2:0:0:0: Attached scsi generic sg2 type 0
[    4.652708] initcall 4_async_port_probe+0x0/0x70 returned 0 after 324545 usecs
[    4.652711] calling  10_sd_probe_async+0x0/0x1d0 @ 49
[    4.652748] sd 2:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    4.652791] sd 1:0:0:0: [sdb] Write Protect is off
[    4.652793] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    4.652826] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.652854] sd 2:0:0:0: [sdc] Write Protect is off
[    4.652856] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    4.652913] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.654283] async_continuing @ 50 after 12476 usec
[    4.654300] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    4.654344] sd 0:0:0:0: [sda] Write Protect is off
[    4.654346] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    4.654365] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.654799] scsi 3:0:0:0: Direct-Access     ATA      ST31000340AS     SD1A PQ: 0 ANSI: 5
[    4.654961] calling  11_sd_probe_async+0x0/0x1d0 @ 5
[    4.655090] sd 3:0:0:0: [sdd] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    4.655098] sd 3:0:0:0: Attached scsi generic sg3 type 0
[    4.655310] initcall 5_async_port_probe+0x0/0x70 returned 0 after 327002 usecs
[    4.655334] sd 3:0:0:0: [sdd] Write Protect is off
[    4.655335] sd 3:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[    4.655354] sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.658269]  sda: sda1
[    4.658546] sd 0:0:0:0: [sda] Attached SCSI disk
[    4.658641] initcall 8_sd_probe_async+0x0/0x1d0 returned 0 after 4272 usecs
[    4.662031]  sdc: sdc1
[    4.662346] sd 2:0:0:0: [sdc] Attached SCSI disk
[    4.662440] initcall 10_sd_probe_async+0x0/0x1d0 returned 0 after 9498 usecs
[    4.665165]  sdb: sdb1
[    4.665474] sd 1:0:0:0: [sdb] Attached SCSI disk
[    4.665566] initcall 9_sd_probe_async+0x0/0x1d0 returned 0 after 12716 usecs
[    4.674927]  sdd: sdd1
[    4.675244] sd 3:0:0:0: [sdd] Attached SCSI disk
[    4.675337] initcall 11_sd_probe_async+0x0/0x1d0 returned 0 after 19809 usecs
[    4.777843] hub 1-1:1.0: USB hub found
[    4.778056] hub 1-1:1.0: 6 ports detected
[    4.889157] usb 2-1: new high-speed USB device number 2 using ehci_hcd
[    5.021832] hub 2-1:1.0: USB hub found
[    5.022046] hub 2-1:1.0: 6 ports detected
[    5.085154] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    5.093295] usb 1-1.2: new full-speed USB device number 3 using ehci_hcd
[    5.105422] ata5.00: HPA detected: current 976771055, native 976773168
[    5.105646] ata5.00: ATA-8: WDC WD5000AAKS-22YGA0, 12.01C02, max UDMA/133
[    5.105759] ata5.00: 976771055 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    5.106828] ata5.00: configured for UDMA/133
[    5.106946] async_waiting @ 51
[    5.107026] async_continuing @ 51 after 0 usec
[    5.107163] scsi 4:0:0:0: Direct-Access     ATA      WDC WD5000AAKS-2 12.0 PQ: 0 ANSI: 5
[    5.107326] calling  12_sd_probe_async+0x0/0x1d0 @ 5
[    5.107354] sd 4:0:0:0: Attached scsi generic sg4 type 0
[    5.107378] initcall 6_async_port_probe+0x0/0x70 returned 0 after 768380 usecs
[    5.107384] async_continuing @ 52 after 457077 usec
[    5.107721] sd 4:0:0:0: [sde] 976771055 512-byte logical blocks: (500 GB/465 GiB)
[    5.107903] scsi 5:0:0:0: CD-ROM            TSSTcorp CDDVDW SH-S223F  SB00 PQ: 0 ANSI: 5
[    5.107914] sd 4:0:0:0: [sde] Write Protect is off
[    5.107915] sd 4:0:0:0: [sde] Mode Sense: 00 3a 00 00
[    5.107936] sd 4:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.110485] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    5.110617] cdrom: Uniform CD-ROM driver Revision: 3.20
[    5.110776] sr 5:0:0:0: Attached scsi CD-ROM sr0
[    5.110904] sr 5:0:0:0: Attached scsi generic sg5 type 5
[    5.111024] initcall 7_async_port_probe+0x0/0x70 returned 0 after 771848 usecs
[    5.111143] async_continuing @ 1 after 702031 usec
[    5.111230] async_waiting @ 1
[    5.118727]  sde: sde1
[    5.119000] sd 4:0:0:0: [sde] Attached SCSI disk
[    5.119087] initcall 12_sd_probe_async+0x0/0x1d0 returned 0 after 11133 usecs
[    5.119179] async_continuing @ 1 after 7683 usec
[    5.119512] Freeing unused kernel memory: 920k freed
[    5.119686] Write protecting the kernel read-only data: 12288k
[    5.125454] Freeing unused kernel memory: 1608k freed
[    5.126034] Freeing unused kernel memory: 1200k freed
[    5.154997] udevd[98]: starting version 175
[    5.182601] calling  xen_pcibk_init+0x0/0x50 [xen_pciback] @ 147
[    5.182729] pciback 0000:01:00.0: seizing device
[    5.182885] xen: registering gsi 16 triggering 0 polarity 1
[    5.182982] xen_map_pirq_gsi: returning irq 16 for gsi 16
[    5.183088] xen: --> pirq=16 -> irq=16 (gsi=16)
[    5.183184] Already setup the GSI :16
[    5.183273] pciback 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    5.183378] pciback 0000:01:00.0: PCI INT A disabled
[    5.187046] xen-pciback: backend is passthrough
[    5.187151] initcall xen_pcibk_init+0x0/0x50 [xen_pciback] returned 0 after 4345 usecs
[    5.194213] calling  linear_init+0x0/0x1000 [linear] @ 165
[    5.194300] md: linear personality registered for level -1
[    5.194384] initcall linear_init+0x0/0x1000 [linear] returned 0 after 81 usecs
[    5.199571] calling  multipath_init+0x0/0x1000 [multipath] @ 169
[    5.199659] md: multipath personality registered for level -4
[    5.199749] initcall multipath_init+0x0/0x1000 [multipath] returned 0 after 86 usecs
[    5.203285] calling  raid0_init+0x0/0x1000 [raid0] @ 171
[    5.203372] md: raid0 personality registered for level 0
[    5.203462] initcall raid0_init+0x0/0x1000 [raid0] returned 0 after 87 usecs
[    5.209421] calling  raid_init+0x0/0x1000 [raid1] @ 179
[    5.209511] md: raid1 personality registered for level 1
[    5.209598] initcall raid_init+0x0/0x1000 [raid1] returned 0 after 83 usecs
[    5.218413] calling  async_tx_init+0x0/0x1000 [async_tx] @ 186
[    5.218519] async_tx: api initialized (async)
[    5.218612] initcall async_tx_init+0x0/0x1000 [async_tx] returned 0 after 89 usecs
[    5.219031] calling  init_module+0x0/0x1000 [raid6_pq] @ 186
[    5.257292] usb 1-1.6: new low-speed USB device number 4 using ehci_hcd
[    5.268759] calling  e1000_init_module+0x0/0x1000 [e1000e] @ 181
[    5.268840] e1000e: Intel(R) PRO/1000 Network Driver - 1.5.1-k
[    5.268921] e1000e: Copyright(c) 1999 - 2011 Intel Corporation.
[    5.269030] xen: registering gsi 20 triggering 0 polarity 1
[    5.269117] xen: --> pirq=20 -> irq=20 (gsi=20)
[    5.269223] e1000e 0000:00:19.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    5.285140] raid6: int64x1   3070 MB/s
[    5.313246] e1000e 0000:00:19.0: setting latency timer to 64
[    5.353137] raid6: int64x2   3775 MB/s
[    5.382672] calling  hid_init+0x0/0x63 [hid] @ 233
[    5.382757] initcall hid_init+0x0/0x63 [hid] returned 0 after 17 usecs
[    5.383239] calling  hid_init+0x0/0x1000 [usbhid] @ 233
[    5.385630] mdadm: sending ioctl 800c0910 to a partition!
[    5.385691] mdadm: sending ioctl 800c0910 to a partition!
[    5.385819] mdadm: sending ioctl 1261 to a partition!
[    5.385878] mdadm: sending ioctl 1261 to a partition!
[    5.386267] mdadm: sending ioctl 1261 to a partition!
[    5.386328] mdadm: sending ioctl 1261 to a partition!
[    5.386625] mdadm: sending ioctl 1261 to a partition!
[    5.386687] mdadm: sending ioctl 1261 to a partition!
[    5.387506] mdadm: sending ioctl 1261 to a partition!
[    5.387567] mdadm: sending ioctl 1261 to a partition!
[    5.387774] input: Winbond Electronics Corp Hermon USB hidmouse Device as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input2
[    5.388051] generic-usb 0003:0557:2221.0001: input,hidraw0: USB HID v1.00 Mouse [Winbond Electronics Corp Hermon USB hidmouse Device] on usb-0000:00:1a.0-1.2/input0
[    5.389341] input: Winbond Electronics Corp Hermon USB hidmouse Device as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/input/input3
[    5.389581] generic-usb 0003:0557:2221.0002: input,hidraw1: USB HID v1.00 Keyboard [Winbond Electronics Corp Hermon USB hidmouse Device] on usb-0000:00:1a.0-1.2/input1
[    5.389833] usbcore: registered new interface driver usbhid
[    5.389895] usbhid: USB HID core driver
[    5.389953] initcall hid_init+0x0/0x1000 [usbhid] returned 0 after 6484 usecs
[    5.398898] md: bind<sdb1>
[    5.421134] raid6: int64x4   3265 MB/s
[    5.460969] md: bind<sdc1>
[    5.465264] md: bind<sdd1>
[    5.467058] bio: create slab <bio-1> at 1
[    5.467163] md/raid1:md0: active with 2 out of 2 mirrors
[    5.467242] md0: detected capacity change from 0 to 1000202174464
[    5.483000]  md0: unknown partition table
[    5.489132] raid6: int64x8   2599 MB/s
[    5.501247] md: bind<sda1>
[    5.503350] md/raid1:md1: active with 2 out of 2 mirrors
[    5.503433] md1: detected capacity change from 0 to 500105625600
[    5.522157]  md1: unknown partition table
[    5.557128] raid6: sse2x1    8081 MB/s
[    5.620172] e1000e 0000:00:19.0: eth0: (PCI Express:2.5GT/s:Width x1) 00:25:90:57:9d:5f
[    5.620264] e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
[    5.620379] e1000e 0000:00:19.0: eth0: MAC: 10, PHY: 11, PBA No: FFFFFF-0FF
[    5.620457] e1000e 0000:03:00.0: Disabling ASPM L0s 
[    5.620613] xen: registering gsi 16 triggering 0 polarity 1
[    5.620676] xen_map_pirq_gsi: returning irq 16 for gsi 16
[    5.620735] xen: --> pirq=16 -> irq=16 (gsi=16)
[    5.620793] Already setup the GSI :16
[    5.620848] e1000e 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    5.620933] e1000e 0000:03:00.0: setting latency timer to 64
[    5.625132] raid6: sse2x2    9952 MB/s
[    5.693132] raid6: sse2x4   11387 MB/s
[    5.693259] raid6: using algorithm sse2x4 (11387 MB/s)
[    5.693319] initcall init_module+0x0/0x1000 [raid6_pq] returned 0 after 463088 usecs
[    5.693867] calling  calibrate_xor_blocks+0x0/0x1000 [xor] @ 186
[    5.693928] xor: automatically using best checksumming function: generic_sse
[    5.713131]    generic_sse:  3625.000 MB/sec
[    5.713196] xor: using function: generic_sse (3625.000 MB/sec)
[    5.713262] initcall calibrate_xor_blocks+0x0/0x1000 [xor] returned 0 after 18880 usecs
[    5.715098] calling  async_pq_init+0x0/0x1000 [async_pq] @ 186
[    5.715172] initcall async_pq_init+0x0/0x1000 [async_pq] returned 0 after 0 usecs
[    5.715754] calling  raid5_init+0x0/0x1000 [raid456] @ 186
[    5.715824] md: raid6 personality registered for level 6
[    5.715888] md: raid5 personality registered for level 5
[    5.715959] md: raid4 personality registered for level 4
[    5.716026] initcall raid5_init+0x0/0x1000 [raid456] returned 0 after 196 usecs
[    5.728691] e1000e 0000:03:00.0: eth1: (PCI Express:2.5GT/s:Width x1) 00:25:90:57:9d:5e
[    5.728773] e1000e 0000:03:00.0: eth1: Intel(R) PRO/1000 Network Connection
[    5.728928] e1000e 0000:03:00.0: eth1: MAC: 3, PHY: 8, PBA No: FFFFFF-0FF
[    5.729009] initcall e1000_init_module+0x0/0x1000 [e1000e] returned 0 after 449378 usecs
[    5.733215] calling  raid_init+0x0/0x1000 [raid10] @ 270
[    5.733284] md: raid10 personality registered for level 10
[    5.733354] initcall raid_init+0x0/0x1000 [raid10] returned 0 after 67 usecs
[    6.626016] generic-usb 0003:051D:0002.0003: hiddev0,hidraw2: USB HID v1.10 Device [American Power Conversion Back-UPS ES 750 FW:841.I2 .D USB FW:I2 ] on usb-0000:00:1a.0-1.6/input0
[    6.697309] usb 2-1.1: new full-speed USB device number 3 using ehci_hcd
[    6.798234] input: Microsoft Microsoft\xffffffc2\xffffffae\xffffffae Nano Transceiver v2.0 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/input/input4
[    6.798429] generic-usb 0003:045E:0745.0004: input,hidraw3: USB HID v1.11 Keyboard [Microsoft Microsoft\xffffffc2\xffffffae\xffffffae Nano Transceiver v2.0] on usb-0000:00:1d.0-1.1/input0
[    6.803983] input: Microsoft Microsoft\xffffffc2\xffffffae\xffffffae Nano Transceiver v2.0 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.1/input/input5
[    6.804265] generic-usb 0003:045E:0745.0005: input,hidraw4: USB HID v1.11 Mouse [Microsoft Microsoft\xffffffc2\xffffffae\xffffffae Nano Transceiver v2.0] on usb-0000:00:1d.0-1.1/input1
[    6.819743] input: Microsoft Microsoft\xffffffc2\xffffffae\xffffffae Nano Transceiver v2.0 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.2/input/input6
[    6.820003] generic-usb 0003:045E:0745.0006: input,hiddev0,hidraw5: USB HID v1.11 Device [Microsoft Microsoft\xffffffc2\xffffffae\xffffffae Nano Transceiver v2.0] on usb-0000:00:1d.0-1.1/input2
[    6.889307] usb 2-1.3: new low-speed USB device number 4 using ehci_hcd
[    6.992213] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/input/input7
[    6.992439] generic-usb 0003:046D:C508.0007: input,hidraw6: USB HID v1.10 Mouse [Logitech USB Receiver] on usb-0000:00:1d.0-1.3/input0
[    7.061302] usb 2-1.4: new low-speed USB device number 5 using ehci_hcd
[    7.172674] input: HID 04d9:1203 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/input/input8
[    7.172869] generic-usb 0003:04D9:1203.0008: input,hidraw7: USB HID v1.11 Keyboard [HID 04d9:1203] on usb-0000:00:1d.0-1.4/input0
[    7.188103] input: HID 04d9:1203 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.1/input/input9
[    7.188309] generic-usb 0003:04D9:1203.0009: input,hidraw8: USB HID v1.11 Device [HID 04d9:1203] on usb-0000:00:1d.0-1.4/input1
[    7.257270] usb 2-1.5: new high-speed USB device number 6 using ehci_hcd
[    7.540760] calling  usb_stor_init+0x0/0x1000 [usb_storage] @ 463
[    7.540848] Initializing USB Mass Storage driver...
[    7.541005] scsi6 : usb-storage 2-1.5:1.0
[    7.541144] usbcore: registered new interface driver usb-storage
[    7.541226] USB Mass Storage support registered.
[    7.541310] initcall usb_stor_init+0x0/0x1000 [usb_storage] returned 0 after 448 usecs
[    7.541454] calling  uas_init+0x0/0x30 [uas] @ 464
[    7.541695] usbcore: registered new interface driver uas
[    7.541781] initcall uas_init+0x0/0x30 [uas] returned 0 after 234 usecs
[    8.046079] EXT4-fs (dm-27): mounted filesystem with ordered data mode. Opts: (null)
[    8.898320] scsi 6:0:0:0: Direct-Access     Generic  Compact Flash    0.00 PQ: 0 ANSI: 2
[    8.898897] scsi 6:0:0:1: Direct-Access     Generic  SM/xD-Picture    0.00 PQ: 0 ANSI: 2
[    8.899426] scsi 6:0:0:2: Direct-Access     Generic  SDXC/MMC         0.00 PQ: 0 ANSI: 2
[    8.900043] scsi 6:0:0:3: Direct-Access     Generic  MS/MS-Pro/HG     0.00 PQ: 0 ANSI: 2
[    8.900675] scsi 6:0:0:4: Direct-Access     Generic  SD/MMC/MS/MSPRO  0.00 PQ: 0 ANSI: 2
[    8.901264] sd 6:0:0:0: Attached scsi generic sg6 type 0
[    8.901773] sd 6:0:0:0: [sdf] 7813120 512-byte logical blocks: (4.00 GB/3.72 GiB)
[    8.902272] sd 6:0:0:0: [sdf] Write Protect is off
[    8.902274] sd 6:0:0:0: [sdf] Mode Sense: 03 00 00 00
[    8.902776] sd 6:0:0:0: [sdf] No Caching mode page present
[    8.902777] sd 6:0:0:0: [sdf] Assuming drive cache: write through
[    8.903300] sd 6:0:0:1: Attached scsi generic sg7 type 0
[    8.903476] sd 6:0:0:2: Attached scsi generic sg8 type 0
[    8.903655] sd 6:0:0:3: Attached scsi generic sg9 type 0
[    8.903830] sd 6:0:0:4: Attached scsi generic sg10 type 0
[    8.909034] sd 6:0:0:1: [sdg] Attached SCSI removable disk
[    8.910032] sd 6:0:0:2: [sdh] Attached SCSI removable disk
[    8.910660] sd 6:0:0:3: [sdi] Attached SCSI removable disk
[    8.912564] sd 6:0:0:4: [sdj] Attached SCSI removable disk
[    8.913039] sd 6:0:0:0: [sdf] No Caching mode page present
[    8.913130] sd 6:0:0:0: [sdf] Assuming drive cache: write through
[    8.913926]  sdf: sdf1
[    8.915918] sd 6:0:0:0: [sdf] No Caching mode page present
[    8.916011] sd 6:0:0:0: [sdf] Assuming drive cache: write through
[    8.916086] sd 6:0:0:0: [sdf] Attached SCSI removable disk
[   11.793674] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   11.793682] ADDRCONF(NETDEV_UP): eth1: link is not ready
[   11.801691] udevd[715]: starting version 175
[   11.831557] calling  parport_default_proc_register+0x0/0x1000 [parport] @ 727
[   11.831574] initcall parport_default_proc_register+0x0/0x1000 [parport] returned 0 after 11 usecs
[   11.831800] calling  lp_init_module+0x0/0xe57 [lp] @ 727
[   11.838940] Adding 8388604k swap on /dev/mapper/VSystem01-lvSwap8GB.  Priority:-1 extents:1 across:8388604k 
[   11.854774] lp: driver loaded but no devices found
[   11.854780] initcall lp_init_module+0x0/0xe57 [lp] returned 0 after 22436 usecs
[   11.858190] calling  evtchn_init+0x0/0x1000 [xen_evtchn] @ 746
[   11.858255] Event-channel device installed.
[   11.858259] initcall evtchn_init+0x0/0x1000 [xen_evtchn] returned 0 after 63 usecs
[   11.859986] calling  gntdev_init+0x0/0x1000 [xen_gntdev] @ 747
[   11.860029] initcall gntdev_init+0x0/0x1000 [xen_gntdev] returned 0 after 38 usecs
[   11.861859] calling  netback_init+0x0/0x1000 [xen_netback] @ 748
[   11.869160] initcall netback_init+0x0/0x1000 [xen_netback] returned 0 after 7124 usecs
[   11.871042] calling  xen_blkif_init+0x0/0x23e [xen_blkback] @ 759
[   11.871397] initcall xen_blkif_init+0x0/0x23e [xen_blkback] returned 0 after 342 usecs
[   11.874729] calling  xenfs_init+0x0/0x1000 [xenfs] @ 762
[   11.874735] initcall xenfs_init+0x0/0x1000 [xenfs] returned 0 after 2 usecs
[   11.889891] calling  mac_hid_init+0x0/0x1000 [mac_hid] @ 753
[   11.889911] initcall mac_hid_init+0x0/0x1000 [mac_hid] returned 0 after 14 usecs
[   11.898740] calling  joydev_init+0x0/0x1000 [joydev] @ 775
[   11.899787] initcall joydev_init+0x0/0x1000 [joydev] returned 0 after 1017 usecs
[   11.978328] type=1400 audit(1334168972.087:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=820 comm="apparmor_parser"
[   11.978582] type=1400 audit(1334168972.087:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=820 comm="apparmor_parser"
[   11.978724] type=1400 audit(1334168972.087:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=820 comm="apparmor_parser"
[   12.048898] calling  serio_raw_init+0x0/0x1000 [serio_raw] @ 878
[   12.049435] initcall serio_raw_init+0x0/0x1000 [serio_raw] returned 0 after 518 usecs
[   12.069623] calling  psmouse_init+0x0/0x7e [psmouse] @ 879
[   12.071754] initcall psmouse_init+0x0/0x7e [psmouse] returned 0 after 2074 usecs
[   12.176615] calling  br_init+0x0/0xbd [bridge] @ 970
[   12.176654] Bridge firewalling registered
[   12.206232] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   12.206560] initcall br_init+0x0/0xbd [bridge] returned 0 after 29234 usecs
[   12.250774] device eth1 entered promiscuous mode
[   12.386321] scsi_verify_blk_ioctl: 102 callbacks suppressed
[   12.386325] mdadm: sending ioctl 1261 to a partition!
[   12.386329] mdadm: sending ioctl 1261 to a partition!
[   12.396391] ADDRCONF(NETDEV_UP): eth1: link is not ready
[   12.398390] mdadm: sending ioctl 1261 to a partition!
[   12.398393] mdadm: sending ioctl 1261 to a partition!
[   12.424046] ADDRCONF(NETDEV_UP): br0: link is not ready
[   14.737294] calling  vesafb_init+0x0/0x84a [vesafb] @ 1338
[   14.737353] initcall vesafb_init+0x0/0x84a [vesafb] returned -19 after 53 usecs
[   14.753848] init: udev-fallback-graphics main process (1337) terminated with status 1
[   15.096568] EXT4-fs (dm-27): re-mounted. Opts: errors=remount-ro
[   15.189548] kjournald starting.  Commit interval 5 seconds
[   15.215361] EXT3-fs (sdf1): using internal journal
[   15.215368] EXT3-fs (sdf1): mounted filesystem with ordered data mode
[   15.264909] init: flush-early-job-log main process (1381) terminated with status 1
[   15.272780] init: failsafe main process (1378) killed by TERM signal
[   15.346954] type=1400 audit(1334168975.455:5): apparmor="STATUS" operation="profile_load" name="/usr/sbin/named" pid=1441 comm="apparmor_parser"
[   15.349875] type=1400 audit(1334168975.459:6): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=1440 comm="apparmor_parser"
[   15.350154] type=1400 audit(1334168975.459:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1440 comm="apparmor_parser"
[   15.350300] type=1400 audit(1334168975.459:8): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=1440 comm="apparmor_parser"
[   15.353178] type=1400 audit(1334168975.463:9): apparmor="STATUS" operation="profile_load" name="/usr/sbin/tcpdump" pid=1443 comm="apparmor_parser"
[   15.799067] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[   15.799897] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   15.810241] e1000e: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[   15.811163] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[   15.811286] br0: topology change detected, propagating
[   15.811289] br0: port 1(eth1) entering forwarding state
[   15.811293] br0: port 1(eth1) entering forwarding state
[   15.812076] ADDRCONF(NETDEV_CHANGE): br0: link becomes ready
[   16.039791] XENBUS: Unable to read cpu state
[   16.039993] XENBUS: Unable to read cpu state
[   18.337869] init: plymouth-upstart-bridge main process (1413) killed by TERM signal
[   26.065127] br0: no IPv6 routers present
[   26.641129] eth0: no IPv6 routers present
[  322.932212] device vif1.0 entered promiscuous mode
[  322.935042] ADDRCONF(NETDEV_UP): vif1.0: link is not ready
[  322.991554] calling  xt_init+0x0/0x1000 [x_tables] @ 2905
[  322.991560] initcall xt_init+0x0/0x1000 [x_tables] returned 0 after 1 usecs
[  323.000682] calling  ip_tables_init+0x0/0x1000 [ip_tables] @ 2905
[  323.000691] ip_tables: (C) 2000-2006 Netfilter Core Team
[  323.000694] initcall ip_tables_init+0x0/0x1000 [ip_tables] returned 0 after 8 usecs
[  323.002983] calling  iptable_filter_init+0x0/0x1000 [iptable_filter] @ 2928
[  323.002993] initcall iptable_filter_init+0x0/0x1000 [iptable_filter] returned 0 after 5 usecs
[  323.033795] calling  physdev_mt_init+0x0/0x1000 [xt_physdev] @ 2935
[  323.033799] initcall physdev_mt_init+0x0/0x1000 [xt_physdev] returned 0 after 0 usecs
[  324.007751] device tap1.0 entered promiscuous mode
[  324.007777] br0: topology change detected, propagating
[  324.007780] br0: port 3(tap1.0) entering forwarding state
[  324.007783] br0: port 3(tap1.0) entering forwarding state
[  324.056074] br0: port 3(tap1.0) entering forwarding state
[  324.062416] br0: topology change detected, propagating
[  324.062420] br0: port 3(tap1.0) entering forwarding state
[  324.062423] br0: port 3(tap1.0) entering forwarding state
[  334.817132] tap1.0: no IPv6 routers present
[  872.118281] qemu-dm: sending ioctl 1261 to a partition!
[  872.121534] br0: port 3(tap1.0) entering forwarding state
[  872.126294] br0: port 3(tap1.0) entering disabled state
[  872.126338] br0: port 3(tap1.0) entering disabled state
[  873.753513] xen-blkback:ring-ref 8, event-channel 5, protocol 1 (x86_64-abi)
[  908.647527] ADDRCONF(NETDEV_CHANGE): vif1.0: link becomes ready
[  908.647555] br0: topology change detected, propagating
[  908.647558] br0: port 2(vif1.0) entering forwarding state
[  908.647561] br0: port 2(vif1.0) entering forwarding state
[  919.073128] vif1.0: no IPv6 routers present

[-- Attachment #3: dom0_lspci.txt --]
[-- Type: text/plain, Size: 7057 bytes --]

00:00.0 Host bridge: Intel Corporation Xeon E3-1200 Processor Family DRAM Controller (rev 09)
	Subsystem: Super Micro Computer Inc Device 0624
	Flags: bus master, fast devsel, latency 0
	Capabilities: [e0] Vendor Specific Information: Len=0c <?>

00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port (rev 09) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: 0000e000-0000efff
	Memory behind bridge: fba00000-fbafffff
	Capabilities: [88] Subsystem: Super Micro Computer Inc Device 0624
	Capabilities: [80] Power Management version 3
	Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
	Capabilities: [a0] Express Root Port (Slot+), MSI 00
	Capabilities: [100] Virtual Channel
	Capabilities: [140] Root Complex Link
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network Connection (rev 05)
	Subsystem: Super Micro Computer Inc Device 1502
	Flags: bus master, fast devsel, latency 0, IRQ 290
	Memory at fbb00000 (32-bit, non-prefetchable) [size=128K]
	Memory at fbb24000 (32-bit, non-prefetchable) [size=4K]
	I/O ports at f020 [size=32]
	Capabilities: [c8] Power Management version 2
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
	Capabilities: [e0] PCI Advanced Features
	Kernel driver in use: e1000e
	Kernel modules: e1000e

00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05) (prog-if 20 [EHCI])
	Subsystem: Super Micro Computer Inc Device 0624
	Flags: bus master, medium devsel, latency 0, IRQ 16
	Memory at fbb23000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
	Kernel driver in use: ehci_hcd

00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	Capabilities: [40] Express Root Port (Slot+), MSI 00
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
	Capabilities: [90] Subsystem: Super Micro Computer Inc Device 0624
	Capabilities: [a0] Power Management version 2
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:1c.4 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 5 (rev b5) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
	I/O behind bridge: 0000d000-0000dfff
	Memory behind bridge: fb900000-fb9fffff
	Capabilities: [40] Express Root Port (Slot+), MSI 00
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
	Capabilities: [90] Subsystem: Super Micro Computer Inc Device 0624
	Capabilities: [a0] Power Management version 2
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05) (prog-if 20 [EHCI])
	Subsystem: Super Micro Computer Inc Device 0624
	Flags: bus master, medium devsel, latency 0, IRQ 23
	Memory at fbb22000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
	Kernel driver in use: ehci_hcd

00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev a5) (prog-if 01 [Subtractive decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=04, subordinate=04, sec-latency=64
	Memory behind bridge: fb000000-fb8fffff
	Prefetchable memory behind bridge: 00000000fa000000-00000000faffffff
	Capabilities: [50] Subsystem: Super Micro Computer Inc Device 0624

00:1f.0 ISA bridge: Intel Corporation C204 Chipset Family LPC Controller (rev 05)
	Subsystem: Super Micro Computer Inc Device 0624
	Flags: bus master, medium devsel, latency 0
	Capabilities: [e0] Vendor Specific Information: Len=0c <?>
	Kernel modules: iTCO_wdt

00:1f.2 RAID bus controller: Intel Corporation 82801 SATA Controller [RAID mode] (rev 05)
	Subsystem: Super Micro Computer Inc Device 0624
	Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 289
	I/O ports at f070 [size=8]
	I/O ports at f060 [size=4]
	I/O ports at f050 [size=8]
	I/O ports at f040 [size=4]
	I/O ports at f000 [size=32]
	Memory at fbb21000 (32-bit, non-prefetchable) [size=2K]
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
	Capabilities: [70] Power Management version 3
	Capabilities: [a8] SATA HBA v1.0
	Capabilities: [b0] PCI Advanced Features
	Kernel driver in use: ahci

00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05)
	Subsystem: Super Micro Computer Inc Device 0624
	Flags: medium devsel, IRQ 11
	Memory at fbb20000 (64-bit, non-prefetchable) [size=256]
	I/O ports at 1180 [size=32]
	Kernel modules: i2c-i801

01:00.0 Serial Attached SCSI controller: LSI Logic / Symbios Logic SAS2008 PCI-Express Fusion-MPT SAS-2 [Falcon] (rev 03)
	Subsystem: LSI Logic / Symbios Logic Device 3020
	Flags: fast devsel, IRQ 16
	I/O ports at e000 [size=256]
	Memory at fbac0000 (64-bit, non-prefetchable) [size=16K]
	Memory at fba80000 (64-bit, non-prefetchable) [size=256K]
	Expansion ROM at fba00000 [disabled] [size=512K]
	Capabilities: [50] Power Management version 3
	Capabilities: [68] Express Endpoint, MSI 00
	Capabilities: [d0] Vital Product Data
	Capabilities: [a8] MSI: Enable- Count=1/1 Maskable- 64bit+
	Capabilities: [c0] MSI-X: Enable- Count=15 Masked-
	Capabilities: [100] Advanced Error Reporting
	Capabilities: [138] Power Budgeting <?>
	Kernel driver in use: pciback
	Kernel modules: mpt2sas

03:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection
	Subsystem: Super Micro Computer Inc Device 0000
	Flags: bus master, fast devsel, latency 0, IRQ 16
	Memory at fb900000 (32-bit, non-prefetchable) [size=128K]
	I/O ports at d000 [size=32]
	Memory at fb920000 (32-bit, non-prefetchable) [size=16K]
	Capabilities: [c8] Power Management version 2
	Capabilities: [d0] MSI: Enable- Count=1/1 Maskable- 64bit+
	Capabilities: [e0] Express Endpoint, MSI 00
	Capabilities: [a0] MSI-X: Enable+ Count=5 Masked-
	Capabilities: [100] Advanced Error Reporting
	Capabilities: [140] Device Serial Number 00-25-90-ff-ff-57-9d-5e
	Kernel driver in use: e1000e
	Kernel modules: e1000e

04:03.0 VGA compatible controller: Matrox Graphics, Inc. MGA G200eW WPCM450 (rev 0a) (prog-if 00 [VGA controller])
	Subsystem: Super Micro Computer Inc Device 0624
	Flags: bus master, medium devsel, latency 64, IRQ 5
	Memory at fa000000 (32-bit, prefetchable) [size=16M]
	Memory at fb800000 (32-bit, non-prefetchable) [size=16K]
	Memory at fb000000 (32-bit, non-prefetchable) [size=8M]
	Expansion ROM at <unassigned> [disabled]
	Capabilities: [dc] Power Management version 1


[-- Attachment #4: pvhvm_dmesg.txt --]
[-- Type: text/plain, Size: 23347 bytes --]

Initializing cgroup subsys cpuset
Initializing cgroup subsys cpu
Linux version 2.6.32-220.7.1.el6.x86_64 (mockbuild@c6b18n3.bsys.dev.centos.org) (gcc version 4.4.6 20110731 (Red Hat 4.4.6-3) (GCC) ) #1 SMP Wed Mar 7 00:52:02 GMT 2012
Command line: ro root=UUID=f3be0411-907e-48ae-b867-f2325428906b rd_NO_LUKS rd_NO_LVM LANG=en_US.UTF-8 rd_NO_MD SYSFONT=latarcyrheb-sun16 rhgb crashkernel=auto  KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM
KERNEL supported cpus:
  Intel GenuineIntel
  AMD AuthenticAMD
  Centaur CentaurHauls
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009e000 (usable)
 BIOS-e820: 000000000009e000 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 0000000080000000 (usable)
 BIOS-e820: 00000000fc000000 - 0000000100000000 (reserved)
DMI 2.4 present.
SMBIOS version 2.4 @ 0xFBB80
DMI: Xen HVM domU, BIOS 4.1.3-rc1-pre 03/08/2012
e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved)
e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
last_pfn = 0x80000 max_arch_pfn = 0x400000000
MTRR default type: write-back
MTRR fixed ranges enabled:
  00000-9FFFF write-back
  A0000-BFFFF write-combining
  C0000-FFFFF write-back
MTRR variable ranges enabled:
  0 base 0F0000000 mask FF8000000 uncachable
  1 base 0F8000000 mask FFC000000 uncachable
  2 disabled
  3 disabled
  4 disabled
  5 disabled
  6 disabled
  7 disabled
x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
initial memory mapped : 0 - 20000000
init_memory_mapping: 0000000000000000-0000000080000000
 0000000000 - 0080000000 page 2M
kernel direct mapping tables up to 80000000 @ 8000-b000
RAMDISK: 3711c000 - 37fef980
ACPI: RSDP 00000000000ea020 00024 (v02    Xen)
ACPI: XSDT 00000000fc0134b0 00034 (v01    Xen      HVM 00000000 HVML 00000000)
ACPI: FACP 00000000fc0132d0 000F4 (v04    Xen      HVM 00000000 HVML 00000000)
ACPI: DSDT 00000000fc003440 0FE05 (v02    Xen      HVM 00000000 INTL 20100528)
ACPI: FACS 00000000fc003400 00040
ACPI: APIC 00000000fc0133d0 000D8 (v02    Xen      HVM 00000000 HVML 00000000)
ACPI: Local APIC address 0xfee00000
No NUMA configuration found
Faking a node at 0000000000000000-0000000080000000
Bootmem setup node 0 0000000000000000-0000000080000000
  NODE_DATA [0000000000009000 - 000000000003cfff]
  bootmap [000000000003d000 -  000000000004cfff] pages 10
(7 early reservations) ==> bootmem [0000000000 - 0080000000]
  #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
  #1 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
  #2 [0001000000 - 000200c824]    TEXT DATA BSS ==> [0001000000 - 000200c824]
  #3 [003711c000 - 0037fef980]          RAMDISK ==> [003711c000 - 0037fef980]
  #4 [000009e000 - 0000100000]    BIOS reserved ==> [000009e000 - 0000100000]
  #5 [000200d000 - 000200d0d8]              BRK ==> [000200d000 - 000200d0d8]
  #6 [0000008000 - 0000009000]          PGTABLE ==> [0000008000 - 0000009000]
found SMP MP-table at [ffff8800000fbc90] fbc90
 [ffffea0000000000-ffffea0001bfffff] PMD -> [ffff880002600000-ffff8800041fffff] on node 0
Zone PFN ranges:
  DMA      0x00000001 -> 0x00001000
  DMA32    0x00001000 -> 0x00100000
  Normal   0x00100000 -> 0x00100000
Movable zone start PFN for each node
early_node_map[2] active PFN ranges
    0: 0x00000001 -> 0x0000009e
    0: 0x00000100 -> 0x00080000
On node 0 totalpages: 524189
  DMA zone: 56 pages used for memmap
  DMA zone: 102 pages reserved
  DMA zone: 3839 pages, LIFO batch:0
  DMA32 zone: 7112 pages used for memmap
  DMA32 zone: 513080 pages, LIFO batch:31
ACPI: PM-Timer IO Port: 0xb008
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x02] enabled)
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] disabled)
ACPI: LAPIC (acpi_id[0x03] lapic_id[0x06] disabled)
ACPI: LAPIC (acpi_id[0x04] lapic_id[0x08] disabled)
ACPI: LAPIC (acpi_id[0x05] lapic_id[0x0a] disabled)
ACPI: LAPIC (acpi_id[0x06] lapic_id[0x0c] disabled)
ACPI: LAPIC (acpi_id[0x07] lapic_id[0x0e] disabled)
ACPI: LAPIC (acpi_id[0x08] lapic_id[0x10] disabled)
ACPI: LAPIC (acpi_id[0x09] lapic_id[0x12] disabled)
ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x14] disabled)
ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x16] disabled)
ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x18] disabled)
ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x1a] disabled)
ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x1c] disabled)
ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-47
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 low level)
ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 low level)
ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 low level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ5 used by override.
ACPI: IRQ9 used by override.
ACPI: IRQ10 used by override.
ACPI: IRQ11 used by override.
Using ACPI (MADT) for SMP configuration information
SMP: Allowing 15 CPUs, 13 hotplug CPUs
nr_irqs_gsi: 48
Xen version 4.1.
Xen Platform PCI: I/O protocol version 1
Netfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated NICs.
Blkfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated disks.
You might have to change the root device
from /dev/hd[a-d] to /dev/xvd[a-d]
in your root= kernel command line option
PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
Allocating PCI resources starting at 80000000 (gap: 80000000:7c000000)
Booting paravirtualized kernel on Xen
NR_CPUS:4096 nr_cpumask_bits:15 nr_cpu_ids:15 nr_node_ids:1
PERCPU: Embedded 30 pages/cpu @ffff880002200000 s92632 r8192 d22056 u131072
pcpu-alloc: s92632 r8192 d22056 u131072 alloc=1*2097152
pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 -- 
Built 1 zonelists in Node order, mobility grouping on.  Total pages: 516919
Policy zone: DMA32
Kernel command line: ro root=UUID=f3be0411-907e-48ae-b867-f2325428906b rd_NO_LUKS rd_NO_LVM LANG=en_US.UTF-8 rd_NO_MD SYSFONT=latarcyrheb-sun16 rhgb   KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM
PID hash table entries: 4096 (order: 3, 32768 bytes)
Checking aperture...
No AGP bridge found
Memory: 2034152k/2097152k available (5084k kernel code, 396k absent, 62604k reserved, 7229k data, 1244k init)
Hierarchical RCU implementation.
NR_IRQS:33024 nr_irqs:936
Xen HVM callback vector for event delivery is enabled
Console: colour VGA+ 80x25
console [tty0] enabled
allocated 16777216 bytes of page_cgroup
please try 'cgroup_disable=memory' option if you don't want memory cgroups
Fast TSC calibration using PIT
Detected 3193.059 MHz processor.
Calibrating delay loop (skipped), value calculated using timer frequency.. 6386.11 BogoMIPS (lpj=3193059)
pid_max: default: 32768 minimum: 301
Security Framework initialized
SELinux:  Initializing.
SELinux:  Starting in permissive mode
Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
Mount-cache hash table entries: 256
Initializing cgroup subsys ns
Initializing cgroup subsys cpuacct
Initializing cgroup subsys memory
Initializing cgroup subsys devices
Initializing cgroup subsys freezer
Initializing cgroup subsys net_cls
Initializing cgroup subsys blkio
Initializing cgroup subsys perf_event
CPU: CPU feature rdtscp disabled on xen guest
CPU: CPU feature constant_tsc disabled on xen guest
CPU: Unsupported number of siblings 32
mce: CPU supports 9 MCE banks
alternatives: switching to unfair spinlock
ACPI: Core revision 20090903
ftrace: converting mcount calls to 0f 1f 44 00 00
ftrace: allocating 20782 entries in 82 pages
x2apic not enabled, IRQ remapping init failed
Setting APIC routing to physical flat
..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
CPU0: Intel(R) Xeon(R) CPU E31230 @ 3.20GHz stepping 07
Performance Events: unsupported p6 CPU model 42 no PMU driver, software events only.
NMI watchdog disabled (cpu0): hardware events not enabled
Booting Node   0, Processors  #1
CPU: CPU feature rdtscp disabled on xen guest
CPU: CPU feature constant_tsc disabled on xen guest
CPU: Unsupported number of siblings 32
Brought up 2 CPUs
Total of 2 processors activated (12770.79 BogoMIPS).
sizeof(vma)=200 bytes
sizeof(page)=56 bytes
sizeof(inode)=592 bytes
sizeof(dentry)=192 bytes
sizeof(ext3inode)=800 bytes
sizeof(buffer_head)=104 bytes
sizeof(skbuff)=232 bytes
sizeof(task_struct)=2616 bytes
devtmpfs: initialized
regulator: core version 0.5
NET: Registered protocol family 16
  alloc irq_desc for 16 on node 0
  alloc kstat_irqs on node 0
ACPI: bus type pci registered
PCI: Using configuration type 1 for base access
bio: create slab <bio-0> at 0
ACPI: EC: Look up EC in DSDT
ACPI: Interpreter enabled
ACPI: (supports S0 S3 S4 S5)
ACPI: Using IOAPIC for interrupt routing
ACPI: No dock devices found.
HEST: Table not found.
ACPI: PCI Root Bridge [PCI0] (0000:00)
pci 0000:00:01.1: reg 20 io port: [0xc260-0xc26f]
pci 0000:00:01.2: reg 20 io port: [0xc240-0xc25f]
* Found PM-Timer Bug on the chipset. Due to workarounds for a bug,
* this clock source is slow. Consider trying other clock sources
pci 0000:00:01.3: quirk: region b000-b03f claimed by PIIX4 ACPI
pci 0000:00:02.0: reg 10 32bit mmio pref: [0xf0000000-0xf1ffffff]
pci 0000:00:02.0: reg 14 32bit mmio: [0xf30e4000-0xf30e4fff]
pci 0000:00:03.0: reg 10 io port: [0xc000-0xc0ff]
pci 0000:00:03.0: reg 14 32bit mmio pref: [0xf2000000-0xf2ffffff]
pci 0000:00:05.0: reg 10 io port: [0xc100-0xc1ff]
pci 0000:00:05.0: reg 14 64bit mmio: [0xf30e0000-0xf30e3fff]
pci 0000:00:05.0: reg 1c 64bit mmio: [0xf3080000-0xf30bffff]
pci 0000:00:05.0: reg 30 32bit mmio pref: [0xf3000000-0xf307ffff]
pci 0000:00:05.0: supports D1 D2
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs *5 10 11)
ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
ACPI: PCI Interrupt Link [LNKD] (IRQs *5 10 11)
vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
vgaarb: loaded
vgaarb: bridge control possible 0000:00:02.0
SCSI subsystem initialized
libata version 3.00 loaded.
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
PCI: Using ACPI for IRQ routing
PCI: old code would have set cacheline size to 32 bytes, but clflush_size = 64
PCI: pci_cache_line_size set to 64 bytes
NetLabel: Initializing
NetLabel:  domain hash size = 128
NetLabel:  protocols = UNLABELED CIPSOv4
NetLabel:  unlabeled traffic allowed by default
Switching to clocksource jiffies
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp: PnP ACPI: found 12 devices
ACPI: ACPI bus type pnp unregistered
system 00:00: iomem range 0x0-0x9ffff could not be reserved
system 00:02: ioport range 0x10c0-0x1141 has been reserved
system 00:02: ioport range 0xb044-0xb047 has been reserved
system 00:03: ioport range 0x8a0-0x8a3 has been reserved
system 00:03: ioport range 0xcc0-0xccf has been reserved
system 00:03: ioport range 0x4d0-0x4d1 has been reserved
Switching to clocksource acpi_pm
pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
NET: Registered protocol family 2
IP route cache hash table entries: 65536 (order: 7, 524288 bytes)
TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
TCP: Hash tables configured (established 262144 bind 65536)
TCP reno registered
NET: Registered protocol family 1
pci 0000:00:00.0: Limiting direct PCI/PCI transfers
pci 0000:00:01.0: PIIX3: Enabling Passive Release
pci 0000:00:01.0: Activating ISA DMA hang workarounds
pci 0000:00:02.0: Boot video device
Trying to unpack rootfs image as initramfs...
Freeing initrd memory: 15182k freed
audit: initializing netlink socket (disabled)
type=2000 audit(1334169830.703:1): initialized
HugeTLB registered 2 MB page size, pre-allocated 0 pages
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
msgmni has been set to 4002
SELinux:  Registering netfilter hooks
alg: No test for stdrng (krng)
ksign: Installing public key data
Loading keyring
- Added public key 8AD22ECE441B7180
- User ID: CentOS (Kernel Module GPG key)
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp: PCI Express Hot Plug Controller Driver version: 0.4
acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
acpiphp: Slot [0] registered
acpiphp: Slot [1] registered
acpiphp: Slot [2] registered
acpiphp: Slot [3] registered
acpiphp: Slot [4] registered
acpiphp: Slot [5] registered
acpiphp: Slot [6] registered
acpiphp: Slot [7] registered
acpiphp: Slot [8] registered
acpiphp: Slot [9] registered
acpiphp: Slot [10] registered
acpiphp: Slot [11] registered
acpiphp: Slot [12] registered
acpiphp: Slot [13] registered
acpiphp: Slot [14] registered
acpiphp: Slot [15] registered
acpiphp: Slot [16] registered
acpiphp: Slot [17] registered
acpiphp: Slot [18] registered
acpiphp: Slot [19] registered
acpiphp: Slot [20] registered
acpiphp: Slot [21] registered
acpiphp: Slot [22] registered
acpiphp: Slot [23] registered
acpiphp: Slot [24] registered
acpiphp: Slot [25] registered
acpiphp: Slot [26] registered
acpiphp: Slot [27] registered
acpiphp: Slot [28] registered
acpiphp: Slot [29] registered
acpiphp: Slot [30] registered
acpiphp: Slot [31] registered
input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
ACPI: Power Button [PWRF]
input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1
ACPI: Sleep Button [SLPF]
ACPI: acpi_idle registered with cpuidle
processor LNXCPU:00: registered as cooling_device0
processor LNXCPU:01: registered as cooling_device1
ERST: Table is not found!
GHES: HEST is not enabled!
  alloc irq_desc for 28 on node -1
  alloc kstat_irqs on node -1
xen-platform-pci 0000:00:03.0: PCI INT A -> GSI 28 (level, low) -> IRQ 28
Grant table initialized
Non-volatile memory driver v1.3
Linux agpgart interface v0.103
crash memory driver: version 1.1
Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
brd: module loaded
loop: module loaded
input: Macintosh mouse button emulation as /devices/virtual/input/input2
Fixed MDIO Bus: probed
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
uhci_hcd: USB Universal Host Controller Interface driver
  alloc irq_desc for 23 on node -1
  alloc kstat_irqs on node -1
uhci_hcd 0000:00:01.2: PCI INT D -> GSI 23 (level, low) -> IRQ 23
uhci_hcd 0000:00:01.2: setting latency timer to 64
uhci_hcd 0000:00:01.2: UHCI Host Controller
uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1
uhci_hcd 0000:00:01.2: irq 23, io base 0x0000c240
usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: UHCI Host Controller
usb usb1: Manufacturer: Linux 2.6.32-220.7.1.el6.x86_64 uhci_hcd
usb usb1: SerialNumber: 0000:00:01.2
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
rtc0: alarms up to one day, 114 bytes nvram
cpuidle: using governor ladder
cpuidle: using governor menu
input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
usbcore: registered new interface driver hiddev
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
TCP cubic registered
Initializing XFRM netlink socket
NET: Registered protocol family 17
registered taskstats version 1
XENBUS: Device with no driver: device/vfb/0
XENBUS: Device with no driver: device/vbd/768
XENBUS: Device with no driver: device/vbd/5632
XENBUS: Device with no driver: device/vif/0
XENBUS: Device with no driver: device/pci/0
XENBUS: Device with no driver: device/console/0
rtc_cmos 00:05: setting system clock to 2012-04-11 18:43:51 UTC (1334169831)
Initalizing network drop monitor service
Freeing unused kernel memory: 1244k freed
Write protecting the kernel read-only data: 10240k
Freeing unused kernel memory: 1040k freed
Freeing unused kernel memory: 1756k freed
dracut: dracut-004-256.el6_2.1
dracut: rd_NO_LUKS: removing cryptoluks activation
dracut: rd_NO_LVM: removing LVM activation
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.22.6-ioctl (2011-10-19) initialised: dm-devel@redhat.com
udev: starting version 147
dracut: Starting plymouth daemon
dracut: rd_NO_DM: removing DM RAID activation
dracut: rd_NO_MD: removing MD RAID activation
xlblk_init: register_blkdev major: 202 
  alloc irq_desc for 17 on node 0
  alloc kstat_irqs on node 0
vbd vbd-5632: 19 xenbus_dev_probe on device/vbd/5632
blkfront: xvda: barriers disabled
 xvda: xvda1 xvda2
usb 1-2: new full speed USB device using uhci_hcd and address 2
mpt2sas version 09.101.00.00 loaded
scsi0 : Fusion MPT SAS Host
  alloc irq_desc for 36 on node -1
  alloc kstat_irqs on node -1
mpt2sas 0000:00:05.0: PCI INT A -> GSI 36 (level, low) -> IRQ 36
mpt2sas 0000:00:05.0: setting latency timer to 64
mpt2sas0: 32 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (2053376 kB)
  alloc irq_desc for 48 on node -1
  alloc kstat_irqs on node -1
mpt2sas 0000:00:05.0: irq 48 for MSI/MSI-X
mpt2sas0: PCI-MSI-X enabled: IRQ 48
mpt2sas0: iomem(0x00000000f30e0000), mapped(0xffffc900009e8000), size(16384)
mpt2sas0: ioport(0x000000000000c100), size(256)
input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input4
mpt2sas0: Allocated physical memory: size(2688 kB)
mpt2sas0: Current Controller Queue Depth(1754), Max Controller Queue Depth(2015)
mpt2sas0: Scatter Gather Elements per IO(128)
Refined TSC clocksource calibration: 3192.750 MHz.
Switching to clocksource tsc
usb 1-2: New USB device found, idVendor=0627, idProduct=0001
usb 1-2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb 1-2: Product: QEMU USB Tablet
usb 1-2: Manufacturer: QEMU 0.10.2
usb 1-2: SerialNumber: 1
usb 1-2: configuration #1 chosen from 1 choice
input: QEMU 0.10.2 QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-2/1-2:1.0/input/input5
generic-usb 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Pointer [QEMU 0.10.2 QEMU USB Tablet] on usb-0000:00:01.2-2/input0
mpt2sas0: _base_event_notification: timeout
mf:
	07000000 00000000 00000000 00000000 00000000 0f2f7fff fffffffc ffffffff 
	ffffffff 00000000 00000000 
mpt2sas0: sending diag reset !!
mpt2sas0: diag reset: SUCCESS
mpt2sas 0000:00:05.0: PCI INT A disabled
mpt2sas0: failure at drivers/scsi/mpt2sas/mpt2sas_scsih.c:7628/_scsih_probe()!
ata_piix 0000:00:01.1: version 2.13
ata_piix 0000:00:01.1: setting latency timer to 64
scsi1 : ata_piix
scsi2 : ata_piix
ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc260 irq 14
ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc268 irq 15
ata2.01: NODEV after polling detection
ata2.00: ATAPI: QEMU DVD-ROM, 0.10.2, max UDMA/100
ata2.00: configured for MWDMA2
scsi 2:0:0:0: CD-ROM            QEMU     QEMU DVD-ROM     0.10 PQ: 0 ANSI: 5
sr0: scsi3-mmc drive: 4x/4x xa/form2 tray
Uniform CD-ROM driver Revision: 3.20
sr 2:0:0:0: Attached scsi CD-ROM sr0
EXT4-fs (xvda1): mounted filesystem with ordered data mode. Opts: 
dracut: Mounted root filesystem /dev/xvda1
dracut: Loading SELinux policy
type=1404 audit(1334169863.741:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
SELinux: 2048 avtab hash slots, 226005 rules.
SELinux: 2048 avtab hash slots, 226005 rules.
SELinux:  9 users, 12 roles, 3578 types, 179 bools, 1 sens, 1024 cats
SELinux:  81 classes, 226005 rules
SELinux:  Completing initialization.
SELinux:  Setting up existing superblocks.
SELinux: initialized (dev xvda1, type ext4), uses xattr
SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
SELinux: initialized (dev usbfs, type usbfs), uses genfs_contexts
SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts
SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs
SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs
SELinux: initialized (dev devpts, type devpts), uses transition SIDs
SELinux: initialized (dev inotifyfs, type inotifyfs), uses genfs_contexts
SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts
SELinux: initialized (dev pipefs, type pipefs), uses task SIDs
SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts
SELinux: initialized (dev sockfs, type sockfs), uses task SIDs
SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs
SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
SELinux: initialized (dev proc, type proc), uses genfs_contexts
SELinux: initialized (dev bdev, type bdev), uses genfs_contexts
SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts
SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
type=1403 audit(1334169864.073:3): policy loaded auid=4294967295 ses=4294967295
dracut: 
dracut: Switching root
readahead: starting
udev: starting version 147
sr 2:0:0:0: Attached scsi generic sg0 type 5
piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr
Initialising Xen virtual ethernet driver.
  alloc irq_desc for 18 on node 0
  alloc kstat_irqs on node 0
microcode: CPU0 sig=0x206a7, pf=0x2, revision=0x1b
platform microcode: firmware: requesting intel-ucode/06-2a-07
microcode: CPU1 sig=0x206a7, pf=0x2, revision=0x1b
platform microcode: firmware: requesting intel-ucode/06-2a-07
Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
parport_pc 00:0b: reported by Plug and Play ACPI
parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
ppdev: user-space parallel port driver
Adding 1047544k swap on /dev/xvda2.  Priority:-1 extents:1 across:1047544k SS
SELinux: initialized (dev binfmt_misc, type binfmt_misc), uses genfs_contexts
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
ip6_tables: (C) 2000-2006 Netfilter Core Team
nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
ip_tables: (C) 2000-2006 Netfilter Core Team
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
RPC: Registered tcp NFSv4.1 backchannel transport module.
SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts
SELinux: initialized (dev autofs, type autofs), uses genfs_contexts
SELinux: initialized (dev autofs, type autofs), uses genfs_contexts
SELinux: initialized (dev autofs, type autofs), uses genfs_contexts
eth0: no IPv6 routers present

[-- Attachment #5: pvhvm_lspci.txt --]
[-- Type: text/plain, Size: 2763 bytes --]

00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] (rev 02)
	Subsystem: Red Hat, Inc Qemu virtual machine
	Physical Slot: 0
	Flags: bus master, fast devsel, latency 0

00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]
	Subsystem: Red Hat, Inc Qemu virtual machine
	Flags: bus master, medium devsel, latency 0

00:01.1 IDE interface: Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II] (prog-if 80 [Master])
	Subsystem: XenSource, Inc. Device 0001
	Flags: bus master, medium devsel, latency 64
	[virtual] Memory at 000001f0 (32-bit, non-prefetchable) [size=8]
	[virtual] Memory at 000003f0 (type 3, non-prefetchable) [size=1]
	[virtual] Memory at 00000170 (32-bit, non-prefetchable) [size=8]
	[virtual] Memory at 00000370 (type 3, non-prefetchable) [size=1]
	I/O ports at c260 [size=16]
	Kernel driver in use: ata_piix
	Kernel modules: ata_generic, pata_acpi, ata_piix

00:01.2 USB controller: Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II] (rev 01) (prog-if 00 [UHCI])
	Subsystem: Red Hat, Inc Qemu virtual machine
	Flags: bus master, fast devsel, latency 64, IRQ 23
	I/O ports at c240 [size=32]
	Kernel driver in use: uhci_hcd

00:01.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 01)
	Subsystem: Red Hat, Inc Qemu virtual machine
	Physical Slot: 1
	Flags: bus master, fast devsel, latency 0, IRQ 9
	Kernel modules: i2c-piix4

00:02.0 VGA compatible controller: Cirrus Logic GD 5446 (prog-if 00 [VGA controller])
	Subsystem: XenSource, Inc. Device 0001
	Physical Slot: 2
	Flags: bus master, fast devsel, latency 0
	Memory at f0000000 (32-bit, prefetchable) [size=32M]
	Memory at f30e4000 (32-bit, non-prefetchable) [size=4K]
	Expansion ROM at <unassigned> [disabled]
	Kernel modules: cirrusfb

00:03.0 Unassigned class [ff80]: XenSource, Inc. Xen Platform Device (rev 01)
	Subsystem: XenSource, Inc. Xen Platform Device
	Physical Slot: 3
	Flags: bus master, fast devsel, latency 0, IRQ 28
	I/O ports at c000 [size=256]
	Memory at f2000000 (32-bit, prefetchable) [size=16M]
	Kernel driver in use: xen-platform-pci

00:05.0 Serial Attached SCSI controller: LSI Logic / Symbios Logic SAS2008 PCI-Express Fusion-MPT SAS-2 [Falcon] (rev 03)
	Subsystem: LSI Logic / Symbios Logic Device 3020
	Physical Slot: 5
	Flags: fast devsel, IRQ 36
	I/O ports at c100 [size=256]
	Memory at f30e0000 (64-bit, non-prefetchable) [size=16K]
	Memory at f3080000 (64-bit, non-prefetchable) [size=256K]
	Expansion ROM at f3000000 [disabled] [size=512K]
	Capabilities: [50] Power Management version 3
	Capabilities: [68] Express Endpoint, MSI 00
	Capabilities: [d0] Vital Product Data
	Capabilities: [a8] MSI: Enable- Count=1/1 Maskable- 64bit+
	Capabilities: [c0] MSI-X: Enable- Count=15 Masked-
	Kernel modules: mpt2sas


[-- Attachment #6: xm_dmesg.txt --]
[-- Type: text/plain, Size: 16194 bytes --]

 __  __            _  _    _   _____             _                   
 \ \/ /___ _ __   | || |  / | |___ /    _ __ ___/ |   _ __  _ __ ___ 
  \  // _ \ '_ \  | || |_ | |   |_ \ __| '__/ __| |__| '_ \| '__/ _ \
  /  \  __/ | | | |__   _|| |_ ___) |__| | | (__| |__| |_) | | |  __/
 /_/\_\___|_| |_|    |_|(_)_(_)____/   |_|  \___|_|  | .__/|_|  \___|
                                                     |_|             
(XEN) Xen version 4.1.3-rc1-pre (sadm@) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu4) ) Wed Apr 11 01:56:44 EDT 2012
(XEN) Latest ChangeSet: Wed Apr 04 16:09:25 2012 +0100 23276:6f224431eca2
(XEN) Bootloader: GRUB 1.99-21ubuntu2
(XEN) Command line: placeholder dom0_mem=1024M dom0_max_vcpus=2 loglvl=all guest_loglvl=all iommu=1
(XEN) Video information:
(XEN)  VGA is text mode 80x25, font 8x16
(XEN)  VBE/DDC methods: V2; EDID transfer time: 1 seconds
(XEN) Disc information:
(XEN)  Found 7 MBR signatures
(XEN)  Found 6 EDD information structures
(XEN) Xen-e820 RAM map:
(XEN)  0000000000000000 - 000000000008d000 (usable)
(XEN)  000000000008d000 - 00000000000a0000 (reserved)
(XEN)  00000000000e0000 - 0000000000100000 (reserved)
(XEN)  0000000000100000 - 00000000be7a5000 (usable)
(XEN)  00000000be7a5000 - 00000000be7f1000 (ACPI NVS)
(XEN)  00000000be7f1000 - 00000000be7f9000 (ACPI data)
(XEN)  00000000be7f9000 - 00000000bf477000 (reserved)
(XEN)  00000000bf477000 - 00000000bf478000 (ACPI NVS)
(XEN)  00000000bf478000 - 00000000bf489000 (reserved)
(XEN)  00000000bf489000 - 00000000bf48c000 (ACPI NVS)
(XEN)  00000000bf48c000 - 00000000bf4ad000 (reserved)
(XEN)  00000000bf4ad000 - 00000000bf4af000 (usable)
(XEN)  00000000bf4af000 - 00000000bf503000 (reserved)
(XEN)  00000000bf503000 - 00000000bf50d000 (ACPI NVS)
(XEN)  00000000bf50d000 - 00000000bf533000 (reserved)
(XEN)  00000000bf533000 - 00000000bf576000 (ACPI NVS)
(XEN)  00000000bf576000 - 00000000bf800000 (usable)
(XEN)  00000000fed1c000 - 00000000fed40000 (reserved)
(XEN)  00000000ff000000 - 0000000100000000 (reserved)
(XEN)  0000000100000000 - 0000000440000000 (usable)
(XEN) ACPI: RSDP 000F0450, 0024 (r2 SUPERM)
(XEN) ACPI: XSDT BE7F1080, 007C (r1 SUPERM SMCI--MB        1 AMI     10013)
(XEN) ACPI: FACP BE7F7F48, 00F4 (r4 SUPERM SMCI--MB        1 AMI     10013)
(XEN) ACPI: DSDT BE7F1188, 6DC0 (r2 SUPERM SMCI--MB        0 INTL 20051117)
(XEN) ACPI: FACS BF50AF80, 0040
(XEN) ACPI: APIC BE7F8040, 0092 (r3 SUPERM SMCI--MB        1 AMI     10013)
(XEN) ACPI: SSDT BE7F80D8, 01D6 (r1 AMICPU     PROC        1 MSFT  3000001)
(XEN) ACPI: MCFG BE7F82B0, 003C (r1 SUPERM SMCI--MB        1 MSFT       97)
(XEN) ACPI: HPET BE7F82F0, 0038 (r1 SUPERM SMCI--MB        1 AMI.        4)
(XEN) ACPI: SPMI BE7F8328, 0040 (r5 A M I   OEMSPMI        0 AMI.        0)
(XEN) ACPI: DMAR BE7F8368, 00B0 (r1 ALASKA    A M I        1 INTL        1)
(XEN) ACPI: EINJ BE7F8418, 0130 (r1    AMI AMI EINJ        0             0)
(XEN) ACPI: ERST BE7F8548, 0210 (r1  AMIER AMI ERST        0             0)
(XEN) ACPI: HEST BE7F8758, 00A8 (r1    AMI AMI HEST        0             0)
(XEN) ACPI: BERT BE7F8800, 0030 (r1    AMI AMI BERT        0             0)
(XEN) System RAM: 16361MB (16754424kB)
(XEN) No NUMA configuration found
(XEN) Faking a node at 0000000000000000-0000000440000000
(XEN) Domain heap initialised
(XEN) found SMP MP-table at 000fce00
(XEN) DMI 2.7 present.
(XEN) Using APIC driver default
(XEN) ACPI: PM-Timer IO Port: 0x408
(XEN) ACPI: ACPI SLEEP INFO: pm1x_cnt[404,0], pm1x_evt[400,0]
(XEN) ACPI: 32/64X FACS address mismatch in FADT - bf50af80/0000000000000000, using 32
(XEN) ACPI:                  wakeup_vec[bf50af8c], vec_size[20]
(XEN) ACPI: Local APIC address 0xfee00000
(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
(XEN) Processor #0 6:10 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
(XEN) Processor #2 6:10 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
(XEN) Processor #4 6:10 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
(XEN) Processor #6 6:10 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
(XEN) Processor #1 6:10 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
(XEN) Processor #3 6:10 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
(XEN) Processor #5 6:10 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
(XEN) Processor #7 6:10 APIC version 21
(XEN) ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
(XEN) ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
(XEN) IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
(XEN) ACPI: IRQ0 used by override.
(XEN) ACPI: IRQ2 used by override.
(XEN) ACPI: IRQ9 used by override.
(XEN) Enabling APIC mode:  Flat.  Using 1 I/O APICs
(XEN) ACPI: HPET id: 0x8086a701 base: 0xfed00000
(XEN) PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
(XEN) PCI: Not using MMCONFIG.
(XEN) ERST table is invalid
(XEN) Using ACPI (MADT) for SMP configuration information
(XEN) IRQ limits: 24 GSI, 1528 MSI/MSI-X
(XEN) Switched to APIC driver x2apic_cluster.
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Detected 3192.838 MHz processor.
(XEN) Initing memory sharing.
(XEN) mce_intel.c:1162: MCA Capability: BCAST 1 SER 0 CMCI 1 firstbank 0 extended MCE MSR 0
(XEN) Intel machine check reporting enabled
(XEN) Intel VT-d Snoop Control not enabled.
(XEN) Intel VT-d Dom0 DMA Passthrough not enabled.
(XEN) Intel VT-d Queued Invalidation enabled.
(XEN) Intel VT-d Interrupt Remapping enabled.
(XEN) Intel VT-d Shared EPT tables not enabled.
(XEN) I/O virtualisation enabled
(XEN)  - Dom0 mode: Relaxed
(XEN) Enabled directed EOI with ioapic_ack_old on!
(XEN) ENABLING IO-APIC IRQs
(XEN)  -> Using old ACK method
(XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1
(XEN) TSC deadline timer enabled
(XEN) Platform timer is 14.318MHz HPET
(XEN) Allocated console ring of 64 KiB.
(XEN) VMX: Supported advanced features:
(XEN)  - APIC MMIO access virtualisation
(XEN)  - APIC TPR shadow
(XEN)  - Extended Page Tables (EPT)
(XEN)  - Virtual-Processor Identifiers (VPID)
(XEN)  - Virtual NMI
(XEN)  - MSR direct-access bitmap
(XEN)  - Unrestricted Guest
(XEN) HVM: ASIDs enabled.
(XEN) HVM: VMX enabled
(XEN) HVM: Hardware Assisted Paging (HAP) detected
(XEN) HVM: HAP page sizes: 4kB, 2MB
(XEN) Brought up 8 CPUs
(XEN) ACPI sleep modes: S3
(XEN) mcheck_poll: Machine check polling timer started.
(XEN) *** LOADING DOMAIN 0 ***
(XEN)  Xen  kernel: 64-bit, lsb, compat32
(XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x1000000 -> 0x2060000
(XEN) PHYSICAL MEMORY ARRANGEMENT:
(XEN)  Dom0 alloc.:   000000042c000000->0000000430000000 (235516 pages to be allocated)
(XEN)  Init. ramdisk: 000000043d7fc000->000000043ffff600
(XEN) VIRTUAL MEMORY ARRANGEMENT:
(XEN)  Loaded kernel: ffffffff81000000->ffffffff82060000
(XEN)  Init. ramdisk: ffffffff82060000->ffffffff84863600
(XEN)  Phys-Mach map: ffffffff84864000->ffffffff84a64000
(XEN)  Start info:    ffffffff84a64000->ffffffff84a644b4
(XEN)  Page tables:   ffffffff84a65000->ffffffff84a8e000
(XEN)  Boot stack:    ffffffff84a8e000->ffffffff84a8f000
(XEN)  TOTAL:         ffffffff80000000->ffffffff84c00000
(XEN)  ENTRY ADDRESS: ffffffff81cfc200
(XEN) Dom0 has maximum 2 VCPUs
(XEN) Scrubbing Free RAM: .......................................................................................................................................................done.
(XEN) Xen trace buffers: disabled
(XEN) Std. Loglevel: All
(XEN) Guest Loglevel: All
(XEN) Xen is relinquishing VGA console.
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
(XEN) Freed 216kB init memory.
(XEN) PCI add device 00:00.0
(XEN) PCI add device 00:01.0
(XEN) PCI add device 00:19.0
(XEN) PCI add device 00:1a.0
(XEN) PCI add device 00:1c.0
(XEN) PCI add device 00:1c.4
(XEN) PCI add device 00:1d.0
(XEN) PCI add device 00:1e.0
(XEN) PCI add device 00:1f.0
(XEN) PCI add device 00:1f.2
(XEN) PCI add device 00:1f.3
(XEN) PCI add device 01:00.0
(XEN) PCI add device 03:00.0
(XEN) PCI add device 04:03.0
(XEN) physdev.c:164: dom0: wrong map_pirq type 3
(XEN) HVM1: HVM Loader
(XEN) HVM1: Detected Xen v4.1.3-rc1-pre
(XEN) HVM1: CPU speed is 3193 MHz
(XEN) HVM1: Xenbus rings @0xfeffc000, event channel 3
(XEN) irq.c:264: Dom1 PCI link 0 changed 0 -> 5
(XEN) HVM1: PCI-ISA link 0 routed to IRQ5
(XEN) irq.c:264: Dom1 PCI link 1 changed 0 -> 10
(XEN) HVM1: PCI-ISA link 1 routed to IRQ10
(XEN) irq.c:264: Dom1 PCI link 2 changed 0 -> 11
(XEN) HVM1: PCI-ISA link 2 routed to IRQ11
(XEN) irq.c:264: Dom1 PCI link 3 changed 0 -> 5
(XEN) HVM1: PCI-ISA link 3 routed to IRQ5
(XEN) HVM1: pci dev 01:2 INTD->IRQ5
(XEN) HVM1: pci dev 01:3 INTA->IRQ10
(XEN) HVM1: pci dev 03:0 INTA->IRQ5
(XEN) HVM1: pci dev 04:0 INTA->IRQ5
(XEN) HVM1: pci dev 05:0 INTA->IRQ10
(XEN) HVM1: pci dev 02:0 bar 10 size 02000000: f0000008
(XEN) HVM1: pci dev 03:0 bar 14 size 01000000: f2000008
(XEN) HVM1: pci dev 05:0 bar 30 size 00080000: f3000000
(XEN) domctl.c:985:d0 memory_map:add: gfn=f3080 mfn=fba80 nr_mfns=40
(XEN) HVM1: pci dev 05:0 bar 1c size 00040000: f3080004
(XEN) HVM1: pci dev 04:0 bar 10 size 00020000: f30c0000
(XEN) domctl.c:985:d0 memory_map:add: gfn=f30e0 mfn=fbac0 nr_mfns=4
(XEN) domctl.c:995:d0 memory_map:remove: gfn=f30e2 mfn=fbac2 nr_mfns=1
(XEN) HVM1: pci dev 05:0 bar 14 size 00004000: f30e0004
(XEN) HVM1: pci dev 02:0 bar 14 size 00001000: f30e4000
(XEN) HVM1: pci dev 03:0 bar 10 size 00000100: 0000c001
(XEN) HVM1: pci dev 05:0 bar 10 size 00000100: 0000c101
(XEN) domctl.c:1041:d0 ioport_map:add f_gport=c100 f_mport=e000 np=100
(XEN) HVM1: pci dev 04:0 bar 14 size 00000040: 0000c201
(XEN) HVM1: pci dev 01:2 bar 20 size 00000020: 0000c241
(XEN) HVM1: pci dev 01:1 bar 20 size 00000010: 0000c261
(XEN) HVM1: Multiprocessor initialisation:
(XEN) HVM1:  - CPU0 ... 36-bit phys ... fixed MTRRs ... var MTRRs [2/8] ... done.
(XEN) HVM1:  - CPU1 ... 36-bit phys ... fixed MTRRs ... var MTRRs [2/8] ... done.
(XEN) HVM1: Writing SMBIOS tables ...
(XEN) HVM1: Loading ROMBIOS ...
(XEN) HVM1: 12828 bytes of ROMBIOS high-memory extensions:
(XEN) HVM1:   Relocating to 0xfc000000-0xfc00321c ... done
(XEN) HVM1: Creating MP tables ...
(XEN) HVM1: Loading Cirrus VGABIOS ...
(XEN) HVM1: Loading PCI Option ROM ...
(XEN) HVM1:  - Manufacturer: http://ipxe.org
(XEN) HVM1:  - Product name: iPXE
(XEN) domctl.c:985:d0 memory_map:add: gfn=f3000 mfn=fba00 nr_mfns=80
(XEN) HVM1: Loading PCI Option ROM ...
(XEN) HVM1:  - Manufacturer: LSI Corporation
(XEN) HVM1:  - Product name: LSI MPI Boot Support
(XEN) domctl.c:995:d0 memory_map:remove: gfn=f3000 mfn=fba00 nr_mfns=80
(XEN) HVM1: Loading ACPI ...
(XEN) HVM1:  - Lo data: 000ea020-000ea04f
(XEN) HVM1:  - Hi data: fc003400-fc01351f
(XEN) HVM1: vm86 TSS at fc013800
(XEN) HVM1: BIOS map:
(XEN) HVM1:  c0000-c8fff: VGA BIOS
(XEN) HVM1:  c9000-da7ff: Etherboot ROM
(XEN) HVM1:  da800-e67ff: PCI Option ROMs
(XEN) HVM1:  eb000-eb181: SMBIOS tables
(XEN) HVM1:  f0000-fffff: Main BIOS
(XEN) HVM1: E820 table:
(XEN) HVM1:  [00]: 00000000:00000000 - 00000000:0009e000: RAM
(XEN) HVM1:  [01]: 00000000:0009e000 - 00000000:0009fc00: RESERVED
(XEN) HVM1:  [02]: 00000000:0009fc00 - 00000000:000a0000: RESERVED
(XEN) HVM1:  HOLE: 00000000:000a0000 - 00000000:000e0000
(XEN) HVM1:  [03]: 00000000:000e0000 - 00000000:00100000: RESERVED
(XEN) HVM1:  [04]: 00000000:00100000 - 00000000:80000000: RAM
(XEN) HVM1:  HOLE: 00000000:80000000 - 00000000:fc000000
(XEN) HVM1:  [05]: 00000000:fc000000 - 00000001:00000000: RESERVED
(XEN) HVM1: Invoking ROMBIOS ...
(XEN) HVM1: $Revision: 1.221 $ $Date: 2008/12/07 17:32:29 $
(XEN) stdvga.c:147:d1 entering stdvga and caching modes
(XEN) HVM1: VGABios $Id: vgabios.c,v 1.67 2008/01/27 09:44:12 vruppert Exp $
(XEN) HVM1: Bochs BIOS - build: 06/23/99
(XEN) HVM1: $Revision: 1.221 $ $Date: 2008/12/07 17:32:29 $
(XEN) HVM1: Options: apmbios pcibios eltorito PMM 
(XEN) HVM1: 
(XEN) HVM1: ata0-0: PCHS=16383/16/63 translation=lba LCHS=1024/255/63
(XEN) HVM1: ata0 master: QEMU HARDDISK ATA-7 Hard-Disk (10240 MBytes)
(XEN) HVM1: IDE time out
(XEN) HVM1: ata1 master: QEMU DVD-ROM ATAPI-4 CD-Rom/DVD-Rom
(XEN) HVM1: IDE time out
(XEN) HVM1: 
(XEN) traps.c:451:d0 Unhandled nmi fault/trap [#2] on VCPU 0 [ec=0000]
(XEN) HVM1: PCI device 1000:0070 not found at index 0
(XEN) HVM1: PCI device 1000:0072 not found at index 1
(XEN) HVM1: PCI device 1000:0074 not found at index 0
(XEN) HVM1: PCI device 1000:0076 not found at index 0
(XEN) HVM1: PCI device 1000:0077 not found at index 0
(XEN) HVM1: PCI device 1000:0064 not found at index 0
(XEN) HVM1: PCI device 1000:0065 not found at index 0
(XEN) HVM1: PCI device 1000:0080 not found at index 0
(XEN) HVM1: PCI device 1000:0081 not found at index 0
(XEN) HVM1: PCI device 1000:0082 not found at index 0
(XEN) HVM1: PCI device 1000:0083 not found at index 0
(XEN) HVM1: PCI device 1000:0084 not found at index 0
(XEN) HVM1: PCI device 1000:0085 not found at index 0
(XEN) HVM1: PCI device 1000:0086 not found at index 0
(XEN) HVM1: PCI device 1000:0087 not found at index 0
(XEN) HVM1: PCI device 1000:006e not found at index 0
(XEN) HVM1: 
(XEN) HVM1: 
(XEN) HVM1: Press F12 for boot menu.
(XEN) HVM1: 
(XEN) HVM1: Booting from Hard Disk...
(XEN) HVM1: Booting from 0000:7c00
(XEN) HVM1: int13_harddisk: function 41, unmapped device for ELDL=81
(XEN) HVM1: int13_harddisk: function 08, unmapped device for ELDL=81
(XEN) HVM1: *** int 15h function AX=00c0, BX=0000 not yet supported!
(XEN) HVM1: *** int 15h function AX=ec00, BX=0002 not yet supported!
(XEN) HVM1: KBD: unsupported int 16h function 03
(XEN) HVM1: *** int 15h function AX=e980, BX=0000 not yet supported!
(XEN) HVM1: int13_harddisk: function 41, unmapped device for ELDL=81
(XEN) HVM1: int13_harddisk: function 02, unmapped device for ELDL=81
(XEN) HVM1: int13_harddisk: function 41, unmapped device for ELDL=82
(XEN) HVM1: int13_harddisk: function 02, unmapped device for ELDL=82
(XEN) HVM1: int13_harddisk: function 41, unmapped device for ELDL=83
(XEN) HVM1: int13_harddisk: function 02, unmapped device for ELDL=83
(XEN) HVM1: int13_harddisk: function 41, unmapped device for ELDL=84
(XEN) HVM1: int13_harddisk: function 02, unmapped device for ELDL=84
(XEN) HVM1: int13_harddisk: function 41, unmapped device for ELDL=85
(XEN) HVM1: int13_harddisk: function 02, unmapped device for ELDL=85
(XEN) HVM1: int13_harddisk: function 41, unmapped device for ELDL=86
(XEN) HVM1: int13_harddisk: function 02, unmapped device for ELDL=86
(XEN) HVM1: int13_harddisk: function 41, unmapped device for ELDL=87
(XEN) HVM1: int13_harddisk: function 02, unmapped device for ELDL=87
(XEN) HVM1: int13_harddisk: function 41, ELDL out of range 88
(XEN) HVM1: int13_harddisk: function 02, ELDL out of range 88
(XEN) HVM1: int13_harddisk: function 41, ELDL out of range 89
(XEN) HVM1: int13_harddisk: function 02, ELDL out of range 89
(XEN) HVM1: int13_harddisk: function 41, ELDL out of range 8a
(XEN) HVM1: int13_harddisk: function 02, ELDL out of range 8a
(XEN) HVM1: int13_harddisk: function 41, ELDL out of range 8b
(XEN) HVM1: int13_harddisk: function 02, ELDL out of range 8b
(XEN) HVM1: int13_harddisk: function 41, ELDL out of range 8c
(XEN) HVM1: int13_harddisk: function 02, ELDL out of range 8c
(XEN) HVM1: int13_harddisk: function 41, ELDL out of range 8d
(XEN) HVM1: int13_harddisk: function 02, ELDL out of range 8d
(XEN) HVM1: int13_harddisk: function 41, ELDL out of range 8e
(XEN) HVM1: int13_harddisk: function 02, ELDL out of range 8e
(XEN) HVM1: int13_harddisk: function 41, ELDL out of range 8f
(XEN) HVM1: int13_harddisk: function 02, ELDL out of range 8f
(XEN) irq.c:330: Dom1 callback via changed to Direct Vector 0xe9
(XEN) domctl.c:1065:d0 ioport_map:remove f_gport=c100 f_mport=e000 np=100
(XEN) domctl.c:1041:d0 ioport_map:add f_gport=c100 f_mport=e000 np=100
(XEN) irq.c:264: Dom1 PCI link 0 changed 5 -> 0
(XEN) irq.c:264: Dom1 PCI link 1 changed 10 -> 0
(XEN) irq.c:264: Dom1 PCI link 2 changed 11 -> 0
(XEN) irq.c:264: Dom1 PCI link 3 changed 5 -> 0

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

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

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

end of thread, other threads:[~2012-04-16  8:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-11 20:31 PCI Passthrough of SAS controller not working Aleksandr Tarutin
2012-04-11 20:47 ` Pasi Kärkkäinen
  -- strict thread matches above, loose matches on Subject: below --
2012-04-11 19:51 Aleksandr Tarutin
2012-04-12  6:49 ` Ren, Yongjie
2012-04-16  8:55 ` Hao, Xudong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.