[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-users] Requesting Help - Error: pci: PCI Backend and pci-stub don't own device



Sorry for the delay.  There was an issue where the host os was not detecting the Intel NIC I have installed. 

So I now have ubuntu desktop 13.10.  I have installed the following packages
apt-get install openssh-server
apt-get install vim
apt-get install xen-hypervisor-4.3-amd64
apt-get install gvncviewer

I am still having issues getting the HVM started and viewable on VNC when passing through a pci device (it is connects when I do not pass through a pci device).

I am running the script as before to assign the devices to pciback

###############################################################

xl create /etc/xen/ubuntu-hvm-0.cfg returns:
root@fiat:~# xl create /etc/xen/ubuntu-hvm-0.cfg
Parsing config from /etc/xen/ubuntu-hvm-0.cfg
WARNING: ignoring "kernel" directive for HVM guest. Use "firmware_override" instead if you really want a non-default firmware
WARNING: ignoring device_model directive.
WARNING: Use "device_model_override" instead if you really want a non-default device_model
xc: info: VIRTUAL MEMORY ARRANGEMENT:
  Loader:        0000000000100000->00000000001a69a4
  Modules:       0000000000000000->0000000000000000
  TOTAL:         0000000000000000->000000003f800000
  ENTRY ADDRESS: 0000000000100608
xc: info: PHYSICAL MEMORY ALLOCATION:
  4KB PAGES: 0x0000000000000200
  2MB PAGES: 0x00000000000001fb
  1GB PAGES: 0x0000000000000000
libxl: error: libxl_qmp.c:454:qmp_next: Socket read error: Connection reset by peer
libxl: error: libxl_qmp.c:702:libxl__qmp_initialize: Connection error: Connection refused
libxl: error: libxl_qmp.c:702:libxl__qmp_initialize: Connection error: Connection refused
libxl: error: libxl_qmp.c:702:libxl__qmp_initialize: Connection error: Connection refused
Daemon running with PID 2467

###############################################################

It does not appear to be getting time
root@fiat:~# xl list
Name                                        ID   Mem VCPUs      State   Time(s)
Domain-0                                     0  1024     4     r-----      16.3
ubuntu-hvm-0                                 1  1025     1     ------       0.0

###############################################################

/etc/xen/ubuntu-hvm-0.cfg
kernel = "/usr/lib/xen-4.3/boot/hvmloader"
builder='hvm'
memory = 1024
vcpus=2
name = "ubuntu-hvm-0"
vif = ['bridge=xenbr0']
pci_permissive=1
#pci= ['03:00.0', '03:00.1', '04:00.0', '04:00.1', '05:00.0', '05:00.1']
#pci= ['03:00.0', '03:00.1']
#pci= ['04:00.0', '04:00.1']
pci= ['03:00.0', '03:00.1', '04:00.0', '04:00.1']
#pci= ['05:00.0', '05:00.1']
disk = ['phy:/dev/ubuntu-vg/ubuntu-hvm-0,hda,w']
# , 'file:/root/ubuntu-12.04.3-server-amd64.iso,hdc:cdrom,r']
acpi = 1
device_model = 'qemu-dm'
#boot="d"
boot="c"
sdl=0
serial='pty'
vnc=1
vnclisten="0.0.0.0"
vncpasswd=""
>
on_reboot   = 'restart'
on_crash    = 'restart'

###############################################################

