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

[Xen-users] Xen 4.4.1 AMD GPU Passthrough



Hi All,

I've been trying to passthrough a GPU to a DomU without success.
Hardware:
Intel Core-i7 5930k
MSI X99S SLI PLUS (BIOS v1.7)
Crucial Ballistix Sport 16GB BLS2K8G4D240FSA
XFX AMD Radeon R7 250E (Dom0)
XFX Double D R9 290X (DomU)

3.18.8 kernel (compiled)
Xen 4.4.1 (compiled)
Ubuntu 14.10
Windows 8 (DomU)

The devices I wish to passthrough (excluding the 250E) lspci output:

02:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Hawaii XT [Radeon R9 290X]
ÂÂÂ Subsystem: XFX Pine Group Inc. Device 9290
ÂÂÂ Kernel driver in use: pciback
02:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Device aac8
ÂÂÂ Subsystem: XFX Pine Group Inc. Device aac8
ÂÂÂ Kernel driver in use: pciback
03:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Cape Verde PRO [Radeon HD 7750 / R7 250E]
ÂÂÂ Subsystem: XFX Pine Group Inc. Device 7251
ÂÂÂ Kernel driver in use: radeon
03:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Cape Verde/Pitcairn HDMI Audio [Radeon HD 7700/7800 Series]
ÂÂÂ Subsystem: XFX Pine Group Inc. Device aab0
ÂÂÂ Kernel driver in use: snd_hda_intel
00:14.0 USB controller: Intel Corporation C610/X99 series chipset USB xHCI Host Controller (rev 05)
ÂÂÂ Subsystem: Micro-Star International Co., Ltd. [MSI] Device 7885
ÂÂÂ Kernel driver in use: pciback


Grub custom entry:
#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.

menuentry 'Ubuntu 14.10 with Xen 4.4.1 and vmlinuz-3.18.8' --class gnu-linux --class gnu --class os {
ÂÂÂÂÂÂÂ recordfail
ÂÂÂÂÂÂÂ insmod part_msdos
ÂÂÂÂÂÂÂ insmod ext2
ÂÂÂÂÂÂÂ set root='hd0,msdos1'
ÂÂÂÂÂÂÂ search --no-floppy --fs-uuid --set=root 3137524e-9dcf-47d6-99c2-8ffd5a26a65c
ÂÂÂÂÂÂÂ multiboot /boot/xen.gz placeholder dom0_mem=4096M iommu=1 loglvl=all guest_loglvl=all unrestricted_guest=1 msi=1
ÂÂÂÂÂÂÂ module /boot/vmlinuz-3.18.8 placeholder root=UUID=3137524e-9dcf-47d6-99c2-8ffd5a26a65c ro quiet xen-pciback.hide=(02:00.0)(02:00.1)(00:14.0) xen-pciback.permissive
ÂÂÂÂÂÂÂ module /boot/initrd.img-3.18.8
}


using the Grub entry above I am able to successfully passthrough two USB sharing switches, an Intel CT desktop NIC (had to return to owner) without the R290X to the DomU on boot.
But when I also try to passthrough the R290x as primary as well, I get a black screen when switching my monitor to the R290x and VNC displays Parrallel10 Console. However attaching it manually when powered on will show the R290x in device manager with error Code12 and saying it needs a restart.

I have attached dmesg, Xen dmesg, qemu-dm-win8 ouput and the win8 DomU configuration below.
Any help would be greatly appreciated.


Thanks
Daniel

