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

Re: [Xen-users] [BUG] Xen BUG at sched_credit.c:243



(Just CCing some scheduler folks...)

On Fri, 2015-02-20 at 20:19 -0600, C. B. wrote:
> I am running Xen 4.5 on a Minnowboard MAX embedded board. 2GB ram,
> dual core X86 cpu.  I have been running in to the following bug which
> seems to usually trigger around 20-30 hours after first boot, but I
> have seen it appear as quickly as 1 hour on one occasion.  This crash
> info is from the serial console which was sat at the login prompt. As
> far as I know nothing particularly strenuous is going on when this
> occurs.
> 
> The dom0 is 3.18.7 with a custom compiled kernel. All of the running
> domU images are also 3.18.7. To get the dom-0 kernel to boot under xen
> I had to use acpi=off and make use of xen.efi.
> Aside from that, no other tricks were used in getting this to work.
> The kernel is compiled with atom as processor type. (more of the dom-0
> config here http://pastebin.com/bxJv989M)
> I have put debug=y on the xen command line for the next crash, is
> there anything else I can do to help myself report this in a useful
> way?
> 
> Usual workload:
> 
> root@base:~# uptime
> 
>  20:16:35 up  1:36,  2 users,  load average: 0.39, 0.16, 0.15
> 
> root@base:~# xl list
> Name                                        ID   Mem VCPUs State Time(s)
> Domain-0                                     0   450     1     r-----     
> 608.6
> firewall                                     2    32     1     -b----     
> 109.0
> vault                                        3   256     1     -b----      
> 36.3
> iperfv10                                     4    32     1     -b----      
> 49.7
> uk-tun-1                                     5    32     1     -b----      
> 51.3
> 
> The crash:
> 
> base login: (XEN) Xen BUG at sched_credit.c:243
> (XEN) ----[ Xen-4.5.0  x86_64  debug=n  Not tainted ]----
> (XEN) CPU:    0
> (XEN) RIP:    e008:[<ffff82d08022934d>] __runq_insert.part.4+0/0x2
> (XEN) RFLAGS: 0000000000010006   CONTEXT: hypervisor
> (XEN) rax: ffff82d080498160   rbx: ffff830079ac5d20   rcx: 0000000000000000
> (XEN) rdx: 0000000000000000   rsi: ffff830079ac5d80   rdi: 00005becb74182a1
> (XEN) rbp: 0000000000000000   rsp: ffff82d080457d68   r8:  00005becb74160e1
> (XEN) r9:  ffff82d080498180   r10: 00005becb7b7be39   r11: ffff830079da6d40
> (XEN) r12: ffff82d080498160   r13: 0000000000000000   r14: ffff830079ac5d80
> (XEN) r15: ffff82d080482620   cr0: 000000008005003b   cr4: 00000000001026f0
> (XEN) cr3: 0000000063aee000   cr2: ffff8800162fd040
> (XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: e010   cs: e008
> (XEN) Xen stack trace from rsp=ffff82d080457d68:
> (XEN)    ffff82d08011fc55 ffff82d080498ea0 ffff83007a4b72e0 ffff82d080498ea0
> (XEN)    ffff82d080450000 0000000000000001 ffff82d080482620 ffff82d08022444a
> (XEN)    ffff82d080482620 ffff830079b31790 ffff82d080450000 ffff82d080457e88
> (XEN)    00005becb74182a1 0000001e00000000 ffff83007809a060 00000000000000af
> (XEN)    0000000000000000 0000000000000003 0000000000000046 ffff82d08012cc5b
> (XEN)    0000000000000086 0000000000000000 ffff82d0804981a8 0000000000000282
> (XEN)    ffff8300799cd000 ffff82d080498160 ffff82d080498168 00005becb74182a1
> (XEN)    ffff82d080498160 ffff82d080482620 ffff82d0801269c3 ffff830000000000
> (XEN)    ffff82d080498180 00000000ffffffff ffff82d0801a98bb ffff830079da6000
> (XEN)    ffffffff81c03ce8 ffff8300799cd000 ffffffffffffffff 0000009000000363
> (XEN)    00000000ffffffff ffff82d08046f700 ffffffffffffffff ffff82d080450000
> (XEN)    0000000000000001 ffff82d080482620 ffff82d080129b55 ffff83007809a000
> (XEN)    ffff82d080450000 ffff83007809a000 00000000ffffffff ffff82d080482620
> (XEN)    ffff82d08015fdd5 ffff8300799cd000 ffffffff81c03fd8 00000000ffffffed
> (XEN)    ffffffff81c03fd8 0000000000000000 ffffffff81c03e48 0000000000000000
> (XEN)    0000000000000246 0000000000007ff0 0000000000000000 0000000000000000
> (XEN)    0000000000000000 ffffffff810013aa 0000000000000000 0000000000000000
> (XEN)    0000000000000001 0000010000000000 ffffffff810013aa 000000000000e033
> (XEN)    0000000000000246 ffffffff81c03e30 000000000000e02b 0000000000000000
> (XEN)    0000000000000000 0000000000000000 0000000000000000 0000000000000000
> (XEN) Xen call trace:
> (XEN)    [<ffff82d08022934d>] __runq_insert.part.4+0/0x2
> (XEN)    [<ffff82d08011fc55>] csched_schedule+0x855/0x8a0
> (XEN)    [<ffff82d08022444a>] common_interrupt+0x5a/0x60
> (XEN)    [<ffff82d08012cc5b>] add_entry+0x4b/0xb0
> (XEN)    [<ffff82d0801269c3>] schedule+0xf3/0x590
> (XEN)    [<ffff82d0801a98bb>] mwait_idle+0x25b/0x350
> (XEN)    [<ffff82d080129b55>] __do_softirq+0x65/0xa0
> (XEN)    [<ffff82d08015fdd5>] idle_loop+0x25/0x50
> (XEN)
> (XEN)
> (XEN) ****************************************
> (XEN) Panic on CPU 0:
> (XEN) Xen BUG at sched_credit.c:243
> (XEN) ****************************************
> (XEN)
> (XEN) Manual reset required ('noreboot' specified)
> 
> Here is the boot log from the serial console.
> 
> Xen 4.5.0 (c/s ) EFI loader
> Using configuration file 'xen.cfg'
> small: 0x00000000742ac000-0x00000000755089c8
>  Xen 4.5.0
> (XEN) Xen version 4.5.0 (cbrooke@cache) (gcc (Ubuntu 4.8.2-19ubuntu1)
> 4.8.2) debug=n Sun Jan 18 16:21:06 UTC 2015
> (XEN) Latest ChangeSet:
> (XEN) Bootloader: EFI
> (XEN) Command line: console=vga,com1 com1=115200 noreboot=true
> dom0_mem=450M,max:512M guest_loglvl=all loglvl=all dom0_max_vcpus=1
> dom0_vcpus_pin debug=y
> (XEN) Video information:
> (XEN)  VGA is text mode 80x50, font 8x16
> (XEN) Disc information:
> (XEN)  Found 0 MBR signatures
> (XEN)  Found 2 EDD information structures
> (XEN) EFI RAM map:
> (XEN)  0000000000000000 - 000000000008f000 (usable)
> (XEN)  000000000008f000 - 0000000000090000 (ACPI NVS)
> (XEN)  0000000000090000 - 000000000009e000 (usable)
> (XEN)  000000000009e000 - 00000000000a0000 (reserved)
> (XEN)  0000000000100000 - 0000000020000000 (usable)
> (XEN)  0000000020000000 - 0000000020100000 (reserved)
> (XEN)  0000000020100000 - 000000007550a000 (usable)
> (XEN)  000000007550a000 - 000000007550b000 (ACPI data)
> (XEN)  000000007550b000 - 000000007550d000 (reserved)
> (XEN)  000000007550d000 - 0000000075515000 (ACPI NVS)
> (XEN)  0000000075515000 - 0000000075574000 (reserved)
> (XEN)  0000000075574000 - 0000000075584000 (ACPI data)
> (XEN)  0000000075584000 - 0000000075585000 (ACPI NVS)
> (XEN)  0000000075585000 - 0000000075586000 (ACPI data)
> (XEN)  0000000075586000 - 00000000755e4000 (ACPI NVS)
> (XEN)  00000000755e4000 - 00000000755eb000 (reserved)
> (XEN)  00000000755eb000 - 00000000755ed000 (ACPI data)
> (XEN)  00000000755ed000 - 00000000755ee000 (reserved)
> (XEN)  00000000755ee000 - 00000000755ef000 (ACPI NVS)
> (XEN)  00000000755ef000 - 00000000797d0000 (usable)
> (XEN)  00000000797d0000 - 00000000797d1000 (reserved)
> (XEN)  00000000797d1000 - 000000007998d000 (usable)
> (XEN)  000000007998d000 - 0000000079990000 (ACPI NVS)
> (XEN)  0000000079990000 - 00000000799cc000 (usable)
> (XEN)  00000000799cc000 - 00000000799cd000 (reserved)
> (XEN)  00000000799cd000 - 00000000799df000 (usable)
> (XEN)  00000000799df000 - 00000000799e1000 (reserved)
> (XEN)  00000000799e1000 - 00000000799e2000 (usable)
> (XEN)  00000000799e2000 - 00000000799e4000 (reserved)
> (XEN)  00000000799e4000 - 00000000799e5000 (usable)
> (XEN)  00000000799e5000 - 00000000799e6000 (ACPI NVS)
> (XEN)  00000000799e6000 - 0000000079ad3000 (usable)
> (XEN)  0000000079ad3000 - 0000000079ad4000 (ACPI NVS)
> (XEN)  0000000079ad4000 - 0000000079ad5000 (usable)
> (XEN)  0000000079ad5000 - 0000000079ad6000 (ACPI NVS)
> (XEN)  0000000079ad6000 - 0000000079af2000 (usable)
> (XEN)  0000000079af2000 - 0000000079af6000 (reserved)
> (XEN)  0000000079af6000 - 0000000079af9000 (usable)
> (XEN)  0000000079af9000 - 0000000079afa000 (reserved)
> (XEN)  0000000079afa000 - 0000000079b0e000 (usable)
> (XEN)  0000000079b0e000 - 0000000079b31000 (reserved)
> (XEN)  0000000079b31000 - 0000000079b43000 (usable)
> (XEN)  0000000079b43000 - 0000000079b44000 (reserved)
> (XEN)  0000000079b44000 - 0000000079b45000 (usable)
> (XEN)  0000000079b45000 - 0000000079b47000 (reserved)
> (XEN)  0000000079b47000 - 0000000079b72000 (usable)
> (XEN)  0000000079b72000 - 0000000079b75000 (reserved)
> (XEN)  0000000079b75000 - 0000000079b89000 (usable)
> (XEN)  0000000079b89000 - 0000000079b8a000 (reserved)
> (XEN)  0000000079b8a000 - 0000000079ccd000 (usable)
> (XEN)  0000000079ccd000 - 0000000079cce000 (reserved)
> (XEN)  0000000079cce000 - 0000000079cd4000 (usable)
> (XEN)  0000000079cd4000 - 0000000079cd7000 (reserved)
> (XEN)  0000000079cd7000 - 0000000079d0d000 (usable)
> (XEN)  0000000079d0d000 - 0000000079d10000 (reserved)
> (XEN)  0000000079d10000 - 0000000079d2f000 (usable)
> (XEN)  0000000079d2f000 - 0000000079d30000 (reserved)
> (XEN)  0000000079d30000 - 0000000079d34000 (ACPI NVS)
> (XEN)  0000000079d34000 - 0000000079d5d000 (usable)
> (XEN)  0000000079d5d000 - 0000000079d5e000 (reserved)
> (XEN)  0000000079d5e000 - 0000000079d8e000 (usable)
> (XEN)  0000000079d8e000 - 0000000079d8f000 (reserved)
> (XEN)  0000000079d8f000 - 0000000079d93000 (usable)
> (XEN)  0000000079d93000 - 0000000079d95000 (reserved)
> (XEN)  0000000079d95000 - 0000000079da5000 (usable)
> (XEN)  0000000079da5000 - 0000000079da6000 (reserved)
> (XEN)  0000000079da6000 - 0000000079dc8000 (usable)
> (XEN)  0000000079dc8000 - 0000000079dc9000 (reserved)
> (XEN)  0000000079dc9000 - 0000000079de2000 (usable)
> (XEN)  0000000079de2000 - 0000000079de4000 (reserved)
> (XEN)  0000000079de4000 - 000000007a4b4000 (usable)
> (XEN)  000000007a4b4000 - 000000007a4b5000 (reserved)
> (XEN)  000000007a4b5000 - 000000007a4b8000 (usable)
> (XEN)  000000007a4b8000 - 000000007a4b9000 (reserved)
> (XEN)  000000007a4b9000 - 000000007b000000 (usable)
> (XEN)  00000000e00f8000 - 00000000e00f9000 (reserved)
> (XEN)  00000000fed01000 - 00000000fed02000 (reserved)
> (XEN) System RAM: 1965MB (2012572kB)
> (XEN) ACPI: RSDP 755EC014, 0024 (r2 INTEL )
> (XEN) ACPI: XSDT 755EB0E8, 007C (r1 INTEL  EDK2            3       1000013)
> (XEN) ACPI: FACP 75585000, 010C (r5 INTEL  EDK2            3 VLV2  100000D)
> (XEN) ACPI: DSDT 75578000, 7BBC (r2 INTEL  EDK2            3 VLV2  100000D)
> (XEN) ACPI: FACS 75584000, 0040
> (XEN) ACPI: UEFI 75587000, 0042 (r1 INTEL  EDK2            2       1000013)
> (XEN) ACPI: HPET 75583000, 0038 (r1 INTEL  EDK2            3 VLV2  100000D)
> (XEN) ACPI: LPIT 75582000, 0104 (r1 INTEL  EDK2            3 VLV2  100000D)
> (XEN) ACPI: APIC 75581000, 0084 (r3 INTEL  EDK2            3 VLV2  100000D)
> (XEN) ACPI: MCFG 75580000, 003C (r1 INTEL  EDK2            3 VLV2  100000D)
> (XEN) ACPI: SSDT 75577000, 0763 (r1  PmRef    CpuPm     3000 INTL 20120518)
> (XEN) ACPI: SSDT 75576000, 0261 (r1  PmRef  Cpu0Tst     3000 INTL 20120518)
> (XEN) ACPI: SSDT 75575000, 017A (r1  PmRef    ApTst     3000 INTL 20120518)
> (XEN) ACPI: CSRT 75574000, 014C (r0 INTEL  EDK2            5 INTL 20120624)
> (XEN) ACPI: FPDT 7550A000, 0044 (r1 INTEL  EDK2            2       1000013)
> (XEN) No NUMA configuration found
> (XEN) Faking a node at 0000000000000000-000000007b000000
> (XEN) Domain heap initialised
> (XEN) SMBIOS 2.7 present.
> (XEN) DMI 2.7 present.
> (XEN) Using APIC driver default
> (XEN) ACPI: PM-Timer IO Port: 0x408
> (XEN) ACPI: v5 SLEEP INFO: control[1:0], status[1:0]
> (XEN) ACPI: SLEEP INFO: pm1x_cnt[1:404,1:0], pm1x_evt[1:400,1:0]
> (XEN) ACPI: 32/64X FACS address mismatch in FADT -
> 75584000/0000000000000000, using 32
> (XEN) ACPI:             wakeup_vec[7558400c], vec_size[20]
> (XEN) ACPI: Local APIC address 0xfee00000
> (XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
> (XEN) Processor #0 7:7 APIC version 20
> (XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
> (XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] enabled)
> (XEN) Processor #4 7:7 APIC version 20
> (XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x06] disabled)
> (XEN) ACPI: LAPIC_NMI (acpi_id[0x01] high level lint[0x1])
> (XEN) ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1])
> (XEN) ACPI: LAPIC_NMI (acpi_id[0x03] high level lint[0x1])
> (XEN) ACPI: LAPIC_NMI (acpi_id[0x04] high level lint[0x1])
> (XEN) ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
> (XEN) IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-86
> (XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
> (XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
> (XEN) ACPI: IRQ0 used by override.
> (XEN) ACPI: IRQ2 used by override.
> (XEN) ACPI: IRQ9 used by override.
> (XEN) Enabling APIC mode:  Flat.  Using 1 I/O APICs
> (XEN) ACPI: HPET id: 0x8086a201 base: 0xfed00000
> (XEN) ERST table was not found
> (XEN) Using ACPI (MADT) for SMP configuration information
> (XEN) SMP: Allowing 4 CPUs (2 hotplug CPUs)
> (XEN) IRQ limits: 87 GSI, 609 MSI/MSI-X
> (XEN) Using scheduler: SMP Credit Scheduler (credit)
> (XEN) Detected 1333.354 MHz processor.
> (XEN) EFI memory map:
> (XEN)  0000000000000-000000008efff type=7 attr=000000000000000f
> (XEN)  000000008f000-000000008ffff type=10 attr=000000000000000f
> (XEN)  0000000090000-000000009afff type=7 attr=000000000000000f
> (XEN)  000000009b000-000000009dfff type=2 attr=000000000000000f
> (XEN)  000000009e000-000000009ffff type=0 attr=000000000000000f
> (XEN)  0000000100000-000001fffffff type=7 attr=000000000000000f
> (XEN)  0000020000000-00000200fffff type=0 attr=000000000000000f
> (XEN)  0000020100000-0000070ffffff type=7 attr=000000000000000f
> (XEN)  0000071000000-000007101ffff type=4 attr=000000000000000f
> (XEN)  0000071020000-00000742abfff type=7 attr=000000000000000f
> (XEN)  00000742ac000-0000075508fff type=2 attr=000000000000000f
> (XEN)  0000075509000-0000075509fff type=7 attr=000000000000000f
> (XEN)  000007550a000-000007550afff type=9 attr=000000000000000f
> (XEN)  000007550b000-000007550cfff type=0 attr=000000000000000f
> (XEN)  000007550d000-0000075514fff type=10 attr=000000000000000f
> (XEN)  0000075515000-0000075573fff type=0 attr=000000000000000f
> (XEN)  0000075574000-0000075583fff type=9 attr=000000000000000f
> (XEN)  0000075584000-0000075584fff type=10 attr=000000000000000f
> (XEN)  0000075585000-0000075585fff type=9 attr=000000000000000f
> (XEN)  0000075586000-00000755e3fff type=10 attr=000000000000000f
> (XEN)  00000755e4000-00000755e8fff type=0 attr=000000000000000f
> (XEN)  00000755e9000-00000755eafff type=6 attr=800000000000000f
> (XEN)  00000755eb000-00000755ecfff type=9 attr=000000000000000f
> (XEN)  00000755ed000-00000755edfff type=0 attr=000000000000000f
> (XEN)  00000755ee000-00000755eefff type=10 attr=000000000000000f
> (XEN)  00000755ef000-0000077b59fff type=7 attr=000000000000000f
> (XEN)  0000077b5a000-0000078d59fff type=1 attr=000000000000000f
> (XEN)  0000078d5a000-0000078f5afff type=7 attr=000000000000000f
> (XEN)  0000078f5b000-0000078fa3fff type=4 attr=000000000000000f
> (XEN)  0000078fa4000-0000078faafff type=3 attr=000000000000000f
> (XEN)  0000078fab000-00000797cffff type=4 attr=000000000000000f
> (XEN)  00000797d0000-00000797d0fff type=6 attr=800000000000000f
> (XEN)  00000797d1000-00000797d1fff type=3 attr=000000000000000f
> (XEN)  00000797d2000-00000797d2fff type=4 attr=000000000000000f
> (XEN)  00000797d3000-000007989efff type=3 attr=000000000000000f
> (XEN)  000007989f000-00000798a4fff type=4 attr=000000000000000f
> (XEN)  00000798a5000-00000798adfff type=3 attr=000000000000000f
> (XEN)  00000798ae000-00000798affff type=4 attr=000000000000000f
> (XEN)  00000798b0000-00000798dcfff type=3 attr=000000000000000f
> (XEN)  00000798dd000-00000798dffff type=4 attr=000000000000000f
> (XEN)  00000798e0000-00000798e6fff type=3 attr=000000000000000f
> (XEN)  00000798e7000-00000798e8fff type=4 attr=000000000000000f
> (XEN)  00000798e9000-00000798fdfff type=3 attr=000000000000000f
> (XEN)  00000798fe000-00000798fefff type=4 attr=000000000000000f
> (XEN)  00000798ff000-0000079911fff type=3 attr=000000000000000f
> (XEN)  0000079912000-0000079914fff type=4 attr=000000000000000f
> (XEN)  0000079915000-0000079923fff type=3 attr=000000000000000f
> (XEN)  0000079924000-0000079924fff type=4 attr=000000000000000f
> (XEN)  0000079925000-0000079929fff type=3 attr=000000000000000f
> (XEN)  000007992a000-000007992bfff type=4 attr=000000000000000f
> (XEN)  000007992c000-0000079930fff type=3 attr=000000000000000f
> (XEN)  0000079931000-0000079933fff type=4 attr=000000000000000f
> (XEN)  0000079934000-0000079935fff type=3 attr=000000000000000f
> (XEN)  0000079936000-0000079936fff type=4 attr=000000000000000f
> (XEN)  0000079937000-000007993afff type=3 attr=000000000000000f
> (XEN)  000007993b000-000007993cfff type=4 attr=000000000000000f
> (XEN)  000007993d000-0000079949fff type=3 attr=000000000000000f
> (XEN)  000007994a000-000007994bfff type=4 attr=000000000000000f
> (XEN)  000007994c000-000007994dfff type=3 attr=000000000000000f
> (XEN)  000007994e000-000007994efff type=4 attr=000000000000000f
> (XEN)  000007994f000-0000079952fff type=3 attr=000000000000000f
> (XEN)  0000079953000-0000079953fff type=4 attr=000000000000000f
> (XEN)  0000079954000-0000079955fff type=3 attr=000000000000000f
> (XEN)  0000079956000-0000079957fff type=4 attr=000000000000000f
> (XEN)  0000079958000-000007995cfff type=3 attr=000000000000000f
> (XEN)  000007995d000-000007995dfff type=4 attr=000000000000000f
> (XEN)  000007995e000-000007996bfff type=3 attr=000000000000000f
> (XEN)  000007996c000-000007996dfff type=4 attr=000000000000000f
> (XEN)  000007996e000-0000079971fff type=3 attr=000000000000000f
> (XEN)  0000079972000-0000079973fff type=4 attr=000000000000000f
> (XEN)  0000079974000-0000079976fff type=3 attr=000000000000000f
> (XEN)  0000079977000-0000079978fff type=4 attr=000000000000000f
> (XEN)  0000079979000-000007998cfff type=3 attr=000000000000000f
> (XEN)  000007998d000-000007998ffff type=10 attr=000000000000000f
> (XEN)  0000079990000-00000799acfff type=3 attr=000000000000000f
> (XEN)  00000799ad000-00000799adfff type=4 attr=000000000000000f
> (XEN)  00000799ae000-00000799affff type=3 attr=000000000000000f
> (XEN)  00000799b0000-00000799b4fff type=4 attr=000000000000000f
> (XEN)  00000799b5000-00000799b6fff type=3 attr=000000000000000f
> (XEN)  00000799b7000-00000799b9fff type=4 attr=000000000000000f
> (XEN)  00000799ba000-00000799bafff type=3 attr=000000000000000f
> (XEN)  00000799bb000-00000799cbfff type=4 attr=000000000000000f
> (XEN)  00000799cc000-00000799ccfff type=0 attr=000000000000000f
> (XEN)  00000799cd000-00000799defff type=4 attr=000000000000000f
> (XEN)  00000799df000-00000799e0fff type=0 attr=000000000000000f
> (XEN)  00000799e1000-00000799e1fff type=4 attr=000000000000000f
> (XEN)  00000799e2000-00000799e2fff type=5 attr=800000000000000f
> (XEN)  00000799e3000-00000799e3fff type=0 attr=000000000000000f
> (XEN)  00000799e4000-00000799e4fff type=4 attr=000000000000000f
> (XEN)  00000799e5000-00000799e5fff type=10 attr=000000000000000f
> (XEN)  00000799e6000-00000799e9fff type=3 attr=000000000000000f
> (XEN)  00000799ea000-00000799eafff type=4 attr=000000000000000f
> (XEN)  00000799eb000-00000799ebfff type=3 attr=000000000000000f
> (XEN)  00000799ec000-00000799edfff type=4 attr=000000000000000f
> (XEN)  00000799ee000-00000799eefff type=3 attr=000000000000000f
> (XEN)  00000799ef000-00000799effff type=4 attr=000000000000000f
> (XEN)  00000799f0000-0000079a02fff type=3 attr=000000000000000f
> (XEN)  0000079a03000-0000079ab4fff type=4 attr=000000000000000f
> (XEN)  0000079ab5000-0000079ab5fff type=3 attr=000000000000000f
> (XEN)  0000079ab6000-0000079ab6fff type=4 attr=000000000000000f
> (XEN)  0000079ab7000-0000079ab9fff type=3 attr=000000000000000f
> (XEN)  0000079aba000-0000079ad2fff type=4 attr=000000000000000f
> (XEN)  0000079ad3000-0000079ad3fff type=10 attr=000000000000000f
> (XEN)  0000079ad4000-0000079ad4fff type=4 attr=000000000000000f
> (XEN)  0000079ad5000-0000079ad5fff type=10 attr=000000000000000f
> (XEN)  0000079ad6000-0000079ae4fff type=3 attr=000000000000000f
> (XEN)  0000079ae5000-0000079ae5fff type=4 attr=000000000000000f
> (XEN)  0000079ae6000-0000079ae8fff type=3 attr=000000000000000f
> (XEN)  0000079ae9000-0000079ae9fff type=4 attr=000000000000000f
> (XEN)  0000079aea000-0000079aeafff type=3 attr=000000000000000f
> (XEN)  0000079aeb000-0000079aebfff type=4 attr=000000000000000f
> (XEN)  0000079aec000-0000079aecfff type=3 attr=000000000000000f
> (XEN)  0000079aed000-0000079aedfff type=4 attr=000000000000000f
> (XEN)  0000079aee000-0000079aeffff type=3 attr=000000000000000f
> (XEN)  0000079af0000-0000079af1fff type=4 attr=000000000000000f
> (XEN)  0000079af2000-0000079af2fff type=6 attr=800000000000000f
> (XEN)  0000079af3000-0000079af5fff type=5 attr=800000000000000f
> (XEN)  0000079af6000-0000079af8fff type=4 attr=000000000000000f
> (XEN)  0000079af9000-0000079af9fff type=5 attr=800000000000000f
> (XEN)  0000079afa000-0000079b07fff type=3 attr=000000000000000f
> (XEN)  0000079b08000-0000079b08fff type=4 attr=000000000000000f
> (XEN)  0000079b09000-0000079b0dfff type=3 attr=000000000000000f
> (XEN)  0000079b0e000-0000079b30fff type=6 attr=800000000000000f
> (XEN)  0000079b31000-0000079b42fff type=4 attr=000000000000000f
> (XEN)  0000079b43000-0000079b43fff type=5 attr=800000000000000f
> (XEN)  0000079b44000-0000079b44fff type=4 attr=000000000000000f
> (XEN)  0000079b45000-0000079b46fff type=5 attr=800000000000000f
> (XEN)  0000079b47000-0000079b71fff type=4 attr=000000000000000f
> (XEN)  0000079b72000-0000079b74fff type=5 attr=800000000000000f
> (XEN)  0000079b75000-0000079b81fff type=3 attr=000000000000000f
> (XEN)  0000079b82000-0000079b88fff type=4 attr=000000000000000f
> (XEN)  0000079b89000-0000079b89fff type=6 attr=800000000000000f
> (XEN)  0000079b8a000-0000079b8afff type=3 attr=000000000000000f
> (XEN)  0000079b8b000-0000079b91fff type=4 attr=000000000000000f
> (XEN)  0000079b92000-0000079c42fff type=3 attr=000000000000000f
> (XEN)  0000079c43000-0000079cc3fff type=4 attr=000000000000000f
> (XEN)  0000079cc4000-0000079cc8fff type=3 attr=000000000000000f
> (XEN)  0000079cc9000-0000079cccfff type=4 attr=000000000000000f
> (XEN)  0000079ccd000-0000079ccdfff type=5 attr=800000000000000f
> (XEN)  0000079cce000-0000079cd1fff type=4 attr=000000000000000f
> (XEN)  0000079cd2000-0000079cd3fff type=3 attr=000000000000000f
> (XEN)  0000079cd4000-0000079cd6fff type=5 attr=800000000000000f
> (XEN)  0000079cd7000-0000079cd9fff type=4 attr=000000000000000f
> (XEN)  0000079cda000-0000079cdbfff type=3 attr=000000000000000f
> (XEN)  0000079cdc000-0000079cdffff type=4 attr=000000000000000f
> (XEN)  0000079ce0000-0000079ce2fff type=3 attr=000000000000000f
> (XEN)  0000079ce3000-0000079ce3fff type=4 attr=000000000000000f
> (XEN)  0000079ce4000-0000079ce4fff type=3 attr=000000000000000f
> (XEN)  0000079ce5000-0000079ce7fff type=4 attr=000000000000000f
> (XEN)  0000079ce8000-0000079cecfff type=3 attr=000000000000000f
> (XEN)  0000079ced000-0000079cedfff type=4 attr=000000000000000f
> (XEN)  0000079cee000-0000079d05fff type=3 attr=000000000000000f
> (XEN)  0000079d06000-0000079d06fff type=4 attr=000000000000000f
> (XEN)  0000079d07000-0000079d08fff type=3 attr=000000000000000f
> (XEN)  0000079d09000-0000079d0bfff type=4 attr=000000000000000f
> (XEN)  0000079d0c000-0000079d0cfff type=3 attr=000000000000000f
> (XEN)  0000079d0d000-0000079d0ffff type=5 attr=800000000000000f
> (XEN)  0000079d10000-0000079d2efff type=4 attr=000000000000000f
> (XEN)  0000079d2f000-0000079d2ffff type=6 attr=800000000000000f
> (XEN)  0000079d30000-0000079d33fff type=10 attr=000000000000000f
> (XEN)  0000079d34000-0000079d3cfff type=3 attr=000000000000000f
> (XEN)  0000079d3d000-0000079d5cfff type=4 attr=000000000000000f
> (XEN)  0000079d5d000-0000079d5dfff type=5 attr=800000000000000f
> (XEN)  0000079d5e000-0000079d5efff type=4 attr=000000000000000f
> (XEN)  0000079d5f000-0000079d62fff type=3 attr=000000000000000f
> (XEN)  0000079d63000-0000079d6bfff type=4 attr=000000000000000f
> (XEN)  0000079d6c000-0000079d6cfff type=3 attr=000000000000000f
> (XEN)  0000079d6d000-0000079d8dfff type=4 attr=000000000000000f
> (XEN)  0000079d8e000-0000079d8efff type=5 attr=800000000000000f
> (XEN)  0000079d8f000-0000079d90fff type=3 attr=000000000000000f
> (XEN)  0000079d91000-0000079d92fff type=4 attr=000000000000000f
> (XEN)  0000079d93000-0000079d94fff type=5 attr=800000000000000f
> (XEN)  0000079d95000-0000079da2fff type=4 attr=000000000000000f
> (XEN)  0000079da3000-0000079da3fff type=3 attr=000000000000000f
> (XEN)  0000079da4000-0000079da4fff type=4 attr=000000000000000f
> (XEN)  0000079da5000-0000079da5fff type=5 attr=800000000000000f
> (XEN)  0000079da6000-0000079dc3fff type=4 attr=000000000000000f
> (XEN)  0000079dc4000-0000079dc5fff type=3 attr=000000000000000f
> (XEN)  0000079dc6000-0000079dc7fff type=4 attr=000000000000000f
> (XEN)  0000079dc8000-0000079dc8fff type=5 attr=800000000000000f
> (XEN)  0000079dc9000-0000079de1fff type=4 attr=000000000000000f
> (XEN)  0000079de2000-0000079de2fff type=6 attr=800000000000000f
> (XEN)  0000079de3000-0000079de3fff type=5 attr=800000000000000f
> (XEN)  0000079de4000-0000079de5fff type=4 attr=000000000000000f
> (XEN)  0000079de6000-0000079de8fff type=3 attr=000000000000000f
> (XEN)  0000079de9000-000007a4b3fff type=4 attr=000000000000000f
> (XEN)  000007a4b4000-000007a4b4fff type=6 attr=800000000000000f
> (XEN)  000007a4b5000-000007a4b7fff type=4 attr=000000000000000f
> (XEN)  000007a4b8000-000007a4b8fff type=6 attr=800000000000000f
> (XEN)  000007a4b9000-000007affffff type=4 attr=000000000000000f
> (XEN)  00000e00f8000-00000e00f8fff type=11 attr=8000000000000001
> (XEN)  00000fed01000-00000fed01fff type=11 attr=8000000000000001
> (XEN) Initing memory sharing.
> (XEN) mce_intel.c:719: MCA Capability: BCAST 1 SER 0 CMCI 0 firstbank
> 0 extended MCE MSR 0
> (XEN) Intel machine check reporting enabled
> (XEN) alt table ffff82d080448590 -> ffff82d080449730
> (XEN) PCI: MCFG configuration 0: base e0000000 segment 0000 buses 00 - 3f
> (XEN) PCI: Not using MCFG for segment 0000 bus 00-3f
> (XEN) I/O virtualisation disabled
> (XEN) ENABLING IO-APIC IRQs
> (XEN)  -> Using new 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 16 KiB.
> (XEN) mwait-idle: MWAIT substates: 0x3000020
> (XEN) mwait-idle: v0.4 model 0x37
> (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) HVM: ASIDs enabled.
> (XEN) HVM: VMX enabled
> (XEN) HVM: Hardware Assisted Paging (HAP) detected
> (XEN) HVM: HAP page sizes: 4kB, 2MB
> (XEN) Brought up 2 CPUs
> (XEN) ACPI sleep modes: S3
> (XEN) mcheck_poll: Machine check polling timer started.
> (XEN) Dom0 has maximum 279 PIRQs
> (XEN) *** LOADING DOMAIN 0 ***
> (XEN)  Xen  kernel: 64-bit, lsb, compat32
> (XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x1000000 -> 0x21f0000
> (XEN) PHYSICAL MEMORY ARRANGEMENT:
> (XEN)  Dom0 alloc.:   0000000070000000->0000000074000000 (98816 pages
> to be allocated)
> (XEN) VIRTUAL MEMORY ARRANGEMENT:
> (XEN)  Loaded kernel: ffffffff81000000->ffffffff821f0000
> (XEN)  Init. ramdisk: 0000000000000000->0000000000000000
> (XEN)  Phys-Mach map: ffffffff821f0000->ffffffff822d1000
> (XEN)  Start info:    ffffffff822d1000->ffffffff822d14b4
> (XEN)  Page tables:   ffffffff822d2000->ffffffff822e7000
> (XEN)  Boot stack:    ffffffff822e7000->ffffffff822e8000
> (XEN)  TOTAL:         ffffffff80000000->ffffffff82400000
> (XEN)  ENTRY ADDRESS: ffffffff81d2b1f0
> (XEN) Dom0 has maximum 1 VCPUs
> (XEN) Scrubbing Free RAM on 1 nodes using 2 CPUs
> (XEN) ........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 316kB init memory.
> mapping kernel into physical memory
> about to get started...
> [    0.000000] Initializing cgroup subsys cpuset
> [    0.000000] Initializing cgroup subsys cpu
> [    0.000000] Initializing cgroup subsys cpuacct
> [    0.000000] Linux version 3.18.7-mmax-xen (cbrooke@cache) (gcc
> version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #1 SMP Mon Feb 16 22:49:44
> UTC 2015
> [    0.000000] Command line: acpi=off console=hvc0
> console=ttyS0,115200n1 root=/dev/sdb2 rw
> [    0.000000] KERNEL supported cpus:
> [    0.000000]   Intel GenuineIntel
> [    0.000000] Set 541081 page(s) to 1-1 mapping
> [    0.000000] Remapped 99 page(s), last_pfn=115299
> [    0.000000] Released 0 page(s)
> [    0.000000] e820: BIOS-provided physical RAM map:
> [    0.000000] Xen: [mem 0x0000000000000000-0x000000000008efff] usable
> [    0.000000] Xen: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
> [    0.000000] Xen: [mem 0x0000000000090000-0x000000000009dfff] usable
> [    0.000000] Xen: [mem 0x000000000009e000-0x00000000000fffff] reserved
> [    0.000000] Xen: [mem 0x0000000000100000-0x000000001fffffff] usable
> [    0.000000] Xen: [mem 0x0000000020000000-0x00000000200fffff] reserved
> [    0.000000] Xen: [mem 0x0000000020100000-0x0000000020162fff] usable
> [    0.000000] Xen: [mem 0x0000000020163000-0x0000000075509fff] unusable
> [    0.000000] Xen: [mem 0x000000007550a000-0x000000007550afff] ACPI data
> [    0.000000] Xen: [mem 0x000000007550b000-0x000000007550cfff] reserved
> [    0.000000] Xen: [mem 0x000000007550d000-0x0000000075514fff] ACPI NVS
> [    0.000000] Xen: [mem 0x0000000075515000-0x0000000075573fff] reserved
> [    0.000000] Xen: [mem 0x0000000075574000-0x0000000075583fff] ACPI data
> [    0.000000] Xen: [mem 0x0000000075584000-0x0000000075584fff] ACPI NVS
> [    0.000000] Xen: [mem 0x0000000075585000-0x0000000075585fff] ACPI data
> [    0.000000] Xen: [mem 0x0000000075586000-0x00000000755e3fff] ACPI NVS
> [    0.000000] Xen: [mem 0x00000000755e4000-0x00000000755eafff] reserved
> [    0.000000] Xen: [mem 0x00000000755eb000-0x00000000755ecfff] ACPI data
> [    0.000000] Xen: [mem 0x00000000755ed000-0x00000000755edfff] reserved
> [    0.000000] Xen: [mem 0x00000000755ee000-0x00000000755eefff] ACPI NVS
> [    0.000000] Xen: [mem 0x00000000755ef000-0x00000000797cffff] unusable
> [    0.000000] Xen: [mem 0x00000000797d0000-0x00000000797d0fff] reserved
> [    0.000000] Xen: [mem 0x00000000797d1000-0x000000007998cfff] unusable
> [    0.000000] Xen: [mem 0x000000007998d000-0x000000007998ffff] ACPI NVS
> [    0.000000] Xen: [mem 0x0000000079990000-0x00000000799cbfff] unusable
> [    0.000000] Xen: [mem 0x00000000799cc000-0x00000000799ccfff] reserved
> [    0.000000] Xen: [mem 0x00000000799cd000-0x00000000799defff] unusable
> [    0.000000] Xen: [mem 0x00000000799df000-0x00000000799e0fff] reserved
> [    0.000000] Xen: [mem 0x00000000799e1000-0x00000000799e1fff] unusable
> [    0.000000] Xen: [mem 0x00000000799e2000-0x00000000799e3fff] reserved
> [    0.000000] Xen: [mem 0x00000000799e4000-0x00000000799e4fff] unusable
> [    0.000000] Xen: [mem 0x00000000799e5000-0x00000000799e5fff] ACPI NVS
> [    0.000000] Xen: [mem 0x00000000799e6000-0x0000000079ad2fff] unusable
> [    0.000000] Xen: [mem 0x0000000079ad3000-0x0000000079ad3fff] ACPI NVS
> [    0.000000] Xen: [mem 0x0000000079ad4000-0x0000000079ad4fff] unusable
> [    0.000000] Xen: [mem 0x0000000079ad5000-0x0000000079ad5fff] ACPI NVS
> [    0.000000] Xen: [mem 0x0000000079ad6000-0x0000000079af1fff] unusable
> [    0.000000] Xen: [mem 0x0000000079af2000-0x0000000079af5fff] reserved
> [    0.000000] Xen: [mem 0x0000000079af6000-0x0000000079af8fff] unusable
> [    0.000000] Xen: [mem 0x0000000079af9000-0x0000000079af9fff] reserved
> [    0.000000] Xen: [mem 0x0000000079afa000-0x0000000079b0dfff] unusable
> [    0.000000] Xen: [mem 0x0000000079b0e000-0x0000000079b30fff] reserved
> [    0.000000] Xen: [mem 0x0000000079b31000-0x0000000079b42fff] unusable
> [    0.000000] Xen: [mem 0x0000000079b43000-0x0000000079b43fff] reserved
> [    0.000000] Xen: [mem 0x0000000079b44000-0x0000000079b44fff] unusable
> [    0.000000] Xen: [mem 0x0000000079b45000-0x0000000079b46fff] reserved
> [    0.000000] Xen: [mem 0x0000000079b47000-0x0000000079b71fff] unusable
> [    0.000000] Xen: [mem 0x0000000079b72000-0x0000000079b74fff] reserved
> [    0.000000] Xen: [mem 0x0000000079b75000-0x0000000079b88fff] unusable
> [    0.000000] Xen: [mem 0x0000000079b89000-0x0000000079b89fff] reserved
> [    0.000000] Xen: [mem 0x0000000079b8a000-0x0000000079cccfff] unusable
> [    0.000000] Xen: [mem 0x0000000079ccd000-0x0000000079ccdfff] reserved
> [    0.000000] Xen: [mem 0x0000000079cce000-0x0000000079cd3fff] unusable
> [    0.000000] Xen: [mem 0x0000000079cd4000-0x0000000079cd6fff] reserved
> [    0.000000] Xen: [mem 0x0000000079cd7000-0x0000000079d0cfff] unusable
> [    0.000000] Xen: [mem 0x0000000079d0d000-0x0000000079d0ffff] reserved
> [    0.000000] Xen: [mem 0x0000000079d10000-0x0000000079d2efff] unusable
> [    0.000000] Xen: [mem 0x0000000079d2f000-0x0000000079d2ffff] reserved
> [    0.000000] Xen: [mem 0x0000000079d30000-0x0000000079d33fff] ACPI NVS
> [    0.000000] Xen: [mem 0x0000000079d34000-0x0000000079d5cfff] unusable
> [    0.000000] Xen: [mem 0x0000000079d5d000-0x0000000079d5dfff] reserved
> [    0.000000] Xen: [mem 0x0000000079d5e000-0x0000000079d8dfff] unusable
> [    0.000000] Xen: [mem 0x0000000079d8e000-0x0000000079d8efff] reserved
> [    0.000000] Xen: [mem 0x0000000079d8f000-0x0000000079d92fff] unusable
> [    0.000000] Xen: [mem 0x0000000079d93000-0x0000000079d94fff] reserved
> [    0.000000] Xen: [mem 0x0000000079d95000-0x0000000079da4fff] unusable
> [    0.000000] Xen: [mem 0x0000000079da5000-0x0000000079da5fff] reserved
> [    0.000000] Xen: [mem 0x0000000079da6000-0x0000000079dc7fff] unusable
> [    0.000000] Xen: [mem 0x0000000079dc8000-0x0000000079dc8fff] reserved
> [    0.000000] Xen: [mem 0x0000000079dc9000-0x0000000079de1fff] unusable
> [    0.000000] Xen: [mem 0x0000000079de2000-0x0000000079de3fff] reserved
> [    0.000000] Xen: [mem 0x0000000079de4000-0x000000007a4b3fff] unusable
> [    0.000000] Xen: [mem 0x000000007a4b4000-0x000000007a4b4fff] reserved
> [    0.000000] Xen: [mem 0x000000007a4b5000-0x000000007a4b7fff] unusable
> [    0.000000] Xen: [mem 0x000000007a4b8000-0x000000007a4b8fff] reserved
> [    0.000000] Xen: [mem 0x000000007a4b9000-0x000000007affffff] unusable
> [    0.000000] Xen: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
> [    0.000000] Xen: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
> [    0.000000] Xen: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
> [    0.000000] Xen: [mem 0x00000000fee00000-0x00000000feefffff] reserved
> [    0.000000] NX (Execute Disable) protection: active
> [    0.000000] efi: EFI v2.40 by EDK II
> [    0.000000] efi:  ACPI=0x755ec000  ACPI 2.0=0x755ec014  SMBIOS=0x755ea000
> [    0.000000] SMBIOS 2.7 present.
> [    0.000000] e820: last_pfn = 0x20163 max_arch_pfn = 0x400000000
> [    0.000000] Scanning 1 areas for low memory corruption
> [    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
> [    0.000000] init_memory_mapping: [mem 0x1c000000-0x1c1fffff]
> [    0.000000] init_memory_mapping: [mem 0x18000000-0x1bffffff]
> [    0.000000] init_memory_mapping: [mem 0x00100000-0x17ffffff]
> [    0.000000] init_memory_mapping: [mem 0x1c200000-0x1fffffff]
> [    0.000000] init_memory_mapping: [mem 0x20100000-0x20162fff]
> [    0.000000] Zone ranges:
> [    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
> [    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
> [    0.000000]   Normal   empty
> [    0.000000] Movable zone start for each node
> [    0.000000] Early memory node ranges
> [    0.000000]   node   0: [mem 0x00001000-0x0008efff]
> [    0.000000]   node   0: [mem 0x00090000-0x0009dfff]
> [    0.000000]   node   0: [mem 0x00100000-0x1fffffff]
> [    0.000000]   node   0: [mem 0x20100000-0x20162fff]
> [    0.000000] Initmem setup node 0 [mem 0x00001000-0x20162fff]
> [    0.000000] x86/hpet: Will disable the HPET for this platform
> because it's not reliable
> [    0.000000] Reserving Intel graphics stolen memory at 0x7c000000-0x7fffffff
> [    0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
> [    0.000000] e820: [mem 0x80000000-0xe00f7fff] available for PCI devices
> [    0.000000] Booting paravirtualized kernel on Xen
> [    0.000000] Xen version: 4.5.0 (preserve-AD)
> [    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256
> nr_cpu_ids:1 nr_node_ids:1
> [    0.000000] PERCPU: Embedded 29 pages/cpu @ffff88001be00000 s79744
> r8192 d30848 u2097152
> [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.
> Total pages: 128996
> [    0.000000] Kernel command line: acpi=off console=hvc0
> console=ttyS0,115200n1 root=/dev/sdb2 rw
> [    0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
> [    0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
> [    0.000000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
> [    0.000000] software IO TLB [mem 0x16e00000-0x1ae00000] (64MB)
> mapped at [ffff880016e00000-ffff88001adfffff]
> [    0.000000] Memory: 365380K/524284K available (6308K kernel code,
> 1108K rwdata, 3952K rodata, 1284K init, 1232K bss, 158904K reserved)
> [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, 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=1.
> [    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
> [    0.000000] NR_IRQS:16640 nr_irqs:24 0
> [    0.000000] xen:events: Using FIFO-based ABI
> [    0.000000]  Offload RCU callbacks from all CPUs
> [    0.000000]  Offload RCU callbacks from CPUs: 0.
> [    0.000000] Console: colour dummy device 80x25
> [    0.000000] console [hvc0] enabled
> [    0.000000] console [ttyS0] enabled
> [    0.000000] installing Xen timer for CPU 0
> [    0.000000] tsc: Detected 1333.354 MHz processor
> [   25.269489] Calibrating delay loop (skipped), value calculated
> using timer frequency.. 2666.70 BogoMIPS (lpj=5333416)
> [   25.269729] pid_max: default: 32768 minimum: 301
> [   25.270633] Security Framework initialized
> [   25.270758] AppArmor: AppArmor initialized
> [   25.270854] Yama: becoming mindful.
> [   25.271085] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)
> [   25.271236] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 
> bytes)
> [   25.271949] Initializing cgroup subsys devices
> [   25.272083] Initializing cgroup subsys freezer
> [   25.272191] Initializing cgroup subsys net_cls
> [   25.272298] Initializing cgroup subsys blkio
> [   25.272401] Initializing cgroup subsys perf_event
> [   25.272611] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
> [   25.272611] ENERGY_PERF_BIAS: View and update with 
> x86_energy_perf_policy(8)
> [   25.272897] CPU: Physical Processor ID: 0
> [   25.272988] CPU: Processor Core ID: 0
> [   25.279208] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
> [   25.279208] Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
> [   25.323695] Freeing SMP alternatives memory: 16K (ffffffff81e58000
> - ffffffff81e5c000)
> [   25.324782] ftrace: allocating 29653 entries in 116 pages
> [   25.349900] cpu 0 spinlock event irq 17
> [   25.357012] Performance Events: unsupported p6 CPU model 55 no PMU
> driver, software events only.
> [   25.361315] x86: Booted up 1 node, 1 CPUs
> [   25.361567] NMI watchdog: disabled (cpu0): hardware events not enabled
> [   25.362071] devtmpfs: initialized
> [   25.372999] evm: security.selinux
> [   25.373101] evm: security.SMACK64
> [   25.373177] evm: security.ima
> [   25.373246] evm: security.capability
> [   25.377170] pinctrl core: initialized pinctrl subsystem
> [   25.377522] regulator-dummy: no parameters
> [   25.378204] NET: Registered protocol family 16
> [   25.378343] xen:grant_table: Grant tables using version 1 layout
> [   25.378502] Grant table initialized
> [   25.379857] PCI: Using configuration type 1 for base access
> [   25.385390] ACPI: Interpreter disabled.
> [   25.385549] xen:balloon: Initialising balloon driver
> [   25.386335] xen_balloon: Initialising balloon driver
> [   25.386796] vgaarb: loaded
> [   25.387599] SCSI subsystem initialized
> [   25.388019] usbcore: registered new interface driver usbfs
> [   25.388180] usbcore: registered new interface driver hub
> [   25.388338] usbcore: registered new device driver usb
> [   25.388866] PCI: Probing PCI hardware
> [   25.389039] PCI host bridge to bus 0000:00
> [   25.389142] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
> [   25.389293] pci_bus 0000:00: root bus resource [mem 0x00000000-0xfffffffff]
> [   25.389448] pci_bus 0000:00: No busn resource found for root bus,
> will use [bus 00-ff]
> (XEN) PCI add device 0000:00:00.0
> (XEN) PCI add device 0000:00:02.0
> [   25.390398] vgaarb: setting as boot device: PCI:0000:00:02.0
> [   25.390527] vgaarb: device added:
> PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
> (XEN) PCI add device 0000:00:13.0
> (XEN) PCI add device 0000:00:14.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.2
> (XEN) PCI add device 0000:00:1c.3
> (XEN) PCI add device 0000:00:1f.0
> (XEN) PCI add device 0000:00:1f.3
> [   25.395177] pci 0000:00:1c.0: PCI bridge to [bus 01]
> (XEN) PCI add device 0000:02:00.0
> [   25.396119] pci 0000:00:1c.2: PCI bridge to [bus 02]
> [   25.396454] pci 0000:00:1c.3: PCI bridge to [bus 03]
> [   25.397700] NetLabel: Initializing
> [   25.397792] NetLabel:  domain hash size = 128
> [   25.397907] NetLabel:  protocols = UNLABELED CIPSOv4
> [   25.398099] NetLabel:  unlabeled traffic allowed by default
> [   25.398616] Switched to clocksource xen
> [   25.402239] cfg80211: Calling CRDA to update world regulatory domain
> [   25.423340] AppArmor: AppArmor Filesystem Enabled
> [   25.423532] pnp: PnP ACPI: disabled
> [   25.429622] pci 0000:00:1c.0: BAR 14: assigned [mem 0x90900000-0x90afffff]
> [   25.429797] pci 0000:00:1c.0: BAR 15: assigned [mem
> 0x100000000-0x1001fffff 64bit pref]
> [   25.429981] pci 0000:00:1c.3: BAR 14: assigned [mem 0x90b00000-0x90cfffff]
> [   25.430162] pci 0000:00:1c.3: BAR 15: assigned [mem
> 0x100200000-0x1003fffff 64bit pref]
> [   25.430341] pci 0000:00:1c.0: BAR 13: assigned [io  0x3000-0x3fff]
> [   25.430481] pci 0000:00:1c.3: BAR 13: assigned [io  0x4000-0x4fff]
> [   25.430683] pci 0000:00:1c.0: PCI bridge to [bus 01]
> [   25.430803] pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
> [   25.430950] pci 0000:00:1c.0:   bridge window [mem 0x90900000-0x90afffff]
> [   25.431107] pci 0000:00:1c.0:   bridge window [mem
> 0x100000000-0x1001fffff 64bit pref]
> [   25.431291] pci 0000:00:1c.2: PCI bridge to [bus 02]
> [   25.431407] pci 0000:00:1c.2:   bridge window [io  0x1000-0x1fff]
> [   25.431552] pci 0000:00:1c.2:   bridge window [mem 0x90500000-0x905fffff]
> [   25.431708] pci 0000:00:1c.2:   bridge window [mem
> 0x90400000-0x904fffff 64bit pref]
> [   25.431889] pci 0000:00:1c.3: PCI bridge to [bus 03]
> [   25.432005] pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
> [   25.432165] pci 0000:00:1c.3:   bridge window [mem 0x90b00000-0x90cfffff]
> [   25.432321] pci 0000:00:1c.3:   bridge window [mem
> 0x100200000-0x1003fffff 64bit pref]
> [   25.432671] NET: Registered protocol family 2
> [   25.433246] TCP established hash table entries: 4096 (order: 3, 32768 
> bytes)
> [   25.433429] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)
> [   25.433600] TCP: Hash tables configured (established 4096 bind 4096)
> [   25.433796] TCP: reno registered
> [   25.433878] UDP hash table entries: 256 (order: 1, 8192 bytes)
> [   25.434015] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
> [   25.434257] NET: Registered protocol family 1
> [   25.434453] pci 0000:00:14.0: can't find IRQ for PCI INT A; please
> try using pci=biosirq
> [   25.435208] platform rtc_cmos: registered platform RTC device (no
> PNP device found)
> [   25.435870] Scanning for low memory corruption every 60 seconds
> [   25.436668] futex hash table entries: 256 (order: 2, 16384 bytes)
> [   25.436854] Initialise system trusted keyring
> [   25.437028] audit: initializing netlink subsys (disabled)
> [   25.437184] audit: type=2000 audit(978307223.876:1): initialized
> [   25.437853] HugeTLB registered 2 MB page size, pre-allocated 0 pages
> [   25.443465] zpool: loaded
> [   25.443543] zbud: loaded
> [   25.443947] VFS: Disk quotas dquot_6.5.2
> [   25.444155] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
> [   25.445942] fuse init (API version 7.23)
> [   25.446352] msgmni has been set to 713
> [   25.446731] Key type big_key registered
> [   25.448215] Key type asymmetric registered
> [   25.448321] Asymmetric key parser 'x509' registered
> [   25.448576] Block layer SCSI generic (bsg) driver version 0.4
> loaded (major 252)
> [   25.448866] io scheduler noop registered
> [   25.448965] io scheduler deadline registered (default)
> [   25.449209] io scheduler cfq registered
> [   25.449556] pcieport 0000:00:1c.0: can't find IRQ for PCI INT A;
> please try using pci=biosirq
> [   25.450362] pcieport 0000:00:1c.2: can't find IRQ for PCI INT C;
> please try using pci=biosirq
> [   25.450938] pcieport 0000:00:1c.3: can't find IRQ for PCI INT D;
> please try using pci=biosirq
> [   25.451420] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
> [   25.451676] pciehp 0000:00:1c.0:pcie04: Slot #0 AttnBtn- AttnInd-
> PwrInd- PwrCtrl- MRL- Interlock- NoCompl+ LLActRep+
> [   25.452093] pciehp 0000:00:1c.2:pcie04: Slot #2 AttnBtn- AttnInd-
> PwrInd- PwrCtrl- MRL- Interlock- NoCompl+ LLActRep+
> [   25.452480] pciehp 0000:00:1c.3:pcie04: Slot #3 AttnBtn- AttnInd-
> PwrInd- PwrCtrl- MRL- Interlock- NoCompl+ LLActRep+
> [   25.452831] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
> [   25.453103] ipmi message handler version 39.2
> [   25.453846] xen:xen_evtchn: Event-channel device installed
> [   25.454352] xen_pciback: backend is vpci
> [   25.455758] Serial: 8250/16550 driver, 32 ports, IRQ sharing disabled
> [   25.460721] Non-volatile memory driver v1.3
> [   25.463256] loop: module loaded
> [   25.463946] ahci 0000:00:13.0: can't find IRQ for PCI INT A; please
> try using pci=biosirq
> [   25.464182] ahci 0000:00:13.0: controller can't do DEVSLP, turning off
> [   25.478828] ahci 0000:00:13.0: AHCI 0001.0300 32 slots 2 ports 3
> Gbps 0x3 impl SATA mode
> [   25.479012] ahci 0000:00:13.0: flags: 64bit ncq pm led clo pio slum part 
> deso
> [   25.479890] scsi host0: ahci
> [   25.480378] scsi host1: ahci
> [   25.480574] ata1: SATA max UDMA/133 abar m20[   26.561902] i8042:
> No controller found
> [   26.562551] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
> [   26.562769] xen:events: Failed to obtain physical IRQ 8
> [   26.562905] rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram
> [   26.563099] i2c /dev entries driver
> [   26.563405] xen_wdt: Xen WatchDog Timer Driver v0.01
> [   26.563681] xen_wdt: initialized (timeout=60s, nowayout=0)
> [   26.563816] md: linear personality registered for level -1
> [   26.563942] md: raid0 personality registered for level 0
> [   26.564064] md: raid1 personality registered for level 1
> [   26.564302] device-mapper: uevent: version 1.0.3
> [   26.564924] device-mapper: ioctl: 4.28.0-ioctl (2014-09-17)
> initialised: dm-devel@xxxxxxxxxx
> [   26.565146] EFI Variables Facility v0.08 2004-May-17
> [   26.572681] hidraw: raw HID events driver (C) Jiri Kosina
> [   26.572922] usbcore: registered new interface driver usbhid
> [   26.573047] usbhid: USB HID core driver
> [   26.573453] TCP: cubic registered
> [   26.573540] NET: Registered protocol family 17
> [   26.573704] bridge: automatic filtering via arp/ip/ip6tables has
> been deprecated. Update your scripts to load br_netfilter if you need
> this.
> [   26.573981] 8021q: 802.1Q VLAN Support v1.8
> [   26.574186] Key type dns_resolver registered
> [   26.574922] Loading compiled-in X.509 certificates
> [   26.577914] Loaded X.509 cert 'Magrathea: Glacier signing key:
> f04f2133bee4f414735bf14cb83e2f31c958af6b'
> [   26.578144] registered taskstats version 1
> [   26.578969] Key type trusted registered
> [   26.580128] Key type encrypted registered
> [   26.580253] AppArmor: AppArmor sha1 policy hashing enabled
> [   26.580382] ima: No TPM chip found, activating TPM-bypass!
> [   26.580583] evm: HMAC attrs: 0x1
> [   26.581467] rtc_cmos rtc_cmos: setting system clock to 2001-01-01
> 00:00:25 UTC (978307225)
> [   26.666822] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   26.667010] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   26.667543] ata1.00: ATA-7: JMicron H/W JBOD, 32101030, max UDMA/133
> [   26.667690] ata1.00: 3906863104 sectors, multi 1: LBA48
> [   26.668202] ata1.00: configured for UDMA/133
> [   26.668635] scsi 0:0:0:0: Direct-Access     ATA      JMicron H/W
> JBOD 1030 PQ: 0 ANSI: 5
> [   26.669015] ata2.00: supports DRM functions and may not be fully accessible
> [   26.669866] sd 0:0:0:0: [sda] 3906863104 512-byte logical blocks:
> (2.00 TB/1.81 TiB)
> [   26.670298] sd 0:0:0:0: [sda] Write Protect is off
> [   26.670485] ata2.00: ATA-9: Samsung SSD 840 EVO 1TB mSATA,
> EXT42B6Q, max UDMA/133
> [   26.670696] ata2.00: 1953525168 sectors, multi 1: LBA48 NCQ (depth 31/32), 
> AA
> [   26.670959] sd 0:0:0:0: [sda] Write cache: disabled, read cache:
> enabled, doesn't support DPO or FUA
> [   26.671354] sd 0:0:0:0: Attached scsi generic sg0 type 0
> [   26.672025] ata2.00: supports DRM functions and may not be fully accessible
> [   26.672456] ata2.00: configured for UDMA/133
> [   26.674847]  sda: unknown partition table
> [   26.675621] sd 0:0:0:0: [sda] Attached SCSI disk
> [   26.679063] scsi 1:0:0:0: Direct-Access     ATA      Samsung SSD
> 840  2B6Q PQ: 0 ANSI: 5
> [   26.679798] sd 1:0:0:0: Attached scsi generic sg1 type 0
> [   26.680200] sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks:
> (1.00 TB/931 GiB)
> [   26.680678] sd 1:0:0:0: [sdb] Write Protect is off
> [   26.680884] sd 1:0:0:0: [sdb] Write cache: enabled, read cache:
> enabled, doesn't support DPO or FUA
> [   26.684372]  sdb: sdb1 sdb2 sdb3
> [   26.685631] sd 1:0:0:0: [sdb] Attached SCSI disk
> [   26.685795] md: Waiting for all devices to be available before autodetect
> [   26.685946] md: If you don't use raid, use raid=noautodetect
> [   26.686442] md: Autodetecting RAID arrays.
> [   26.686542] md: Scanned 0 and added 0 devices.
> [   26.686715] md: autorun ...
> [   26.686789] md: ... autorun DONE.
> [   26.687192] EXT4-fs (sdb2): couldn't mount as ext3 due to feature
> incompatibilities
> [   26.687644] EXT4-fs (sdb2): couldn't mount as ext2 due to feature
> incompatibilities
> [   26.774711] usb 1-1: new high-speed USB device number 2 using xhci_hcd
> [   26.832271] EXT4-fs (sdb2): 1 orphan inode deleted
> [   26.832395] EXT4-fs (sdb2): recovery complete
> [   26.860256] EXT4-fs (sdb2): mounted filesystem with ordered data
> mode. Opts: (null)
> [   26.860462] VFS: Mounted root (ext4 filesystem) on device 8:18.
> [   26.862367] devtmpfs: mounted
> [   26.864240] Freeing unused kernel memory: 1284K (ffffffff81d17000 -
> ffffffff81e58000)
> [   26.864430] Write protecting the kernel read-only data: 12288k
> [   26.880463] Freeing unused kernel memory: 1876K (ffff88000162b000 -
> ffff880001800000)
> [   26.880920] Freeing unused kernel memory: 144K (ffff880001bdc000 -
> ffff880001c00000)
> [   26.903160] usb 1-1: New USB device found, idVendor=0bda, idProduct=8812
> [   26.903324] usb 1-1: New USB device strings: Mfr=1, Product=2, 
> SerialNumber=3
> [   26.903482] usb 1-1: Product: 802.11n NIC
> [   26.903590] usb 1-1: Manufacturer: Realtek
> [   26.903689] usb 1-1: SerialNumber: 123456
> [   26.979973] random: init urandom read with 38 bits of entropy available
> [   27.070793] usb 1-2: new high-speed USB device number 3 using xhci_hcd
> [   27.153530] init: plymouth-upstart-bridge main process (90)
> terminated with status 1
> [   27.153792] init: plymouth-upstart-bridge main process ended, respawning
> [   27.219326] usb 1-2: New USB device found, idVendor=0cf3, idProduct=9271
> [   27.219490] usb 1-2: New USB device strings: Mfr=16, Product=32,
> SerialNumber=48
> [   27.219653] usb 1-2: Product: USB2.0 WLAN
> [   27.219746] usb 1-2: Manufacturer: ATHEROS
> [   27.219839] usb 1-2: SerialNumber: 12345
> [   27.271084] init: ureadahead main process (93) terminated with status 5
> [   27.272072] init: plymouth-upstart-bridge main process (100)
> terminated with status 1
> [   27.272315] init: plymouth-upstart-bridge main process ended, respawning
> The disk drive for /boot/efi is not ready yet or not present.
> keys:Continue to wait, or Press S to skip mounting or M for manual recovery
> keys:
> stty: standard input: Input/output error
>  * Starting AppArmor profiles
> Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd
>    ...done.
>  * Setting sensors limits
>    ...done.
>  * Setting up X socket directories...
>    ...done.
> stty: standard input: Input/output error
>  * Starting Mount filesystems on boot                                    [ OK 
> ]
>  * Stopping Send an event to indicate plymouth is up                     [ OK 
> ]
>  * Starting Signal sysvinit that the rootfs is mounted                   [ OK 
> ]
>  * Starting Clean /tmp directory                                         [ OK 
> ]
>  * Starting Populate and link to /run filesystem                         [ OK 
> ]
>  * Stopping Clean /tmp directory                                         [ OK 
> ]
>  * Stopping Populate and link to /run filesystem                         [ OK 
> ]
>  * Stopping Track if upstart is running in a container                   [ OK 
> ]
>  * Starting Initialize or finalize resolvconf                            [ OK 
> ]
>  * Starting set console keymap                                           [ OK 
> ]
>  * Starting Signal sysvinit that virtual filesystems are mounted         [ OK 
> ]
>  * Starting Signal sysvinit that virtual filesystems are mounted         [ OK 
> ]
>  * Starting Bridge udev events into upstart                              [ OK 
> ]
>  * Starting Signal sysvinit that remote filesystems are mounted          [ OK 
> ]
>  * Starting device node and kernel event manager                         [ OK 
> ]
>  * Starting load modules from /etc/modules                               [ OK 
> ]
>  * Starting cold plug devices                                            [ OK 
> ]
>  * Starting log initial device creation                                  [ OK 
> ]
>  * Stopping set console keymap                                           [ OK 
> ]
>  * Stopping load modules from /etc/modules                               [ OK 
> ]
>  * Stopping Read required files in advance (for other mountpoints)       [ OK 
> ]
>  * Starting Signal sysvinit that local filesystems are mounted           [ OK 
> ]
>  * Stopping Mount filesystems on boot                                    [ OK 
> ]
>  * Starting flush early job output to logs                               [ OK 
> ]
>  * Starting D-Bus system message bus                                     [ OK 
> ]
>  * Stopping flush early job output to logs                               [ OK 
> ]
>  * Starting SystemD login management service                             [ OK 
> ]
>  * Starting system logging daemon                                        [ OK 
> ]
>  * Starting Bridge file events into upstart                              [ OK 
> ]
>  * Starting Uncomplicated firewall                                       [ OK 
> ]
>  * Starting configure network device security                            [ OK 
> ]
>  * Starting configure network device security                            [ OK 
> ]
>  * Starting Mount network filesystems                                    [ OK 
> ]
>  * Starting Failsafe Boot Delay                                          [ OK 
> ]
>  * Stopping Mount network filesystems                                    [ OK 
> ]
>  * Starting Mount network filesystems                                    [ OK 
> ]
>  * Stopping Mount network filesystems                                    [ OK 
> ]
>  * Starting configure network device                                     [ OK 
> ]
>  * Starting Bridge socket events into upstart                            [ OK 
> ]
>  * Starting configure network device                                     [ OK 
> ]
>  * Starting configure network device security                            [ OK 
> ]
>  * Starting configure network device                                     [ OK 
> ]
>  * Starting configure network device security                            [ OK 
> ]
>  * Starting configure network device security                            [ OK 
> ]
>  * Starting Mount network filesystems                                    [ OK 
> ]
>  * Stopping Mount network filesystems                                    [ OK 
> ]
>  * Starting configure network device                                     [ OK 
> ]
>  * Starting Mount network filesystems                                    [ OK 
> ]
>  * Starting configure network device                                     [ OK 
> ]
>  * Stopping Mount network filesystems                                    [ OK 
> ]
>  * Starting configure network device security                            [ OK 
> ]
>  * Starting configure network device security                            [ OK 
> ]
>  * Starting configure network device security                            [ OK 
> ]
>  * Starting Mount network filesystems                                    [ OK 
> ]
>  * Stopping Mount network filesystems                                    [ OK 
> ]
>  * Starting configure network device                                     [ OK 
> ]
>  * Starting configure network device security                            [ OK 
> ]
>  * Stopping cold plug devices                                            [ OK 
> ]
>  * Starting configure network device security                            [ OK 
> ]
>  * Stopping log initial device creation                                  [ OK 
> ]
>  * Starting configure network device security                            [ OK 
> ]
>  * Starting set console font                                             [ OK 
> ]
>  * Stopping set console font                                             [ OK 
> ]
>  * Starting userspace bootsplash                                         [ OK 
> ]
>  * Stopping userspace bootsplash                                         [ OK 
> ]
>  * Starting Send an event to indicate plymouth is up                     [ OK 
> ]
>  * Starting configure network device                                     [ OK 
> ]
>  * Starting Mount network filesystems                                    [ OK 
> ]
>  * Stopping Send an event to indicate plymouth is up                     [ OK 
> ]
>  * Starting configure network device                                     [ OK 
> ]
>  * Starting configure virtual network devices                            [ OK 
> ]
>  * Starting configure network device                                     [ OK 
> ]
>  * Stopping Mount network filesystems                                    [ OK 
> ]
>  * Stopping Failsafe Boot Delay                                          [ OK 
> ]
>  * Starting configure network device                                     [ OK 
> ]
>  * Starting System V initialisation compatibility                        [ OK 
> ]
>  * Stopping System V initialisation compatibility
>   [ OStarting /usr/sbin/oxenstored...
> Setting domain 0 name, domid and JSON config...
> Done setting up Dom0
> Starting xenconsoled...
> Starting QEMU as disk backend for dom0
> Starting domain watchdog daemon:  * xenwatchdogd startup
>  * Starting NTP server ntpd
>    ...done.
>  * Restoring resolver state...
>    ...done.
> Parsing config from /home/xen/firewall/firewall.cfg
> Parsing config from /home/xen/vault/vault.cfg
> Parsing config from /home/xen/iperfv10/iperfv10.cfg
> (XEN) grant_table.c:311:d0v0 Increased maptrack size to 2 frames
> Parsing config from /home/xen/uk-tun-1/uk-tun-1.cfg
> (XEN) grant_table.c:311:d0v0 Increased maptrack size to 3 frames
> (XEN) traps.c:3151: GPF (0000): ffff82d08018e95b -> ffff82d08022a99f
> (XEN) traps.c:3151: GPF (0000): ffff82d08018e95b -> ffff82d08022a99f
> Ubuntu 14.04.1 LTS base hvc0
> base login:
> 
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxx
> http://lists.xen.org/xen-users



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