dmesg
root@fiat:~# dmesg
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.11.0-12-generic (buildd@allspice) (gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu7) ) #19-Ubuntu SMP Wed Oct 9 16:20:46 UTC 2013 (Ubuntu 3.11.0-12.19-generic 3.11.3)
[    0.000000] Command line: placeholder root=/dev/mapper/ubuntu--vg-root ro quiet splash
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] Freeing 9e-100 pfn range: 98 pages freed
[    0.000000] 1-1 mapping on 9e->100
[    0.000000] 1-1 mapping on bdfb0->bf3b0
[    0.000000] 1-1 mapping on bf5d6->bf5d8
[    0.000000] 1-1 mapping on bf5e8->bf5ec
[    0.000000] 1-1 mapping on bf5f0->bf601
[    0.000000] 1-1 mapping on bf63f->bf7f0
[    0.000000] 1-1 mapping on bf800->100000
[    0.000000] Released 98 pages of unused memory
[    0.000000] Set 269866 page(s) to 1-1 mapping
[    0.000000] Populating 40000-40062 pfn range: 98 pages added
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] Xen: [mem 0x0000000000000000-0x000000000009dfff] usable
[    0.000000] Xen: [mem 0x000000000009e400-0x00000000000fffff] reserved
[    0.000000] Xen: [mem 0x0000000000100000-0x00000000bdfaffff] usable
[    0.000000] Xen: [mem 0x00000000bdfb0000-0x00000000bf3affff] reserved
[    0.000000] Xen: [mem 0x00000000bf3b0000-0x00000000bf5d5fff] usable
[    0.000000] Xen: [mem 0x00000000bf5d6000-0x00000000bf5d7fff] reserved
[    0.000000] Xen: [mem 0x00000000bf5d8000-0x00000000bf5e7fff] usable
[    0.000000] Xen: [mem 0x00000000bf5e8000-0x00000000bf5ebfff] reserved
[    0.000000] Xen: [mem 0x00000000bf5ec000-0x00000000bf5effff] usable
[    0.000000] Xen: [mem 0x00000000bf5f0000-0x00000000bf600fff] reserved
[    0.000000] Xen: [mem 0x00000000bf601000-0x00000000bf63efff] usable
[    0.000000] Xen: [mem 0x00000000bf63f000-0x00000000bf6befff] reserved
[    0.000000] Xen: [mem 0x00000000bf6bf000-0x00000000bf7befff] ACPI NVS
[    0.000000] Xen: [mem 0x00000000bf7bf000-0x00000000bf7effff] ACPI data
[    0.000000] Xen: [mem 0x00000000bf7f0000-0x00000000bf7fffff] usable
[    0.000000] Xen: [mem 0x00000000bf800000-0x00000000bfffffff] reserved
[    0.000000] Xen: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] Xen: [mem 0x00000000feb00000-0x00000000feb03fff] reserved
[    0.000000] Xen: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] Xen: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[    0.000000] Xen: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] Xen: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] Xen: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
[    0.000000] Xen: [mem 0x0000000100000000-0x000000013fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Dell Inc. PowerEdge R210 II/03X6X0, BIOS 2.5.1 07/11/2013
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] No AGP bridge found
[    0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000
[    0.000000] e820: last_pfn = 0xbf800 max_arch_pfn = 0x400000000
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x3fe00000-0x3fffffff]
[    0.000000]  [mem 0x3fe00000-0x3fffffff] page 4k
[    0.000000] BRK [0x01fe9000, 0x01fe9fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x3c000000-0x3fdfffff]
[    0.000000]  [mem 0x3c000000-0x3fdfffff] page 4k
[    0.000000] BRK [0x01fea000, 0x01feafff] PGTABLE
[    0.000000] BRK [0x01feb000, 0x01febfff] PGTABLE
[    0.000000] BRK [0x01fec000, 0x01fecfff] PGTABLE
[    0.000000] BRK [0x01fed000, 0x01fedfff] PGTABLE
[    0.000000] BRK [0x01fee000, 0x01feefff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x00100000-0x3bffffff]
[    0.000000]  [mem 0x00100000-0x3bffffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x40000000-0xbdfaffff]
[    0.000000]  [mem 0x40000000-0xbdfaffff] page 4k
[    0.000000] init_memory_mapping: [mem 0xbf3b0000-0xbf5d5fff]
[    0.000000]  [mem 0xbf3b0000-0xbf5d5fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xbf5d8000-0xbf5e7fff]
[    0.000000]  [mem 0xbf5d8000-0xbf5e7fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xbf5ec000-0xbf5effff]
[    0.000000]  [mem 0xbf5ec000-0xbf5effff] page 4k
[    0.000000] init_memory_mapping: [mem 0xbf601000-0xbf63efff]
[    0.000000]  [mem 0xbf601000-0xbf63efff] page 4k
[    0.000000] init_memory_mapping: [mem 0xbf7f0000-0xbf7fffff]
[    0.000000]  [mem 0xbf7f0000-0xbf7fffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x100000000-0x13fffffff]
[    0.000000]  [mem 0x100000000-0x13fffffff] page 4k
[    0.000000] RAMDISK: [mem 0x023f3000-0x05319fff]
[    0.000000] ACPI: RSDP 00000000000fe020 00024 (v02 DELL  )
[    0.000000] ACPI: XSDT 00000000bf7ef170 000A4 (v01 DELL   PE_SC3   00000001 DELL 00040000)
[    0.000000] ACPI: FACP 00000000bf7eb000 000F4 (v04 DELL   PE_SC3   00000001 DELL 00040000)
[    0.000000] ACPI: DSDT 00000000bf7e1000 068FE (v01 DELL   PE_SC3   00000000 DELL 00040000)
[    0.000000] ACPI: FACS 00000000bf7b8000 00040
[    0.000000] ACPI: SPMI 00000000bf7ee000 00040 (v05 DELL   PE_SC3   00000001 DELL 00040000)
[    0.000000] ACPI: XMAR 00000000bf7ed000 00078 (v01 DELL   PE_SC3   00000001 DELL 00040000)
[    0.000000] ACPI: ASF! 00000000bf7ec000 000A5 (v32 DELL   PE_SC3   00000001 DELL 00040000)
[    0.000000] ACPI: HPET 00000000bf7ea000 00038 (v01 DELL   PE_SC3   00000001 DELL 00040000)
[    0.000000] ACPI: APIC 00000000bf7e9000 00092 (v02 DELL   PE_SC3   00000001 DELL 00040000)
[    0.000000] ACPI: MCFG 00000000bf7e8000 0003C (v01 DELL   PE_SC3   00000001 DELL 00040000)
[    0.000000] ACPI: BOOT 00000000bf7de000 00028 (v01 DELL   PE_SC3   00000001 DELL 00040000)
[    0.000000] ACPI: SSDT 00000000bf7dd000 002F6 (v01 DELL   PE_SC3   00001000 DELL 00040000)
[    0.000000] ACPI: ASPT 00000000bf7da000 00034 (v07 DELL   PE_SC3   00000001 DELL 00040000)
[    0.000000] ACPI: SSDT 00000000bf7d9000 0060E (v01 DELL   PE_SC3   00003000 DELL 00040000)
[    0.000000] ACPI: SSDT 00000000bf7d8000 00A92 (v01 DELL   PE_SC3   00003000 DELL 00040000)
[    0.000000] ACPI: HEST 00000000bf7d7000 000A8 (v01 DELL   PE_SC3   00000000 DELL 00040000)
[    0.000000] ACPI: ERST 00000000bf7d6000 00230 (v01 DELL   PE_SC3   00000000 DELL 00040000)
[    0.000000] ACPI: BERT 00000000bf7d5000 00030 (v01 DELL   PE_SC3   00000000 DELL 00040000)
[    0.000000] ACPI: EINJ 00000000bf7d4000 00130 (v01 DELL   PE_SC3   00000000 DELL 00040000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] NUMA turned off
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]
[    0.000000]   NODE_DATA [mem 0x3f899000-0x3f89dfff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x13fffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009dfff]
[    0.000000]   node   0: [mem 0x00100000-0xbdfaffff]
[    0.000000]   node   0: [mem 0xbf3b0000-0xbf5d5fff]
[    0.000000]   node   0: [mem 0xbf5d8000-0xbf5e7fff]
[    0.000000]   node   0: [mem 0xbf5ec000-0xbf5effff]
[    0.000000]   node   0: [mem 0xbf601000-0xbf63efff]
[    0.000000]   node   0: [mem 0xbf7f0000-0xbf7fffff]
[    0.000000]   node   0: [mem 0x100000000-0x13fffffff]
[    0.000000] On node 0 totalpages: 1040853
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 12105 pages used for memmap
[    0.000000]   DMA32 zone: 774712 pages, LIFO batch:31
[    0.000000]   Normal zone: 4096 pages used for memmap
[    0.000000]   Normal zone: 262144 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[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
[    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 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbdfb0000-0xbf3affff]
[    0.000000] PM: Registered nosave memory: [mem 0xbf5d6000-0xbf5d7fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbf5e8000-0xbf5ebfff]
[    0.000000] PM: Registered nosave memory: [mem 0xbf5f0000-0xbf600fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbf63f000-0xbf6befff]
[    0.000000] PM: Registered nosave memory: [mem 0xbf6bf000-0xbf7befff]
[    0.000000] PM: Registered nosave memory: [mem 0xbf7bf000-0xbf7effff]
[    0.000000] PM: Registered nosave memory: [mem 0xbf800000-0xbfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfeafffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfeb00000-0xfeb03fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfeb04000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffbfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xffc00000-0xffffffff]
[    0.000000] e820: [mem 0xc0000000-0xdfffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on Xen
[    0.000000] Xen version: 4.3.0 (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 29 pages/cpu @ffff88003f200000 s86720 r8192 d23872 u262144
[    0.000000] pcpu-alloc: s86720 r8192 d23872 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[    1.486636] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1024567
[    1.486637] Policy zone: Normal
[    1.486638] Kernel command line: placeholder root=/dev/mapper/ubuntu--vg-root ro quiet splash
[    1.487047] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    1.487077] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[    1.507303] software IO TLB [mem 0x37000000-0x3b000000] (64MB) mapped at [ffff880037000000-ffff88003affffff]
[    1.512552] Memory: 840772K/4163412K available (7141K kernel code, 1082K rwdata, 3260K rodata, 1364K init, 1420K bss, 3322640K reserved)
[    1.512614] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    1.512630] Hierarchical RCU implementation.
[    1.512631]  RCU dyntick-idle grace-period acceleration is enabled.
[    1.512632]  RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[    1.512633]  Offload RCU callbacks from all CPUs
[    1.512636]  Offload RCU callbacks from CPUs: 0-255.
[    1.512643] NR_IRQS:16640 nr_irqs:712 16
[    1.512699] xen: sci override: global_irq=9 trigger=0 polarity=0
[    1.512701] xen: registering gsi 9 triggering 0 polarity 0
[    1.512712] xen: --> pirq=9 -> irq=9 (gsi=9)
[    1.512731] xen: acpi sci 9
[    1.512734] xen: --> pirq=1 -> irq=1 (gsi=1)
[    1.512736] xen: --> pirq=2 -> irq=2 (gsi=2)
[    1.512740] xen: --> pirq=3 -> irq=3 (gsi=3)
[    1.512742] xen: --> pirq=4 -> irq=4 (gsi=4)
[    1.512744] xen: --> pirq=5 -> irq=5 (gsi=5)
[    1.512747] xen: --> pirq=6 -> irq=6 (gsi=6)
[    1.512749] xen: --> pirq=7 -> irq=7 (gsi=7)
[    1.512751] xen: --> pirq=8 -> irq=8 (gsi=8)
[    1.512754] xen: --> pirq=10 -> irq=10 (gsi=10)
[    1.512756] xen: --> pirq=11 -> irq=11 (gsi=11)
[    1.512758] xen: --> pirq=12 -> irq=12 (gsi=12)
[    1.512761] xen: --> pirq=13 -> irq=13 (gsi=13)
[    1.512763] xen: --> pirq=14 -> irq=14 (gsi=14)
[    1.512765] xen: --> pirq=15 -> irq=15 (gsi=15)
[    1.517253] Console: colour VGA+ 80x25
[    1.517318] console [tty0] enabled
[    1.519389] allocated 16777216 bytes of page_cgroup
[    1.519391] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    1.519429] Xen: using vcpuop timer interface
[    1.519434] installing Xen timer for CPU 0
[    1.519459] tsc: Detected 3093.084 MHz processor
[    1.519463] Calibrating delay loop (skipped), value calculated using timer frequency.. 6186.16 BogoMIPS (lpj=12372336)
[    1.519466] pid_max: default: 32768 minimum: 301
[    1.519492] Security Framework initialized
[    1.519510] AppArmor: AppArmor initialized
[    1.519511] Yama: becoming mindful.
[    1.519981] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    1.520717] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    1.520990] Mount-cache hash table entries: 256
[    1.521162] Initializing cgroup subsys memory
[    1.521172] Initializing cgroup subsys devices
[    1.521174] Initializing cgroup subsys freezer
[    1.521176] Initializing cgroup subsys blkio
[    1.521177] Initializing cgroup subsys perf_event
[    1.521179] Initializing cgroup subsys hugetlb
[    1.521225] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    1.521225] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    1.521228] CPU: Physical Processor ID: 0
[    1.521228] CPU: Processor Core ID: 0
[    1.521230] mce: CPU supports 2 MCE banks
[    1.521245] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
[    1.521245] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
[    1.521245] tlb_flushall_shift: 5
[    1.521328] Freeing SMP alternatives memory: 28K (ffffffff81e65000 - ffffffff81e6c000)
[    1.523297] ACPI: Core revision 20130517
[    1.526721] ACPI: All ACPI Tables successfully acquired
[    1.538002] ftrace: allocating 27796 entries in 109 pages
[    1.548829] cpu 0 spinlock event irq 41
[    1.548853] Performance Events: unsupported p6 CPU model 42 no PMU driver, software events only.
[    1.549956] NMI watchdog: disabled (cpu0): hardware events not enabled
[    1.550009] installing Xen timer for CPU 1
[    1.550017] cpu 1 spinlock event irq 48
[    1.550257] installing Xen timer for CPU 2
[    1.550264] cpu 2 spinlock event irq 55
[    1.550513] installing Xen timer for CPU 3
[    1.550519] cpu 3 spinlock event irq 62
[    1.550690] Brought up 4 CPUs
[    1.550966] devtmpfs: initialized
[    1.551687] EVM: security.selinux
[    1.551689] EVM: security.SMACK64
[    1.551689] EVM: security.capability
[    1.551757] PM: Registering ACPI NVS region [mem 0xbf6bf000-0xbf7befff] (1048576 bytes)
[    1.552351] xen:grant_table: Grant tables using version 2 layout
[    1.552361] Grant table initialized
[    1.552397] regulator-dummy: no parameters
[    1.552436] RTC time: 22:43:25, date: 02/05/14
[    1.552464] NET: Registered protocol family 16
[    1.552618] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    1.552620] ACPI: bus type PCI registered
[    1.552622] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    1.552716] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    1.552718] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    1.586748] PCI: Using configuration type 1 for base access
[    1.587622] bio: create slab <bio-0> at 0
[    1.587825] ACPI: Added _OSI(Module Device)
[    1.587827] ACPI: Added _OSI(Processor Device)
[    1.587828] ACPI: Added _OSI(3.0 _SCP Extensions)
[    1.587829] ACPI: Added _OSI(Processor Aggregator Device)
[    1.589017] ACPI: EC: Look up EC in DSDT
[    1.590162] ACPI: Executed 1 blocks of module-level executable AML code
[    1.592112] ACPI: SSDT 00000000bf64d018 0083B (v01  PmRef  Cpu0Cst 00003001 INTL 20080729)
[    1.592397] ACPI: Dynamic OEM Table Load:
[    1.592399] ACPI: SSDT           (null) 0083B (v01  PmRef  Cpu0Cst 00003001 INTL 20080729)
[    1.594985] ACPI: SSDT 00000000bf64ea98 00303 (v01  PmRef    ApIst 00003000 INTL 20080729)
[    1.595292] ACPI: Dynamic OEM Table Load:
[    1.595294] ACPI: SSDT           (null) 00303 (v01  PmRef    ApIst 00003000 INTL 20080729)
[    1.598960] ACPI: SSDT 00000000bf64cd98 00119 (v01  PmRef    ApCst 00003000 INTL 20080729)
[    1.599246] ACPI: Dynamic OEM Table Load:
[    1.599248] ACPI: SSDT           (null) 00119 (v01  PmRef    ApCst 00003000 INTL 20080729)
[    1.603360] ACPI: Interpreter enabled
[    1.603366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130517/hwxface-571)
[    1.603370] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571)
[    1.603373] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20130517/hwxface-571)
[    1.603382] ACPI: (supports S0 S4 S5)
[    1.603383] ACPI: Using IOAPIC for interrupt routing
[    1.603423] HEST: Table parsing has been initialized.
[    1.603426] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.603514] ACPI: No dock devices found.
[    1.607296] ACPI: Power Resource [FN00] (off)
[    1.607362] ACPI: Power Resource [FN01] (off)
[    1.607424] ACPI: Power Resource [FN02] (off)
[    1.607485] ACPI: Power Resource [FN03] (off)
[    1.607545] ACPI: Power Resource [FN04] (off)
[    1.608092] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    1.608233] acpi PNP0A08:00: Requesting ACPI _OSC control (0x1d)
[    1.608615] acpi PNP0A08:00: ACPI _OSC control (0x1d) granted
[    1.609128] PCI host bridge to bus 0000:00
[    1.609130] pci_bus 0000:00: root bus resource [bus 00-fe]
[    1.609132] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    1.609133] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    1.609135] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    1.609136] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfeafffff]
[    1.609148] pci 0000:00:00.0: [8086:0108] type 00 class 0x060000
[    1.609278] pci 0000:00:01.0: [8086:0101] type 01 class 0x060400
[    1.609355] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    1.609397] pci 0000:00:01.0: System wakeup disabled by ACPI
[    1.609521] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
[    1.609883] pci 0000:00:1a.0: reg 0x10: [mem 0xc6906000-0xc69063ff]
[    1.611696] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    1.611765] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    1.611815] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
[    1.611988] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    1.612047] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    1.612115] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
[    1.612468] pci 0000:00:1d.0: reg 0x10: [mem 0xc6905000-0xc69053ff]
[    1.614215] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    1.614282] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    1.614324] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[    1.614481] pci 0000:00:1e.0: System wakeup disabled by ACPI
[    1.614522] pci 0000:00:1f.0: [8086:1c52] type 00 class 0x060100
[    1.614802] pci 0000:00:1f.2: [8086:1c02] type 00 class 0x010601
[    1.614849] pci 0000:00:1f.2: reg 0x10: [io  0x4048-0x404f]
[    1.614866] pci 0000:00:1f.2: reg 0x14: [io  0x4054-0x4057]
[    1.614884] pci 0000:00:1f.2: reg 0x18: [io  0x4040-0x4047]
[    1.614902] pci 0000:00:1f.2: reg 0x1c: [io  0x4050-0x4053]
[    1.614918] pci 0000:00:1f.2: reg 0x20: [io  0x4020-0x403f]
[    1.614936] pci 0000:00:1f.2: reg 0x24: [mem 0xc6904000-0xc69047ff]
[    1.615054] pci 0000:00:1f.2: PME# supported from D3hot
[    1.615140] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
[    1.615174] pci 0000:00:1f.3: reg 0x10: [mem 0xc6902000-0xc69020ff 64bit]
[    1.615223] pci 0000:00:1f.3: reg 0x20: [io  0x4000-0x401f]
[    1.615405] pci 0000:01:00.0: [111d:8018] type 01 class 0x060400
[    1.615505] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    1.615531] pci 0000:01:00.0: System wakeup disabled by ACPI
[    1.622042] pci 0000:00:01.0: PCI bridge to [bus 01-04]
[    1.622047] pci 0000:00:01.0:   bridge window [io  0x2000-0x3fff]
[    1.622051] pci 0000:00:01.0:   bridge window [mem 0xc5400000-0xc68fffff]
[    1.622137] pci 0000:02:02.0: [111d:8018] type 01 class 0x060400
[    1.622252] pci 0000:02:02.0: PME# supported from D0 D3hot D3cold
[    1.622323] pci 0000:02:04.0: [111d:8018] type 01 class 0x060400
[    1.622437] pci 0000:02:04.0: PME# supported from D0 D3hot D3cold
[    1.622525] pci 0000:01:00.0: PCI bridge to [bus 02-04]
[    1.622533] pci 0000:01:00.0:   bridge window [io  0x2000-0x3fff]
[    1.622538] pci 0000:01:00.0:   bridge window [mem 0xc5400000-0xc68fffff]
[    1.622635] pci 0000:03:00.0: [8086:10e8] type 00 class 0x020000
[    1.622656] pci 0000:03:00.0: reg 0x10: [mem 0xc6820000-0xc683ffff]
[    1.622672] pci 0000:03:00.0: reg 0x14: [mem 0xc6400000-0xc67fffff]
[    1.622687] pci 0000:03:00.0: reg 0x18: [io  0x3020-0x303f]
[    1.622702] pci 0000:03:00.0: reg 0x1c: [mem 0xc6844000-0xc6847fff]
[    1.622745] pci 0000:03:00.0: reg 0x30: [mem 0xffc00000-0xffffffff pref]
[    1.622828] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    1.622880] pci 0000:03:00.0: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[    1.622906] pci 0000:03:00.0: reg 0x190: [mem 0x00000000-0x00003fff 64bit]
[    1.623005] pci 0000:03:00.1: [8086:10e8] type 00 class 0x020000
[    1.623026] pci 0000:03:00.1: reg 0x10: [mem 0xc6800000-0xc681ffff]
[    1.623041] pci 0000:03:00.1: reg 0x14: [mem 0xc6000000-0xc63fffff]
[    1.623056] pci 0000:03:00.1: reg 0x18: [io  0x3000-0x301f]
[    1.623071] pci 0000:03:00.1: reg 0x1c: [mem 0xc6840000-0xc6843fff]
[    1.623114] pci 0000:03:00.1: reg 0x30: [mem 0xffc00000-0xffffffff pref]
[    1.623197] pci 0000:03:00.1: PME# supported from D0 D3hot D3cold
[    1.623248] pci 0000:03:00.1: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[    1.623275] pci 0000:03:00.1: reg 0x190: [mem 0x00000000-0x00003fff 64bit]
[    1.623376] pci 0000:02:02.0: PCI bridge to [bus 03]
[    1.623384] pci 0000:02:02.0:   bridge window [io  0x3000-0x3fff]
[    1.623389] pci 0000:02:02.0:   bridge window [mem 0xc6000000-0xc68fffff]
[    1.623487] pci 0000:04:00.0: [8086:10e8] type 00 class 0x020000
[    1.623508] pci 0000:04:00.0: reg 0x10: [mem 0xc5c20000-0xc5c3ffff]
[    1.623523] pci 0000:04:00.0: reg 0x14: [mem 0xc5800000-0xc5bfffff]
[    1.623538] pci 0000:04:00.0: reg 0x18: [io  0x2020-0x203f]
[    1.623554] pci 0000:04:00.0: reg 0x1c: [mem 0xc5c44000-0xc5c47fff]
[    1.623596] pci 0000:04:00.0: reg 0x30: [mem 0xffc00000-0xffffffff pref]
[    1.623679] pci 0000:04:00.0: PME# supported from D0 D3hot
[    1.623730] pci 0000:04:00.0: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[    1.623756] pci 0000:04:00.0: reg 0x190: [mem 0x00000000-0x00003fff 64bit]
[    1.623853] pci 0000:04:00.1: [8086:10e8] type 00 class 0x020000
[    1.623874] pci 0000:04:00.1: reg 0x10: [mem 0xc5c00000-0xc5c1ffff]
[    1.623889] pci 0000:04:00.1: reg 0x14: [mem 0xc5400000-0xc57fffff]
[    1.623904] pci 0000:04:00.1: reg 0x18: [io  0x2000-0x201f]
[    1.623919] pci 0000:04:00.1: reg 0x1c: [mem 0xc5c40000-0xc5c43fff]
[    1.623962] pci 0000:04:00.1: reg 0x30: [mem 0xffc00000-0xffffffff pref]
[    1.624044] pci 0000:04:00.1: PME# supported from D0 D3hot
[    1.624096] pci 0000:04:00.1: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[    1.624122] pci 0000:04:00.1: reg 0x190: [mem 0x00000000-0x00003fff 64bit]
[    1.624221] pci 0000:02:04.0: PCI bridge to [bus 04]
[    1.624229] pci 0000:02:04.0:   bridge window [io  0x2000-0x2fff]
[    1.624234] pci 0000:02:04.0:   bridge window [mem 0xc5400000-0xc5cfffff]
[    1.624417] pci 0000:05:00.0: [14e4:163b] type 00 class 0x020000
[    1.624457] pci 0000:05:00.0: reg 0x10: [mem 0xc0000000-0xc1ffffff 64bit]
[    1.624697] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[    1.624739] pci 0000:05:00.0: System wakeup disabled by ACPI
[    1.624821] pci 0000:05:00.1: [14e4:163b] type 00 class 0x020000
[    1.624861] pci 0000:05:00.1: reg 0x10: [mem 0xc2000000-0xc3ffffff 64bit]
[    1.625101] pci 0000:05:00.1: PME# supported from D0 D3hot D3cold
[    1.625231] pci 0000:00:1c.0: PCI bridge to [bus 05]
[    1.625242] pci 0000:00:1c.0:   bridge window [mem 0xc0000000-0xc3ffffff]
[    1.625333] pci 0000:06:03.0: [102b:0532] type 00 class 0x030000
[    1.625365] pci 0000:06:03.0: reg 0x10: [mem 0xc4000000-0xc47fffff pref]
[    1.625383] pci 0000:06:03.0: reg 0x14: [mem 0xc5000000-0xc5003fff]
[    1.625401] pci 0000:06:03.0: reg 0x18: [mem 0xc4800000-0xc4ffffff]
[    1.625467] pci 0000:06:03.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
[    1.625618] pci 0000:00:1e.0: PCI bridge to [bus 06] (subtractive decode)
[    1.625629] pci 0000:00:1e.0:   bridge window [mem 0xc4800000-0xc50fffff]
[    1.625640] pci 0000:00:1e.0:   bridge window [mem 0xc4000000-0xc47fffff 64bit pref]
[    1.625641] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    1.625643] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    1.625644] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    1.625646] pci 0000:00:1e.0:   bridge window [mem 0xc0000000-0xfeafffff] (subtractive decode)
[    1.625672] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
[    1.626157] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[    1.626206] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[    1.626254] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[    1.626300] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 *6 10 11 12 14 15)
[    1.626347] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 *14 15)
[    1.626393] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 *6 10 11 12 14 15)
[    1.626439] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[    1.626487] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 10 11 12 14 *15)
[    1.626719] ACPI: Enabled 6 GPEs in block 00 to 3F
[    1.626725] ACPI: \_SB_.PCI0: notify handler is installed
[    1.626767] Found 1 acpi root devices
[    1.626788] xen:balloon: Initialising balloon driver
[    1.633777] xen_balloon: Initialising balloon driver
[    1.633937] vgaarb: device added: PCI:0000:06:03.0,decodes=io+mem,owns=io+mem,locks=none
[    1.633938] vgaarb: loaded
[    1.633939] vgaarb: bridge control possible 0000:06:03.0
[    1.634070] SCSI subsystem initialized
[    1.634072] ACPI: bus type ATA registered
[    1.634100] libata version 3.00 loaded.
[    1.634112] ACPI: bus type USB registered
[    1.634127] usbcore: registered new interface driver usbfs
[    1.634132] usbcore: registered new interface driver hub
[    1.634302] usbcore: registered new device driver usb
[    1.634484] PCI: Using ACPI for IRQ routing
[    1.652726] PCI: pci_cache_line_size set to 64 bytes
[    1.652818] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    1.652819] e820: reserve RAM buffer [mem 0xbdfb0000-0xbfffffff]
[    1.652821] e820: reserve RAM buffer [mem 0xbf5d6000-0xbfffffff]
[    1.652822] e820: reserve RAM buffer [mem 0xbf5e8000-0xbfffffff]
[    1.652824] e820: reserve RAM buffer [mem 0xbf5f0000-0xbfffffff]
[    1.652825] e820: reserve RAM buffer [mem 0xbf63f000-0xbfffffff]
[    1.652826] e820: reserve RAM buffer [mem 0xbf800000-0xbfffffff]
[    1.652898] NetLabel: Initializing
[    1.652899] NetLabel:  domain hash size = 128
[    1.652900] NetLabel:  protocols = UNLABELED CIPSOv4
[    1.652908] NetLabel:  unlabeled traffic allowed by default
[    1.653076] Switched to clocksource xen
[    1.657463] AppArmor: AppArmor Filesystem Enabled
[    1.657479] pnp: PnP ACPI init
[    1.657487] ACPI: bus type PNP registered
[    1.657631] pnp 00:00: Plug and Play ACPI device, IDs IPI0001 (active)
[    1.657640] pnp 00:01: [dma 4]
[    1.657652] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[    1.657667] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
[    1.657729] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[    1.657738] xen: registering gsi 13 triggering 1 polarity 0
[    1.657770] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
[    1.657806] system 00:05: [io  0x0680-0x069f] has been reserved
[    1.657807] system 00:05: [io  0x1000-0x100f] has been reserved
[    1.657809] system 00:05: [io  0x1010-0x1013] has been reserved
[    1.657811] system 00:05: [io  0xffff] has been reserved
[    1.657812] system 00:05: [io  0x0400-0x0453] could not be reserved
[    1.657814] system 00:05: [io  0x0458-0x047f] has been reserved
[    1.657815] system 00:05: [io  0x0500-0x057f] has been reserved
[    1.657817] system 00:05: [io  0x164e-0x164f] has been reserved
[    1.657819] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.657825] xen: registering gsi 8 triggering 1 polarity 0
[    1.657852] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.657883] system 00:07: [io  0x0454-0x0457] has been reserved
[    1.657886] system 00:07: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    1.658091] xen: registering gsi 4 triggering 1 polarity 0
[    1.658135] pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active)
[    1.658224] xen: registering gsi 3 triggering 1 polarity 0
[    1.658266] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 (active)
[    1.658292] system 00:0a: [mem 0xfed90000-0xfed91fff] has been reserved
[    1.658294] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.658432] system 00:0b: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    1.658434] system 00:0b: [mem 0xfed10000-0xfed17fff] has been reserved
[    1.658436] system 00:0b: [mem 0xfed18000-0xfed18fff] has been reserved
[    1.658437] system 00:0b: [mem 0xfed19000-0xfed19fff] has been reserved
[    1.658439] system 00:0b: [mem 0xe0000000-0xefffffff] has been reserved
[    1.658441] system 00:0b: [mem 0xfed20000-0xfed3ffff] has been reserved
[    1.658442] system 00:0b: [mem 0xfed90000-0xfed93fff] could not be reserved
[    1.658444] system 00:0b: [mem 0xff000000-0xffffffff] could not be reserved
[    1.658446] system 00:0b: [mem 0xfee00000-0xfeefffff] could not be reserved
[    1.658448] system 00:0b: [mem 0xc6a00000-0xc6a00fff] has been reserved
[    1.658450] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.658610] pnp: PnP ACPI: found 12 devices
[    1.658611] ACPI: bus type PNP unregistered
[    1.664052] PM-Timer failed consistency check  (0x0xffffff) - aborting.
[    1.664057] pci 0000:03:00.0: no compatible bridge window for [mem 0xffc00000-0xffffffff pref]
[    1.664059] pci 0000:03:00.1: no compatible bridge window for [mem 0xffc00000-0xffffffff pref]
[    1.664060] pci 0000:04:00.0: no compatible bridge window for [mem 0xffc00000-0xffffffff pref]
[    1.664062] pci 0000:04:00.1: no compatible bridge window for [mem 0xffc00000-0xffffffff pref]
[    1.664064] pci 0000:06:03.0: no compatible bridge window for [mem 0xffff0000-0xffffffff pref]
[    1.664068] PCI: max bus depth: 3 pci_try_num: 4
[    1.664144] pci 0000:00:01.0: BAR 15: assigned [mem 0xc6c00000-0xc7bfffff pref]
[    1.664146] pci 0000:01:00.0: BAR 15: assigned [mem 0xc6c00000-0xc7bfffff pref]
[    1.664148] pci 0000:02:02.0: BAR 15: assigned [mem 0xc6c00000-0xc73fffff pref]
[    1.664150] pci 0000:02:04.0: BAR 15: assigned [mem 0xc7400000-0xc7bfffff pref]
[    1.664168] pci 0000:03:00.0: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[    1.664185] pci 0000:03:00.0: reg 0x190: [mem 0x00000000-0x00003fff 64bit]
[    1.664201] pci 0000:03:00.0: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[    1.664217] pci 0000:03:00.0: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[    1.664234] pci 0000:03:00.1: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[    1.664250] pci 0000:03:00.0: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[    1.664266] pci 0000:03:00.0: reg 0x190: [mem 0x00000000-0x00003fff 64bit]
[    1.664282] pci 0000:03:00.1: reg 0x190: [mem 0x00000000-0x00003fff 64bit]
[    1.664298] pci 0000:03:00.0: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[    1.664314] pci 0000:03:00.0: reg 0x190: [mem 0x00000000-0x00003fff 64bit]
[    1.664330] pci 0000:03:00.1: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[    1.664332] pci 0000:03:00.0: BAR 6: assigned [mem 0xc6c00000-0xc6ffffff pref]
[    1.664334] pci 0000:03:00.1: BAR 6: assigned [mem 0xc7000000-0xc73fffff pref]
[    1.664350] pci 0000:03:00.0: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[    1.664352] pci 0000:03:00.0: BAR 7: assigned [mem 0xc6848000-0xc6867fff 64bit]
[    1.664379] pci 0000:03:00.0: reg 0x190: [mem 0x00000000-0x00003fff 64bit]
[    1.664380] pci 0000:03:00.0: BAR 10: assigned [mem 0xc6868000-0xc6887fff 64bit]
[    1.664407] pci 0000:03:00.1: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[    1.664408] pci 0000:03:00.1: BAR 7: assigned [mem 0xc6888000-0xc68a7fff 64bit]
[    1.664435] pci 0000:03:00.1: reg 0x190: [mem 0x00000000-0x00003fff 64bit]
[    1.664436] pci 0000:03:00.1: BAR 10: assigned [mem 0xc68a8000-0xc68c7fff 64bit]
[    1.664448] pci 0000:02:02.0: PCI bridge to [bus 03]
[    1.664452] pci 0000:02:02.0:   bridge window [io  0x3000-0x3fff]
[    1.664459] pci 0000:02:02.0:   bridge window [mem 0xc6000000-0xc68fffff]
[    1.664464] pci 0000:02:02.0:   bridge window [mem 0xc6c00000-0xc73fffff pref]
[    1.664487] pci 0000:04:00.0: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[    1.664503] pci 0000:04:00.0: reg 0x190: [mem 0x00000000-0x00003fff 64bit]
[    1.664519] pci 0000:04:00.0: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[    1.664535] pci 0000:04:00.0: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[    1.664551] pci 0000:04:00.1: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[    1.664567] pci 0000:04:00.0: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[    1.664583] pci 0000:04:00.0: reg 0x190: [mem 0x00000000-0x00003fff 64bit]
[    1.664599] pci 0000:04:00.1: reg 0x190: [mem 0x00000000-0x00003fff 64bit]
[    1.664615] pci 0000:04:00.0: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[    1.664631] pci 0000:04:00.0: reg 0x190: [mem 0x00000000-0x00003fff 64bit]
[    1.664647] pci 0000:04:00.1: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[    1.664649] pci 0000:04:00.0: BAR 6: assigned [mem 0xc7400000-0xc77fffff pref]
[    1.664650] pci 0000:04:00.1: BAR 6: assigned [mem 0xc7800000-0xc7bfffff pref]
[    1.664666] pci 0000:04:00.0: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[    1.664668] pci 0000:04:00.0: BAR 7: assigned [mem 0xc5c48000-0xc5c67fff 64bit]
[    1.664694] pci 0000:04:00.0: reg 0x190: [mem 0x00000000-0x00003fff 64bit]
[    1.664695] pci 0000:04:00.0: BAR 10: assigned [mem 0xc5c68000-0xc5c87fff 64bit]
[    1.664721] pci 0000:04:00.1: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[    1.664723] pci 0000:04:00.1: BAR 7: assigned [mem 0xc5c88000-0xc5ca7fff 64bit]
[    1.664749] pci 0000:04:00.1: reg 0x190: [mem 0x00000000-0x00003fff 64bit]
[    1.664751] pci 0000:04:00.1: BAR 10: assigned [mem 0xc5ca8000-0xc5cc7fff 64bit]
[    1.664762] pci 0000:02:04.0: PCI bridge to [bus 04]
[    1.664766] pci 0000:02:04.0:   bridge window [io  0x2000-0x2fff]
[    1.664772] pci 0000:02:04.0:   bridge window [mem 0xc5400000-0xc5cfffff]
[    1.664777] pci 0000:02:04.0:   bridge window [mem 0xc7400000-0xc7bfffff pref]
[    1.664786] pci 0000:01:00.0: PCI bridge to [bus 02-04]
[    1.664789] pci 0000:01:00.0:   bridge window [io  0x2000-0x3fff]
[    1.664796] pci 0000:01:00.0:   bridge window [mem 0xc5400000-0xc68fffff]
[    1.664801] pci 0000:01:00.0:   bridge window [mem 0xc6c00000-0xc7bfffff pref]
[    1.664810] pci 0000:00:01.0: PCI bridge to [bus 01-04]
[    1.664812] pci 0000:00:01.0:   bridge window [io  0x2000-0x3fff]
[    1.664816] pci 0000:00:01.0:   bridge window [mem 0xc5400000-0xc68fffff]
[    1.664820] pci 0000:00:01.0:   bridge window [mem 0xc6c00000-0xc7bfffff pref]
[    1.664826] pci 0000:00:1c.0: PCI bridge to [bus 05]
[    1.664834] pci 0000:00:1c.0:   bridge window [mem 0xc0000000-0xc3ffffff]
[    1.664850] pci 0000:06:03.0: BAR 6: assigned [mem 0xc5010000-0xc501ffff pref]
[    1.664852] pci 0000:00:1e.0: PCI bridge to [bus 06]
[    1.664860] pci 0000:00:1e.0:   bridge window [mem 0xc4800000-0xc50fffff]
[    1.664866] pci 0000:00:1e.0:   bridge window [mem 0xc4000000-0xc47fffff 64bit pref]
[    1.664945] xen: registering gsi 16 triggering 0 polarity 1
[    1.664957] xen: --> pirq=16 -> irq=16 (gsi=16)
[    1.665053] xen: registering gsi 17 triggering 0 polarity 1
[    1.665059] xen: --> pirq=17 -> irq=17 (gsi=17)
[    1.665086] pci 0000:00:1e.0: setting latency timer to 64
[    1.665090] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    1.665092] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    1.665093] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    1.665095] pci_bus 0000:00: resource 7 [mem 0xc0000000-0xfeafffff]
[    1.665096] pci_bus 0000:01: resource 0 [io  0x2000-0x3fff]
[    1.665098] pci_bus 0000:01: resource 1 [mem 0xc5400000-0xc68fffff]
[    1.665099] pci_bus 0000:01: resource 2 [mem 0xc6c00000-0xc7bfffff pref]
[    1.665100] pci_bus 0000:02: resource 0 [io  0x2000-0x3fff]
[    1.665102] pci_bus 0000:02: resource 1 [mem 0xc5400000-0xc68fffff]
[    1.665103] pci_bus 0000:02: resource 2 [mem 0xc6c00000-0xc7bfffff pref]
[    1.665105] pci_bus 0000:03: resource 0 [io  0x3000-0x3fff]
[    1.665106] pci_bus 0000:03: resource 1 [mem 0xc6000000-0xc68fffff]
[    1.665107] pci_bus 0000:03: resource 2 [mem 0xc6c00000-0xc73fffff pref]
[    1.665109] pci_bus 0000:04: resource 0 [io  0x2000-0x2fff]
[    1.665110] pci_bus 0000:04: resource 1 [mem 0xc5400000-0xc5cfffff]
[    1.665112] pci_bus 0000:04: resource 2 [mem 0xc7400000-0xc7bfffff pref]
[    1.665113] pci_bus 0000:05: resource 1 [mem 0xc0000000-0xc3ffffff]
[    1.665115] pci_bus 0000:06: resource 1 [mem 0xc4800000-0xc50fffff]
[    1.665116] pci_bus 0000:06: resource 2 [mem 0xc4000000-0xc47fffff 64bit pref]
[    1.665118] pci_bus 0000:06: resource 4 [io  0x0000-0x0cf7]
[    1.665119] pci_bus 0000:06: resource 5 [io  0x0d00-0xffff]
[    1.665120] pci_bus 0000:06: resource 6 [mem 0x000a0000-0x000bffff]
[    1.665122] pci_bus 0000:06: resource 7 [mem 0xc0000000-0xfeafffff]
[    1.665150] NET: Registered protocol family 2
[    1.665305] TCP established hash table entries: 32768 (order: 7, 524288 bytes)
[    1.665426] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    1.665487] TCP: Hash tables configured (established 32768 bind 32768)
[    1.665502] TCP: reno registered
[    1.665511] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    1.665528] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    1.665573] NET: Registered protocol family 1
[    1.665647] xen: registering gsi 20 triggering 0 polarity 1
[    1.665654] xen: --> pirq=20 -> irq=20 (gsi=20)
[    1.681298] xen: registering gsi 23 triggering 0 polarity 1
[    1.681305] xen: --> pirq=23 -> irq=23 (gsi=23)
[    1.697293] pci 0000:06:03.0: Boot video device
[    1.697298] PCI: CLS 64 bytes, default 64
[    1.697333] Trying to unpack rootfs image as initramfs...
[    1.733240] Freeing initrd memory: 48284K (ffff8800023f3000 - ffff88000531a000)
[    1.733358] Simple Boot Flag at 0x44 set to 0x1
[    1.733575] Scanning for low memory corruption every 60 seconds
[    1.733957] Initialise module verification
[    1.733989] audit: initializing netlink socket (disabled)
[    1.733999] type=2000 audit(1391640205.715:1): initialized
[    1.753927] bounce pool size: 64 pages
[    1.753936] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.754659] zbud: loaded
[    1.754781] VFS: Disk quotas dquot_6.5.2
[    1.754812] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.755159] fuse init (API version 7.22)
[    1.755217] msgmni has been set to 1736
[    1.755694] Key type asymmetric registered
[    1.755696] Asymmetric key parser 'x509' registered
[    1.755718] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    1.755752] io scheduler noop registered
[    1.755754] io scheduler deadline registered (default)
[    1.755771] io scheduler cfq registered
[    1.756393] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
[    1.756395] pcieport 0000:01:00.0: Signaling PME through PCIe PME interrupt
[    1.756396] pcieport 0000:02:02.0: Signaling PME through PCIe PME interrupt
[    1.756397] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[    1.756398] pci 0000:03:00.1: Signaling PME through PCIe PME interrupt
[    1.756400] pcieport 0000:02:04.0: Signaling PME through PCIe PME interrupt
[    1.756401] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
[    1.756402] pci 0000:04:00.1: Signaling PME through PCIe PME interrupt
[    1.756406] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
[    1.756432] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[    1.756433] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt
[    1.756434] pci 0000:05:00.1: Signaling PME through PCIe PME interrupt
[    1.756441] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[    1.756450] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.756461] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.756501] intel_idle: MWAIT substates: 0x1120
[    1.756502] intel_idle: v0.4 model 0x2A
[    1.756503] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.756535] intel_idle: intel_idle yielding to none
[    1.756598] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    1.756602] ACPI: Power Button [PWRF]
[    1.756665] ACPI: Fan [FAN0] (off)
[    1.756686] ACPI: Fan [FAN1] (off)
[    1.756704] ACPI: Fan [FAN2] (off)
[    1.756722] ACPI: Fan [FAN3] (off)
[    1.756740] ACPI: Fan [FAN4] (off)
[    1.756778] ACPI: Requesting acpi_cpufreq
[    1.757217] Monitor-Mwait will be used to enter C-1 state
[    1.757221] Monitor-Mwait will be used to enter C-2 state
[    1.757224] Monitor-Mwait will be used to enter C-3 state
[    1.758699] Warning: Processor Platform Limit not supported.
[    1.758885] thermal LNXTHERM:00: registered as thermal_zone0
[    1.758886] ACPI: Thermal Zone [TZ01] (30 C)
[    1.758932] ERST: Error Record Serialization Table (ERST) support is initialized.
[    1.758934] pstore: Registered erst as persistent store backend
[    1.759051] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[    1.759387] xen_acpi_processor: Uploading Xen processor PM info
[    1.760559] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.781328] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.802091] 00:09: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    1.803445] hpet_acpi_add: no address or irqs in _CRS
[    1.803457] Linux agpgart interface v0.103
[    1.804413] brd: module loaded
[    1.804912] loop: module loaded
[    1.805161] libphy: Fixed MDIO Bus: probed
[    1.805219] tun: Universal TUN/TAP device driver, 1.6
[    1.805220] tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx>
[    1.805253] PPP generic driver version 2.4.2
[    1.805282] xen_netfront: Initialising Xen virtual ethernet driver
[    1.805290] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.805291] ehci-pci: EHCI PCI platform driver
[    1.805366] xen: registering gsi 20 triggering 0 polarity 1
[    1.805369] Already setup the GSI :20
[    1.805386] ehci-pci 0000:00:1a.0: setting latency timer to 64
[    1.805393] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    1.805398] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    1.805417] ehci-pci 0000:00:1a.0: debug port 2
[    1.809360] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    1.809396] ehci-pci 0000:00:1a.0: irq 20, io mem 0xc6906000
[    1.821151] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    1.821189] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.821190] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.821192] usb usb1: Product: EHCI Host Controller
[    1.821193] usb usb1: Manufacturer: Linux 3.11.0-12-generic ehci_hcd
[    1.821194] usb usb1: SerialNumber: 0000:00:1a.0
[    1.821272] hub 1-0:1.0: USB hub found
[    1.821276] hub 1-0:1.0: 2 ports detected
[    1.821415] xen: registering gsi 23 triggering 0 polarity 1
[    1.821417] Already setup the GSI :23
[    1.821432] ehci-pci 0000:00:1d.0: setting latency timer to 64
[    1.821439] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    1.821442] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    1.821461] ehci-pci 0000:00:1d.0: debug port 2
[    1.825411] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    1.825448] ehci-pci 0000:00:1d.0: irq 23, io mem 0xc6905000
[    1.837152] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    1.837185] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.837187] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.837188] usb usb2: Product: EHCI Host Controller
[    1.837189] usb usb2: Manufacturer: Linux 3.11.0-12-generic ehci_hcd
[    1.837191] usb usb2: SerialNumber: 0000:00:1d.0
[    1.837330] hub 2-0:1.0: USB hub found
[    1.837334] hub 2-0:1.0: 2 ports detected
[    1.837400] ehci-platform: EHCI generic platform driver
[    1.837405] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.837406] ohci-platform: OHCI generic platform driver
[    1.837411] uhci_hcd: USB Universal Host Controller Interface driver
[    1.837449] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    2.884166] i8042: No controller found
[    2.884441] mousedev: PS/2 mouse device common for all mice
[    2.884708] rtc_cmos 00:06: RTC can wake from S4
[    2.884906] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[    2.884962] rtc_cmos 00:06: alarms up to one month, y3k, 242 bytes nvram
[    2.885003] device-mapper: uevent: version 1.0.3
[    2.885085] device-mapper: ioctl: 4.25.0-ioctl (2013-06-26) initialised: dm-devel@xxxxxxxxxx
[    2.885093] ledtrig-cpu: registered to indicate activity on CPUs
[    2.885164] TCP: cubic registered
[    2.885221] NET: Registered protocol family 10
[    2.885348] NET: Registered protocol family 17
[    2.885354] Key type dns_resolver registered
[    2.885511] PM: Hibernation image not present or could not be loaded.
[    2.885514] Loading module verification certificates
[    2.886208] MODSIGN: Loaded cert 'Magrathea: Glacier signing key: fddf6943d8ac4f5b6eb0919a7a3ee3d9088b1bfa'
[    2.886216] registered taskstats version 1
[    2.889339] Key type trusted registered
[    2.892025] Key type encrypted registered
[    2.894651] AppArmor: AppArmor sha1 policy hashing enabled
[    2.895054]   Magic number: 2:369:754
[    2.895060] tty ttyS5: hash matches
[    2.895134] rtc_cmos 00:06: setting system clock to 2014-02-05 22:43:26 UTC (1391640206)
[    2.895182] BIOS EDD facility v0.16 2004-Jun-25, 1 devices found
[    2.895677] Freeing unused kernel memory: 1364K (ffffffff81d10000 - ffffffff81e65000)
[    2.895678] Write protecting the kernel read-only data: 12288k
[    2.898416] Freeing unused kernel memory: 1040K (ffff8800016fc000 - ffff880001800000)
[    2.898708] Freeing unused kernel memory: 836K (ffff880001b2f000 - ffff880001c00000)
[    2.918710] systemd-udevd[118]: starting version 204
[    2.939867] pps_core: module verification failed: signature and/or required key missing - tainting kernel
[    2.940047] pps_core: LinuxPPS API ver. 1 registered
[    2.940048] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[    2.940227] PTP clock support registered
[    2.942853] ahci 0000:00:1f.2: version 3.0
[    2.942948] xen: registering gsi 19 triggering 0 polarity 1
[    2.942962] xen: --> pirq=19 -> irq=19 (gsi=19)
[    2.943070] ahci: SSS flag set, parallel bus scan disabled
[    2.943146] bnx2: Broadcom NetXtreme II Gigabit Ethernet Driver bnx2 v2.2.3 (June 27, 2012)
[    2.943195] xen: registering gsi 16 triggering 0 polarity 1
[    2.943197] Already setup the GSI :16
[    2.943671] dca service started, version 1.12.1
[    2.944532] bnx2 0000:05:00.0 eth0: Broadcom NetXtreme II BCM5716 1000Base-T (C0) PCI Express found at mem c0000000, IRQ 16, node addr d4:ae:52:cc:f9:6a
[    2.944613] xen: registering gsi 17 triggering 0 polarity 1
[    2.944615] Already setup the GSI :17
[    2.945253] bnx2 0000:05:00.1 eth1: Broadcom NetXtreme II BCM5716 1000Base-T (C0) PCI Express found at mem c2000000, IRQ 17, node addr d4:ae:52:cc:f9:6b
[    2.949969] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.0.5-k
[    2.949971] igb: Copyright (c) 2007-2013 Intel Corporation.
[    2.950015] xen: registering gsi 18 triggering 0 polarity 1
[    2.950026] xen: --> pirq=18 -> irq=18 (gsi=18)
[    2.957168] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 3 Gbps 0x31 impl SATA mode
[    2.957172] ahci 0000:00:1f.2: flags: 64bit ncq stag pm led clo pio slum part ems sxs apst
[    2.957179] ahci 0000:00:1f.2: setting latency timer to 64
[    2.973513] scsi0 : ahci
[    2.973597] scsi1 : ahci
[    2.973666] scsi2 : ahci
[    2.973728] scsi3 : ahci
[    2.973793] scsi4 : ahci
[    2.973857] scsi5 : ahci
[    2.973907] ata1: SATA max UDMA/133 abar m2048@0xc6904000 port 0xc6904100 irq 76
[    2.973909] ata2: DUMMY
[    2.973910] ata3: DUMMY
[    2.973911] ata4: DUMMY
[    2.973914] ata5: SATA max UDMA/133 abar m2048@0xc6904000 port 0xc6904300 irq 76
[    2.973916] ata6: SATA max UDMA/133 abar m2048@0xc6904000 port 0xc6904380 irq 76
[    3.093191] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    3.141615] igb 0000:03:00.0: added PHC on eth2
[    3.141617] igb 0000:03:00.0: Intel(R) Gigabit Ethernet Network Connection
[    3.141619] igb 0000:03:00.0: eth2: (PCIe:2.5Gb/s:Width x4) 90:e2:ba:53:e5:20
[    3.141622] igb 0000:03:00.0: eth2: PBA No: Unknown
[    3.141623] igb 0000:03:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[    3.141674] xen: registering gsi 19 triggering 0 polarity 1
[    3.141678] Already setup the GSI :19
[    3.225728] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
[    3.225731] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.225939] hub 1-1:1.0: USB hub found
[    3.226038] hub 1-1:1.0: 6 ports detected
[    3.293197] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.294088] ata1.00: ATA-8: WDC WD5003ABYX-18WERA0, 01.01S03, max UDMA/133
[    3.294091] ata1.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    3.295674] ata1.00: configured for UDMA/133
[    3.295874] scsi 0:0:0:0: Direct-Access     ATA      WDC WD5003ABYX-1 01.0 PQ: 0 ANSI: 5
[    3.296014] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    3.296045] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    3.296052] sd 0:0:0:0: [sda] Write Protect is off
[    3.296054] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.296067] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.325343]  sda: sda1 sda2 < sda5 >
[    3.325815] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.333499] igb 0000:03:00.1: added PHC on eth3
[    3.333501] igb 0000:03:00.1: Intel(R) Gigabit Ethernet Network Connection
[    3.333503] igb 0000:03:00.1: eth3: (PCIe:2.5Gb/s:Width x4) 90:e2:ba:53:e5:21
[    3.333506] igb 0000:03:00.1: eth3: PBA No: Unknown
[    3.333507] igb 0000:03:00.1: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[    3.333547] xen: registering gsi 16 triggering 0 polarity 1
[    3.333549] Already setup the GSI :16
[    3.337173] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    3.469706] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
[    3.469718] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.469928] hub 2-1:1.0: USB hub found
[    3.470028] hub 2-1:1.0: 6 ports detected
[    3.525568] igb 0000:04:00.0: added PHC on eth4
[    3.525570] igb 0000:04:00.0: Intel(R) Gigabit Ethernet Network Connection
[    3.525572] igb 0000:04:00.0: eth4: (PCIe:2.5Gb/s:Width x4) 90:e2:ba:53:e5:24
[    3.525575] igb 0000:04:00.0: eth4: PBA No: Unknown
[    3.525576] igb 0000:04:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[    3.525618] xen: registering gsi 17 triggering 0 polarity 1
[    3.525620] Already setup the GSI :17
[    3.613196] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    3.615684] ata5.00: ATAPI: TSSTcorp DVD-ROM SN-108DN, D150, max UDMA/100
[    3.618258] ata5.00: configured for UDMA/100
[    3.620528] scsi 4:0:0:0: CD-ROM            TSSTcorp DVD-ROM SN-108DN D150 PQ: 0 ANSI: 5
[    3.625268] sr0: scsi3-mmc drive: 62x/62x cd/rw xa/form2 cdda tray
[    3.625271] cdrom: Uniform CD-ROM driver Revision: 3.20
[    3.625429] sr 4:0:0:0: Attached scsi CD-ROM sr0
[    3.625562] sr 4:0:0:0: Attached scsi generic sg1 type 5
[    3.717617] igb 0000:04:00.1: added PHC on eth5
[    3.717619] igb 0000:04:00.1: Intel(R) Gigabit Ethernet Network Connection
[    3.717621] igb 0000:04:00.1: eth5: (PCIe:2.5Gb/s:Width x4) 90:e2:ba:53:e5:25
[    3.717623] igb 0000:04:00.1: eth5: PBA No: Unknown
[    3.717625] igb 0000:04:00.1: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[    3.741367] usb 2-1.1: new high-speed USB device number 3 using ehci-pci
[    3.847131] usb 2-1.1: New USB device found, idVendor=0b95, idProduct=1780
[    3.847134] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.847136] usb 2-1.1: Product: AX88178
[    3.847137] usb 2-1.1: Manufacturer: ASIX Elec. Corp.
[    3.847138] usb 2-1.1: SerialNumber: 000002
[    3.917361] usb 2-1.2: new low-speed USB device number 4 using ehci-pci
[    3.945181] ata6: SATA link down (SStatus 0 SControl 300)
[    4.018322] usb 2-1.2: New USB device found, idVendor=1061, idProduct=0101
[    4.018325] usb 2-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.018327] usb 2-1.2: Product: USB Keyboard & Mouse
[    4.018328] usb 2-1.2: Manufacturer: Motorola
[    4.025998] hidraw: raw HID events driver (C) Jiri Kosina
[    4.033733] usbcore: registered new interface driver usbhid
[    4.033735] usbhid: USB HID core driver
[    4.034966] input: Motorola USB Keyboard & Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/input/input1
[    4.035057] hid-generic 0003:1061:0101.0001: input,hidraw0: USB HID v1.11 Keyboard [Motorola USB Keyboard & Mouse] on usb-0000:00:1d.0-1.2/input0
[    4.035153] input: Motorola USB Keyboard & Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.1/input/input2
[    4.035514] hid-generic 0003:1061:0101.0002: input,hidraw1: USB HID v1.11 Mouse [Motorola USB Keyboard & Mouse] on usb-0000:00:1d.0-1.2/input1
[    4.093354] usb 2-1.5: new high-speed USB device number 5 using ehci-pci
[    4.185540] usb 2-1.5: New USB device found, idVendor=0424, idProduct=2514
[    4.185543] usb 2-1.5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.185822] hub 2-1.5:1.0: USB hub found
[    4.185912] hub 2-1.5:1.0: 4 ports detected
[    4.208556] bio: create slab <bio-1> at 1
[    6.793606] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
[   10.221062] Adding 4161532k swap on /dev/mapper/ubuntu--vg-swap_1.  Priority:-1 extents:1 across:4161532k FS
[   10.286623] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   10.286628] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[   10.286632] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[   10.286636] IPv6: ADDRCONF(NETDEV_UP): eth3: link is not ready
[   10.286640] IPv6: ADDRCONF(NETDEV_UP): eth4: link is not ready
[   10.286644] IPv6: ADDRCONF(NETDEV_UP): eth5: link is not ready
[   10.357279] systemd-udevd[331]: starting version 204
[   10.423876] lp: driver loaded but no devices found
[   10.460193] wmi: Mapper loaded
[   10.463802] systemd-udevd[373]: failed to execute '/lib/udev/socket:/org/xen/xend/udev_event' 'socket:/org/xen/xend/udev_event': No such file or directory
[   10.466898] systemd-udevd[378]: failed to execute '/lib/udev/socket:/org/xen/xend/udev_event' 'socket:/org/xen/xend/udev_event': No such file or directory
[   10.480201] systemd-udevd[394]: failed to execute '/lib/udev/socket:/org/xen/xend/udev_event' 'socket:/org/xen/xend/udev_event': No such file or directory
[   10.481806] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20130517/utaddress-251)
[   10.481811] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   10.481817] ACPI Warning: 0x0000000000000540-0x000000000000054f SystemIO conflicts with Region \GPIO 1 (20130517/utaddress-251)
[   10.481821] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   10.481822] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPIO 1 (20130517/utaddress-251)
[   10.481825] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   10.481826] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPIO 1 (20130517/utaddress-251)
[   10.481830] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   10.481831] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   10.488397] systemd-udevd[400]: failed to execute '/lib/udev/socket:/org/xen/xend/udev_event' 'socket:/org/xen/xend/udev_event': No such file or directory
[   10.491290] systemd-udevd[413]: failed to execute '/lib/udev/socket:/org/xen/xend/udev_event' 'socket:/org/xen/xend/udev_event': No such file or directory
[   10.491668] systemd-udevd[411]: failed to execute '/lib/udev/socket:/org/xen/xend/udev_event' 'socket:/org/xen/xend/udev_event': No such file or directory
[   10.498208] systemd-udevd[423]: failed to execute '/lib/udev/socket:/org/xen/xend/udev_event' 'socket:/org/xen/xend/udev_event': No such file or directory
[   10.512324] microcode: CPU0 sig=0x206a7, pf=0x2, revision=0x29
[   10.588109] type=1400 audit(1391640214.188:2): apparmor="STATUS" operation="profile_load" parent=388 profile="" name="/sbin/dhclient" pid=434 comm="apparmor_parser"
[   10.588115] type=1400 audit(1391640214.188:3): apparmor="STATUS" operation="profile_load" parent=388 profile="" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=434 comm="apparmor_parser"
[   10.588119] type=1400 audit(1391640214.188:4): apparmor="STATUS" operation="profile_load" parent=388 profile="" name="/usr/lib/connman/scripts/dhclient-script" pid=434 comm="apparmor_parser"
[   10.588127] type=1400 audit(1391640214.188:5): apparmor="STATUS" operation="profile_replace" parent=419 profile="" name="/sbin/dhclient" pid=440 comm="apparmor_parser"
[   10.588133] type=1400 audit(1391640214.188:6): apparmor="STATUS" operation="profile_replace" parent=419 profile="" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=440 comm="apparmor_parser"
[   10.588136] type=1400 audit(1391640214.188:7): apparmor="STATUS" operation="profile_replace" parent=419 profile="" name="/usr/lib/connman/scripts/dhclient-script" pid=440 comm="apparmor_parser"
[   10.588145] type=1400 audit(1391640214.188:8): apparmor="STATUS" operation="profile_replace" parent=414 profile="" name="/sbin/dhclient" pid=439 comm="apparmor_parser"
[   10.588150] type=1400 audit(1391640214.188:9): apparmor="STATUS" operation="profile_replace" parent=414 profile="" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=439 comm="apparmor_parser"
[   10.588154] type=1400 audit(1391640214.188:10): apparmor="STATUS" operation="profile_replace" parent=414 profile="" name="/usr/lib/connman/scripts/dhclient-script" pid=439 comm="apparmor_parser"
[   10.588166] type=1400 audit(1391640214.188:11): apparmor="STATUS" operation="profile_replace" parent=396 profile="" name="/sbin/dhclient" pid=436 comm="apparmor_parser"
[   10.794373] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro
[   10.804396] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[   10.821453] systemd-udevd[494]: failed to execute '/lib/udev/socket:/org/xen/xend/udev_event' 'socket:/org/xen/xend/udev_event': No such file or directory
[   10.825093] systemd-udevd[495]: failed to execute '/lib/udev/socket:/org/xen/xend/udev_event' 'socket:/org/xen/xend/udev_event': No such file or directory
[   10.831767] systemd-udevd[508]: failed to execute '/lib/udev/socket:/org/xen/xend/udev_event' 'socket:/org/xen/xend/udev_event': No such file or directory
[   10.858040] microcode: CPU1 sig=0x206a7, pf=0x2, revision=0x29
[   10.861487] microcode: CPU2 sig=0x206a7, pf=0x2, revision=0x29
[   10.866813] microcode: CPU3 sig=0x206a7, pf=0x2, revision=0x29
[   10.869329] microcode: Microcode Update Driver: v2.00 <tigran@xxxxxxxxxxxxxxxxxxxx>, Peter Oruba
[   11.137330] asix 2-1.1:1.0 eth6: register 'asix' at usb-0000:00:1d.0-1.1, ASIX AX88178 USB 2.0 Ethernet, 00:0e:c6:88:f6:d3
[   11.137367] usbcore: registered new interface driver asix
[   11.155136] Bridge firewalling registered
[   11.158114] device eth6 entered promiscuous mode
[   11.659724] Bluetooth: Core ver 2.16
[   11.659743] NET: Registered protocol family 31
[   11.659744] Bluetooth: HCI device and connection manager initialized
[   11.659751] Bluetooth: HCI socket layer initialized
[   11.659752] Bluetooth: L2CAP socket layer initialized
[   11.659756] Bluetooth: SCO socket layer initialized
[   11.662996] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   11.662998] Bluetooth: BNEP filters: protocol multicast
[   11.663003] Bluetooth: BNEP socket layer initialized
[   11.664016] Bluetooth: RFCOMM TTY layer initialized
[   11.664029] Bluetooth: RFCOMM socket layer initialized
[   11.664031] Bluetooth: RFCOMM ver 1.11
[   11.821715] ppdev: user-space parallel port driver
[   11.823326] init: avahi-cups-reload main process (776) terminated with status 1
[   11.894430] IPv6: ADDRCONF(NETDEV_UP): eth6: link is not ready
[   11.894507] IPv6: ADDRCONF(NETDEV_UP): xenbr0: link is not ready
[   14.631202] IPv6: ADDRCONF(NETDEV_CHANGE): eth6: link becomes ready
[   14.632234] asix 2-1.1:1.0 eth6: link up, 1000Mbps, full-duplex, lpa 0xC5E1
[   14.636988] xenbr0: port 1(eth6) entered forwarding state
[   14.637006] xenbr0: port 1(eth6) entered forwarding state
[   14.637027] IPv6: ADDRCONF(NETDEV_CHANGE): xenbr0: link becomes ready
[   16.077823] init: udev-fallback-graphics main process (1028) terminated with status 1
[   21.408009] init: failsafe main process (724) killed by TERM signal
[   21.543100] audit_printk_skb: 87 callbacks suppressed
[   21.543103] type=1400 audit(1391640225.144:41): apparmor="STATUS" operation="profile_load" parent=1324 profile="" name="/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper" pid=1329 comm="apparmor_parser"
[   21.543109] type=1400 audit(1391640225.144:42): apparmor="STATUS" operation="profile_load" parent=1324 profile="" name="chromium_browser" pid=1329 comm="apparmor_parser"
[   21.543209] type=1400 audit(1391640225.144:43): apparmor="STATUS" operation="profile_load" parent=1324 profile="" name="/usr/lib/x86_64-linux-gnu/lightdm-remote-session-uccsconfigure/uccsconfigure-session-wrapper" pid=1331 comm="apparmor_parser"
[   21.543215] type=1400 audit(1391640225.144:44): apparmor="STATUS" operation="profile_load" parent=1324 profile="" name="chromium_browser" pid=1331 comm="apparmor_parser"
[   21.543252] type=1400 audit(1391640225.144:45): apparmor="STATUS" operation="profile_load" parent=1324 profile="" name="/usr/lib/x86_64-linux-gnu/lightdm-remote-session-freerdp/freerdp-session-wrapper" pid=1330 comm="apparmor_parser"
[   21.543258] type=1400 audit(1391640225.144:46): apparmor="STATUS" operation="profile_load" parent=1324 profile="" name="chromium_browser" pid=1330 comm="apparmor_parser"
[   21.543414] type=1400 audit(1391640225.144:47): apparmor="STATUS" operation="profile_replace" parent=1324 profile="" name="chromium_browser" pid=1329 comm="apparmor_parser"
[   21.543519] type=1400 audit(1391640225.144:48): apparmor="STATUS" operation="profile_replace" parent=1324 profile="" name="chromium_browser" pid=1331 comm="apparmor_parser"
[   21.543562] type=1400 audit(1391640225.144:49): apparmor="STATUS" operation="profile_replace" parent=1324 profile="" name="chromium_browser" pid=1330 comm="apparmor_parser"
[   21.543750] type=1400 audit(1391640225.144:50): apparmor="STATUS" operation="profile_replace" parent=1324 profile="" name="/sbin/dhclient" pid=1332 comm="apparmor_parser"
[   21.906064] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[   21.906614] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[   21.923532] xen:xen_evtchn: Event-channel device installed
[   21.981761] IPv6: ADDRCONF(NETDEV_UP): eth3: link is not ready
[   21.982271] IPv6: ADDRCONF(NETDEV_UP): eth3: link is not ready
[   22.053782] IPv6: ADDRCONF(NETDEV_UP): eth4: link is not ready
[   22.054216] IPv6: ADDRCONF(NETDEV_UP): eth4: link is not ready
[   22.129802] IPv6: ADDRCONF(NETDEV_UP): eth5: link is not ready
[   22.130248] IPv6: ADDRCONF(NETDEV_UP): eth5: link is not ready
[   22.254216] bnx2 0000:05:00.0 eth0: using MSIX
[   22.254246] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   22.254727] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   22.318213] bnx2 0000:05:00.1 eth1: using MSIX
[   22.318243] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[   22.318735] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[   29.665699] xenbr0: port 1(eth6) entered forwarding state
[  100.234753] xen_pciback: backend is vpci
[  100.239533] igb 0000:03:00.0: removed PHC on eth2
[  100.452048] pciback 0000:03:00.0: seizing device
[  100.452108] xen: registering gsi 18 triggering 0 polarity 1
[  100.452112] Already setup the GSI :18
[  100.559974] igb 0000:03:00.1: removed PHC on eth3
[  100.775879] pciback 0000:03:00.1: seizing device
[  100.775940] xen: registering gsi 19 triggering 0 polarity 1
[  100.775945] Already setup the GSI :19
[  100.883909] igb 0000:04:00.0: removed PHC on eth4
[  101.091890] pciback 0000:04:00.0: seizing device
[  101.091951] xen: registering gsi 16 triggering 0 polarity 1
[  101.091955] Already setup the GSI :16
[  101.199955] igb 0000:04:00.1: removed PHC on eth5
[  101.411923] pciback 0000:04:00.1: seizing device
[  101.411992] xen: registering gsi 17 triggering 0 polarity 1
[  101.411996] Already setup the GSI :17
[  101.603619] pciback 0000:05:00.0: seizing device
[  101.619414] xen: registering gsi 16 triggering 0 polarity 1
[  101.619419] Already setup the GSI :16
[  101.699647] pciback 0000:05:00.1: seizing device
[  101.719405] xen: registering gsi 17 triggering 0 polarity 1
[  101.719409] Already setup the GSI :17
[  133.506569] IPv6: ADDRCONF(NETDEV_UP): vif1.0: link is not ready
[  133.506841] IPv6: ADDRCONF(NETDEV_UP): vif1.0: link is not ready
[  133.543153] device vif1.0 entered promiscuous mode
[  133.544496] IPv6: ADDRCONF(NETDEV_UP): vif1.0: link is not ready
[  133.589477] ip_tables: (C) 2000-2006 Netfilter Core Team
[  133.658744] device vif1.0-emu entered promiscuous mode
[  133.660110] xenbr0: port 3(vif1.0-emu) entered forwarding state
[  133.660116] xenbr0: port 3(vif1.0-emu) entered forwarding state
[  134.228090] xenbr0: port 3(vif1.0-emu) entered disabled state
[  134.228176] device vif1.0-emu left promiscuous mode
[  134.228178] xenbr0: port 3(vif1.0-emu) entered disabled state
[  151.985820] xen_pciback: vpci: 0000:03:00.0: assign to virtual slot 0
[  151.986230] xen_pciback: vpci: 0000:03:00.1: assign to virtual slot 0 func 1
[  151.986868] xen_pciback: vpci: 0000:04:00.0: assign to virtual slot 1
[  151.987194] xen_pciback: vpci: 0000:04:00.1: assign to virtual slot 1 func 1