dmesg:
[ÂÂÂ 0.000000] Initializing cgroup subsys cpuset
[ÂÂÂ 0.000000] Initializing cgroup subsys cpu
[ÂÂÂ 0.000000] Initializing cgroup subsys cpuacct
[ÂÂÂ 0.000000] Linux version 3.18.8 (adminuser@HADES) (gcc version 4.9.1 (Ubuntu 4.9.1-16ubuntu6) ) #1 SMP Sat Feb 28 00:19:35 AWST 2015
[ÂÂÂ 0.000000] Command line: placeholder root=UUID=3137524e-9dcf-47d6-99c2-8ffd5a26a65c ro quiet xen-pciback.hide=(02:00.0)(02:00.1)(00:14.0) xen-pciback.permissive
[ÂÂÂ 0.000000] KERNEL supported cpus:
[ÂÂÂ 0.000000]ÂÂ Intel GenuineIntel
[ÂÂÂ 0.000000]ÂÂ AMD AuthenticAMD
[ÂÂÂ 0.000000]ÂÂ Centaur CentaurHauls
[ÂÂÂ 0.000000] Set 813223 page(s) to 1-1 mapping
[ÂÂÂ 0.000000] Remapped 813223 page(s), last_pfn=1861799
[ÂÂÂ 0.000000] Released 0 page(s)
[ÂÂÂ 0.000000] e820: BIOS-provided physical RAM map:
[ÂÂÂ 0.000000] Xen: [mem 0x0000000000000000-0x000000000009ffff] usable
[ÂÂÂ 0.000000] Xen: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[ÂÂÂ 0.000000] Xen: [mem 0x0000000000100000-0x00000000392f3fff] usable
[ÂÂÂ 0.000000] Xen: [mem 0x00000000392f4000-0x0000000039e63fff] reserved
[ÂÂÂ 0.000000] Xen: [mem 0x0000000039e64000-0x000000003a103fff] usable
[ÂÂÂ 0.000000] Xen: [mem 0x000000003a104000-0x000000003acb2fff] ACPI NVS
[ÂÂÂ 0.000000] Xen: [mem 0x000000003acb3000-0x000000003b5b1fff] reserved
[ÂÂÂ 0.000000] Xen: [mem 0x000000003b5b2000-0x000000003b613fff] type 20
[ÂÂÂ 0.000000] Xen: [mem 0x000000003b614000-0x000000003b614fff] usable
[ÂÂÂ 0.000000] Xen: [mem 0x000000003b615000-0x000000003b69afff] reserved
[ÂÂÂ 0.000000] Xen: [mem 0x000000003b69b000-0x000000003b8b7fff] usable
[ÂÂÂ 0.000000] Xen: [mem 0x000000003b8b8000-0x000000003bff8fff] reserved
[ÂÂÂ 0.000000] Xen: [mem 0x000000003bff9000-0x000000003bffffff] usable
[ÂÂÂ 0.000000] Xen: [mem 0x000000003c000000-0x000000003dffffff] reserved
[ÂÂÂ 0.000000] Xen: [mem 0x0000000040000000-0x000000004fffffff] reserved
[ÂÂÂ 0.000000] Xen: [mem 0x00000000fed1c000-0x00000000fed24fff] reserved
[ÂÂÂ 0.000000] Xen: [mem 0x00000000fed30000-0x00000000fed34fff] reserved
[ÂÂÂ 0.000000] Xen: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[ÂÂÂ 0.000000] Xen: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[ÂÂÂ 0.000000] Xen: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ÂÂÂ 0.000000] Xen: [mem 0x0000000100000000-0x00000004bfffffff] usable
[ÂÂÂ 0.000000] NX (Execute Disable) protection: active
[ÂÂÂ 0.000000] SMBIOS 2.8 present.
[ÂÂÂ 0.000000] DMI: MSI MS-7885/X99S SLI PLUS (MS-7885), BIOS 1.70 02/09/2015
[ÂÂÂ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ÂÂÂ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ÂÂÂ 0.000000] AGP: No AGP bridge found
[ÂÂÂ 0.000000] e820: last_pfn = 0x4c0000 max_arch_pfn = 0x400000000
[ÂÂÂ 0.000000] e820: last_pfn = 0x3c000 max_arch_pfn = 0x400000000
[ÂÂÂ 0.000000] Scanning 1 areas for low memory corruption
[ÂÂÂ 0.000000] Base memory trampoline at [ffff88000009a000] 9a000 size 24576
[ÂÂÂ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ÂÂÂ 0.000000]Â [mem 0x00000000-0x000fffff] page 4k
[ÂÂÂ 0.000000] init_memory_mapping: [mem 0x1c6600000-0x1c67fffff]
[ÂÂÂ 0.000000]Â [mem 0x1c6600000-0x1c67fffff] page 4k
[ÂÂÂ 0.000000] BRK [0x01ff7000, 0x01ff7fff] PGTABLE
[ÂÂÂ 0.000000] BRK [0x01ff8000, 0x01ff8fff] PGTABLE
[ÂÂÂ 0.000000] init_memory_mapping: [mem 0x1c4000000-0x1c65fffff]
[ÂÂÂ 0.000000]Â [mem 0x1c4000000-0x1c65fffff] page 4k
[ÂÂÂ 0.000000] BRK [0x01ff9000, 0x01ff9fff] PGTABLE
[ÂÂÂ 0.000000] BRK [0x01ffa000, 0x01ffafff] PGTABLE
[ÂÂÂ 0.000000] BRK [0x01ffb000, 0x01ffbfff] PGTABLE
[ÂÂÂ 0.000000] BRK [0x01ffc000, 0x01ffcfff] PGTABLE
[ÂÂÂ 0.000000] init_memory_mapping: [mem 0x180000000-0x1c3ffffff]
[ÂÂÂ 0.000000]Â [mem 0x180000000-0x1c3ffffff] page 4k
[ÂÂÂ 0.000000] init_memory_mapping: [mem 0x00100000-0x392f3fff]
[ÂÂÂ 0.000000]Â [mem 0x00100000-0x392f3fff] page 4k
[ÂÂÂ 0.000000] init_memory_mapping: [mem 0x39e64000-0x3a103fff]
[ÂÂÂ 0.000000]Â [mem 0x39e64000-0x3a103fff] page 4k
[ÂÂÂ 0.000000] init_memory_mapping: [mem 0x3b614000-0x3b614fff]
[ÂÂÂ 0.000000]Â [mem 0x3b614000-0x3b614fff] page 4k
[ÂÂÂ 0.000000] init_memory_mapping: [mem 0x3b69b000-0x3b8b7fff]
[ÂÂÂ 0.000000]Â [mem 0x3b69b000-0x3b8b7fff] page 4k
[ÂÂÂ 0.000000] init_memory_mapping: [mem 0x3bff9000-0x3bffffff]
[ÂÂÂ 0.000000]Â [mem 0x3bff9000-0x3bffffff] page 4k
[ÂÂÂ 0.000000] init_memory_mapping: [mem 0x100000000-0x17fffffff]
[ÂÂÂ 0.000000]Â [mem 0x100000000-0x17fffffff] page 4k
[ÂÂÂ 0.000000] init_memory_mapping: [mem 0x1c6800000-0x4bfffffff]
[ÂÂÂ 0.000000]Â [mem 0x1c6800000-0x4bfffffff] page 4k
[ÂÂÂ 0.000000] RAMDISK: [mem 0x04000000-0x056e5fff]
[ÂÂÂ 0.000000] ACPI: Early table checksum verification disabled
[ÂÂÂ 0.000000] ACPI: RSDP 0x00000000000F0010 000024 (v02 ALASKA)
[ÂÂÂ 0.000000] ACPI: XSDT 0x000000003A910098 0000B4 (v01 ALASKA A M IÂÂÂ 01072009 AMIÂ 00010013)
[ÂÂÂ 0.000000] ACPI: FACP 0x000000003A93DBB8 00010C (v05 ALASKA A M IÂÂÂ 01072009 AMIÂ 00010013)
[ÂÂÂ 0.000000] ACPI: DSDT 0x000000003A9101E8 02D9D0 (v02 ALASKA A M IÂÂÂ 01072009 INTL 20091013)
[ÂÂÂ 0.000000] ACPI: FACS 0x000000003ACAFF80 000040
[ÂÂÂ 0.000000] ACPI: APIC 0x000000003A93DCC8 000100 (v03 ALASKA A M IÂÂÂ 01072009 AMIÂ 00010013)
[ÂÂÂ 0.000000] ACPI: FPDT 0x000000003A93DDC8 000044 (v01 ALASKA A M IÂÂÂ 01072009 AMIÂ 00010013)
[ÂÂÂ 0.000000] ACPI: FIDT 0x000000003A93DE10 00009C (v01 ALASKA A M IÂÂÂ 01072009 AMIÂ 00010013)
[ÂÂÂ 0.000000] ACPI: MCFG 0x000000003A93DEB0 00003C (v01 ALASKA A M IÂÂÂ 01072009 MSFT 00000097)
[ÂÂÂ 0.000000] ACPI: SSDT 0x000000003A93DEF0 00036D (v01 SataRe SataTabl 00001000 INTL 20120913)
[ÂÂÂ 0.000000] ACPI: UEFI 0x000000003A93E260 000042 (v01 ALASKA A M IÂÂÂ 01072009ÂÂÂÂÂ 00000000)
[ÂÂÂ 0.000000] ACPI: BDAT 0x000000003A93E2A8 000030 (v01 ALASKA A M IÂÂÂ 00000000 INTL 20091013)
[ÂÂÂ 0.000000] ACPI: HPET 0x000000003A93E2D8 000038 (v01 ALASKA A M IÂÂÂ 00000001 INTL 20091013)
[ÂÂÂ 0.000000] ACPI: MSCT 0x000000003A93E310 000090 (v01 ALASKA A M IÂÂÂ 00000001 INTL 20091013)
[ÂÂÂ 0.000000] ACPI: PMCT 0x000000003A93E3A0 000064 (v01 ALASKA A M IÂÂÂ 00000000 INTL 20091013)
[ÂÂÂ 0.000000] ACPI: SLIT 0x000000003A93E408 00002D (v01 ALASKA A M IÂÂÂ 00000001 INTL 20091013)
[ÂÂÂ 0.000000] ACPI: SRAT 0x000000003A93E438 000E58 (v03 ALASKA A M IÂÂÂ 00000001 INTL 20091013)
[ÂÂÂ 0.000000] ACPI: WDDT 0x000000003A93F290 000040 (v01 ALASKA A M IÂÂÂ 00000000 INTL 20091013)
[ÂÂÂ 0.000000] ACPI: SSDT 0x000000003A93F2D0 00D647 (v01 ALASKA PmMgtÂÂÂ 00000001 INTL 20120913)
[ÂÂÂ 0.000000] ACPI: XMAR 0x000000003A94C918 0000E4 (v01 ALASKA A M IÂÂÂ 00000001 INTL 20091013)
[ÂÂÂ 0.000000] ACPI: ASF! 0x000000003A94CA00 0000A0 (v32 INTELÂÂ HCGÂÂÂÂ 00000001 TFSM 000F4240)
[ÂÂÂ 0.000000] ACPI: BGRT 0x000000003A94CAA0 000038 (v01 ALASKA A M IÂÂÂ 01072009 AMIÂ 00010013)
[ÂÂÂ 0.000000] ACPI: Local APIC address 0xfee00000
[ÂÂÂ 0.000000] NUMA turned off
[ÂÂÂ 0.000000] Faking a node at [mem 0x0000000000000000-0x00000004bfffffff]
[ÂÂÂ 0.000000] NODE_DATA(0) allocated [mem 0x1c68a2000-0x1c68a6fff]
[ÂÂÂ 0.000000] Zone ranges:
[ÂÂÂ 0.000000]ÂÂ DMAÂÂÂÂÂ [mem 0x00001000-0x00ffffff]
[ÂÂÂ 0.000000]ÂÂ DMA32ÂÂÂ [mem 0x01000000-0xffffffff]
[ÂÂÂ 0.000000]ÂÂ NormalÂÂ [mem 0x100000000-0x4bfffffff]
[ÂÂÂ 0.000000] Movable zone start for each node
[ÂÂÂ 0.000000] Early memory node ranges
[ÂÂÂ 0.000000]ÂÂ nodeÂÂ 0: [mem 0x00001000-0x0009ffff]
[ÂÂÂ 0.000000]ÂÂ nodeÂÂ 0: [mem 0x00100000-0x392f3fff]
[ÂÂÂ 0.000000]ÂÂ nodeÂÂ 0: [mem 0x39e64000-0x3a103fff]
[ÂÂÂ 0.000000]ÂÂ nodeÂÂ 0: [mem 0x3b614000-0x3b614fff]
[ÂÂÂ 0.000000]ÂÂ nodeÂÂ 0: [mem 0x3b69b000-0x3b8b7fff]
[ÂÂÂ 0.000000]ÂÂ nodeÂÂ 0: [mem 0x3bff9000-0x3bffffff]
[ÂÂÂ 0.000000]ÂÂ nodeÂÂ 0: [mem 0x100000000-0x4bfffffff]
[ÂÂÂ 0.000000] Initmem setup node 0 [mem 0x00001000-0x4bfffffff]
[ÂÂÂ 0.000000] On node 0 totalpages: 4167512
[ÂÂÂ 0.000000]ÂÂ DMA zone: 64 pages used for memmap
[ÂÂÂ 0.000000]ÂÂ DMA zone: 21 pages reserved
[ÂÂÂ 0.000000]ÂÂ DMA zone: 3999 pages, LIFO batch:0
[ÂÂÂ 0.000000]ÂÂ DMA32 zone: 3615 pages used for memmap
[ÂÂÂ 0.000000]ÂÂ DMA32 zone: 231353 pages, LIFO batch:31
[ÂÂÂ 0.000000]ÂÂ Normal zone: 61440 pages used for memmap
[ÂÂÂ 0.000000]ÂÂ Normal zone: 3932160 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[0x00] lapic_id[0x00] enabled)
[ÂÂÂ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[ÂÂÂ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x04] enabled)
[ÂÂÂ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x06] enabled)
[ÂÂÂ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x08] enabled)
[ÂÂÂ 0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x0a] enabled)
[ÂÂÂ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[ÂÂÂ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] enabled)
[ÂÂÂ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x05] enabled)
[ÂÂÂ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] enabled)
[ÂÂÂ 0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x09] enabled)
[ÂÂÂ 0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x0b] enabled)
[ÂÂÂ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ÂÂÂ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ÂÂÂ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ÂÂÂ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ÂÂÂ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ÂÂÂ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[ÂÂÂ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ÂÂÂ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ÂÂÂ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ÂÂÂ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ÂÂÂ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[ÂÂÂ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[ÂÂÂ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[ÂÂÂ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
[ÂÂÂ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec01000] gsi_base[24])
[ÂÂÂ 0.000000] IOAPIC[1]: apic_id 2, version 32, address 0xfec01000, GSI 24-47
[ÂÂÂ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ÂÂÂ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ÂÂÂ 0.000000] ACPI: IRQ0 used by override.
[ÂÂÂ 0.000000] ACPI: IRQ9 used by override.
[ÂÂÂ 0.000000] Using ACPI (MADT) for SMP configuration information
[ÂÂÂ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ÂÂÂ 0.000000] smpboot: Allowing 12 CPUs, 0 hotplug CPUs
[ÂÂÂ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ÂÂÂ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ÂÂÂ 0.000000] PM: Registered nosave memory: [mem 0x392f4000-0x39e63fff]
[ÂÂÂ 0.000000] PM: Registered nosave memory: [mem 0x3a104000-0x3acb2fff]
[ÂÂÂ 0.000000] PM: Registered nosave memory: [mem 0x3acb3000-0x3b5b1fff]
[ÂÂÂ 0.000000] PM: Registered nosave memory: [mem 0x3b5b2000-0x3b613fff]
[ÂÂÂ 0.000000] PM: Registered nosave memory: [mem 0x3b615000-0x3b69afff]
[ÂÂÂ 0.000000] PM: Registered nosave memory: [mem 0x3b8b8000-0x3bff8fff]
[ÂÂÂ 0.000000] PM: Registered nosave memory: [mem 0x3c000000-0x3dffffff]
[ÂÂÂ 0.000000] PM: Registered nosave memory: [mem 0x3e000000-0x3fffffff]
[ÂÂÂ 0.000000] PM: Registered nosave memory: [mem 0x40000000-0x4fffffff]
[ÂÂÂ 0.000000] PM: Registered nosave memory: [mem 0x50000000-0xfed1bfff]
[ÂÂÂ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed24fff]
[ÂÂÂ 0.000000] PM: Registered nosave memory: [mem 0xfed25000-0xfed2ffff]
[ÂÂÂ 0.000000] PM: Registered nosave memory: [mem 0xfed30000-0xfed34fff]
[ÂÂÂ 0.000000] PM: Registered nosave memory: [mem 0xfed35000-0xfed3ffff]
[ÂÂÂ 0.000000] PM: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[ÂÂÂ 0.000000] PM: Registered nosave memory: [mem 0xfed45000-0xfedfffff]
[ÂÂÂ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfeefffff]
[ÂÂÂ 0.000000] PM: Registered nosave memory: [mem 0xfef00000-0xfeffffff]
[ÂÂÂ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[ÂÂÂ 0.000000] e820: [mem 0x50000000-0xfed1bfff] available for PCI devices
[ÂÂÂ 0.000000] Booting paravirtualized kernel on Xen
[ÂÂÂ 0.000000] Xen version: 4.4.1 (preserve-AD)
[ÂÂÂ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:12 nr_node_ids:1
[ÂÂÂ 0.000000] PERCPU: Embedded 30 pages/cpu @ffff8801b3e00000 s82816 r8192 d31872 u131072
[ÂÂÂ 0.000000] pcpu-alloc: s82816 r8192 d31872 u131072 alloc=1*2097152
[ÂÂÂ 0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 -- -- -- --
[ÂÂÂ 0.000000] xen: PV spinlocks enabled
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 4102372
[ÂÂÂ 0.000000] Policy zone: Normal
[ÂÂÂ 0.000000] Kernel command line: placeholder root=UUID=3137524e-9dcf-47d6-99c2-8ffd5a26a65c ro quiet xen-pciback.hide=(02:00.0)(02:00.1)(00:14.0) xen-pciback.permissive
[ÂÂÂ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ÂÂÂ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form
[ÂÂÂ 0.000000] software IO TLB [mem 0x1afe00000-0x1b3e00000] (64MB) mapped at [ffff8801afe00000-ffff8801b3dfffff]
[ÂÂÂ 0.000000] Memory: 3783108K/16670048K available (7824K kernel code, 1212K rwdata, 3568K rodata, 1388K init, 1324K bss, 12886940K reserved)
[ÂÂÂ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
[ÂÂÂ 0.000000] Hierarchical RCU implementation.
[ÂÂÂ 0.000000] ÂÂÂ RCU dyntick-idle grace-period acceleration is enabled.
[ÂÂÂ 0.000000] ÂÂÂ RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=12.
[ÂÂÂ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
[ÂÂÂ 0.000000] NR_IRQS:16640 nr_irqs:928 0
[ÂÂÂ 0.000000] xen:events: Using FIFO-based ABI
[ÂÂÂ 0.000000] xen: sci override: global_irq=9 trigger=0 polarity=0
[ÂÂÂ 0.000000] xen: registering gsi 9 triggering 0 polarity 0
[ÂÂÂ 0.000000] xen: --> pirq=9 -> irq=9 (gsi=9)
[ÂÂÂ 0.000000] xen: acpi sci 9
[ÂÂÂ 0.000000] xen: --> pirq=1 -> irq=1 (gsi=1)
[ÂÂÂ 0.000000] xen: --> pirq=2 -> irq=2 (gsi=2)
[ÂÂÂ 0.000000] xen: --> pirq=3 -> irq=3 (gsi=3)
[ÂÂÂ 0.000000] xen: --> pirq=4 -> irq=4 (gsi=4)
[ÂÂÂ 0.000000] xen: --> pirq=5 -> irq=5 (gsi=5)
[ÂÂÂ 0.000000] xen: --> pirq=6 -> irq=6 (gsi=6)
[ÂÂÂ 0.000000] xen: --> pirq=7 -> irq=7 (gsi=7)
[ÂÂÂ 0.000000] xen: --> pirq=8 -> irq=8 (gsi=8)
[ÂÂÂ 0.000000] xen: --> pirq=10 -> irq=10 (gsi=10)
[ÂÂÂ 0.000000] xen: --> pirq=11 -> irq=11 (gsi=11)
[ÂÂÂ 0.000000] xen: --> pirq=12 -> irq=12 (gsi=12)
[ÂÂÂ 0.000000] xen: --> pirq=13 -> irq=13 (gsi=13)
[ÂÂÂ 0.000000] xen: --> pirq=14 -> irq=14 (gsi=14)
[ÂÂÂ 0.000000] xen: --> pirq=15 -> irq=15 (gsi=15)
[ÂÂÂ 0.000000] ÂÂÂ Offload RCU callbacks from all CPUs
[ÂÂÂ 0.000000] ÂÂÂ Offload RCU callbacks from CPUs: 0-11.
[ÂÂÂ 0.000000] Console: colour VGA+ 80x25
[ÂÂÂ 0.000000] console [tty0] enabled
[ÂÂÂ 0.000000] allocated 67108864 bytes of page_cgroup
[ÂÂÂ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ÂÂÂ 0.000000] Xen: using vcpuop timer interface
[ÂÂÂ 0.000000] installing Xen timer for CPU 0
[ÂÂÂ 0.000000] tsc: Detected 3500.100 MHz processor
[ÂÂÂ 3.647965] Calibrating delay loop (skipped), value calculated using timer frequency.. 7000.20 BogoMIPS (lpj=14000400)
[ÂÂÂ 3.647967] pid_max: default: 32768 minimum: 301
[ÂÂÂ 3.647975] ACPI: Core revision 20140926
[ÂÂÂ 3.754100] ACPI: All ACPI Tables successfully acquired
[ÂÂÂ 3.763200] Security Framework initialized
[ÂÂÂ 3.763213] AppArmor: AppArmor initialized
[ÂÂÂ 3.763214] Yama: becoming mindful.
[ÂÂÂ 3.764661] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[ÂÂÂ 3.767068] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ÂÂÂ 3.767928] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ÂÂÂ 3.767952] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ÂÂÂ 3.768178] Initializing cgroup subsys memory
[ÂÂÂ 3.768183] Initializing cgroup subsys devices
[ÂÂÂ 3.768185] Initializing cgroup subsys freezer
[ÂÂÂ 3.768187] Initializing cgroup subsys net_cls
[ÂÂÂ 3.768189] Initializing cgroup subsys blkio
[ÂÂÂ 3.768191] Initializing cgroup subsys perf_event
[ÂÂÂ 3.768193] Initializing cgroup subsys net_prio
[ÂÂÂ 3.768195] Initializing cgroup subsys hugetlb
[ÂÂÂ 3.768237] CPU: Physical Processor ID: 0
[ÂÂÂ 3.768238] CPU: Processor Core ID: 0
[ÂÂÂ 3.769061] mce: CPU supports 2 MCE banks
[ÂÂÂ 3.769074] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[ÂÂÂ 3.769146] Freeing SMP alternatives memory: 32K (ffffffff81e8c000 - ffffffff81e94000)
[ÂÂÂ 3.769940] ftrace: allocating 29356 entries in 115 pages
[ÂÂÂ 3.778796] cpu 0 spinlock event irq 49
[ÂÂÂ 3.784600] Performance Events: unsupported p6 CPU model 63 no PMU driver, software events only.
[ÂÂÂ 3.785676] NMI watchdog: disabled (cpu0): hardware events not enabled
[ÂÂÂ 3.785737] installing Xen timer for CPU 1
[ÂÂÂ 3.785743] cpu 1 spinlock event irq 56
[ÂÂÂ 3.786821] installing Xen timer for CPU 2
[ÂÂÂ 3.786827] cpu 2 spinlock event irq 63
[ÂÂÂ 3.787812] installing Xen timer for CPU 3
[ÂÂÂ 3.787818] cpu 3 spinlock event irq 70
[ÂÂÂ 3.788787] installing Xen timer for CPU 4
[ÂÂÂ 3.788791] cpu 4 spinlock event irq 77
[ÂÂÂ 3.789786] installing Xen timer for CPU 5
[ÂÂÂ 3.789791] cpu 5 spinlock event irq 84
[ÂÂÂ 3.790791] installing Xen timer for CPU 6
[ÂÂÂ 3.790796] cpu 6 spinlock event irq 91
[ÂÂÂ 3.791761] installing Xen timer for CPU 7
[ÂÂÂ 3.791765] cpu 7 spinlock event irq 98
[ÂÂÂ 3.792750] installing Xen timer for CPU 8
[ÂÂÂ 3.792755] cpu 8 spinlock event irq 105
[ÂÂÂ 3.793734] installing Xen timer for CPU 9
[ÂÂÂ 3.793739] cpu 9 spinlock event irq 112
[ÂÂÂ 3.794713] installing Xen timer for CPU 10
[ÂÂÂ 3.794718] cpu 10 spinlock event irq 119
[ÂÂÂ 3.795714] installing Xen timer for CPU 11
[ÂÂÂ 3.795719] cpu 11 spinlock event irq 126
[ÂÂÂ 3.796651] x86: Booted up 1 node, 12 CPUs
[ÂÂÂ 3.796879] devtmpfs: initialized
[ÂÂÂ 3.799045] evm: security.selinux
[ÂÂÂ 3.799046] evm: security.SMACK64
[ÂÂÂ 3.799047] evm: security.SMACK64EXEC
[ÂÂÂ 3.799047] evm: security.SMACK64TRANSMUTE
[ÂÂÂ 3.799048] evm: security.SMACK64MMAP
[ÂÂÂ 3.799048] evm: security.ima
[ÂÂÂ 3.799049] evm: security.capability
[ÂÂÂ 3.799136] PM: Registering ACPI NVS region [mem 0x3a104000-0x3acb2fff] (12251136 bytes)
[ÂÂÂ 3.799837] pinctrl core: initialized pinctrl subsystem
[ÂÂÂ 3.799885] regulator-dummy: no parameters
[ÂÂÂ 3.799919] RTC time: 12:25:10, date: 02/28/15
[ÂÂÂ 3.800025] NET: Registered protocol family 16
[ÂÂÂ 3.800033] xen:grant_table: Grant tables using version 1 layout
[ÂÂÂ 3.800038] Grant table initialized
[ÂÂÂ 3.800234] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ÂÂÂ 3.800235] ACPI: bus type PCI registered
[ÂÂÂ 3.800236] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ÂÂÂ 3.800379] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0x40000000-0x4fffffff] (base 0x40000000)
[ÂÂÂ 3.800380] PCI: MMCONFIG at [mem 0x40000000-0x4fffffff] reserved in E820
[ÂÂÂ 3.814367] PCI: Using configuration type 1 for base access
[ÂÂÂ 3.819300] ACPI: Added _OSI(Module Device)
[ÂÂÂ 3.819302] ACPI: Added _OSI(Processor Device)
[ÂÂÂ 3.819302] ACPI: Added _OSI(3.0 _SCP Extensions)
[ÂÂÂ 3.819303] ACPI: Added _OSI(Processor Aggregator Device)
[ÂÂÂ 3.823586] ACPI: SCI (ACPI GSI 9) not registered
[ÂÂÂ 3.833671] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ÂÂÂ 3.840119] ACPI: Interpreter enabled
[ÂÂÂ 3.840124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140926/hwxface-580)
[ÂÂÂ 3.840126] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140926/hwxface-580)
[ÂÂÂ 3.840134] ACPI: (supports S0 S3 S4 S5)
[ÂÂÂ 3.840135] ACPI: Using IOAPIC for interrupt routing
[ÂÂÂ 3.840154] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ÂÂÂ 3.854398] ACPI: PCI Root Bridge [UNC0] (domain 0000 [bus ff])
[ÂÂÂ 3.854402] acpi PNP0A03:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ÂÂÂ 3.856283] acpi PNP0A03:03: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[ÂÂÂ 3.856310] PCI host bridge to bus 0000:ff
[ÂÂÂ 3.856311] pci_bus 0000:ff: root bus resource [bus ff]
[ÂÂÂ 3.856328] pci 0000:ff:0b.0: [8086:2f81] type 00 class 0x088000
[ÂÂÂ 3.856407] pci 0000:ff:0b.1: [8086:2f36] type 00 class 0x110100
[ÂÂÂ 3.856473] pci 0000:ff:0b.2: [8086:2f37] type 00 class 0x110100
[ÂÂÂ 3.856541] pci 0000:ff:0c.0: [8086:2fe0] type 00 class 0x088000
[ÂÂÂ 3.856605] pci 0000:ff:0c.1: [8086:2fe1] type 00 class 0x088000
[ÂÂÂ 3.856669] pci 0000:ff:0c.2: [8086:2fe2] type 00 class 0x088000
[ÂÂÂ 3.856733] pci 0000:ff:0c.3: [8086:2fe3] type 00 class 0x088000
[ÂÂÂ 3.856795] pci 0000:ff:0c.4: [8086:2fe4] type 00 class 0x088000
[ÂÂÂ 3.856859] pci 0000:ff:0c.5: [8086:2fe5] type 00 class 0x088000
[ÂÂÂ 3.856931] pci 0000:ff:0f.0: [8086:2ff8] type 00 class 0x088000
[ÂÂÂ 3.856995] pci 0000:ff:0f.1: [8086:2ff9] type 00 class 0x088000
[ÂÂÂ 3.857059] pci 0000:ff:0f.4: [8086:2ffc] type 00 class 0x088000
[ÂÂÂ 3.857122] pci 0000:ff:0f.5: [8086:2ffd] type 00 class 0x088000
[ÂÂÂ 3.857185] pci 0000:ff:0f.6: [8086:2ffe] type 00 class 0x088000
[ÂÂÂ 3.857249] pci 0000:ff:10.0: [8086:2f1d] type 00 class 0x088000
[ÂÂÂ 3.857312] pci 0000:ff:10.1: [8086:2f34] type 00 class 0x110100
[ÂÂÂ 3.857379] pci 0000:ff:10.5: [8086:2f1e] type 00 class 0x088000
[ÂÂÂ 3.857441] pci 0000:ff:10.6: [8086:2f7d] type 00 class 0x110100
[ÂÂÂ 3.857503] pci 0000:ff:10.7: [8086:2f1f] type 00 class 0x088000
[ÂÂÂ 3.857567] pci 0000:ff:12.0: [8086:2fa0] type 00 class 0x088000
[ÂÂÂ 3.857632] pci 0000:ff:12.1: [8086:2f30] type 00 class 0x110100
[ÂÂÂ 3.857704] pci 0000:ff:13.0: [8086:2fa8] type 00 class 0x088000
[ÂÂÂ 3.857775] pci 0000:ff:13.1: [8086:2f71] type 00 class 0x088000
[ÂÂÂ 3.857846] pci 0000:ff:13.2: [8086:2faa] type 00 class 0x088000
[ÂÂÂ 3.857919] pci 0000:ff:13.3: [8086:2fab] type 00 class 0x088000
[ÂÂÂ 3.857991] pci 0000:ff:13.4: [8086:2fac] type 00 class 0x088000
[ÂÂÂ 3.858062] pci 0000:ff:13.5: [8086:2fad] type 00 class 0x088000
[ÂÂÂ 3.858133] pci 0000:ff:13.6: [8086:2fae] type 00 class 0x088000
[ÂÂÂ 3.858198] pci 0000:ff:13.7: [8086:2faf] type 00 class 0x088000
[ÂÂÂ 3.858263] pci 0000:ff:14.0: [8086:2fb0] type 00 class 0x088000
[ÂÂÂ 3.858335] pci 0000:ff:14.1: [8086:2fb1] type 00 class 0x088000
[ÂÂÂ 3.858406] pci 0000:ff:14.2: [8086:2fb2] type 00 class 0x088000
[ÂÂÂ 3.858478] pci 0000:ff:14.3: [8086:2fb3] type 00 class 0x088000
[ÂÂÂ 3.858551] pci 0000:ff:14.6: [8086:2fbe] type 00 class 0x088000
[ÂÂÂ 3.858616] pci 0000:ff:14.7: [8086:2fbf] type 00 class 0x088000
[ÂÂÂ 3.858683] pci 0000:ff:15.0: [8086:2fb4] type 00 class 0x088000
[ÂÂÂ 3.858755] pci 0000:ff:15.1: [8086:2fb5] type 00 class 0x088000
[ÂÂÂ 3.858826] pci 0000:ff:15.2: [8086:2fb6] type 00 class 0x088000
[ÂÂÂ 3.858905] pci 0000:ff:15.3: [8086:2fb7] type 00 class 0x088000
[ÂÂÂ 3.858983] pci 0000:ff:16.0: [8086:2f68] type 00 class 0x088000
[ÂÂÂ 3.859058] pci 0000:ff:16.6: [8086:2f6e] type 00 class 0x088000
[ÂÂÂ 3.859123] pci 0000:ff:16.7: [8086:2f6f] type 00 class 0x088000
[ÂÂÂ 3.859189] pci 0000:ff:17.0: [8086:2fd0] type 00 class 0x088000
[ÂÂÂ 3.859261] pci 0000:ff:17.4: [8086:2fb8] type 00 class 0x088000
[ÂÂÂ 3.859326] pci 0000:ff:17.5: [8086:2fb9] type 00 class 0x088000
[ÂÂÂ 3.859392] pci 0000:ff:17.6: [8086:2fba] type 00 class 0x088000
[ÂÂÂ 3.859458] pci 0000:ff:17.7: [8086:2fbb] type 00 class 0x088000
[ÂÂÂ 3.859530] pci 0000:ff:1e.0: [8086:2f98] type 00 class 0x088000
[ÂÂÂ 3.859594] pci 0000:ff:1e.1: [8086:2f99] type 00 class 0x088000
[ÂÂÂ 3.859659] pci 0000:ff:1e.2: [8086:2f9a] type 00 class 0x088000
[ÂÂÂ 3.859723] pci 0000:ff:1e.3: [8086:2fc0] type 00 class 0x088000
[ÂÂÂ 3.859787] pci 0000:ff:1e.4: [8086:2f9c] type 00 class 0x088000
[ÂÂÂ 3.859855] pci 0000:ff:1f.0: [8086:2f88] type 00 class 0x088000
[ÂÂÂ 3.859920] pci 0000:ff:1f.2: [8086:2f8a] type 00 class 0x088000
[ÂÂÂ 3.859987] acpi PNP0A03:03: Disabling ASPM (FADT indicates it is unsupported)
[ÂÂÂ 3.860690] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[ÂÂÂ 3.860694] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ÂÂÂ 3.861474] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[ÂÂÂ 3.862011] PCI host bridge to bus 0000:00
[ÂÂÂ 3.862013] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 3.862014] pci_bus 0000:00: root bus resource [io 0x0000-0x03af]
[ 3.862015] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7]
[ 3.862016] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df]
[ 3.862017] pci_bus 0000:00: root bus resource [io 0x1000-0xffff]
[ÂÂÂ 3.862018] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ÂÂÂ 3.862019] pci_bus 0000:00: root bus resource [mem 0x50000000-0xfbffbfff]
[ÂÂÂ 3.862029] pci 0000:00:00.0: [8086:2f00] type 00 class 0x060000
[ÂÂÂ 3.862173] pci 0000:00:01.0: [8086:2f02] type 01 class 0x060400
[ÂÂÂ 3.862256] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ÂÂÂ 3.862302] pci 0000:00:01.0: System wakeup disabled by ACPI
[ÂÂÂ 3.862341] pci 0000:00:02.0: [8086:2f04] type 01 class 0x060400
[ÂÂÂ 3.862423] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[ÂÂÂ 3.862468] pci 0000:00:02.0: System wakeup disabled by ACPI
[ÂÂÂ 3.862506] pci 0000:00:03.0: [8086:2f08] type 01 class 0x060400
[ÂÂÂ 3.862588] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[ÂÂÂ 3.862633] pci 0000:00:03.0: System wakeup disabled by ACPI
[ÂÂÂ 3.862668] pci 0000:00:05.0: [8086:2f28] type 00 class 0x088000
[ÂÂÂ 3.862788] pci 0000:00:05.1: [8086:2f29] type 00 class 0x088000
[ÂÂÂ 3.862933] pci 0000:00:05.2: [8086:2f2a] type 00 class 0x088000
[ÂÂÂ 3.863054] pci 0000:00:05.4: [8086:2f2c] type 00 class 0x080020
[ÂÂÂ 3.863065] pci 0000:00:05.4: reg 0x10: [mem 0xfbf3d000-0xfbf3dfff]
[ÂÂÂ 3.863216] pci 0000:00:11.0: [8086:8d7c] type 00 class 0xff0000
[ÂÂÂ 3.863405] pci 0000:00:14.0: [8086:8d31] type 00 class 0x0c0330
[ÂÂÂ 3.863430] pci 0000:00:14.0: reg 0x10: [mem 0xfbf20000-0xfbf2ffff 64bit]
[ÂÂÂ 3.863509] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ÂÂÂ 3.863560] pci 0000:00:14.0: System wakeup disabled by ACPI
[ÂÂÂ 3.863604] pci 0000:00:16.0: [8086:8d3a] type 00 class 0x078000
[ÂÂÂ 3.863632] pci 0000:00:16.0: reg 0x10: [mem 0xfbf3c000-0xfbf3c00f 64bit]
[ÂÂÂ 3.863726] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ÂÂÂ 3.863818] pci 0000:00:19.0: [8086:15a1] type 00 class 0x020000
[ÂÂÂ 3.863842] pci 0000:00:19.0: reg 0x10: [mem 0xfbf00000-0xfbf1ffff]
[ÂÂÂ 3.863853] pci 0000:00:19.0: reg 0x14: [mem 0xfbf39000-0xfbf39fff]
[ 3.863863] pci 0000:00:19.0: reg 0x18: [io 0xf020-0xf03f]
[ÂÂÂ 3.863954] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[ÂÂÂ 3.863996] pci 0000:00:19.0: System wakeup disabled by ACPI
[ÂÂÂ 3.864038] pci 0000:00:1a.0: [8086:8d2d] type 00 class 0x0c0320
[ÂÂÂ 3.864066] pci 0000:00:1a.0: reg 0x10: [mem 0xfbf38000-0xfbf383ff]
[ÂÂÂ 3.864193] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ÂÂÂ 3.864246] pci 0000:00:1a.0: System wakeup disabled by ACPI
[ÂÂÂ 3.864289] pci 0000:00:1b.0: [8086:8d20] type 00 class 0x040300
[ÂÂÂ 3.864308] pci 0000:00:1b.0: reg 0x10: [mem 0xfbf30000-0xfbf33fff 64bit]
[ÂÂÂ 3.864396] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ÂÂÂ 3.864475] pci 0000:00:1c.0: [8086:8d10] type 01 class 0x060400
[ÂÂÂ 3.864577] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ÂÂÂ 3.864607] pci 0000:00:1c.0: Enabling MPC IRBNCE
[ÂÂÂ 3.864609] pci 0000:00:1c.0: Intel PCH root port ACS workaround enabled
[ÂÂÂ 3.864639] pci 0000:00:1c.0: System wakeup disabled by ACPI
[ÂÂÂ 3.864679] pci 0000:00:1c.3: [8086:8d16] type 01 class 0x060400
[ÂÂÂ 3.864783] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ÂÂÂ 3.864809] pci 0000:00:1c.3: Enabling MPC IRBNCE
[ÂÂÂ 3.864811] pci 0000:00:1c.3: Intel PCH root port ACS workaround enabled
[ÂÂÂ 3.864841] pci 0000:00:1c.3: System wakeup disabled by ACPI
[ÂÂÂ 3.864877] pci 0000:00:1c.4: [8086:8d18] type 01 class 0x060400
[ÂÂÂ 3.864983] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ÂÂÂ 3.865011] pci 0000:00:1c.4: Enabling MPC IRBNCE
[ÂÂÂ 3.865013] pci 0000:00:1c.4: Intel PCH root port ACS workaround enabled
[ÂÂÂ 3.865044] pci 0000:00:1c.4: System wakeup disabled by ACPI
[ÂÂÂ 3.865093] pci 0000:00:1d.0: [8086:8d26] type 00 class 0x0c0320
[ÂÂÂ 3.865121] pci 0000:00:1d.0: reg 0x10: [mem 0xfbf37000-0xfbf373ff]
[ÂÂÂ 3.865248] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ÂÂÂ 3.865303] pci 0000:00:1d.0: System wakeup disabled by ACPI
[ÂÂÂ 3.865344] pci 0000:00:1f.0: [8086:8d47] type 00 class 0x060100
[ÂÂÂ 3.865554] pci 0000:00:1f.2: [8086:8d02] type 00 class 0x010601
[ 3.865578] pci 0000:00:1f.2: reg 0x10: [io 0xf070-0xf077]
[ 3.865588] pci 0000:00:1f.2: reg 0x14: [io 0xf060-0xf063]
[ 3.865598] pci 0000:00:1f.2: reg 0x18: [io 0xf050-0xf057]
[ 3.865608] pci 0000:00:1f.2: reg 0x1c: [io 0xf040-0xf043]
[ 3.865618] pci 0000:00:1f.2: reg 0x20: [io 0xf000-0xf01f]
[ÂÂÂ 3.865628] pci 0000:00:1f.2: reg 0x24: [mem 0xfbf36000-0xfbf367ff]
[ÂÂÂ 3.865688] pci 0000:00:1f.2: PME# supported from D3hot
[ÂÂÂ 3.865759] pci 0000:00:1f.3: [8086:8d22] type 00 class 0x0c0500
[ÂÂÂ 3.865779] pci 0000:00:1f.3: reg 0x10: [mem 0xfbf35000-0xfbf350ff 64bit]
[ 3.865807] pci 0000:00:1f.3: reg 0x20: [io 0x0580-0x059f]
[ÂÂÂ 3.866030] pci 0000:00:01.0: PCI bridge to [bus 01]
[ÂÂÂ 3.866186] pci 0000:02:00.0: [1002:67b0] type 00 class 0x030000
[ÂÂÂ 3.866202] pci 0000:02:00.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bit pref]
[ÂÂÂ 3.866213] pci 0000:02:00.0: reg 0x18: [mem 0xd0000000-0xd07fffff 64bit pref]
[ 3.866220] pci 0000:02:00.0: reg 0x20: [io 0xe000-0xe0ff]
[ÂÂÂ 3.866226] pci 0000:02:00.0: reg 0x24: [mem 0xfbe00000-0xfbe3ffff]
[ÂÂÂ 3.866233] pci 0000:02:00.0: reg 0x30: [mem 0xfbe40000-0xfbe5ffff pref]
[ÂÂÂ 3.866300] pci 0000:02:00.0: supports D1 D2
[ÂÂÂ 3.866301] pci 0000:02:00.0: PME# supported from D1 D2 D3hot
[ÂÂÂ 3.866381] pci 0000:02:00.1: [1002:aac8] type 00 class 0x040300
[ÂÂÂ 3.866399] pci 0000:02:00.1: reg 0x10: [mem 0xfbe60000-0xfbe63fff 64bit]
[ÂÂÂ 3.866499] pci 0000:02:00.1: supports D1 D2
[ÂÂÂ 3.866566] pci 0000:00:02.0: PCI bridge to [bus 02]
[ 3.866569] pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
[ÂÂÂ 3.866572] pci 0000:00:02.0:ÂÂ bridge window [mem 0xfbe00000-0xfbefffff]
[ÂÂÂ 3.866577] pci 0000:00:02.0:ÂÂ bridge window [mem 0xc0000000-0xd07fffff 64bit pref]
[ÂÂÂ 3.866728] pci 0000:03:00.0: [1002:683f] type 00 class 0x030000
[ÂÂÂ 3.866744] pci 0000:03:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
[ÂÂÂ 3.866756] pci 0000:03:00.0: reg 0x18: [mem 0xfbd00000-0xfbd3ffff 64bit]
[ 3.866764] pci 0000:03:00.0: reg 0x20: [io 0xd000-0xd0ff]
[ÂÂÂ 3.866780] pci 0000:03:00.0: reg 0x30: [mem 0xfbd40000-0xfbd5ffff pref]
[ÂÂÂ 3.866839] pci 0000:03:00.0: supports D1 D2
[ÂÂÂ 3.866840] pci 0000:03:00.0: PME# supported from D1 D2 D3hot
[ÂÂÂ 3.866913] pci 0000:03:00.1: [1002:aab0] type 00 class 0x040300
[ÂÂÂ 3.866929] pci 0000:03:00.1: reg 0x10: [mem 0xfbd60000-0xfbd63fff 64bit]
[ÂÂÂ 3.867023] pci 0000:03:00.1: supports D1 D2
[ÂÂÂ 3.867088] pci 0000:00:03.0: PCI bridge to [bus 03]
[ 3.867091] pci 0000:00:03.0: bridge window [io 0xd000-0xdfff]
[ÂÂÂ 3.867094] pci 0000:00:03.0:ÂÂ bridge window [mem 0xfbd00000-0xfbdfffff]
[ÂÂÂ 3.867099] pci 0000:00:03.0:ÂÂ bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[ÂÂÂ 3.867165] pci 0000:00:1c.0: PCI bridge to [bus 04]
[ÂÂÂ 3.867256] pci 0000:05:00.0: [1106:3483] type 00 class 0x0c0330
[ÂÂÂ 3.867283] pci 0000:05:00.0: reg 0x10: [mem 0xfbc00000-0xfbc00fff 64bit]
[ÂÂÂ 3.867411] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ÂÂÂ 3.875019] pci 0000:00:1c.3: PCI bridge to [bus 05]
[ÂÂÂ 3.875038] pci 0000:00:1c.3:ÂÂ bridge window [mem 0xfbc00000-0xfbcfffff]
[ÂÂÂ 3.875256] pci 0000:06:00.0: [1b21:1142] type 00 class 0x0c0330
[ÂÂÂ 3.875312] pci 0000:06:00.0: reg 0x10: [mem 0xfbb00000-0xfbb07fff 64bit]
[ÂÂÂ 3.875484] pci 0000:06:00.0: PME# supported from D3cold
[ÂÂÂ 3.883083] pci 0000:00:1c.4: PCI bridge to [bus 06]
[ÂÂÂ 3.883101] pci 0000:00:1c.4:ÂÂ bridge window [mem 0xfbb00000-0xfbbfffff]
[ÂÂÂ 3.883253] pci_bus 0000:00: on NUMA node 0
[ÂÂÂ 3.883256] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
[ÂÂÂ 3.883384] xen: registering gsi 13 triggering 1 polarity 0
[ÂÂÂ 3.883724] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ÂÂÂ 3.883757] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[ÂÂÂ 3.883789] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 *4 5 6 10 11 12 14 15)
[ÂÂÂ 3.883821] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 10 11 12 14 15)
[ÂÂÂ 3.883852] ACPI: PCI Interrupt Link [LNKE] (IRQs *3 4 5 6 7 10 11 12 14 15)
[ÂÂÂ 3.883884] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ÂÂÂ 3.883916] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 10 11 12 14 15)
[ÂÂÂ 3.883948] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ÂÂÂ 3.883987] ACPI: Enabled 2 GPEs in block 00 to 3F
[ÂÂÂ 3.884039] xen:balloon: Initialising balloon driver
[ÂÂÂ 3.913901] xen_balloon: Initialising balloon driver
[ÂÂÂ 3.914006] vgaarb: device added: PCI:0000:02:00.0,decodes=io+mem,owns=none,locks=none
[ÂÂÂ 3.914010] vgaarb: setting as boot device: PCI:0000:03:00.0
[ÂÂÂ 3.914011] vgaarb: device added: PCI:0000:03:00.0,decodes=io+mem,owns=io+mem,locks=none
[ÂÂÂ 3.914012] vgaarb: loaded
[ÂÂÂ 3.914013] vgaarb: bridge control possible 0000:03:00.0
[ÂÂÂ 3.914014] vgaarb: bridge control possible 0000:02:00.0
[ÂÂÂ 3.914182] SCSI subsystem initialized
[ÂÂÂ 3.914247] libata version 3.00 loaded.
[ÂÂÂ 3.914262] ACPI: bus type USB registered
[ÂÂÂ 3.914276] usbcore: registered new interface driver usbfs
[ÂÂÂ 3.914283] usbcore: registered new interface driver hub
[ÂÂÂ 3.914324] usbcore: registered new device driver usb
[ÂÂÂ 3.914487] PCI: Using ACPI for IRQ routing
[ÂÂÂ 3.924346] PCI: pci_cache_line_size set to 64 bytes
[ÂÂÂ 3.924537] e820: reserve RAM buffer [mem 0x392f4000-0x3bffffff]
[ÂÂÂ 3.924538] e820: reserve RAM buffer [mem 0x3a104000-0x3bffffff]
[ÂÂÂ 3.924539] e820: reserve RAM buffer [mem 0x3b615000-0x3bffffff]
[ÂÂÂ 3.924540] e820: reserve RAM buffer [mem 0x3b8b8000-0x3bffffff]
[ÂÂÂ 3.924615] NetLabel: Initializing
[ÂÂÂ 3.924616] NetLabel:Â domain hash size = 128
[ÂÂÂ 3.924616] NetLabel:Â protocols = UNLABELED CIPSOv4
[ÂÂÂ 3.924624] NetLabel:Â unlabeled traffic allowed by default
[ÂÂÂ 3.924781] Switched to clocksource xen
[ÂÂÂ 3.928914] AppArmor: AppArmor Filesystem Enabled
[ÂÂÂ 3.928933] pnp: PnP ACPI init
[ 3.929103] system 00:00: [io 0x0454-0x0457] has been reserved
[ÂÂÂ 3.929106] system 00:00: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ÂÂÂ 3.929115] xen: registering gsi 8 triggering 1 polarity 0
[ÂÂÂ 3.929146] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 3.929199] system 00:02: [io 0x0500-0x057f] has been reserved
[ 3.929201] system 00:02: [io 0x0400-0x047f] could not be reserved
[ 3.929202] system 00:02: [io 0x0580-0x059f] has been reserved
[ 3.929203] system 00:02: [io 0x0600-0x061f] has been reserved
[ 3.929204] system 00:02: [io 0x0880-0x0883] has been reserved
[ 3.929205] system 00:02: [io 0x0800-0x081f] has been reserved
[ÂÂÂ 3.929206] system 00:02: [mem 0xfed1c000-0xfed3ffff] could not be reserved
[ÂÂÂ 3.929207] system 00:02: [mem 0xfed45000-0xfed8bfff] has been reserved
[ÂÂÂ 3.929208] system 00:02: [mem 0xff000000-0xffffffff] has been reserved
[ÂÂÂ 3.929210] system 00:02: [mem 0xfee00000-0xfeefffff] has been reserved
[ÂÂÂ 3.929211] system 00:02: [mem 0xfed12000-0xfed1200f] has been reserved
[ÂÂÂ 3.929212] system 00:02: [mem 0xfed12010-0xfed1201f] has been reserved
[ÂÂÂ 3.929213] system 00:02: [mem 0xfed1b000-0xfed1bfff] has been reserved
[ÂÂÂ 3.929214] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 3.929321] system 00:03: [io 0x0a00-0x0a0f] has been reserved
[ 3.929322] system 00:03: [io 0x0a10-0x0a1f] has been reserved
[ 3.929324] system 00:03: [io 0x0a20-0x0a2f] has been reserved
[ 3.929325] system 00:03: [io 0x0a30-0x0a3f] has been reserved
[ÂÂÂ 3.929327] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[ÂÂÂ 3.929621] pnp: PnP ACPI: found 4 devices
[ÂÂÂ 3.929774] pciback 0000:00:14.0: seizing device
[ÂÂÂ 3.929804] pciback 0000:02:00.0: seizing device
[ÂÂÂ 3.929807] pciback 0000:02:00.1: seizing device
[ 3.934409] PM-Timer failed consistency check (0xffffff) - aborting.
[ÂÂÂ 3.934469] pci 0000:00:01.0: PCI bridge to [bus 01]
[ÂÂÂ 3.934480] pci 0000:00:02.0: PCI bridge to [bus 02]
[ 3.934482] pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
[ÂÂÂ 3.934486] pci 0000:00:02.0:ÂÂ bridge window [mem 0xfbe00000-0xfbefffff]
[ÂÂÂ 3.934489] pci 0000:00:02.0:ÂÂ bridge window [mem 0xc0000000-0xd07fffff 64bit pref]
[ÂÂÂ 3.934494] pci 0000:00:03.0: PCI bridge to [bus 03]
[ 3.934496] pci 0000:00:03.0: bridge window [io 0xd000-0xdfff]
[ÂÂÂ 3.934500] pci 0000:00:03.0:ÂÂ bridge window [mem 0xfbd00000-0xfbdfffff]
[ÂÂÂ 3.934503] pci 0000:00:03.0:ÂÂ bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[ÂÂÂ 3.934508] pci 0000:00:1c.0: PCI bridge to [bus 04]
[ÂÂÂ 3.934521] pci 0000:00:1c.3: PCI bridge to [bus 05]
[ÂÂÂ 3.934526] pci 0000:00:1c.3:ÂÂ bridge window [mem 0xfbc00000-0xfbcfffff]
[ÂÂÂ 3.934535] pci 0000:00:1c.4: PCI bridge to [bus 06]
[ÂÂÂ 3.934540] pci 0000:00:1c.4:ÂÂ bridge window [mem 0xfbb00000-0xfbbfffff]
[ 3.934549] pci_bus 0000:00: resource 4 [io 0x0000-0x03af]
[ 3.934550] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7]
[ 3.934551] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df]
[ 3.934552] pci_bus 0000:00: resource 7 [io 0x1000-0xffff]
[ÂÂÂ 3.934553] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff]
[ÂÂÂ 3.934554] pci_bus 0000:00: resource 9 [mem 0x50000000-0xfbffbfff]
[ 3.934555] pci_bus 0000:02: resource 0 [io 0xe000-0xefff]
[ÂÂÂ 3.934556] pci_bus 0000:02: resource 1 [mem 0xfbe00000-0xfbefffff]
[ÂÂÂ 3.934557] pci_bus 0000:02: resource 2 [mem 0xc0000000-0xd07fffff 64bit pref]
[ 3.934558] pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
[ÂÂÂ 3.934559] pci_bus 0000:03: resource 1 [mem 0xfbd00000-0xfbdfffff]
[ÂÂÂ 3.934559] pci_bus 0000:03: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
[ÂÂÂ 3.934561] pci_bus 0000:05: resource 1 [mem 0xfbc00000-0xfbcfffff]
[ÂÂÂ 3.934562] pci_bus 0000:06: resource 1 [mem 0xfbb00000-0xfbbfffff]
[ÂÂÂ 3.934579] NET: Registered protocol family 2
[ÂÂÂ 3.934786] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ÂÂÂ 3.934975] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ÂÂÂ 3.935078] TCP: Hash tables configured (established 131072 bind 65536)
[ÂÂÂ 3.935093] TCP: reno registered
[ÂÂÂ 3.935119] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[ÂÂÂ 3.935168] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[ÂÂÂ 3.935232] NET: Registered protocol family 1
[ÂÂÂ 3.935380] xen: registering gsi 19 triggering 0 polarity 1
[ÂÂÂ 3.935391] xen: --> pirq=19 -> irq=19 (gsi=19)
[ÂÂÂ 3.935557] xen: registering gsi 18 triggering 0 polarity 1
[ÂÂÂ 3.935562] xen: --> pirq=18 -> irq=18 (gsi=18)
[ÂÂÂ 3.935681] xen: registering gsi 18 triggering 0 polarity 1
[ÂÂÂ 3.935683] Already setup the GSI :18
[ÂÂÂ 3.935745] PCI: CLS mismatch (64 != 32), using 64 bytes
[ÂÂÂ 3.935749] pci 0000:03:00.0: Video device with shadowed ROM
[ÂÂÂ 3.935789] xen: registering gsi 19 triggering 0 polarity 1
[ÂÂÂ 3.935791] Already setup the GSI :19
[ÂÂÂ 3.935832] xen: registering gsi 16 triggering 0 polarity 1
[ÂÂÂ 3.935836] xen: --> pirq=16 -> irq=16 (gsi=16)
[ÂÂÂ 3.935948] xen: registering gsi 16 triggering 0 polarity 1
[ÂÂÂ 3.935950] Already setup the GSI :16
[ÂÂÂ 3.935991] xen: registering gsi 16 triggering 0 polarity 1
[ÂÂÂ 3.935992] Already setup the GSI :16
[ÂÂÂ 3.936089] Trying to unpack rootfs image as initramfs...
[ÂÂÂ 3.947856] Freeing initrd memory: 23448K (ffff880004000000 - ffff8800056e6000)
[ÂÂÂ 3.948340] Scanning for low memory corruption every 60 seconds
[ÂÂÂ 3.948760] futex hash table entries: 4096 (order: 6, 262144 bytes)
[ÂÂÂ 3.948807] Initialise system trusted keyring
[ÂÂÂ 3.948826] audit: initializing netlink subsys (disabled)
[ÂÂÂ 3.948838] audit: type=2000 audit(1425126311.935:1): initialized
[ÂÂÂ 3.949082] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ÂÂÂ 3.949912] zpool: loaded
[ÂÂÂ 3.949913] zbud: loaded
[ÂÂÂ 3.950065] VFS: Disk quotas dquot_6.5.2
[ÂÂÂ 3.950087] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ÂÂÂ 3.950403] fuse init (API version 7.23)
[ÂÂÂ 3.950463] msgmni has been set to 7434
[ÂÂÂ 3.950505] Key type big_key registered
[ÂÂÂ 3.950866] Key type asymmetric registered
[ÂÂÂ 3.950868] Asymmetric key parser 'x509' registered
[ÂÂÂ 3.950891] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ÂÂÂ 3.950950] io scheduler noop registered
[ÂÂÂ 3.950952] io scheduler deadline registered (default)
[ÂÂÂ 3.950972] io scheduler cfq registered
[ÂÂÂ 3.951143] xen: registering gsi 26 triggering 0 polarity 1
[ÂÂÂ 3.951155] xen: --> pirq=26 -> irq=26 (gsi=26)
[ÂÂÂ 3.951324] xen: registering gsi 32 triggering 0 polarity 1
[ÂÂÂ 3.951329] xen: --> pirq=32 -> irq=32 (gsi=32)
[ÂÂÂ 3.951477] xen: registering gsi 40 triggering 0 polarity 1
[ÂÂÂ 3.951481] xen: --> pirq=40 -> irq=40 (gsi=40)
[ÂÂÂ 3.951631] xen: registering gsi 16 triggering 0 polarity 1
[ÂÂÂ 3.951633] Already setup the GSI :16
[ÂÂÂ 3.951953] aer 0000:00:01.0:pcie02: service driver aer loaded
[ÂÂÂ 3.951978] aer 0000:00:02.0:pcie02: service driver aer loaded
[ÂÂÂ 3.952003] aer 0000:00:03.0:pcie02: service driver aer loaded
[ÂÂÂ 3.952015] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
[ÂÂÂ 3.952018] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
[ÂÂÂ 3.952025] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt
[ÂÂÂ 3.952026] pciback 0000:02:00.0: Signaling PME through PCIe PME interrupt
[ÂÂÂ 3.952027] pciback 0000:02:00.1: Signaling PME through PCIe PME interrupt
[ÂÂÂ 3.952030] pcie_pme 0000:00:02.0:pcie01: service driver pcie_pme loaded
[ÂÂÂ 3.952037] pcieport 0000:00:03.0: Signaling PME through PCIe PME interrupt
[ÂÂÂ 3.952038] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[ÂÂÂ 3.952039] pci 0000:03:00.1: Signaling PME through PCIe PME interrupt
[ÂÂÂ 3.952042] pcie_pme 0000:00:03.0:pcie01: service driver pcie_pme loaded
[ÂÂÂ 3.952063] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[ÂÂÂ 3.952067] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[ÂÂÂ 3.952087] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
[ÂÂÂ 3.952088] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt
[ÂÂÂ 3.952091] pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
[ÂÂÂ 3.952111] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
[ÂÂÂ 3.952112] pci 0000:06:00.0: Signaling PME through PCIe PME interrupt
[ÂÂÂ 3.952115] pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
[ÂÂÂ 3.952129] ioapic: probe of 0000:00:05.4 failed with error -22
[ÂÂÂ 3.952135] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ÂÂÂ 3.952145] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ÂÂÂ 3.952195] intel_idle: MWAIT substates: 0x2120
[ÂÂÂ 3.952196] intel_idle: v0.4 model 0x3F
[ÂÂÂ 3.952197] intel_idle: lapic_timer_reliable_states 0xffffffff
[ÂÂÂ 3.952232] intel_idle: intel_idle yielding to none
[ÂÂÂ 3.952366] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ÂÂÂ 3.952369] ACPI: Power Button [PWRB]
[ÂÂÂ 3.952392] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ÂÂÂ 3.952393] ACPI: Power Button [PWRF]
[ÂÂÂ 3.978460] Warning: Processor Platform Limit not supported.
[ÂÂÂ 3.978750] GHES: HEST is not enabled!
[ÂÂÂ 3.978867] xen:xen_evtchn: Event-channel device installed
[ÂÂÂ 3.979043] xen: registering gsi 36 triggering 0 polarity 1
[ÂÂÂ 3.979050] xen: --> pirq=36 -> irq=36 (gsi=36)
[ÂÂÂ 3.979197] pciback 0000:02:00.0: enabling device (0100 -> 0103)
[ÂÂÂ 3.979209] xen: registering gsi 32 triggering 0 polarity 1
[ÂÂÂ 3.979211] Already setup the GSI :32
[ÂÂÂ 3.979374] xen: registering gsi 19 triggering 0 polarity 1
[ÂÂÂ 3.979376] Already setup the GSI :19
[ÂÂÂ 3.979539] xen_pciback: backend is vpci
[ÂÂÂ 3.980025] xen_acpi_processor: Uploading Xen processor PM info
[ÂÂÂ 3.980943] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ÂÂÂ 4.001520] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ÂÂÂ 4.022080] serial8250: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[ÂÂÂ 4.023350] hpet_acpi_add: no address or irqs in _CRS
[ÂÂÂ 4.023379] Linux agpgart interface v0.103
[ÂÂÂ 4.024417] brd: module loaded
[ÂÂÂ 4.024916] loop: module loaded
[ÂÂÂ 4.025121] libphy: Fixed MDIO Bus: probed
[ÂÂÂ 4.025123] tun: Universal TUN/TAP device driver, 1.6
[ÂÂÂ 4.025124] tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx>
[ÂÂÂ 4.025161] PPP generic driver version 2.4.2
[ÂÂÂ 4.025186] xen_netfront: Initialising Xen virtual ethernet driver
[ÂÂÂ 4.025264] xen: registering gsi 16 triggering 0 polarity 1
[ÂÂÂ 4.025266] Already setup the GSI :16
[ÂÂÂ 4.025288] xhci_hcd 0000:05:00.0: xHCI Host Controller
[ÂÂÂ 4.025292] xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 1
[ÂÂÂ 4.025493] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ÂÂÂ 4.025494] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ÂÂÂ 4.025495] usb usb1: Product: xHCI Host Controller
[ÂÂÂ 4.025496] usb usb1: Manufacturer: Linux 3.18.8 xhci-hcd
[ÂÂÂ 4.025497] usb usb1: SerialNumber: 0000:05:00.0
[ÂÂÂ 4.025571] hub 1-0:1.0: USB hub found
[ÂÂÂ 4.025576] hub 1-0:1.0: 1 port detected
[ÂÂÂ 4.025627] xhci_hcd 0000:05:00.0: xHCI Host Controller
[ÂÂÂ 4.025630] xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 2
[ÂÂÂ 4.025664] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ÂÂÂ 4.025665] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ÂÂÂ 4.025666] usb usb2: Product: xHCI Host Controller
[ÂÂÂ 4.025667] usb usb2: Manufacturer: Linux 3.18.8 xhci-hcd
[ÂÂÂ 4.025668] usb usb2: SerialNumber: 0000:05:00.0
[ÂÂÂ 4.025732] hub 2-0:1.0: USB hub found
[ÂÂÂ 4.025739] hub 2-0:1.0: 4 ports detected
[ÂÂÂ 4.025860] xen: registering gsi 16 triggering 0 polarity 1
[ÂÂÂ 4.025863] Already setup the GSI :16
[ÂÂÂ 4.025880] xhci_hcd 0000:06:00.0: xHCI Host Controller
[ÂÂÂ 4.025883] xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 3
[ÂÂÂ 4.087003] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[ÂÂÂ 4.087005] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ÂÂÂ 4.087006] usb usb3: Product: xHCI Host Controller
[ÂÂÂ 4.087007] usb usb3: Manufacturer: Linux 3.18.8 xhci-hcd
[ÂÂÂ 4.087008] usb usb3: SerialNumber: 0000:06:00.0
[ÂÂÂ 4.087092] hub 3-0:1.0: USB hub found
[ÂÂÂ 4.087098] hub 3-0:1.0: 2 ports detected
[ÂÂÂ 4.087154] xhci_hcd 0000:06:00.0: xHCI Host Controller
[ÂÂÂ 4.087156] xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 4
[ÂÂÂ 4.087202] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[ÂÂÂ 4.087203] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ÂÂÂ 4.087204] usb usb4: Product: xHCI Host Controller
[ÂÂÂ 4.087205] usb usb4: Manufacturer: Linux 3.18.8 xhci-hcd
[ÂÂÂ 4.087205] usb usb4: SerialNumber: 0000:06:00.0
[ÂÂÂ 4.087278] hub 4-0:1.0: USB hub found
[ÂÂÂ 4.087284] hub 4-0:1.0: 2 ports detected
[ÂÂÂ 4.087338] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ÂÂÂ 4.087342] ehci-pci: EHCI PCI platform driver
[ÂÂÂ 4.087399] xen: registering gsi 18 triggering 0 polarity 1
[ÂÂÂ 4.087401] Already setup the GSI :18
[ÂÂÂ 4.087426] ehci-pci 0000:00:1a.0: EHCI Host Controller
[ÂÂÂ 4.087429] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 5
[ÂÂÂ 4.087442] ehci-pci 0000:00:1a.0: debug port 2
[ÂÂÂ 4.091383] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[ÂÂÂ 4.091425] ehci-pci 0000:00:1a.0: irq 18, io mem 0xfbf38000
[ÂÂÂ 4.100827] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ÂÂÂ 4.100908] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
[ÂÂÂ 4.100911] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ÂÂÂ 4.100913] usb usb5: Product: EHCI Host Controller
[ÂÂÂ 4.100916] usb usb5: Manufacturer: Linux 3.18.8 ehci_hcd
[ÂÂÂ 4.100918] usb usb5: SerialNumber: 0000:00:1a.0
[ÂÂÂ 4.101098] hub 5-0:1.0: USB hub found
[ÂÂÂ 4.101103] hub 5-0:1.0: 2 ports detected
[ÂÂÂ 4.101259] xen: registering gsi 18 triggering 0 polarity 1
[ÂÂÂ 4.101262] Already setup the GSI :18
[ÂÂÂ 4.101293] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ÂÂÂ 4.101297] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 6
[ÂÂÂ 4.101312] ehci-pci 0000:00:1d.0: debug port 2
[ÂÂÂ 4.105240] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[ÂÂÂ 4.105244] ehci-pci 0000:00:1d.0: irq 18, io mem 0xfbf37000
[ÂÂÂ 4.116844] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ÂÂÂ 4.116926] usb usb6: New USB device found, idVendor=1d6b, idProduct=0002
[ÂÂÂ 4.116930] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ÂÂÂ 4.116933] usb usb6: Product: EHCI Host Controller
[ÂÂÂ 4.116935] usb usb6: Manufacturer: Linux 3.18.8 ehci_hcd
[ÂÂÂ 4.116938] usb usb6: SerialNumber: 0000:00:1d.0
[ÂÂÂ 4.117188] hub 6-0:1.0: USB hub found
[ÂÂÂ 4.117197] hub 6-0:1.0: 2 ports detected
[ÂÂÂ 4.117349] ehci-platform: EHCI generic platform driver
[ÂÂÂ 4.117357] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ÂÂÂ 4.117361] ohci-pci: OHCI PCI platform driver
[ÂÂÂ 4.117374] ohci-platform: OHCI generic platform driver
[ÂÂÂ 4.117381] uhci_hcd: USB Universal Host Controller Interface driver
[ÂÂÂ 4.117419] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ÂÂÂ 4.120502] serio: i8042 KBD port at 0x60,0x64 irq 1
[ÂÂÂ 4.120506] serio: i8042 AUX port at 0x60,0x64 irq 12
[ÂÂÂ 4.120758] mousedev: PS/2 mouse device common for all mice
[ÂÂÂ 4.120990] rtc_cmos 00:01: RTC can wake from S4
[ÂÂÂ 4.121183] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[ÂÂÂ 4.121253] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram
[ÂÂÂ 4.121265] xen_wdt: Xen WatchDog Timer Driver v0.01
[ÂÂÂ 4.121348] xen_wdt: initialized (timeout=60s, nowayout=0)
[ÂÂÂ 4.121435] device-mapper: uevent: version 1.0.3
[ÂÂÂ 4.121538] device-mapper: ioctl: 4.28.0-ioctl (2014-09-17) initialised: dm-devel@xxxxxxxxxx
[ÂÂÂ 4.121567] ledtrig-cpu: registered to indicate activity on CPUs
[ÂÂÂ 4.121712] TCP: cubic registered
[ÂÂÂ 4.121889] NET: Registered protocol family 10
[ÂÂÂ 4.122307] NET: Registered protocol family 17
[ÂÂÂ 4.122327] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[ÂÂÂ 4.123598] Bridge firewalling registered
[ÂÂÂ 4.123621] Key type dns_resolver registered
[ÂÂÂ 4.124100] mce: Unable to init device /dev/mcelog (rc: -16)
[ÂÂÂ 4.124440] Loading compiled-in X.509 certificates
[ÂÂÂ 4.125779] Loaded X.509 cert 'Magrathea: Glacier signing key: c396d63142841f5a9de121cc3e2f97747765c2d9'
[ÂÂÂ 4.125800] registered taskstats version 1
[ÂÂÂ 4.131434] Key type trusted registered
[ÂÂÂ 4.142260] Key type encrypted registered
[ÂÂÂ 4.142272] AppArmor: AppArmor sha1 policy hashing enabled
[ÂÂÂ 4.142278] ima: No TPM chip found, activating TPM-bypass!
[ÂÂÂ 4.142315] evm: HMAC attrs: 0x1
[ÂÂÂ 4.143686]ÂÂ Magic number: 3:725:431
[ÂÂÂ 4.143995] rtc_cmos 00:01: setting system clock to 2015-02-28 12:25:11 UTC (1425126311)
[ÂÂÂ 4.144197] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ÂÂÂ 4.144199] EDD information not available.
[ÂÂÂ 4.144346] PM: Hibernation image not present or could not be loaded.
[ÂÂÂ 4.145274] Freeing unused kernel memory: 1388K (ffffffff81d31000 - ffffffff81e8c000)
[ÂÂÂ 4.145277] Write protecting the kernel read-only data: 12288k
[ÂÂÂ 4.151230] Freeing unused kernel memory: 356K (ffff8800017a7000 - ffff880001800000)
[ÂÂÂ 4.151688] Freeing unused kernel memory: 528K (ffff880001b7c000 - ffff880001c00000)
[ÂÂÂ 4.197286] systemd-udevd[178]: starting version 208
[ÂÂÂ 4.198812] random: systemd-udevd urandom read with 40 bits of entropy available
[ÂÂÂ 4.290464] pps_core: LinuxPPS API ver. 1 registered
[ÂÂÂ 4.290469] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[ÂÂÂ 4.299806] PTP clock support registered
[ÂÂÂ 4.301565] ahci 0000:00:1f.2: version 3.0
[ÂÂÂ 4.301680] xen: registering gsi 16 triggering 0 polarity 1
[ÂÂÂ 4.301689] Already setup the GSI :16
[ÂÂÂ 4.301803] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x8 impl SATA mode
[ÂÂÂ 4.301807] ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part ems apst
[ÂÂÂ 4.302473] scsi host0: ahci
[ÂÂÂ 4.302624] scsi host1: ahci
[ÂÂÂ 4.302747] scsi host2: ahci
[ÂÂÂ 4.302904] scsi host3: ahci
[ÂÂÂ 4.303029] scsi host4: ahci
[ÂÂÂ 4.303141] scsi host5: ahci
[ÂÂÂ 4.303192] ata1: DUMMY
[ÂÂÂ 4.303193] ata2: DUMMY
[ÂÂÂ 4.303194] ata3: DUMMY
[ÂÂÂ 4.303196] ata4: SATA max UDMA/133 abar m2048@0xfbf36000 port 0xfbf36280 irq 151
[ÂÂÂ 4.303197] ata5: DUMMY
[ÂÂÂ 4.303198] ata6: DUMMY
[ÂÂÂ 4.317361] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
[ÂÂÂ 4.317363] e1000e: Copyright(c) 1999 - 2014 Intel Corporation.
[ÂÂÂ 4.317439] xen: registering gsi 20 triggering 0 polarity 1
[ÂÂÂ 4.317449] xen: --> pirq=20 -> irq=20 (gsi=20)
[ÂÂÂ 4.317534] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[ÂÂÂ 4.336857] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ÂÂÂ 4.412863] usb 5-1: new high-speed USB device number 2 using ehci-pci
[ÂÂÂ 4.428846] usb 6-1: new high-speed USB device number 2 using ehci-pci
[ÂÂÂ 4.467281] usb 1-1: New USB device found, idVendor=2109, idProduct=3431
[ÂÂÂ 4.467287] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ÂÂÂ 4.467290] usb 1-1: Product: USB2.0 Hub
[ÂÂÂ 4.467977] hub 1-1:1.0: USB hub found
[ÂÂÂ 4.468276] hub 1-1:1.0: 4 ports detected
[ÂÂÂ 4.516042] e1000e 0000:00:19.0 eth0: registered PHC clock
[ÂÂÂ 4.516048] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) d8:cb:8a:18:b8:95
[ÂÂÂ 4.516051] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[ÂÂÂ 4.516080] e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
[ÂÂÂ 4.545213] usb 5-1: New USB device found, idVendor=8087, idProduct=800a
[ÂÂÂ 4.545219] usb 5-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ÂÂÂ 4.545518] hub 5-1:1.0: USB hub found
[ÂÂÂ 4.545588] hub 5-1:1.0: 6 ports detected
[ÂÂÂ 4.561224] usb 6-1: New USB device found, idVendor=8087, idProduct=8002
[ÂÂÂ 4.561230] usb 6-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ÂÂÂ 4.561540] hub 6-1:1.0: USB hub found
[ÂÂÂ 4.561595] hub 6-1:1.0: 8 ports detected
[ÂÂÂ 4.620855] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ÂÂÂ 4.631737] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20140926/psargs-359)
[ÂÂÂ 4.631746] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT1.SPT3._GTF] (Node ffff8801ab48ceb0), AE_NOT_FOUND (20140926/psparse-536)
[ÂÂÂ 4.635374] ata4.00: ATA-8: OCZ-VERTEX3, 2.50, max UDMA/133
[ÂÂÂ 4.635380] ata4.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ÂÂÂ 4.643995] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20140926/psargs-359)
[ÂÂÂ 4.644004] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT1.SPT3._GTF] (Node ffff8801ab48ceb0), AE_NOT_FOUND (20140926/psparse-536)
[ÂÂÂ 4.647295] ata4.00: configured for UDMA/133
[ÂÂÂ 4.647627] scsi 3:0:0:0: Direct-AccessÂÂÂÂ ATAÂÂÂÂÂ OCZ-VERTEX3ÂÂÂÂÂ 2.50 PQ: 0 ANSI: 5
[ÂÂÂ 4.648205] sd 3:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/111 GiB)
[ÂÂÂ 4.648240] sd 3:0:0:0: Attached scsi generic sg0 type 0
[ÂÂÂ 4.648481] sd 3:0:0:0: [sda] Write Protect is off
[ÂÂÂ 4.648487] sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ÂÂÂ 4.648566] sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ÂÂÂ 4.650369]Â sda: sda1 sda2 sda3
[ÂÂÂ 4.651183] sd 3:0:0:0: [sda] Attached SCSI disk
[ÂÂÂ 4.705990] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[ÂÂÂ 4.744962] usb 1-1.1: new low-speed USB device number 3 using xhci_hcd
[ÂÂÂ 4.850478] usb 1-1.1: New USB device found, idVendor=093a, idProduct=2510
[ÂÂÂ 4.850484] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ÂÂÂ 4.850487] usb 1-1.1: Product: USB OPTICAL MOUSE
[ÂÂÂ 4.850490] usb 1-1.1: Manufacturer: PIXART
[ÂÂÂ 4.850712] usb 1-1.1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[ÂÂÂ 4.903375] init: plymouth-upstart-bridge main process (271) terminated with status 1
[ÂÂÂ 4.903387] init: plymouth-upstart-bridge main process ended, respawning
[ÂÂÂ 4.914145] init: plymouth-upstart-bridge main process (284) terminated with status 1
[ÂÂÂ 4.914157] init: plymouth-upstart-bridge main process ended, respawning
[ÂÂÂ 4.928940] init: ureadahead main process (273) terminated with status 5
[ÂÂÂ 5.025682] random: nonblocking pool is initialized
[ 5.032652] Adding 31250428k swap on /dev/sda2. Priority:-1 extents:1 across:31250428k SSFS
[ÂÂÂ 5.039819] EXT4-fs (sda3): re-mounted. Opts: errors=remount-ro
[ÂÂÂ 5.197446] systemd-udevd[457]: starting version 208
[ÂÂÂ 5.263498] lp: driver loaded but no devices found
[ÂÂÂ 5.273018] ppdev: user-space parallel port driver
[ÂÂÂ 5.284263] parport_pc parport_pc.956: Unable to set coherent dma mask: disabling DMA
[ÂÂÂ 5.284385] parport_pc parport_pc.888: Unable to set coherent dma mask: disabling DMA
[ÂÂÂ 5.284482] parport0: PC-style at 0x378 (0x778)
[ÂÂÂ 5.285187] xen:events: Failed to obtain physical IRQ 2
[ÂÂÂ 5.308823] xen:events: Failed to obtain physical IRQ 2
[ÂÂÂ 5.320032] init: avahi-cups-reload main process (564) terminated with status 1
[ÂÂÂ 5.333992] audit: type=1400 audit(1425126312.688:2): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=561 comm="apparmor_parser"
[ÂÂÂ 5.333997] audit: type=1400 audit(1425126312.688:3): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=561 comm="apparmor_parser"
[ÂÂÂ 5.333999] audit: type=1400 audit(1425126312.688:4): apparmor="STATUS" operation="profile_load" name="third_party" pid=561 comm="apparmor_parser"
[ÂÂÂ 5.366098] Bluetooth: Core ver 2.19
[ÂÂÂ 5.366119] NET: Registered protocol family 31
[ÂÂÂ 5.366120] Bluetooth: HCI device and connection manager initialized
[ÂÂÂ 5.366128] Bluetooth: HCI socket layer initialized
[ÂÂÂ 5.366129] Bluetooth: L2CAP socket layer initialized
[ÂÂÂ 5.366134] Bluetooth: SCO socket layer initialized
[ÂÂÂ 5.380658] Bluetooth: RFCOMM TTY layer initialized
[ÂÂÂ 5.380665] Bluetooth: RFCOMM socket layer initialized
[ÂÂÂ 5.380669] Bluetooth: RFCOMM ver 1.11
[ÂÂÂ 5.393054] usb 1-1.2: new low-speed USB device number 4 using xhci_hcd
[ÂÂÂ 5.400756] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ÂÂÂ 5.400758] Bluetooth: BNEP filters: protocol multicast
[ÂÂÂ 5.400765] Bluetooth: BNEP socket layer initialized
[ÂÂÂ 5.413689]Â [PCSPP,TRISTATE,EPP]
[ÂÂÂ 5.413692] parport0: irq 0 detected
[ÂÂÂ 5.493595] usb 1-1.2: New USB device found, idVendor=0603, idProduct=00f2
[ÂÂÂ 5.493604] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ÂÂÂ 5.493609] usb 1-1.2: Product: USB Keyboard
[ÂÂÂ 5.493612] usb 1-1.2: Manufacturer: NOVATEK
[ÂÂÂ 5.494008] usb 1-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[ÂÂÂ 5.494018] usb 1-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
[ÂÂÂ 5.501059] lp0: using parport0 (polling).
[ÂÂÂ 5.501105] parport_pc parport_pc.632: Unable to set coherent dma mask: disabling DMA
[ÂÂÂ 5.522628] wmi: Mapper loaded
[ÂÂÂ 5.611280] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ÂÂÂ 5.631255] xen: registering gsi 16 triggering 0 polarity 1
[ÂÂÂ 5.631265] Already setup the GSI :16
[ÂÂÂ 5.672679] AVX2 version of gcm_enc/dec engaged.
[ÂÂÂ 5.672679] AES CTR mode by8 optimization enabled
[ÂÂÂ 5.688734] audit: type=1400 audit(1425126313.040:5): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=685 comm="apparmor_parser"
[ÂÂÂ 5.688737] audit: type=1400 audit(1425126313.040:6): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=685 comm="apparmor_parser"
[ÂÂÂ 5.688739] audit: type=1400 audit(1425126313.040:7): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=685 comm="apparmor_parser"
[ÂÂÂ 5.698386] hidraw: raw HID events driver (C) Jiri Kosina
[ÂÂÂ 5.731410] [drm] Initialized drm 1.1.0 20060810
[ÂÂÂ 5.740617] usbcore: registered new interface driver usbhid
[ÂÂÂ 5.740619] usbhid: USB HID core driver
[ÂÂÂ 5.744720] input: PIXART USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:1c.3/0000:05:00.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:093A:2510.0001/input/input5
[ÂÂÂ 5.744979] hid-generic 0003:093A:2510.0001: input,hidraw0: USB HID v1.11 Mouse [PIXART USB OPTICAL MOUSE] on usb-0000:05:00.0-1.1/input0
[ÂÂÂ 5.745149] input: NOVATEK USB Keyboard as /devices/pci0000:00/0000:00:1c.3/0000:05:00.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:0603:00F2.0002/input/input6
[ÂÂÂ 5.745256] hid-generic 0003:0603:00F2.0002: input,hidraw1: USB HID v1.10 Keyboard [NOVATEK USB Keyboard] on usb-0000:05:00.0-1.2/input0
[ÂÂÂ 5.750309] input: NOVATEK USB Keyboard as /devices/pci0000:00/0000:00:1c.3/0000:05:00.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:0603:00F2.0003/input/input7
[ÂÂÂ 5.750912] hid-generic 0003:0603:00F2.0003: input,hiddev0,hidraw2: USB HID v1.10 Device [NOVATEK USB Keyboard] on usb-0000:05:00.0-1.2/input1
[ÂÂÂ 5.790293] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
[ÂÂÂ 5.790387] xen: registering gsi 22 triggering 0 polarity 1
[ÂÂÂ 5.790403] xen: --> pirq=22 -> irq=22 (gsi=22)
[ÂÂÂ 5.790611] xen: registering gsi 44 triggering 0 polarity 1
[ÂÂÂ 5.790619] xen: --> pirq=44 -> irq=44 (gsi=44)
[ÂÂÂ 5.790660] snd_hda_intel 0000:03:00.1: Handle VGA-switcheroo audio client
[ÂÂÂ 5.790662] snd_hda_intel 0000:03:00.1: Force to non-snoop mode
[ÂÂÂ 5.804536] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/0000:03:00.1/sound/card1/input8
[ÂÂÂ 5.804596] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/0000:03:00.1/sound/card1/input9
[ÂÂÂ 5.804647] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/0000:03:00.1/sound/card1/input10
[ÂÂÂ 5.804711] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.0/0000:03:00.1/sound/card1/input11
[ÂÂÂ 5.804791] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.0/0000:03:00.1/sound/card1/input12
[ÂÂÂ 5.804922] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:03.0/0000:03:00.1/sound/card1/input13
[ÂÂÂ 5.818694] sound hdaudioC0D0: autoconfig: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
[ÂÂÂ 5.818697] sound hdaudioC0D0:ÂÂÂ speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ÂÂÂ 5.818698] sound hdaudioC0D0:ÂÂÂ hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[ÂÂÂ 5.818699] sound hdaudioC0D0:ÂÂÂ mono: mono_out=0x0
[ÂÂÂ 5.818700] sound hdaudioC0D0:ÂÂÂ dig-out=0x1e/0x0
[ÂÂÂ 5.818700] sound hdaudioC0D0:ÂÂÂ inputs:
[ÂÂÂ 5.818702] sound hdaudioC0D0:ÂÂÂÂÂ Front Mic=0x19
[ÂÂÂ 5.818703] sound hdaudioC0D0:ÂÂÂÂÂ Rear Mic=0x18
[ÂÂÂ 5.818704] sound hdaudioC0D0:ÂÂÂÂÂ Line=0x1a
[ÂÂÂ 5.830606] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[ÂÂÂ 5.830677] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[ÂÂÂ 5.830830] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
[ÂÂÂ 5.830959] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
[ÂÂÂ 5.831053] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input18
[ÂÂÂ 5.831111] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input19
[ÂÂÂ 5.831184] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input20
[ÂÂÂ 5.878392] audit: type=1400 audit(1425126313.232:8): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cups-browsed" pid=808 comm="apparmor_parser"
[ÂÂÂ 5.948797] Clocksource tsc unstable (delta = -499989875 ns)
[ÂÂÂ 6.062603] [drm] radeon kernel modesetting enabled.
[ÂÂÂ 6.062741] xen: registering gsi 40 triggering 0 polarity 1
[ÂÂÂ 6.062747] Already setup the GSI :40
[ÂÂÂ 6.062975] [drm] initializing kernel modesetting (VERDE 0x1002:0x683F 0x1682:0x7251).
[ÂÂÂ 6.063001] [drm] register mmio base: 0xFBD00000
[ÂÂÂ 6.063001] [drm] register mmio size: 262144
[ÂÂÂ 6.063063] radeon 0000:03:00.0: Invalid ROM contents
[ÂÂÂ 6.063116] ATOM BIOS: C44501
[ÂÂÂ 6.063248] radeon 0000:03:00.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
[ÂÂÂ 6.063249] radeon 0000:03:00.0: GTT: 1024M 0x0000000040000000 - 0x000000007FFFFFFF
[ÂÂÂ 6.063250] Failed to add WC MTRR for [00000000e0000000-00000000efffffff]; performance may suffer.
[ÂÂÂ 6.063251] [drm] Detected VRAM RAM=1024M, BAR=256M
[ÂÂÂ 6.063252] [drm] RAM width 128bits DDR
[ 6.063361] [TTM] Zone kernel: Available graphics memory: 1904430 kiB
[ÂÂÂ 6.063362] [TTM] Initializing pool allocator
[ÂÂÂ 6.063365] [TTM] Initializing DMA pool allocator
[ÂÂÂ 6.063378] [drm] radeon: 1024M of VRAM memory ready
[ÂÂÂ 6.063379] [drm] radeon: 1024M of GTT memory ready.
[ÂÂÂ 6.063386] [drm] Loading verde Microcode
[ÂÂÂ 6.070108] [drm] Internal thermal controller with fan control
[ÂÂÂ 6.070211] [drm] probing gen 2 caps for device 8086:2f08 = 77a3103/e
[ÂÂÂ 6.076790] [drm] radeon: dpm initialized
[ÂÂÂ 6.077951] [drm] GART: num cpu pages 262144, num gpu pages 262144
[ÂÂÂ 6.079198] [drm] probing gen 2 caps for device 8086:2f08 = 77a3103/e
[ÂÂÂ 6.079200] [drm] PCIE gen 3 link speeds already enabled
[ÂÂÂ 6.113847] [drm] PCIE GART of 1024M enabled (table at 0x0000000000277000).
[ÂÂÂ 6.114048] radeon 0000:03:00.0: WB enabled
[ÂÂÂ 6.114050] radeon 0000:03:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff88019df23c00
[ÂÂÂ 6.114051] radeon 0000:03:00.0: fence driver on ring 1 use gpu addr 0x0000000040000c04 and cpu addr 0xffff88019df23c04
[ÂÂÂ 6.114052] radeon 0000:03:00.0: fence driver on ring 2 use gpu addr 0x0000000040000c08 and cpu addr 0xffff88019df23c08
[ÂÂÂ 6.114053] radeon 0000:03:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xffff88019df23c0c
[ÂÂÂ 6.114054] radeon 0000:03:00.0: fence driver on ring 4 use gpu addr 0x0000000040000c10 and cpu addr 0xffff88019df23c10
[ÂÂÂ 6.310462] radeon 0000:03:00.0: fence driver on ring 5 use gpu addr 0x0000000000075a18 and cpu addr 0xffffc900127b5a18
[ÂÂÂ 6.310464] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ÂÂÂ 6.310465] [drm] Driver supports precise vblank timestamp query.
[ÂÂÂ 6.310466] radeon 0000:03:00.0: radeon: MSI limited to 32-bit
[ÂÂÂ 6.310510] radeon 0000:03:00.0: radeon: using MSI.
[ÂÂÂ 6.310545] [drm] radeon: irq initialized.
[ÂÂÂ 6.751710] [drm] ring test on 0 succeeded in 1 usecs
[ÂÂÂ 6.751718] [drm] ring test on 1 succeeded in 1 usecs
[ÂÂÂ 6.751723] [drm] ring test on 2 succeeded in 1 usecs
[ÂÂÂ 6.751737] [drm] ring test on 3 succeeded in 9 usecs
[ÂÂÂ 6.751744] [drm] ring test on 4 succeeded in 3 usecs
[ÂÂÂ 6.927521] [drm] ring test on 5 succeeded in 2 usecs
[ÂÂÂ 6.927526] [drm] UVD initialized successfully.
[ÂÂÂ 6.927889] [drm] ib test on ring 0 succeeded in 0 usecs
[ÂÂÂ 6.927940] [drm] ib test on ring 1 succeeded in 0 usecs
[ÂÂÂ 6.927977] [drm] ib test on ring 2 succeeded in 0 usecs
[ÂÂÂ 6.928021] [drm] ib test on ring 3 succeeded in 0 usecs
[ÂÂÂ 6.928062] [drm] ib test on ring 4 succeeded in 0 usecs
[ÂÂÂ 7.576917] [drm] ib test on ring 5 succeeded
[ÂÂÂ 7.581871] [drm] Radeon Display Connectors
[ÂÂÂ 7.581881] [drm] Connector 0:
[ÂÂÂ 7.581887] [drm]ÂÂ DP-1
[ÂÂÂ 7.581893] [drm]ÂÂ HPD4
[ÂÂÂ 7.581898] [drm]ÂÂ DDC: 0x6540 0x6540 0x6544 0x6544 0x6548 0x6548 0x654c 0x654c
[ÂÂÂ 7.581903] [drm]ÂÂ Encoders:
[ÂÂÂ 7.581906] [drm]ÂÂÂÂ DFP1: INTERNAL_UNIPHY2
[ÂÂÂ 7.581912] [drm] Connector 1:
[ÂÂÂ 7.581917] [drm]ÂÂ HDMI-A-1
[ÂÂÂ 7.581920] [drm]ÂÂ HPD1
[ÂÂÂ 7.581927] [drm]ÂÂ DDC: 0x6570 0x6570 0x6574 0x6574 0x6578 0x6578 0x657c 0x657c
[ÂÂÂ 7.581930] [drm]ÂÂ Encoders:
[ÂÂÂ 7.581933] [drm]ÂÂÂÂ DFP2: INTERNAL_UNIPHY2
[ÂÂÂ 7.581936] [drm] Connector 2:
[ÂÂÂ 7.581938] [drm]ÂÂ DVI-I-1
[ÂÂÂ 7.581940] [drm]ÂÂ HPD2
[ÂÂÂ 7.581944] [drm]ÂÂ DDC: 0x6560 0x6560 0x6564 0x6564 0x6568 0x6568 0x656c 0x656c
[ÂÂÂ 7.581946] [drm]ÂÂ Encoders:
[ÂÂÂ 7.581949] [drm]ÂÂÂÂ DFP3: INTERNAL_UNIPHY
[ÂÂÂ 7.581952] [drm]ÂÂÂÂ CRT1: INTERNAL_KLDSCP_DAC1
[ÂÂÂ 7.601114] radeon 0000:03:00.0: No connectors reported connected with modes
[ÂÂÂ 7.601122] [drm] Cannot find any crtc or sizes - going 1024x768
[ÂÂÂ 7.890127] [drm] fb mappable at 0xE047A000
[ÂÂÂ 7.890129] [drm] vram apper at 0xE0000000
[ÂÂÂ 7.890129] [drm] size 3145728
[ÂÂÂ 7.890130] [drm] fb depth is 24
[ÂÂÂ 7.890130] [drm]ÂÂÂ pitch is 4096
[ÂÂÂ 7.890228] fbcon: radeondrmfb (fb0) is primary device
[ÂÂÂ 7.948751] Console: switching to colour frame buffer device 128x48
[ÂÂÂ 8.004816] radeon 0000:03:00.0: fb0: radeondrmfb frame buffer device
[ÂÂÂ 8.004817] radeon 0000:03:00.0: registered panic notifier
[ÂÂÂ 8.021002] [drm] Initialized radeon 2.40.0 20080528 for 0000:03:00.0 on minor 0
[ÂÂÂ 8.331203] device eth0 entered promiscuous mode
[ÂÂÂ 8.552026] IPv6: ADDRCONF(NETDEV_UP): xenbr0: link is not ready
[ÂÂ 11.866394] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[ÂÂ 11.866439] xenbr0: port 1(eth0) entered forwarding state
[ÂÂ 11.866458] xenbr0: port 1(eth0) entered forwarding state
[ÂÂ 11.866508] IPv6: ADDRCONF(NETDEV_CHANGE): xenbr0: link becomes ready
[ÂÂ 13.405246] init: failsafe main process (750) killed by TERM signal
[ÂÂ 13.468907] init: network-manager main process (1232) terminated with status 127
[ÂÂ 13.468915] init: network-manager main process ended, respawning
[ÂÂ 13.533481] audit: type=1400 audit(1425126320.888:9): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm-guest-session" pid=1276 comm="apparmor_parser"
[ÂÂ 13.533486] audit: type=1400 audit(1425126320.888:10): apparmor="STATUS" operation="profile_load" name="chromium" pid=1276 comm="apparmor_parser"
[ÂÂ 13.536509] audit: type=1400 audit(1425126320.888:11): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=1276 comm="apparmor_parser"
[ÂÂ 13.536519] audit: type=1400 audit(1425126320.888:12): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1276 comm="apparmor_parser"
[ÂÂ 13.536525] audit: type=1400 audit(1425126320.888:13): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=1276 comm="apparmor_parser"
[ÂÂ 13.557354] audit: type=1400 audit(1425126320.912:14): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince" pid=1276 comm="apparmor_parser"
[ÂÂ 13.557362] audit: type=1400 audit(1425126320.912:15): apparmor="STATUS" operation="profile_load" name="sanitized_helper" pid=1276 comm="apparmor_parser"
[ÂÂ 13.557368] audit: type=1400 audit(1425126320.912:16): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-previewer" pid=1276 comm="apparmor_parser"
[ÂÂ 13.557372] audit: type=1400 audit(1425126320.912:17): apparmor="STATUS" operation="profile_load" name="sanitized_helper" pid=1276 comm="apparmor_parser"
[ÂÂ 13.557376] audit: type=1400 audit(1425126320.912:18): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-thumbnailer" pid=1276 comm="apparmor_parser"
[ÂÂ 14.517623] systemd-logind[1578]: New seat seat0.
[ÂÂ 14.518462] systemd-logind[1578]: Watching system buttons on /dev/input/event1 (Power Button)
[ÂÂ 14.518619] systemd-logind[1578]: Watching system buttons on /dev/input/event0 (Power Button)
[ÂÂ 14.646403] vgaarb: device changed decodes: PCI:0000:03:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[ÂÂ 15.080859] init: plymouth-upstart-bridge main process ended, respawning
[ÂÂ 15.157639] systemd-logind[1578]: Failed to start unit user@xxxxxxxxxxx: Unknown unit: user@xxxxxxxxxxx
[ÂÂ 15.157654] systemd-logind[1578]: Failed to start user service: Unknown unit: user@xxxxxxxxxxx
[ÂÂ 15.163320] systemd-logind[1578]: New session c1 of user lightdm.
[ÂÂ 15.163365] systemd-logind[1578]: Linked /tmp/.X11-unix/X0 to /run/user/112/X11-display.
[ÂÂ 26.923436] xenbr0: port 1(eth0) entered forwarding state
[ÂÂ 36.283051] device vif1.0 entered promiscuous mode
[ÂÂ 36.286978] IPv6: ADDRCONF(NETDEV_UP): vif1.0: link is not ready
[ÂÂ 36.419254] device vif1.0-emu entered promiscuous mode
[ÂÂ 36.422832] xenbr0: port 3(vif1.0-emu) entered forwarding state
[ÂÂ 36.422854] xenbr0: port 3(vif1.0-emu) entered forwarding state
[ÂÂ 36.460097] xen_pciback: vpci: 0000:00:14.0: assign to virtual slot 0
[ÂÂ 36.460717] xen-pciback pci-1-0: 22 Couldn't locate PCI device (0000:03:00.0)! perhaps already in-use?
[ÂÂ 36.610844] init: plymouth-stop pre-start process (2548) terminated with status 1
[ÂÂ 51.447784] xenbr0: port 3(vif1.0-emu) entered forwarding state
[ 1272.931313] systemd-logind[1578]: Failed to start unit user@xxxxxxxxxxxx: Unknown unit: user@xxxxxxxxxxxx
[ 1272.931319] systemd-logind[1578]: Failed to start user service: Unknown unit: user@xxxxxxxxxxxx
[ 1272.934927] systemd-logind[1578]: New session c2 of user adminuser.
[ 1272.934941] systemd-logind[1578]: Linked /tmp/.X11-unix/X0 to /run/user/1000/X11-display.

xl dmesg:
ÂXen 4.4.1
(XEN) Xen version 4.4.1 (root@) (gcc (Ubuntu 4.9.1-16ubuntu6) 4.9.1) debug=n Sun Feb 15 14:51:07 AWST 2015
(XEN) Latest ChangeSet:
(XEN) Bootloader: GRUB 2.02~beta2-15
(XEN) Command line: placeholder dom0_mem=4096M iommu=1 loglvl=all guest_loglvl=all unrestricted_guest=1 msi=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 0 MBR signatures
(XEN)Â Found 0 EDD information structures
(XEN) Multiboot-e820 RAM map:
(XEN)Â 0000000000000000 - 00000000000a0000 (usable)
(XEN)Â 0000000000100000 - 00000000392f4000 (usable)
(XEN)Â 00000000392f4000 - 0000000039e64000 (reserved)
(XEN)Â 0000000039e64000 - 000000003a104000 (usable)
(XEN)Â 000000003a104000 - 000000003acb3000 (ACPI NVS)
(XEN)Â 000000003acb3000 - 000000003b5b2000 (reserved)
(XEN)Â 000000003b5b2000 - 000000003b614000 type 20
(XEN)Â 000000003b614000 - 000000003b615000 (usable)
(XEN)Â 000000003b615000 - 000000003b69b000 (reserved)
(XEN)Â 000000003b69b000 - 000000003b8b8000 (usable)
(XEN)Â 000000003b8b8000 - 000000003bff9000 (reserved)
(XEN)Â 000000003bff9000 - 000000003c000000 (usable)
(XEN)Â 000000003c000000 - 000000003e000000 (reserved)
(XEN)Â 0000000040000000 - 0000000050000000 (reserved)
(XEN)Â 00000000fed1c000 - 00000000fed25000 (reserved)
(XEN)Â 00000000fed30000 - 00000000fed35000 (reserved)
(XEN)Â 00000000fed40000 - 00000000fed45000 (reserved)
(XEN)Â 00000000ff000000 - 0000000100000000 (reserved)
(XEN)Â 0000000100000000 - 00000004c0000000 (usable)
(XEN) ACPI: RSDP 000F0010, 0024 (r2 ALASKA)
(XEN) ACPI: XSDT 3A910098, 00B4 (r1 ALASKAÂÂ A M IÂÂ 1072009 AMIÂÂÂÂ 10013)
(XEN) ACPI: FACP 3A93DBB8, 010C (r5 ALASKAÂÂ A M IÂÂ 1072009 AMIÂÂÂÂ 10013)
(XEN) ACPI: DSDT 3A9101E8, 2D9D0 (r2 ALASKAÂÂ A M IÂÂ 1072009 INTL 20091013)
(XEN) ACPI: FACS 3ACAFF80, 0040
(XEN) ACPI: APIC 3A93DCC8, 0100 (r3 ALASKAÂÂ A M IÂÂ 1072009 AMIÂÂÂÂ 10013)
(XEN) ACPI: FPDT 3A93DDC8, 0044 (r1 ALASKAÂÂ A M IÂÂ 1072009 AMIÂÂÂÂ 10013)
(XEN) ACPI: FIDT 3A93DE10, 009C (r1 ALASKAÂÂ A M IÂÂ 1072009 AMIÂÂÂÂ 10013)
(XEN) ACPI: MCFG 3A93DEB0, 003C (r1 ALASKAÂÂÂ A M IÂ 1072009 MSFTÂÂÂÂÂÂ 97)
(XEN) ACPI: SSDT 3A93DEF0, 036D (r1 SataRe SataTablÂÂÂÂ 1000 INTL 20120913)
(XEN) ACPI: UEFI 3A93E260, 0042 (r1 ALASKAÂÂ A M IÂÂ 1072009ÂÂÂÂÂÂÂÂÂÂÂÂ 0)
(XEN) ACPI: BDAT 3A93E2A8, 0030 (r1 ALASKAÂÂ A M IÂÂÂÂÂÂÂÂ 0 INTL 20091013)
(XEN) ACPI: HPET 3A93E2D8, 0038 (r1 ALASKAÂÂ A M IÂÂÂÂÂÂÂÂ 1 INTL 20091013)
(XEN) ACPI: MSCT 3A93E310, 0090 (r1 ALASKAÂÂ A M IÂÂÂÂÂÂÂÂ 1 INTL 20091013)
(XEN) ACPI: PMCT 3A93E3A0, 0064 (r1 ALASKAÂÂ A M IÂÂÂÂÂÂÂÂ 0 INTL 20091013)
(XEN) ACPI: SLIT 3A93E408, 002D (r1 ALASKAÂÂ A M IÂÂÂÂÂÂÂÂ 1 INTL 20091013)
(XEN) ACPI: SRAT 3A93E438, 0E58 (r3 ALASKAÂÂ A M IÂÂÂÂÂÂÂÂ 1 INTL 20091013)
(XEN) ACPI: WDDT 3A93F290, 0040 (r1 ALASKAÂÂ A M IÂÂÂÂÂÂÂÂ 0 INTL 20091013)
(XEN) ACPI: SSDT 3A93F2D0, D647 (r1 ALASKAÂÂÂ PmMgtÂÂÂÂÂÂÂ 1 INTL 20120913)
(XEN) ACPI: DMAR 3A94C918, 00E4 (r1 ALASKAÂÂ A M IÂÂÂÂÂÂÂÂ 1 INTL 20091013)
(XEN) ACPI: ASF! 3A94CA00, 00A0 (r32 INTELÂÂÂÂÂÂ HCGÂÂÂÂÂÂÂ 1 TFSMÂÂÂ F4240)
(XEN) ACPI: BGRT 3A94CAA0, 0038 (r1 ALASKAÂÂ A M IÂÂ 1072009 AMIÂÂÂÂ 10013)
(XEN) System RAM: 16279MB (16670052kB)
(XEN) SRAT: PXM 0 -> APIC 0 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 2 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 4 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 6 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 8 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 10 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 1 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 3 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 5 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 7 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 9 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 11 -> Node 0
(XEN) SRAT: Node 0 PXM 0 0-40000000
(XEN) SRAT: Node 0 PXM 0 100000000-4c0000000
(XEN) NUMA: Using 20 for the hash shift.
(XEN) Domain heap initialised
(XEN) found SMP MP-table at 000fd950
(XEN) DMI 2.7 present.
(XEN) Using APIC driver default
(XEN) ACPI: PM-Timer IO Port: 0x408
(XEN) ACPI: v5 SLEEP INFO: control[0:0], status[0:0]
(XEN) ACPI: SLEEP INFO: pm1x_cnt[404,0], pm1x_evt[400,0]
(XEN) ACPI: 32/64X FACS address mismatch in FADT - 3acaff80/0000000000000000, using 32
(XEN) ACPI:ÂÂÂÂÂÂÂÂÂÂÂÂ wakeup_vec[3acaff8c], vec_size[20]
(XEN) ACPI: Local APIC address 0xfee00000
(XEN) ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
(XEN) Processor #0 7:15 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
(XEN) Processor #2 7:15 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x04] enabled)
(XEN) Processor #4 7:15 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x06] enabled)
(XEN) Processor #6 7:15 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x08] lapic_id[0x08] enabled)
(XEN) Processor #8 7:15 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x0a] enabled)
(XEN) Processor #10 7:15 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
(XEN) Processor #1 7:15 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] enabled)
(XEN) Processor #3 7:15 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x05] enabled)
(XEN) Processor #5 7:15 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] enabled)
(XEN) Processor #7 7:15 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x09] lapic_id[0x09] enabled)
(XEN) Processor #9 7:15 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x0b] enabled)
(XEN) Processor #11 7:15 APIC version 21
(XEN) ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
(XEN) Overriding APIC driver with bigsmp
(XEN) ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
(XEN) IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
(XEN) ACPI: IOAPIC (id[0x02] address[0xfec01000] gsi_base[24])
(XEN) IOAPIC[1]: apic_id 2, version 32, address 0xfec01000, GSI 24-47
(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: Phys. Using 2 I/O APICs
(XEN) ACPI: HPET id: 0x8086a701 base: 0xfed00000
(XEN) ERST table was not found
(XEN) ACPI: BGRT: invalidating v1 image at 0x355ea018
(XEN) Using ACPI (MADT) for SMP configuration information
(XEN) SMP: Allowing 12 CPUs (0 hotplug CPUs)
(XEN) IRQ limits: 48 GSI, 2272 MSI/MSI-X
(XEN) Failed to enable Interrupt Remapping: Will not enable x2APIC.
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Detected 3500.080 MHz processor.
(XEN) Initing memory sharing.
(XEN) xstate_init: using cntxt_size: 0x340 and states: 0x7
(XEN) mce_intel.c:725: MCA Capability: BCAST 1 SER 0 CMCI 1 firstbank 0 extended MCE MSR 0
(XEN) Intel machine check reporting enabled
(XEN) PCI: MCFG configuration 0: base 40000000 segment 0000 buses 00 - ff
(XEN) PCI: MCFG area at 40000000 reserved in E820
(XEN) PCI: Using MCFG for segment 0000 bus 00-ff
(XEN) Intel VT-d iommu 0 supported page sizes: 4kB, 2MB, 1GB.
(XEN) Intel VT-d iommu 1 supported page sizes: 4kB, 2MB, 1GB.
(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 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) ..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 128 KiB.
(XEN) mwait-idle: MWAIT substates: 0x2120
(XEN) mwait-idle: v0.4 model 0x3f
(XEN) mwait-idle: lapic_timer_reliable_states 0xffffffff
(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)Â - APIC Register Virtualization
(XEN)Â - Virtual Interrupt Delivery
(XEN)Â - Posted Interrupt Processing
(XEN) HVM: ASIDs enabled.
(XEN) HVM: VMX enabled
(XEN) HVM: Hardware Assisted Paging (HAP) detected
(XEN) HVM: HAP page sizes: 4kB, 2MB, 1GB
(XEN) Brought up 12 CPUs
(XEN) verify_tsc_reliability: TSC warp detected, disabling TSC_RELIABLE
(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 -> 0x2240000
(XEN) PHYSICAL MEMORY ARRANGEMENT:
(XEN)Â Dom0 alloc.:ÂÂ 00000004ac000000->00000004b0000000 (1026330 pages to be allocated)
(XEN)Â Init. ramdisk: 00000004be91a000->00000004c0000000
(XEN) VIRTUAL MEMORY ARRANGEMENT:
(XEN)Â Loaded kernel: ffffffff81000000->ffffffff82240000
(XEN)Â Init. ramdisk: 0000000000000000->0000000000000000
(XEN)Â Phys-Mach map: ffffffff82240000->ffffffff82a40000
(XEN)Â Start info:ÂÂÂ ffffffff82a40000->ffffffff82a404b4
(XEN)Â Page tables:ÂÂ ffffffff82a41000->ffffffff82a5a000
(XEN)Â Boot stack:ÂÂÂ ffffffff82a5a000->ffffffff82a5b000
(XEN)Â TOTAL:ÂÂÂÂÂÂÂÂ ffffffff80000000->ffffffff82c00000
(XEN)Â ENTRY ADDRESS: ffffffff81d461f0
(XEN) Dom0 has maximum 12 VCPUs
(XEN) Scrubbing Free RAM: ........................................................................................................................done.
(XEN) Initial low memory virq threshold set at 0x4000 pages.
(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 288kB init memory.
(XEN) PCI add device 0000:ff:0b.0
(XEN) PCI add device 0000:ff:0b.1
(XEN) PCI add device 0000:ff:0b.2
(XEN) PCI add device 0000:ff:0c.0
(XEN) PCI add device 0000:ff:0c.1
(XEN) PCI add device 0000:ff:0c.2
(XEN) PCI add device 0000:ff:0c.3
(XEN) PCI add device 0000:ff:0c.4
(XEN) PCI add device 0000:ff:0c.5
(XEN) PCI add device 0000:ff:0f.0
(XEN) PCI add device 0000:ff:0f.1
(XEN) PCI add device 0000:ff:0f.4
(XEN) PCI add device 0000:ff:0f.5
(XEN) PCI add device 0000:ff:0f.6
(XEN) PCI add device 0000:ff:10.0
(XEN) PCI add device 0000:ff:10.1
(XEN) PCI add device 0000:ff:10.5
(XEN) PCI add device 0000:ff:10.6
(XEN) PCI add device 0000:ff:10.7
(XEN) PCI add device 0000:ff:12.0
(XEN) PCI add device 0000:ff:12.1
(XEN) PCI add device 0000:ff:13.0
(XEN) PCI add device 0000:ff:13.1
(XEN) PCI add device 0000:ff:13.2
(XEN) PCI add device 0000:ff:13.3
(XEN) PCI add device 0000:ff:13.4
(XEN) PCI add device 0000:ff:13.5
(XEN) PCI add device 0000:ff:13.6
(XEN) PCI add device 0000:ff:13.7
(XEN) PCI add device 0000:ff:14.0
(XEN) PCI add device 0000:ff:14.1
(XEN) PCI add device 0000:ff:14.2
(XEN) PCI add device 0000:ff:14.3
(XEN) PCI add device 0000:ff:14.6
(XEN) PCI add device 0000:ff:14.7
(XEN) PCI add device 0000:ff:15.0
(XEN) PCI add device 0000:ff:15.1
(XEN) PCI add device 0000:ff:15.2
(XEN) PCI add device 0000:ff:15.3
(XEN) PCI add device 0000:ff:16.0
(XEN) PCI add device 0000:ff:16.6
(XEN) PCI add device 0000:ff:16.7
(XEN) PCI add device 0000:ff:17.0
(XEN) PCI add device 0000:ff:17.4
(XEN) PCI add device 0000:ff:17.5
(XEN) PCI add device 0000:ff:17.6
(XEN) PCI add device 0000:ff:17.7
(XEN) PCI add device 0000:ff:1e.0
(XEN) PCI add device 0000:ff:1e.1
(XEN) PCI add device 0000:ff:1e.2
(XEN) PCI add device 0000:ff:1e.3
(XEN) PCI add device 0000:ff:1e.4
(XEN) PCI add device 0000:ff:1f.0
(XEN) PCI add device 0000:ff:1f.2
(XEN) PCI add device 0000:00:00.0
(XEN) PCI add device 0000:00:01.0
(XEN) PCI add device 0000:00:02.0
(XEN) PCI add device 0000:00:03.0
(XEN) PCI add device 0000:00:05.0
(XEN) PCI add device 0000:00:05.1
(XEN) PCI add device 0000:00:05.2
(XEN) PCI add device 0000:00:05.4
(XEN) PCI add device 0000:00:11.0
(XEN) PCI add device 0000:00:14.0
(XEN) PCI add device 0000:00:16.0
(XEN) PCI add device 0000:00:19.0
(XEN) PCI add device 0000:00:1a.0
(XEN) PCI add device 0000:00:1b.0
(XEN) PCI add device 0000:00:1c.0
(XEN) PCI add device 0000:00:1c.3
(XEN) PCI add device 0000:00:1c.4
(XEN) PCI add device 0000:00:1d.0
(XEN) PCI add device 0000:00:1f.0
(XEN) PCI add device 0000:00:1f.2
(XEN) PCI add device 0000:00:1f.3
(XEN) PCI add device 0000:02:00.0
(XEN) PCI add device 0000:02:00.1
(XEN) PCI add device 0000:03:00.0
(XEN) PCI add device 0000:03:00.1
(XEN) PCI add device 0000:05:00.0
(XEN) PCI add device 0000:06:00.0
(XEN) Cannot bind IRQ2 to dom0. In use by 'cascade'.
(XEN) Cannot bind IRQ2 to dom0. In use by 'cascade'.
(XEN) traps.c:2514:d0 Domain attempted WRMSR 00000000000001b2 from 0x0000000000000000 to 0x0000000000009800.
(d1) HVM Loader
(d1) Detected Xen v4.4.1
(d1) Xenbus rings @0xfeffc000, event channel 8
(d1) System requested ROMBIOS
(d1) CPU speed is 3500 MHz
(d1) Relocating guest memory for lowmem MMIO space enabled
(XEN) irq.c:270: Dom1 PCI link 0 changed 0 -> 5
(d1) PCI-ISA link 0 routed to IRQ5
(XEN) irq.c:270: Dom1 PCI link 1 changed 0 -> 10
(d1) PCI-ISA link 1 routed to IRQ10
(XEN) irq.c:270: Dom1 PCI link 2 changed 0 -> 11
(d1) PCI-ISA link 2 routed to IRQ11
(XEN) irq.c:270: Dom1 PCI link 3 changed 0 -> 5
(d1) PCI-ISA link 3 routed to IRQ5
(d1) pci dev 01:2 INTD->IRQ5
(d1) pci dev 01:3 INTA->IRQ10
(d1) pci dev 03:0 INTA->IRQ5
(d1) pci dev 04:0 INTA->IRQ5
(d1) pci dev 05:0 INTD->IRQ5
(d1) RAM in high memory; setting high_mem resource base to 10fc00000
(d1) pci dev 02:0 bar 10 size 002000000: 0f0000008
(d1) pci dev 03:0 bar 14 size 001000000: 0f2000008
(d1) pci dev 04:0 bar 10 size 000020000: 0f3000000
(d1) pci dev 05:0 bar 10 size 000010000: 0f3020004
(XEN) memory_map:add: dom1 gfn=f3020 mfn=fbf20 nr=10
(d1) pci dev 02:0 bar 14 size 000001000: 0f3030000
(d1) pci dev 03:0 bar 10 size 000000100: 00000c001
(d1) pci dev 04:0 bar 14 size 000000040: 00000c101
(d1) pci dev 01:2 bar 20 size 000000020: 00000c141
(d1) pci dev 01:1 bar 20 size 000000010: 00000c161
(d1) Multiprocessor initialisation:
(d1)Â - CPU0 ... 46-bit phys ... fixed MTRRs ... var MTRRs [2/8] ... done.
(d1)Â - CPU1 ... 46-bit phys ... fixed MTRRs ... var MTRRs [2/8] ... done.
(d1)Â - CPU2 ... 46-bit phys ... fixed MTRRs ... var MTRRs [2/8] ... done.
(d1)Â - CPU3 ... 46-bit phys ... fixed MTRRs ... var MTRRs [2/8] ... done.
(d1)Â - CPU4 ... 46-bit phys ... fixed MTRRs ... var MTRRs [2/8] ... done.
(d1)Â - CPU5 ... 46-bit phys ... fixed MTRRs ... var MTRRs [2/8] ... done.
(d1) Testing HVM environment:
(d1)Â - REP INSB across page boundaries ... passed
(d1)Â - GS base MSRs and SWAPGS ... passed
(d1) Passed 2 of 2 tests
(d1) Writing SMBIOS tables ...
(d1) Loading ROMBIOS ...
(d1) 12444 bytes of ROMBIOS high-memory extensions:
(d1)ÂÂ Relocating to 0xfc001000-0xfc00409c ... done
(d1) Creating MP tables ...
(d1) Loading Cirrus VGABIOS ...
(d1) Loading PCI Option ROM ...
(d1)Â - Manufacturer: http://ipxe.org
(d1)Â - Product name: iPXE
(d1) Option ROMs:
(d1)Â c0000-c8fff: VGA BIOS
(d1)Â c9000-d9fff: Etherboot ROM
(d1) Loading ACPI ...
(d1) vm86 TSS at fc010200
(d1) BIOS map:
(d1)Â f0000-fffff: Main BIOS
(d1) E820 table:
(d1)Â [00]: 00000000:00000000 - 00000000:0009e000: RAM
(d1)Â [01]: 00000000:0009e000 - 00000000:000a0000: RESERVED
(d1)Â HOLE: 00000000:000a0000 - 00000000:000e0000
(d1)Â [02]: 00000000:000e0000 - 00000000:00100000: RESERVED
(d1)Â [03]: 00000000:00100000 - 00000000:f0000000: RAM
(d1)Â HOLE: 00000000:f0000000 - 00000000:fc000000
(d1)Â [04]: 00000000:fc000000 - 00000001:00000000: RESERVED
(d1)Â [05]: 00000001:00000000 - 00000001:0fc00000: RAM
(d1) Invoking ROMBIOS ...
(XEN) stdvga.c:147:d1 entering stdvga and caching modes
(d1) VGABios $Id: vgabios.c,v 1.67 2008/01/27 09:44:12 vruppert Exp $
(d1) Bochs BIOS - build: 06/23/99
(d1) $Revision: 1.221 $ $Date: 2008/12/07 17:32:29 $
(d1) Options: apmbios pcibios eltorito PMM
(d1)
(d1) ata0 master: QEMU HARDDISK ATA-7 Hard-Disk (Â 97 GBytes)
(d1) ata1 master: QEMU DVD-ROM ATAPI-4 CD-Rom/DVD-Rom
(d1)
(d1)
(d1)
(d1) Press F12 for boot menu.
(d1)
(d1) Booting from Hard Disk...
(XEN) stdvga.c:151:d1 leaving stdvga
(XEN) irq.c:270: Dom1 PCI link 2 changed 11 -> 0
(XEN) irq.c:270: Dom1 PCI link 0 changed 5 -> 0
(XEN) irq.c:270: Dom1 PCI link 1 changed 10 -> 0
(XEN) irq.c:270: Dom1 PCI link 3 changed 5 -> 0
(XEN) memory_map:remove: dom1 gfn=f3020 mfn=fbf20 nr=10
(XEN) memory_map:add: dom1 gfn=f3020 mfn=fbf20 nr=10
(XEN) memory_map:remove: dom1 gfn=f3020 mfn=fbf20 nr=10

win8.cfg:
builder='hvm'
memory = 4096
name = 'win8'
vcpus=6
pae=1
acpi=1
apic=1
>vif = [ 'mac=00:16:3e:68:e1:01,bridge=xenbr0,model=e1000' ]
disk = [ '/etc/xen/win8.img,raw,hda,rw' , 'file:/home/adminuser/Downloads/9600.17050.WINBLUE_REFRESH.140317-1640_X64FRE_ENTERPRISE_EVAL_EN-US-IR3_CENA_X64FREE_EN-US_DV9.ISO,hdc,devtype=cdrom' ]
device_model_version = 'qemu-xen-traditional'
boot='c'
sdl=0
vnc=1
vncpasswd=''
vnclisten="0.0.0.0"
stdvga=0
serial='pty'
tsc_mode='default'
viridian=1
usb=1
usbdevice='tablet'
gfx_passthru=1
pci=[ '00:14.0', '02:00.0', '02:00.1' ]
#pci=[ '00:14.0' ]
localtime=1
pci_power_mgmt=1
xen_platform_pci=1
pci_msitranslate=1

qemu-dm-win8:
domid: 1
Strip off blktap sub-type prefix to /etc/xen/win8.img (drv 'aio')
Using file /etc/xen/win8.img in read-write mode
Strip off blktap sub-type prefix to /home/adminuser/Downloads/9600.17050.WINBLUE_REFRESH.140317-1640_X64FRE_ENTERPRISE_EVAL_EN-US-IR3_CENA_X64FREE_EN-US_DV9.ISO (drv 'aio')
Using file /home/adminuser/Downloads/9600.17050.WINBLUE_REFRESH.140317-1640_X64FRE_ENTERPRISE_EVAL_EN-US-IR3_CENA_X64FREE_EN-US_DV9.ISO in read-only mode
Watching /local/domain/0/device-model/1/logdirty/cmd
Watching /local/domain/0/device-model/1/command
Watching /local/domain/1/cpu
char device redirected to /dev/pts/10
qemu_map_cache_init nr_buckets = 10000 size 4194304
shared page at pfn feffd
buffered io page at pfn feffb
Guest uuid = 63b3da6e-ebcb-40ef-ab87-244c3a0b1c43
Register xen platform.
Done register platform.
platform_fixed_ioport: changed ro/rw state of ROM memory area. now is rw state.
xs_read(/local/domain/0/device-model/1/xen_extended_power_mgmt): read error
medium change watch on `hdc' (index: 1): aio:/home/adminuser/Downloads/9600.17050.WINBLUE_REFRESH.140317-1640_X64FRE_ENTERPRISE_EVAL_EN-US-IR3_CENA_X64FREE_EN-US_DV9.ISO
I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
Log-dirty: no command yet.
I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
vcpu-set: watch node error.
[xenstore_process_vcpu_set_event]: /local/domain/1/cpu has no CPU!
I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
xs_read(/local/domain/1/log-throttling): read error
qemu: ignoring not-understood drive `/local/domain/1/log-throttling'
medium change watch on `/local/domain/1/log-throttling' - unknown device, ignored
I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
dm-command: hot insert pass-through pci dev
register_real_device: Assigning real physical device 00:14.0 ...
register_real_device: Enable MSI translation via per device option
register_real_device: Enable power management
pt_iomul_init: Error: pt_iomul_init can't open file /dev/xen/pci_iomul: No such file or directory: 0x0:0x14.0x0
pt_register_regions: IO region registered (size=0x00010000 base_addr=0xfbf20004)
pci_intx: intx=4
register_real_device: Real physical device 00:14.0 registered successfuly!
IRQ type = INTx
dm-command: hot insert pass-through pci dev
register_real_device: Assigning real physical device 02:00.0 ...
register_real_device: Enable MSI translation via per device option
register_real_device: Enable power management
pt_iomul_init: Error: pt_iomul_init can't open file /dev/xen/pci_iomul: No such file or directory: 0x2:0x0.0x0
pt_register_regions: IO region registered (size=0x10000000 base_addr=0xc000000c)
pt_register_regions: IO region registered (size=0x00800000 base_addr=0xd000000c)
pt_register_regions: IO region registered (size=0x00000100 base_addr=0x0000e001)
pt_register_regions: IO region registered (size=0x00040000 base_addr=0xfbe00000)
pt_register_regions: Expansion ROM registered (size=0x00020000 base_addr=0xfbe40000)
pt_msi_setup: msi mapped with pirq 4f
pci_intx: intx=1
register_real_device: Real physical device 02:00.0 registered successfuly!
IRQ type = MSI-INTx
dm-command: hot insert pass-through pci dev
register_real_device: Assigning real physical device 02:00.1 ...
register_real_device: Enable MSI translation via per device option
register_real_device: Enable power management
pt_iomul_init: Error: pt_iomul_init can't open file /dev/xen/pci_iomul: No such file or directory: 0x2:0x0.0x1
pt_register_regions: IO region registered (size=0x00004000 base_addr=0xfbe60004)
pt_msi_setup: msi mapped with pirq 4e
pci_intx: intx=2
register_real_device: Real physical device 02:00.1 registered successfuly!
IRQ type = MSI-INTx
pt_iomem_map: e_phys=e0000000 maddr=c0000000 type=8 len=268435456 index=0 first_map=1
pt_iomem_map: e_phys=f1000000 maddr=d0000000 type=8 len=8388608 index=2 first_map=1
pt_iomem_map: e_phys=f1a00000 maddr=fbe00000 type=0 len=262144 index=5 first_map=1
pt_iomem_map: e_phys=f1a80000 maddr=fbf20000 type=0 len=65536 index=0 first_map=1
pt_iomem_map: e_phys=f1a90000 maddr=fbe60000 type=0 len=16384 index=0 first_map=1
pt_ioport_map: e_phys=c100 pio_base=e000 len=256 index=4 first_map=1

_______________________________________________
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®.