###############################################################
xl dmesg

root@fiat:~# xl dmesg
(XEN) Xen version 4.3.0 (Ubuntu 4.3.0-1ubuntu1.2) (stefan.bader@xxxxxxxxxxxxx) (gcc (Ubuntu/Linaro 4.8.1-10ubuntu8) 4.8.1) debug=n Tue Dec 17 15:35:25 UTC 2013
(XEN) Bootloader: GRUB 2.00-19ubuntu2
(XEN) Command line: placeholder dom0_mem=1024M
(XEN) Video information:
(XEN)  VGA is text mode 80x25, font 8x16
(XEN)  VBE/DDC methods: none; EDID transfer time: 0 seconds
(XEN)  EDID info not retrieved because no DDC retrieval method detected
(XEN) Disc information:
(XEN)  Found 1 MBR signatures
(XEN)  Found 1 EDD information structures
(XEN) Xen-e820 RAM map:
(XEN)  0000000000000000 - 000000000009e400 (usable)
(XEN)  000000000009e400 - 00000000000a0000 (reserved)
(XEN)  00000000000e0000 - 0000000000100000 (reserved)
(XEN)  0000000000100000 - 00000000bdfb0000 (usable)
(XEN)  00000000bdfb0000 - 00000000bf3b0000 (reserved)
(XEN)  00000000bf3b0000 - 00000000bf5d6000 (usable)
(XEN)  00000000bf5d6000 - 00000000bf5d8000 (reserved)
(XEN)  00000000bf5d8000 - 00000000bf5e8000 (usable)
(XEN)  00000000bf5e8000 - 00000000bf5ec000 (reserved)
(XEN)  00000000bf5ec000 - 00000000bf5f0000 (usable)
(XEN)  00000000bf5f0000 - 00000000bf601000 (reserved)
(XEN)  00000000bf601000 - 00000000bf63f000 (usable)
(XEN)  00000000bf63f000 - 00000000bf6bf000 (reserved)
(XEN)  00000000bf6bf000 - 00000000bf7bf000 (ACPI NVS)
(XEN)  00000000bf7bf000 - 00000000bf7f0000 (ACPI data)
(XEN)  00000000bf7f0000 - 00000000bf800000 (usable)
(XEN)  00000000bf800000 - 00000000c0000000 (reserved)
(XEN)  00000000e0000000 - 00000000f0000000 (reserved)
(XEN)  00000000feb00000 - 00000000feb04000 (reserved)
(XEN)  00000000fec00000 - 00000000fec01000 (reserved)
(XEN)  00000000fed10000 - 00000000fed1a000 (reserved)
(XEN)  00000000fed1c000 - 00000000fed20000 (reserved)
(XEN)  00000000fee00000 - 00000000fee01000 (reserved)
(XEN)  00000000ffc00000 - 0000000100000000 (reserved)
(XEN)  0000000100000000 - 0000000140000000 (usable)
(XEN) ACPI: RSDP 000FE020, 0024 (r2 DELL  )
(XEN) ACPI: XSDT BF7EF170, 00A4 (r1 DELL   PE_SC3          1 DELL    40000)
(XEN) ACPI: FACP BF7EB000, 00F4 (r4 DELL   PE_SC3          1 DELL    40000)
(XEN) ACPI: DSDT BF7E1000, 68FE (r1 DELL   PE_SC3          0 DELL    40000)
(XEN) ACPI: FACS BF7B8000, 0040
(XEN) ACPI: SPMI BF7EE000, 0040 (r5 DELL   PE_SC3          1 DELL    40000)
(XEN) ACPI: DMAR BF7ED000, 0078 (r1 DELL   PE_SC3          1 DELL    40000)
(XEN) ACPI: ASF! BF7EC000, 00A5 (r32 DELL   PE_SC3          1 DELL    40000)
(XEN) ACPI: HPET BF7EA000, 0038 (r1 DELL   PE_SC3          1 DELL    40000)
(XEN) ACPI: APIC BF7E9000, 0092 (r2 DELL   PE_SC3          1 DELL    40000)
(XEN) ACPI: MCFG BF7E8000, 003C (r1 DELL   PE_SC3          1 DELL    40000)
(XEN) ACPI: BOOT BF7DE000, 0028 (r1 DELL   PE_SC3          1 DELL    40000)
(XEN) ACPI: SSDT BF7DD000, 02F6 (r1 DELL   PE_SC3       1000 DELL    40000)
(XEN) ACPI: ASPT BF7DA000, 0034 (r7 DELL   PE_SC3          1 DELL    40000)
(XEN) ACPI: SSDT BF7D9000, 060E (r1 DELL   PE_SC3       3000 DELL    40000)
(XEN) ACPI: SSDT BF7D8000, 0A92 (r1 DELL   PE_SC3       3000 DELL    40000)
(XEN) ACPI: HEST BF7D7000, 00A8 (r1 DELL   PE_SC3          0 DELL    40000)
(XEN) ACPI: ERST BF7D6000, 0230 (r1 DELL   PE_SC3          0 DELL    40000)
(XEN) ACPI: BERT BF7D5000, 0030 (r1 DELL   PE_SC3          0 DELL    40000)
(XEN) ACPI: EINJ BF7D4000, 0130 (r1 DELL   PE_SC3          0 DELL    40000)
(XEN) System RAM: 4065MB (4163416kB)
(XEN) Domain heap initialised
(XEN) Processor #0 6:10 APIC version 21
(XEN) Processor #2 6:10 APIC version 21
(XEN) Processor #4 6:10 APIC version 21
(XEN) Processor #6 6:10 APIC version 21
(XEN) IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
(XEN) Enabling APIC mode:  Flat.  Using 1 I/O APICs
(XEN) [VT-D]dmar.c:583:   RMRR address range not in reserved memory base = 0 end = fff; iommu_inclusive_mapping=1 parameter may be needed.
(XEN) Switched to APIC driver x2apic_cluster.
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Detected 3093.084 MHz processor.
(XEN) Initing memory sharing.
(XEN) xstate_init: using cntxt_size: 0x340 and states: 0x7
(XEN) Intel VT-d iommu 0 supported page sizes: 4kB.
(XEN) Intel VT-d Snoop Control 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) Interrupt remapping enabled
(XEN) Enabled directed EOI with ioapic_ack_old on!
(XEN) ENABLING IO-APIC IRQs
(XEN)  -> Using old ACK method
(XEN) Platform timer is 14.318MHz HPET
(XEN) Allocated console ring of 16 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 4 CPUs
(XEN) mtrr: your CPUs had inconsistent variable MTRR settings
(XEN) *** LOADING DOMAIN 0 ***
(XEN)  Xen  kernel: 64-bit, lsb, compat32
(XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x1000000 -> 0x23f3000
(XEN) PHYSICAL MEMORY ARRANGEMENT:
(XEN)  Dom0 alloc.:   0000000134000000->0000000138000000 (233689 pages to be allocated)
(XEN)  Init. ramdisk: 000000013d0d9000->0000000140000000
(XEN) VIRTUAL MEMORY ARRANGEMENT:
(XEN)  Loaded kernel: ffffffff81000000->ffffffff823f3000
(XEN)  Init. ramdisk: ffffffff823f3000->ffffffff8531a000
(XEN)  Phys-Mach map: ffffffff8531a000->ffffffff8551a000
(XEN)  Start info:    ffffffff8551a000->ffffffff8551a4b4
(XEN)  Page tables:   ffffffff8551b000->ffffffff8554a000
(XEN)  Boot stack:    ffffffff8554a000->ffffffff8554b000
(XEN)  TOTAL:         ffffffff80000000->ffffffff85800000
(XEN)  ENTRY ADDRESS: ffffffff81d261e0
(XEN) Dom0 has maximum 4 VCPUs
(XEN) Scrubbing Free RAM: .............................done.
(XEN) Initial low memory virq threshold set at 0x4000 pages.
(XEN) Std. Loglevel: Errors and warnings
(XEN) Guest Loglevel: Nothing (Rate-limited: Errors and warnings)
(XEN) Xen is relinquishing VGA console.
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
(XEN) Freed 260kB init memory.
(XEN) traps.c:2503:d0 Domain attempted WRMSR 00000000000001fc from 0x000000000004005f to 0x000000000004005d.
(XEN) traps.c:2503:d0 Domain attempted WRMSR 00000000000001fc from 0x000000000004005f to 0x000000000004005d.
(XEN) traps.c:2503:d0 Domain attempted WRMSR 00000000000001fc from 0x000000000004005f to 0x000000000004005d.
(XEN) traps.c:2503:d0 Domain attempted WRMSR 00000000000001fc from 0x000000000004005f to 0x000000000004005d.

###############################################################

This occurs even if i attach a single pci device. I loads the HVM if pci is not passed through.

Any help would be great.
Regards





On Wed, Feb 5, 2014 at 10:45 AM, Mike Neiderhauser <mikeneiderhauser@xxxxxxxxx> wrote:
I am running into gnome-session errors for the desktop to get VNC up.  I will report back when I get that fixed.

Regards.


On Wed, Feb 5, 2014 at 10:02 AM, Ian Campbell <Ian.Campbell@xxxxxxxxxx> wrote:
On Wed, 2014-02-05 at 10:00 -0500, Mike Neiderhauser wrote:

>
> When trying to create the domu I get this:
>
>
> root@fiat:~# xl create /etc/xen/ubuntu-hvm-0.cfg
> Parsing config from /etc/xen/ubuntu-hvm-0.cfg
> WARNING: ignoring "kernel" directive for HVM guest. Use
> "firmware_override" instead if you really want a non-default firmware
> WARNING: ignoring device_model directive.
> WARNING: Use "device_model_override" instead if you really want a
> non-default device_model
> xc: info: VIRTUAL MEMORY ARRANGEMENT:
>   Loader:        0000000000100000->00000000001a69a4
>   Modules:       0000000000000000->0000000000000000
>   TOTAL:         0000000000000000->000000003f800000
>   ENTRY ADDRESS: 0000000000100608
> xc: info: PHYSICAL MEMORY ALLOCATION:
>   4KB PAGES: 0x0000000000000200
>   2MB PAGES: 0x00000000000001fb
>   1GB PAGES: 0x0000000000000000
> libxl: error: libxl_pci.c:990:libxl__device_pci_reset: The kernel
> doesn't support reset from sysfs for PCI device 0000:05:00.0
> libxl: error: libxl_pci.c:990:libxl__device_pci_reset: The kernel
> doesn't support reset from sysfs for PCI device 0000:05:00.1
> Daemon running with PID 3095

This looks like it has worked. Can you connect to the guest console
and/or vnc manually?

Ian.




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

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.