Monday, November 17, 2014, 9:43:47 PM, you wrote:
> . snip..
>> > # cat /proc/interrupts |grep eth
>> > 36: 384183 0 xen-pirq-ioapic-level eth0
>> > 63: 1 0 xen-pirq-msi-x eth1
>> > 64: 24 661961 xen-pirq-msi-x eth1-rx-0
>> > 65: 205 0 xen-pirq-msi-x eth1-rx-1
>> > 66: 162 0 xen-pirq-msi-x eth1-tx-0
>> > 67: 190 0 xen-pirq-msi-x eth1-tx-1
>> > Is that a similar distribution of IRQ/MSIx you end up having?
>>
>> These are when they are still active and assigned to dom0 (and not owned by
>> pci-back) or in the guest ?
> In the guest.
>>
>> I attached my /proc/interrupts for both dom0 as guest 16 with all guests
>> running
>> (on a Xen from before the dpci changes).
>> With the devices passed through I only see one line with the IRQ of a
>> PCI soundcard passed through to a PV guest:
>> 22: 38959 0 0 0 0 0
>> xen-pirq-ioapic-level xen-pciback[0000:03:06.0]
>>
>> All the other devices passed through (to HVM guests) are not visible in
>> /proc/interrupts of dom0.
> Right.
>>
>> In the guest i do get these:
>> 23: 35 0 0 0 xen-pirq-ioapic-level
>> uhci_hcd:usb3
>> 40: 13440077 0 0 0 xen-pirq-ioapic-level
>> cx25821[1], cx25821[1]
> That is a bit odd. You have two 'request_irq' off this sole device, which
> would
> imply that there are _two_ devices which are using the same interrupt line.
> But how is that possible when your device:
> 0a:00.0 Multimedia video controller: Conexant Systems, Inc. Device 8210
> Flags: bus master, fast devsel, latency 0, IRQ 47
> Memory at fe200000 (64-bit, non-prefetchable) [size=2M]
> Capabilities: [40] Express Endpoint, MSI 00
> Capabilities: [80] Power Management version 3
> Capabilities: [90] Vital Product Data
> Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
> Capabilities: [100] Advanced Error Reporting
> Capabilities: [200] Virtual Channel
> Kernel driver in use: pciback
> Has only one IRQ! What is the name of this device? Perhaps I've another one
> that
> is similar to this. Could you attach
Well it's a videograbber .. with also one port for audio (not used) that
registers with alsa. I can have a look if i can disable the audio part and see
if it makes a
difference, i don't use it anyway.
> a) 'lspci -vvvv' from your guest please?
Attached
> b) The the full 'dmesg' from your guest?
Attached
> c) the /var/log/xen/qemu-dm-XXX ? Hmm, you are using qemu-xen so it won't log
> that much information. Could you try 'qemu-traditional' or would that
> mess up with XHCI?
Attached, it contains some info (since i enabled debugging already) but most
about MSI-X and not much about the legacy irq case though ...
I don't think traditional will mess up XHCI, it's also worth a try.
When looking at the driver /drivers/media/pci/cx25821 it's also clear why it
doesn't enable MSI, though the card would support it according to lspci, the
drivers lacks support (when i grep for MSI).
Also the driver seems to have an parameter to do irq debugging .. no idea how
hard that will flood logs, but it's also worth a try :-)
cx25821-video.c:47:MODULE_PARM_DESC(irq_debug, "enable debug messages [IRQ
handler]");
> In regards to your other question:
> Hi Konrad,
> Here is the xl dmesg output with this patch (attached with debug-key
> i and M
> output). What i don't get .. is that d16 and d17 each have a device
> passed through
> that seems to be using the same pirq 87 ?
> Those are per guest. They are the MSI values after 84 or so.
Hrrm yes i had found that already :-)
All those (legacy) irq, msi, gsi, vector, pirq numbers can be a bit mind
boggling .. what corresponds to what where and when.
> Back to your crash:
> d16 OK-softirq 458msec ago, state:1, 52039 count, [prev:ffff83054ef283e0,
> next:ffff83054ef283e0] ffff83051b95fd28MACH_PCI_SHIFT MAPPED_SHIFT
> GUEST_PCI_SHIFT PIRQ:0
> d16 OK-raise 489msec ago, state:1, 52049 count, [prev:0000000000200200,
> next:0000000000100100] ffff83051b95fd28MACH_PCI_SHIFT MAPPED_SHIFT
> GUEST_PCI_SHIFT PIRQ:0
> d16 ERR-poison 561msec ago, state:0, 1 count, [prev:0000000000200200,
> next:0000000000100100] ffff83051b95fd28MACH_PCI_SHIFT MAPPED_SHIFT
> GUEST_PCI_SHIFT PIRQ:0
> d16 Z-softirq 731msec ago, state:3, 3 count, [prev:ffff83054ef283e0,
> next:ffff83054ef283e0] ffff83051b95fd28MACH_PCI_SHIFT MAPPED_SHIFT
> GUEST_PCI_SHIFT PIRQ:0
> domain_crash called from io.c:938
> Domain 16 reported crashed by domain 32767 on cpu#5:
> All of it point to the legacy interrupt - that is the on that starts at Xen
> IRQ 47 (guest IRQ 40):
> io.c:550: d16: bind: m_gsi=47 g_gsi=40 dev=00.00.6 intx=0
> IRQ: 47 affinity:02 vec:d1 type=IO-APIC-level status=00000030 in-flight=1
> domain-list=16: +47(P-M),
> which looks OK.
OK, i still don't get why the output of debug-key 'i' reports +47 as pirq here
instead of the guest value
(g_gsi of for this legacy interrupt which is 40 ?), like it does when it's a
MSI with the PIRQ ?
> I am puzzled by the driver binding twice to the same interrupt, but perhaps
> that
> is just a buggy driver.
Doesn't that happen more often like with integrated USB controllers ?
17: 4 0 0 0 0 0
xen-pirq-ioapic-level ehci_hcd:usb1, ehci_hcd:usb2, ehci_hcd:usb3
18: 4385 0 0 0 0 0
xen-pirq-ioapic-level ohci_hcd:usb4, ohci_hcd:usb5, ohci_hcd:usb6,
ohci_hcd:usb7
And on host boot (with still some extra printk's):
[ 12.773709] xen: registering gsi 18 triggering 0 polarity 1
[ 12.773731] xen: --> pirq=18 -> irq=18 (gsi=18)
[ 12.773749] pci 0000:00:12.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 18
(level, low) -> IRQ/rc 18
[ 12.848820] pci 0000:00:12.2: calling quirk_usb_early_handoff+0x0/0x6f0
[ 12.848942] xen: registering gsi 17 triggering 0 polarity 1
[ 12.848957] xen: --> pirq=17 -> irq=17 (gsi=17)
[ 12.848975] pci 0000:00:12.2: ?!?!? acpi_pci_irq_enable: PCI INT B -> GSI 17
(level, low) -> IRQ/rc 17
[ 12.849120] pci 0000:00:13.0: calling quirk_usb_early_handoff+0x0/0x6f0
[ 12.849236] xen: registering gsi 18 triggering 0 polarity 1
[ 12.849240] Already setup the GSI :18
[ 12.849245] pci 0000:00:13.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 18
(level, low) -> IRQ/rc 18
[ 12.925464] pci 0000:00:13.2: calling quirk_usb_early_handoff+0x0/0x6f0
[ 12.925583] xen: registering gsi 17 triggering 0 polarity 1
[ 12.925589] Already setup the GSI :17
[ 12.925593] pci 0000:00:13.2: ?!?!? acpi_pci_irq_enable: PCI INT B -> GSI 17
(level, low) -> IRQ/rc 17
[ 12.925748] pci 0000:00:14.5: calling quirk_usb_early_handoff+0x0/0x6f0
[ 12.925863] xen: registering gsi 18 triggering 0 polarity 1
[ 12.925868] Already setup the GSI :18
[ 12.925872] pci 0000:00:14.5: ?!?!? acpi_pci_irq_enable: PCI INT C -> GSI 18
(level, low) -> IRQ/rc 18
[ 13.002145] pci 0000:00:16.0: calling quirk_usb_early_handoff+0x0/0x6f0
[ 13.002264] xen: registering gsi 18 triggering 0 polarity 1
[ 13.002269] Already setup the GSI :18
[ 13.002273] pci 0000:00:16.0: ?!?!? acpi_pci_irq_enable: PCI INT A -> GSI 18
(level, low) -> IRQ/rc 18
[ 13.078814] pci 0000:00:16.2: calling quirk_usb_early_handoff+0x0/0x6f0
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.18.0-rc4-20141116-security+ (root@security) (gcc
version 4.7.2 (Debian 4.7.2-5) ) #1 SMP Sun Nov 16 14:44:28 CET 2014
[ 0.000000] Command line:
BOOT_IMAGE=/boot/vmlinuz-3.18.0-rc4-20141116-security+ root=/dev/xvda1 ro
console=tty1 console=ttyS0 nomodeset
[ 0.000000] tseg: 0000000000
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003f7fdfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000003f7fe000-0x000000003f7fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fc000000-0x00000000ffffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.4 present.
[ 0.000000] DMI: Xen HVM domU, BIOS 4.5.0-rc 11/17/2014
[ 0.000000] Hypervisor detected: Xen HVM
[ 0.000000] Xen version 4.5.
[ 0.000000] Xen Platform PCI: I/O protocol version 1
[ 0.000000] Netfront and the Xen platform PCI driver have been compiled for
this kernel: unplug emulated NICs.
[ 0.000000] Blkfront and the Xen platform PCI driver have been compiled for
this kernel: unplug emulated disks.
[ 0.000000] You might have to change the root device
[ 0.000000] from /dev/hd[a-d] to /dev/xvd[a-d]
[ 0.000000] in your root= kernel command line option
[ 0.000000] HVMOP_pagetable_dying not supported
[ 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 = 0x3f7fe max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: write-back
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF write-combining
[ 0.000000] C0000-FFFFF write-back
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0000F0000000 mask FFFFF0000000 uncachable
[ 0.000000] 1 disabled
[ 0.000000] 2 disabled
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] TOM2: 0000000560000000 aka 22016M
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] found SMP MP-table at [mem 0x000f5cc0-0x000f5ccf] mapped at
[ffff8800000f5cc0]
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] BRK [0x022fe000, 0x022fefff] PGTABLE
[ 0.000000] BRK [0x022ff000, 0x022fffff] PGTABLE
[ 0.000000] BRK [0x02300000, 0x02300fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x3f400000-0x3f5fffff]
[ 0.000000] [mem 0x3f400000-0x3f5fffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x3c000000-0x3f3fffff]
[ 0.000000] [mem 0x3c000000-0x3f3fffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x00100000-0x3bffffff]
[ 0.000000] [mem 0x00100000-0x001fffff] page 4k
[ 0.000000] [mem 0x00200000-0x3bffffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x3f600000-0x3f7fdfff]
[ 0.000000] [mem 0x3f600000-0x3f7fdfff] page 4k
[ 0.000000] BRK [0x02301000, 0x02301fff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x37c48000-0x37e1bfff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000F5C10 000024 (v02 Xen )
[ 0.000000] ACPI: XSDT 0x00000000FC00A140 000054 (v01 Xen HVM
00000000 HVML 00000000)
[ 0.000000] ACPI: FACP 0x00000000FC009A70 0000F4 (v04 Xen HVM
00000000 HVML 00000000)
[ 0.000000] ACPI: DSDT 0x00000000FC001300 0086F0 (v02 Xen HVM
00000000 INTL 20100528)
[ 0.000000] ACPI: FACS 0x00000000FC0012C0 000040
[ 0.000000] ACPI: APIC 0x00000000FC009B70 000460 (v02 Xen HVM
00000000 HVML 00000000)
[ 0.000000] ACPI: HPET 0x00000000FC00A050 000038 (v01 Xen HVM
00000000 HVML 00000000)
[ 0.000000] ACPI: WAET 0x00000000FC00A090 000028 (v01 Xen HVM
00000000 HVML 00000000)
[ 0.000000] ACPI: SSDT 0x00000000FC00A0C0 000031 (v02 Xen HVM
00000000 INTL 20100528)
[ 0.000000] ACPI: SSDT 0x00000000FC00A100 000031 (v02 Xen HVM
00000000 INTL 20100528)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003f7fdfff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x3f7f3000-0x3f7fdfff]
[ 0.000000] [ffffea0000000000-ffffea0000ffffff] PMD ->
[ffff88003de00000-ffff88003edfffff] on node 0
[ 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-0x0009efff]
[ 0.000000] node 0: [mem 0x00100000-0x3f7fdfff]
[ 0.000000] Initmem setup node 0 [mem 0x00001000-0x3f7fdfff]
[ 0.000000] On node 0 totalpages: 259996
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 21 pages reserved
[ 0.000000] DMA zone: 3998 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 4000 pages used for memmap
[ 0.000000] DMA32 zone: 255998 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0xb008
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x06] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x08] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x0a] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x0c] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x0e] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x10] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x12] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x14] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x16] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x18] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x1a] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x1c] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x1e] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x20] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x11] lapic_id[0x22] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x12] lapic_id[0x24] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x13] lapic_id[0x26] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x14] lapic_id[0x28] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x15] lapic_id[0x2a] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x16] lapic_id[0x2c] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x17] lapic_id[0x2e] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x18] lapic_id[0x30] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x19] lapic_id[0x32] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x1a] lapic_id[0x34] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x1b] lapic_id[0x36] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x1c] lapic_id[0x38] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x1d] lapic_id[0x3a] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x1e] lapic_id[0x3c] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x1f] lapic_id[0x3e] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x20] lapic_id[0x40] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x21] lapic_id[0x42] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x22] lapic_id[0x44] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x23] lapic_id[0x46] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x24] lapic_id[0x48] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x25] lapic_id[0x4a] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x26] lapic_id[0x4c] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x27] lapic_id[0x4e] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x28] lapic_id[0x50] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x29] lapic_id[0x52] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x2a] lapic_id[0x54] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x2b] lapic_id[0x56] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x2c] lapic_id[0x58] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x2d] lapic_id[0x5a] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x2e] lapic_id[0x5c] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x2f] lapic_id[0x5e] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x30] lapic_id[0x60] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x31] lapic_id[0x62] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x32] lapic_id[0x64] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x33] lapic_id[0x66] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x34] lapic_id[0x68] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x35] lapic_id[0x6a] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x36] lapic_id[0x6c] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x37] lapic_id[0x6e] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x38] lapic_id[0x70] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x39] lapic_id[0x72] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x3a] lapic_id[0x74] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x3b] lapic_id[0x76] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x3c] lapic_id[0x78] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x3d] lapic_id[0x7a] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x3e] lapic_id[0x7c] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x3f] lapic_id[0x7e] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x40] lapic_id[0x80] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x41] lapic_id[0x82] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x42] lapic_id[0x84] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x43] lapic_id[0x86] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x44] lapic_id[0x88] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x45] lapic_id[0x8a] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x46] lapic_id[0x8c] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x47] lapic_id[0x8e] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x48] lapic_id[0x90] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x49] lapic_id[0x92] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x4a] lapic_id[0x94] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x4b] lapic_id[0x96] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x4c] lapic_id[0x98] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x4d] lapic_id[0x9a] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x4e] lapic_id[0x9c] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x4f] lapic_id[0x9e] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x50] lapic_id[0xa0] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x51] lapic_id[0xa2] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x52] lapic_id[0xa4] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x53] lapic_id[0xa6] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x54] lapic_id[0xa8] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x55] lapic_id[0xaa] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x56] lapic_id[0xac] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x57] lapic_id[0xae] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x58] lapic_id[0xb0] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x59] lapic_id[0xb2] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x5a] lapic_id[0xb4] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x5b] lapic_id[0xb6] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x5c] lapic_id[0xb8] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x5d] lapic_id[0xba] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x5e] lapic_id[0xbc] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x5f] lapic_id[0xbe] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x60] lapic_id[0xc0] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x61] lapic_id[0xc2] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x62] lapic_id[0xc4] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x63] lapic_id[0xc6] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x64] lapic_id[0xc8] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x65] lapic_id[0xca] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x66] lapic_id[0xcc] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x67] lapic_id[0xce] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x68] lapic_id[0xd0] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x69] lapic_id[0xd2] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x6a] lapic_id[0xd4] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x6b] lapic_id[0xd6] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x6c] lapic_id[0xd8] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x6d] lapic_id[0xda] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x6e] lapic_id[0xdc] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x6f] lapic_id[0xde] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x70] lapic_id[0xe0] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x71] lapic_id[0xe2] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x72] lapic_id[0xe4] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x73] lapic_id[0xe6] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x74] lapic_id[0xe8] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x75] lapic_id[0xea] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x76] lapic_id[0xec] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x77] lapic_id[0xee] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x78] lapic_id[0xf0] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x79] lapic_id[0xf2] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x7a] lapic_id[0xf4] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x7b] lapic_id[0xf6] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x7c] lapic_id[0xf8] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x7d] lapic_id[0xfa] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x7e] lapic_id[0xfc] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x7f] lapic_id[0xfe] disabled)
[ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-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 5 global_irq 5 low level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 low level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 low level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ5 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] ACPI: IRQ10 used by override.
[ 0.000000] ACPI: IRQ11 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] smpboot: 128 Processors exceeds NR_CPUS limit of 8
[ 0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
[ 0.000000] e820: [mem 0x3f800000-0xfbffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on Xen HVM
[ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:8
nr_node_ids:1
[ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88003f400000 s79488 r8192
d31104 u262144
[ 0.000000] pcpu-alloc: s79488 r8192 d31104 u262144 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.000000] xen: PV spinlocks enabled
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total
pages: 255911
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line:
BOOT_IMAGE=/boot/vmlinuz-3.18.0-rc4-20141116-security+ root=/dev/xvda1 ro
console=tty1 console=ttyS0 nomodeset
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] AGP: Checking aperture...
[ 0.000000] AGP: No AGP bridge found
[ 0.000000] Memory: 1001120K/1039984K available (10940K kernel code, 886K
rwdata, 3500K rodata, 1048K init, 1076K bss, 38864K reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] NR_IRQS:4352 nr_irqs:896 0
[ 0.000000] xen:events: Using FIFO-based ABI
[ 0.000000] xen:events: Xen HVM callback vector for event delivery is enabled
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty1] enabled
[ 0.000000] console [ttyS0] enabled
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Detected 3200.156 MHz processor
[ 0.000000] tsc: Marking TSC unstable due to TSCs unsynchronized
[ 0.016666] Calibrating delay loop (skipped), value calculated using timer
frequency.. 6402.99 BogoMIPS (lpj=10667186)
[ 0.026672] pid_max: default: 32768 minimum: 301
[ 0.033348] ACPI: Core revision 20140926
[ 0.048086] ACPI: All ACPI Tables successfully acquired
[ 0.054861] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.063559] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.073394] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.080008] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.090150] Initializing cgroup subsys freezer
[ 0.093343] Initializing cgroup subsys blkio
[ 0.100132] CPU: Physical Processor ID: 0
[ 0.106669] CPU: Processor Core ID: 0
[ 0.110007] mce: CPU supports 2 MCE banks
[ 0.116691] Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
[ 0.116691] Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64, 1GB 0
[ 0.130282] Freeing SMP alternatives memory: 40K (ffffffff821e5000 -
ffffffff821ef000)
[ 0.148978] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[ 0.189529] smpboot: CPU0: AMD Phenom(tm) II X6 1090T Processor (fam: 10,
model: 0a, stepping: 00)
[ 0.202904] Xen: using vcpuop timer interface
[ 0.202911] installing Xen timer for CPU 0
[ 0.206748] cpu 0 spinlock event irq 53
[ 0.217268] Performance Events: Broken PMU hardware detected, using software
events only.
[ 0.223341] Failed to access perfctr msr (MSR c0010004 is 0)
[ 0.226936] installing Xen timer for CPU 1
[ 0.230053] x86: Booting SMP configuration:
[ 0.233340] .... node #0, CPUs: #1cpu 1 spinlock event irq 59
[ 0.336789] installing Xen timer for CPU 2
[ 0.340058] #2cpu 2 spinlock event irq 65
[ 0.440127] installing Xen timer for CPU 3
[ 0.443394] #3cpu 3 spinlock event irq 71
[ 0.543380] x86: Booted up 1 node, 4 CPUs
[ 0.546676] smpboot: Total of 4 processors activated (25628.71 BogoMIPS)
[ 0.553465] devtmpfs: initialized
[ 0.556963] xor: measuring software checksum speed
[ 0.593342] prefetch64-sse: 897.600 MB/sec
[ 0.630004] generic_sse: 912.000 MB/sec
[ 0.633338] xor: using function: generic_sse (912.000 MB/sec)
[ 0.636773] NET: Registered protocol family 16
[ 0.640213] xenbus: xs_reset_watches failed: -38
[ 0.663347] cpuidle: using governor ladder
[ 0.686694] cpuidle: using governor menu
[ 0.696429] ACPI: bus type PCI registered
[ 0.703339] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.714199] PCI: Using configuration type 1 for base access
[ 0.723342] PCI: Using configuration type 1 for extended access
[ 0.805339] raid6: sse2x1 2925 MB/s
[ 0.865311] raid6: sse2x2 3895 MB/s
[ 0.925287] raid6: sse2x4 3948 MB/s
[ 0.930007] raid6: using algorithm sse2x4 (3948 MB/s)
[ 0.936673] raid6: using intx1 recovery algorithm
[ 0.943424] ACPI: Added _OSI(Module Device)
[ 0.950005] ACPI: Added _OSI(Processor Device)
[ 0.956677] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.960005] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.976604] ACPI: Interpreter enabled
[ 0.983342] ACPI: (supports S0 S5)
[ 0.986676] ACPI: Using IOAPIC for interrupt routing
[ 0.993393] PCI: Using host bridge windows from ACPI; if necessary, use
"pci=nocrs" and report a bug
[ 1.027440] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 1.030011] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM
Segments MSI]
[ 1.033347] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[ 1.037613] acpiphp: Slot [3] registered
[ 1.040108] acpiphp: Slot [4] registered
[ 1.043438] acpiphp: Slot [5] registered
[ 1.046780] acpiphp: Slot [6] registered
[ 1.050105] acpiphp: Slot [7] registered
[ 1.053437] acpiphp: Slot [8] registered
[ 1.056774] acpiphp: Slot [9] registered
[ 1.060146] acpiphp: Slot [10] registered
[ 1.063441] acpiphp: Slot [11] registered
[ 1.066752] acpiphp: Slot [12] registered
[ 1.070109] acpiphp: Slot [13] registered
[ 1.073451] acpiphp: Slot [14] registered
[ 1.076762] acpiphp: Slot [15] registered
[ 1.080090] acpiphp: Slot [16] registered
[ 1.083415] acpiphp: Slot [17] registered
[ 1.086782] acpiphp: Slot [18] registered
[ 1.090095] acpiphp: Slot [19] registered
[ 1.093424] acpiphp: Slot [20] registered
[ 1.096776] acpiphp: Slot [21] registered
[ 1.100100] acpiphp: Slot [22] registered
[ 1.103429] acpiphp: Slot [23] registered
[ 1.106844] acpiphp: Slot [24] registered
[ 1.110086] acpiphp: Slot [25] registered
[ 1.113422] acpiphp: Slot [26] registered
[ 1.116776] acpiphp: Slot [27] registered
[ 1.120099] acpiphp: Slot [28] registered
[ 1.123426] acpiphp: Slot [29] registered
[ 1.126748] acpiphp: Slot [30] registered
[ 1.130097] acpiphp: Slot [31] registered
[ 1.133404] PCI host bridge to bus 0000:00
[ 1.136678] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.140010] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
[ 1.143343] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
[ 1.146678] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 1.150010] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfbffffff]
[ 1.153644] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
[ 1.157830] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
[ 1.161278] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
[ 1.178870] pci 0000:00:01.1: reg 0x20: [io 0xc160-0xc16f]
[ 1.185860] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
[ 1.186675] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
[ 1.190005] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
[ 1.193339] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
[ 1.197507] pci 0000:00:01.2: [8086:7020] type 00 class 0x0c0300
[ 1.215561] pci 0000:00:01.2: reg 0x20: [io 0xc140-0xc15f]
[ 1.223255] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
[ 1.226306] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4
ACPI
[ 1.226742] pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB
[ 1.231406] pci 0000:00:02.0: [5853:0001] type 00 class 0xff8000
[ 1.236675] pci 0000:00:02.0: reg 0x10: [io 0xc000-0xc0ff]
[ 1.243343] pci 0000:00:02.0: reg 0x14: [mem 0xf2000000-0xf2ffffff pref]
[ 1.277768] pci 0000:00:03.0: [1013:00b8] type 00 class 0x030000
[ 1.283367] pci 0000:00:03.0: reg 0x10: [mem 0xf0000000-0xf1ffffff pref]
[ 1.290009] pci 0000:00:03.0: reg 0x14: [mem 0xf3272000-0xf3272fff]
[ 1.323343] pci 0000:00:03.0: reg 0x30: [mem 0xf3260000-0xf326ffff pref]
[ 1.325257] pci 0000:00:05.0: [1033:0194] type 00 class 0x0c0330
[ 1.333350] pci 0000:00:05.0: reg 0x10: [mem 0xf3270000-0xf3271fff 64bit]
[ 1.371380] pci 0000:00:06.0: [14f1:8210] type 00 class 0x040000
[ 1.376683] pci 0000:00:06.0: reg 0x10: [mem 0xf3000000-0xf31fffff 64bit]
[ 1.413343] pci 0000:00:06.0: supports D1 D2
[ 1.416339] ACPI: PCI Interrupt Link [LNKA] (IRQs *5 10 11)
[ 1.423104] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[ 1.429526] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[ 1.436303] ACPI: PCI Interrupt Link [LNKD] (IRQs *5 10 11)
[ 1.443111] ACPI: Enabled 2 GPEs in block 00 to 0F
[ 1.443407] xen:balloon: Initialising balloon driver
[ 1.450045] xen_balloon: Initialising balloon driver
[ 1.466861] vgaarb: setting as boot device: PCI:0000:00:03.0
[ 1.469999] vgaarb: device added:
PCI:0000:00:03.0,decodes=io+mem,owns=io+mem,locks=none
[ 1.490029] vgaarb: loaded
[ 1.493341] vgaarb: bridge control possible 0000:00:03.0
[ 1.500111] SCSI subsystem initialized
[ 1.506700] libata version 3.00 loaded.
[ 1.506756] ACPI: bus type USB registered
[ 1.513405] usbcore: registered new interface driver usbfs
[ 1.523399] usbcore: registered new interface driver hub
[ 1.530061] usbcore: registered new device driver usb
[ 1.536733] Linux video capture interface: v2.00
[ 1.543389] pps_core: LinuxPPS API ver. 1 registered
[ 1.550007] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo
Giometti <giome...@linux.it>
[ 1.560038] PTP clock support registered
[ 1.566740] Advanced Linux Sound Architecture Driver Initialized.
[ 1.573343] PCI: Using ACPI for IRQ routing
[ 1.580009] PCI: pci_cache_line_size set to 64 bytes
[ 1.581304] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[ 1.581306] e820: reserve RAM buffer [mem 0x3f7fe000-0x3fffffff]
[ 1.581427] Bluetooth: Core ver 2.19
[ 1.586694] NET: Registered protocol family 31
[ 1.590004] Bluetooth: HCI device and connection manager initialized
[ 1.600015] Bluetooth: HCI socket layer initialized
[ 1.606680] Bluetooth: L2CAP socket layer initialized
[ 1.613346] Bluetooth: SCO socket layer initialized
[ 1.620095] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[ 1.626690] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 1.638457] hpet0: 3 comparators, 64-bit 62.500000 MHz counter
[ 1.650066] Switched to clocksource xen
[ 1.655640] FS-Cache: Loaded
[ 1.659960] pnp: PnP ACPI init
[ 1.664598] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[ 1.672673] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.672774] system 00:01: [io 0x08a0-0x08a3] has been reserved
[ 1.685214] system 00:01: [io 0x0cc0-0x0ccf] has been reserved
[ 1.692577] system 00:01: [io 0x04d0-0x04d1] has been reserved
[ 1.699683] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.699715] xen: --> pirq=16 -> irq=8 (gsi=8)
[ 1.699734] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 1.699777] xen: --> pirq=17 -> irq=12 (gsi=12)
[ 1.699790] pnp 00:03: Plug and Play ACPI device, IDs PNP0f13 (active)
[ 1.699809] xen: --> pirq=18 -> irq=1 (gsi=1)
[ 1.699819] pnp 00:04: Plug and Play ACPI device, IDs PNP0303 PNP030b
(active)
[ 1.699840] xen: --> pirq=19 -> irq=6 (gsi=6)
[ 1.699843] pnp 00:05: [dma 2]
[ 1.699858] pnp 00:05: Plug and Play ACPI device, IDs PNP0700 (active)
[ 1.699889] xen: --> pirq=20 -> irq=4 (gsi=4)
[ 1.699913] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
[ 1.699975] system 00:07: [io 0xae00-0xae0f] has been reserved
[ 1.707219] system 00:07: [io 0xb044-0xb047] has been reserved
[ 1.714502] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.714876] pnp: PnP ACPI: found 8 devices
[ 1.729242] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 1.729245] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 1.729247] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 1.729248] pci_bus 0000:00: resource 7 [mem 0xf0000000-0xfbffffff]
[ 1.729272] NET: Registered protocol family 2
[ 1.735364] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[ 1.744044] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)
[ 1.751937] TCP: Hash tables configured (established 8192 bind 8192)
[ 1.759922] TCP: reno registered
[ 1.764504] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 1.771807] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 1.780258] NET: Registered protocol family 1
[ 1.786058] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 1.793309] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[ 1.800673] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[ 1.808861] xen: --> pirq=21 -> irq=23 (gsi=23)
[ 1.812007] pci 0000:00:03.0: Video device with shadowed ROM
[ 1.812389] xen: --> pirq=37 -> irq=36 (gsi=36)
[ 1.814693] PCI: CLS 0 bytes, default 64
[ 1.814730] Trying to unpack rootfs image as initramfs...
[ 1.845570] Freeing initrd memory: 1872K (ffff880037c48000 -
ffff880037e1c000)
[ 1.856045] Scanning for low memory corruption every 60 seconds
[ 1.865946] sha1_ssse3: Neither AVX nor AVX2 nor SSSE3 is available/usable.
[ 1.874620] AVX or AES-NI instructions are not detected.
[ 1.881286] AVX instructions are not detected.
[ 1.887332] AVX instructions are not detected.
[ 1.893172] futex hash table entries: 2048 (order: 5, 131072 bytes)
[ 1.901129] audit: initializing netlink subsys (disabled)
[ 1.908003] audit: type=2000 audit(1416261489.097:1): initialized
[ 1.915557] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 1.925116] VFS: Disk quotas dquot_6.5.2
[ 1.930752] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.939404] ntfs: driver 2.1.31 [Flags: R/W].
[ 1.945427] fuse init (API version 7.23)
[ 1.951705] gfs2: GFS2 installed
[ 1.956395] ceph: loaded (mds proto 32)
[ 1.961547] msgmni has been set to 1959
[ 1.969221] bounce: pool size: 64 pages
[ 1.974645] Block layer SCSI generic (bsg) driver version 0.4 loaded (major
250)
[ 1.984740] io scheduler noop registered
[ 1.990362] io scheduler deadline registered
[ 1.996479] io scheduler cfq registered (default)
[ 2.003067] crc32: CRC_LE_BITS = 64, CRC_BE BITS = 64
[ 2.009445] crc32: self tests passed, processed 225944 bytes in 109266 nsec
[ 2.018220] crc32c: CRC_LE_BITS = 64
[ 2.023145] crc32c: self tests passed, processed 225944 bytes in 61593 nsec
[ 2.040782] crc32_combine: 8373 self tests passed
[ 2.056268] crc32c_combine: 8373 self tests passed
[ 2.062732] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 2.069789] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 2.077751] cpcihp_zt5550: ZT5550 CompactPCI Hot Plug Driver version: 0.2
[ 2.085841] cpcihp_generic: Generic port I/O CompactPCI Hot Plug Driver
version: 0.1
[ 2.095270] cpcihp_generic: not configured, disabling.
[ 2.102226] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 2.111105] acpiphp_ibm: ibm_acpiphp_init: acpi_walk_namespace failed
[ 2.119528] usbcore: registered new interface driver udlfb
[ 2.127030] input: Power Button as
/devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 2.137140] ACPI: Power Button [PWRF]
[ 2.142183] input: Sleep Button as
/devices/LNXSYSTM:00/LNXSLPBN:00/input/input1
[ 2.152025] ACPI: Sleep Button [SLPF]
[ 2.157825] xen:xen_evtchn: Event-channel device installed
[ 2.165262] xen: --> pirq=22 -> irq=24 (gsi=24)
[ 2.165457] xen:grant_table: Grant tables using version 1 layout
[ 2.172880] Grant table initialized
[ 2.178376] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 2.226031] serial 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200)
is a 16550A
[ 2.237327] Linux agpgart interface v0.103
[ 2.242904] Hangcheck: starting hangcheck timer 0.9.1 (tick is 180 seconds,
margin is 60 seconds).
[ 2.254886] [drm] Initialized drm 1.1.0 20060810
[ 2.261188] [drm] VGACON disable radeon kernel modesetting.
[ 2.268543] [drm:radeon_init] *ERROR* No UMS support in radeon module!
[ 2.278023] brd: module loaded
[ 2.283812] loop: module loaded
[ 2.294507] tun: Universal TUN/TAP device driver, 1.6
[ 2.301659] blkfront: xvda: flush diskcache: enabled; persistent grants:
enabled; indirect descriptors: enabled;
[ 2.318355] tun: (C) 1999-2004 Max Krasnyansky <m...@qualcomm.com>
[ 2.322457] xvda: xvda1 xvda2
[ 2.324202] blkfront: xvdb: flush diskcache: enabled; persistent grants:
enabled; indirect descriptors: enabled;
[ 2.333071] xvdb: unknown partition table
[ 2.351832] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[ 2.360768] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 2.368004] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
[ 2.375746] e1000e: Copyright(c) 1999 - 2014 Intel Corporation.
[ 2.383901] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.2.15-k
[ 2.393685] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 2.400975] igbvf: Intel(R) Gigabit Virtual Function Network Driver -
version 2.0.2-k
[ 2.411247] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 2.418793] xen_netfront: Initialising Xen virtual ethernet driver
[ 2.431062] xhci_hcd 0000:00:05.0: xHCI Host Controller
[ 2.439420] xhci_hcd 0000:00:05.0: new USB bus registered, assigned bus
number 1
[ 2.456038] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.464717] usb usb1: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 2.473888] usb usb1: Product: xHCI Host Controller
[ 2.480397] usb usb1: Manufacturer: Linux 3.18.0-rc4-20141116-security+
xhci-hcd
[ 2.489818] usb usb1: SerialNumber: 0000:00:05.0
[ 2.496239] hub 1-0:1.0: USB hub found
[ 2.501633] hub 1-0:1.0: 2 ports detected
[ 2.507008] xhci_hcd 0000:00:05.0: xHCI Host Controller
[ 2.513791] xhci_hcd 0000:00:05.0: new USB bus registered, assigned bus
number 2
[ 2.525000] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 2.534204] usb usb2: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 2.543340] usb usb2: Product: xHCI Host Controller
[ 2.550140] usb usb2: Manufacturer: Linux 3.18.0-rc4-20141116-security+
xhci-hcd
[ 2.559834] usb usb2: SerialNumber: 0000:00:05.0
[ 2.566006] hub 2-0:1.0: USB hub found
[ 2.571271] hub 2-0:1.0: 2 ports detected
[ 2.577033] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.585234] ehci-pci: EHCI PCI platform driver
[ 2.591194] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 2.598831] ohci-pci: OHCI PCI platform driver
[ 2.604689] uhci_hcd: USB Universal Host Controller Interface driver
[ 2.615747] uhci_hcd 0000:00:01.2: UHCI Host Controller
[ 2.622387] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus
number 3
[ 2.633033] uhci_hcd 0000:00:01.2: irq 23, io base 0x0000c140
[ 2.640840] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.651521] usb usb3: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 2.660766] usb usb3: Product: UHCI Host Controller
[ 2.667231] usb usb3: Manufacturer: Linux 3.18.0-rc4-20141116-security+
uhci_hcd
[ 2.676748] usb usb3: SerialNumber: 0000:00:01.2
[ 2.683365] hub 3-0:1.0: USB hub found
[ 2.688791] hub 3-0:1.0: 2 ports detected
[ 2.694951] usbcore: registered new interface driver usblp
[ 2.702554] usbcore: registered new interface driver usb-storage
[ 2.710841] usbcore: registered new interface driver usbserial
[ 2.718447] usbcore: registered new interface driver cp210x
[ 2.725877] usbserial: USB Serial support registered for cp210x
[ 2.733749] usbcore: registered new interface driver cypress_m8
[ 2.741430] usbserial: USB Serial support registered for DeLorme Earthmate
USB
[ 2.751172] usbserial: USB Serial support registered for HID->COM RS232
Adapter
[ 2.761215] usbserial: USB Serial support registered for Nokia CA-42 V2
Adapter
[ 2.771188] usbcore: registered new interface driver mos7720
[ 2.778989] usbserial: USB Serial support registered for Moschip 2 port
adapter
[ 2.788760] usbcore: registered new interface driver mos7840
[ 2.796393] usbserial: USB Serial support registered for Moschip 7840/7820
USB Serial Driver
[ 2.807755] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at
0x60,0x64 irq 1,12
[ 2.822079] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 2.823517] usb 1-2: new low-speed USB device number 2 using xhci_hcd
[ 2.837724] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 2.844895] mousedev: PS/2 mouse device common for all mice
[ 2.853954] input: AT Translated Set 2 keyboard as
/devices/platform/i8042/serio0/input/input2
[ 2.866167] input: Xen Virtual Keyboard as /devices/virtual/input/input5
[ 2.882039] input: Xen Virtual Pointer as /devices/virtual/input/input6
[ 2.894717] random: nonblocking pool is initialized
[ 2.903196] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[ 2.912288] rtc_cmos 00:02: alarms up to one day, 114 bytes nvram, hpet irqs
[ 2.921857] piix4_smbus 0000:00:01.3: SMBus Host Controller not enabled!
[ 2.931123] lirc_dev: IR Remote Control driver registered, major 248
[ 2.939427] IR NEC protocol handler initialized
[ 2.945598] IR RC5(x/sz) protocol handler initialized
[ 2.952557] IR RC6 protocol handler initialized
[ 2.958699] IR JVC protocol handler initialized
[ 2.965210] IR Sony protocol handler initialized
[ 2.972034] IR SANYO protocol handler initialized
[ 2.978939] IR Sharp protocol handler initialized
[ 2.985928] IR MCE Keyboard/mouse protocol handler initialized
[ 2.993886] IR LIRC bridge handler initialized
[ 3.000828] IR XMP protocol handler initialized
[ 3.002155] usb 1-2: New USB device found, idVendor=10cf, idProduct=5500
[ 3.002156] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.002157] usb 1-2: Product: USB K8055
[ 3.002158] usb 1-2: Manufacturer: Velleman
[ 3.002286] usb 1-2: ep 0x81 - rounding interval to 64 microframes, ep desc
says 80 microframes
[ 3.002290] usb 1-2: ep 0x1 - rounding interval to 64 microframes, ep desc
says 80 microframes
[ 3.016845] usb 3-1: new full-speed USB device number 2 using uhci_hcd
[ 3.072930] cx25821: driver version 0.0.106 loaded
[ 3.080348] xen: --> pirq=47 -> irq=40 (gsi=40)
[ 3.080553] cx25821: Athena Hardware device = 0x8210
[ 3.087719] cx25821: cx25821[1]: subsystem: 0000:0000, board: CX25821
[card=1,autodetected]
[ 3.148479] usb 3-1: not running at top speed; connect to a high speed hub
[ 3.187655] usb 3-1: New USB device found, idVendor=0627, idProduct=0001
[ 3.197538] usb 3-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5
[ 3.207485] usb 3-1: Product: QEMU USB Tablet
[ 3.214145] usb 3-1: Manufacturer: QEMU
[ 3.220319] usb 3-1: SerialNumber: 42
[ 3.384296] cx25821: Hardware revision = 0x00
[ 3.390487] cx25821: cx25821[1]/0: found at 0000:00:06.0, rev: 0, irq: 40,
latency: 0, mmio: 0xf3000000
[ 3.402827] usbcore: registered new interface driver pvrusb2
[ 3.410513] pvrusb2: V4L in-tree version:Hauppauge WinTV-PVR-USB2 MPEG2
Encoder/Tuner
[ 3.421099] pvrusb2: Debug mask is 31 (0x1f)
[ 3.428578] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
[ 3.437151] device-mapper: ioctl: 4.28.0-ioctl (2014-09-17) initialised:
dm-de...@redhat.com
[ 3.448128] Bluetooth: Virtual HCI driver ver 1.5
[ 3.454647] Bluetooth: HCI UART driver ver 2.2
[ 3.461164] Bluetooth: HCI H4 protocol initialized
[ 3.468865] Bluetooth: HCI BCSP protocol initialized
[ 3.477016] Bluetooth: HCILL protocol initialized
[ 3.485170] Bluetooth: HCIATH3K protocol initialized
[ 3.493433] Bluetooth: HCI Three-wire UART (H5) protocol initialized
[ 3.506883] usbcore: registered new interface driver bcm203x
[ 3.513438] input: ImExPS/2 Generic Explorer Mouse as
/devices/platform/i8042/serio1/input/input4
[ 3.529983] usbcore: registered new interface driver bpa10x
[ 3.537719] usbcore: registered new interface driver bfusb
[ 3.545176] usbcore: registered new interface driver btusb
[ 3.552530] usbcore: registered new interface driver ath3k
[ 3.559888] hidraw: raw HID events driver (C) Jiri Kosina
[ 3.572928] input: QEMU QEMU USB Tablet as
/devices/pci0000:00/0000:00:01.2/usb3/3-1/3-1:1.0/0003:0627:0001.0001/input/input7
[ 3.587628] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01
Pointer [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0
[ 3.602575] usbcore: registered new interface driver usbhid
[ 3.610261] usbhid: USB HID core driver
[ 3.616384] usbcore: registered new interface driver snd-usb-audio
[ 3.624539] usbcore: registered new interface driver snd-ua101
[ 3.632594] usbcore: registered new interface driver snd-usb-usx2y
[ 3.640707] usbcore: registered new interface driver snd-usb-caiaq
[ 3.649067] usbcore: registered new interface driver snd-usb-6fire
[ 3.657256] Netfilter messages via NETLINK v0.30.
[ 3.663728] nfnl_acct: registering with nfnetlink.
[ 3.670167] nf_conntrack version 0.5.0 (7836 buckets, 31344 max)
[ 3.678170] ctnetlink v0.93: registering with nfnetlink.
[ 3.685754] xt_time: kernel timezone is -0000
[ 3.691949] ip_set: protocol 6
[ 3.696720] IPVS: Registered protocols ()
[ 3.702310] IPVS: Connection hash table configured (size=4096,
memory=64Kbytes)
[ 3.711682] IPVS: Creating netns size=1216 id=0
[ 3.718595] IPVS: ipvs loaded.
[ 3.723778] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 3.731146] TCP: cubic registered
[ 3.736013] NET: Registered protocol family 17
[ 3.741936] bridge: automatic filtering via arp/ip/ip6tables has been
deprecated. Update your scripts to load br_netfilter if you need this.
[ 3.757426] Bridge firewalling registered
[ 3.763154] Ebtables v2.0 registered
[ 3.768602] Bluetooth: RFCOMM TTY layer initialized
[ 3.775302] Bluetooth: RFCOMM socket layer initialized
[ 3.782334] Bluetooth: RFCOMM ver 1.11
[ 3.787713] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 3.794890] Bluetooth: BNEP filters: protocol multicast
[ 3.801892] Bluetooth: BNEP socket layer initialized
[ 3.808510] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 3.816556] Bluetooth: HIDP socket layer initialized
[ 3.822995] Key type ceph registered
[ 3.828455] libceph: loaded (mon/osd proto 15/24)
[ 3.835690] registered taskstats version 1
[ 3.841918] Btrfs loaded
[ 3.849102] xenbus_probe_frontend: Device with no driver: device/pci/0
[ 3.857562] console [netcon0] enabled
[ 3.862810] netconsole: network logging started
[ 3.869149] rtc_cmos 00:02: setting system clock to 2014-11-17 21:58:11 UTC
(1416261491)
[ 3.879747] cx25821_alsa: cx25821/0: ALSA support for cx25821 boards
[ 3.888362] ALSA device list:
[ 3.893085] #0: cx25821[1] at 0xf3000000 irq 40
[ 3.901803] Freeing unused kernel memory: 1048K (ffffffff820df000 -
ffffffff821e5000)
[ 3.912500] Write protecting the kernel read-only data: 16384k
[ 3.923615] Freeing unused kernel memory: 1336K (ffff880001ab2000 -
ffff880001c00000)
[ 3.935575] Freeing unused kernel memory: 596K (ffff880001f6b000 -
ffff880002000000)
[ 3.961075] udevd[1470]: starting version 175
[ 4.315689] EXT4-fs (xvda1): INFO: recovery required on readonly filesystem
[ 4.324396] EXT4-fs (xvda1): write access will be enabled during recovery
[ 4.490343] EXT4-fs (xvda1): recovery complete
[ 4.506866] EXT4-fs (xvda1): mounted filesystem with ordered data mode.
Opts: (null)
[ 5.437164] udevd[1960]: starting version 175
[ 9.487137] Adding 769020k swap on /dev/xvda2. Priority:-1 extents:1
across:769020k SS
[ 9.522036] EXT4-fs (xvda1): re-mounted. Opts: (null)
[ 9.694847] EXT4-fs (xvda1): re-mounted. Opts: errors=remount-ro
[ 10.464881] EXT4-fs (xvdb): mounted filesystem with ordered data mode. Opts:
errors=remount-ro
00:00.0 Host bridge [0600]: Intel Corporation 440FX - 82441FX PMC [Natoma]
[8086:1237] (rev 02)
Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort-
<MAbort- >SERR- <PERR- INTx-
Latency: 0
00:01.0 ISA bridge [0601]: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton
II] [8086:7000]
Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
Physical Slot: 1
Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
00:01.1 IDE interface [0101]: Intel Corporation 82371SB PIIX3 IDE
[Natoma/Triton II] [8086:7010] (prog-if 80 [Master])
Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
Physical Slot: 1
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Region 0: [virtual] Memory at 000001f0 (32-bit, non-prefetchable)
[size=8]
Region 1: [virtual] Memory at 000003f0 (type 3, non-prefetchable)
[size=1]
Region 2: [virtual] Memory at 00000170 (32-bit, non-prefetchable)
[size=8]
Region 3: [virtual] Memory at 00000370 (type 3, non-prefetchable)
[size=1]
Region 4: I/O ports at c160 [size=16]
00:01.2 USB controller [0c03]: Intel Corporation 82371SB PIIX3 USB
[Natoma/Triton II] [8086:7020] (rev 01) (prog-if 00 [UHCI])
Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
Physical Slot: 1
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort-
<MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin D routed to IRQ 23
Region 4: I/O ports at c140 [size=32]
Kernel driver in use: uhci_hcd
00:01.3 Bridge [0680]: Intel Corporation 82371AB/EB/MB PIIX4 ACPI [8086:7113]
(rev 03)
Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
Physical Slot: 1
Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 9
00:02.0 Unassigned class [ff80]: XenSource, Inc. Xen Platform Device
[5853:0001] (rev 01)
Subsystem: XenSource, Inc. Xen Platform Device [5853:0001]
Physical Slot: 2
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort-
<MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 24
Region 0: I/O ports at c000 [size=256]
Region 1: Memory at f2000000 (32-bit, prefetchable) [size=16M]
Kernel driver in use: xen-platform-pci
00:03.0 VGA compatible controller [0300]: Cirrus Logic GD 5446 [1013:00b8]
(prog-if 00 [VGA controller])
Subsystem: Red Hat, Inc Device [1af4:1100]
Physical Slot: 3
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort-
<MAbort- >SERR- <PERR- INTx-
Latency: 0
Region 0: Memory at f0000000 (32-bit, prefetchable) [size=32M]
Region 1: Memory at f3272000 (32-bit, non-prefetchable) [size=4K]
Expansion ROM at f3260000 [disabled] [size=64K]
00:05.0 USB controller [0c03]: NEC Corporation uPD720200 USB 3.0 Host
Controller [1033:0194] (rev 03) (prog-if 30 [XHCI])
Subsystem: ASUSTeK Computer Inc. P8P67 Deluxe Motherboard [1043:8413]
Physical Slot: 5
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort-
<MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 36
Region 0: Memory at f3270000 (64-bit, non-prefetchable) [size=8K]
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [70] MSI: Enable- Count=1/1 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Capabilities: [90] MSI-X: Enable+ Count=8 Masked-
Vector table: BAR=0 offset=00001000
PBA: BAR=0 offset=00001080
Capabilities: [a0] Express (v2) Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s
unlimited, L1 unlimited
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal-
Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr-
TransPend-
LnkCap: Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0
<4us, L1 unlimited
ClockPM+ Surprise- LLActRep- BwNot-
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive-
BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Not Supported, TimeoutDis+
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-,
Selectable De-emphasis: -6dB
Transmit Margin: Normal Operating Range,
EnterModifiedCompliance- ComplianceSOS-
Compliance De-emphasis: -6dB
LnkSta2: Current De-emphasis Level: -6dB,
EqualizationComplete-, EqualizationPhase1-
EqualizationPhase2-, EqualizationPhase3-,
LinkEqualizationRequest-
Kernel driver in use: xhci_hcd
00:06.0 Multimedia video controller [0400]: Conexant Systems, Inc. Device
[14f1:8210]
Physical Slot: 6
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort-
<MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 40
Region 0: Memory at f3000000 (64-bit, non-prefetchable) [size=2M]
Capabilities: [40] Express (v1) Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns,
L1 <1us
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal-
Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr-
TransPend-
LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency
L0 <2us, L1 <4us
ClockPM- Surprise- LLActRep- BwNot-
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk-
DLActive- BWMgmt- ABWMgmt-
Capabilities: [80] Power Management version 3
Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [90] Vital Product Data
Unknown small resource type 02, will not decode more.
Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Kernel driver in use: cx25821
char device redirected to /dev/pts/19 (label serial0)
xen: shared page at pfn feffd
xen: buffered io page at pfn feffb
vgabios-cirrus.bin: ROM id 101300b8 / PCI id 101300b8
efi-e1000.rom: ROM id 8086100e / PCI id 8086100e
xen: xen_main_loop_prepare: Init cpu_by_vcpu_id
xen: xen_main_loop_prepare: cpu_by_vcpu_id[0]=0x7f9b01755e50
xen: xen_main_loop_prepare: cpu_by_vcpu_id[1]=0x7f9b017680b0
xen: xen_main_loop_prepare: cpu_by_vcpu_id[2]=0x7f9b01778930
xen: xen_main_loop_prepare: cpu_by_vcpu_id[3]=0x7f9b017b0540
xen: I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
xen: I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
xen: I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
xen: I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
[00:05.0] xen_pt_initfn: Assigning real physical device 08:00.0 to devfn 0x28
00:05.0
[00:05.0] xen_pt_register_regions: ?!?!? xen_pt_register_regions other dev
[00:05.0] xen_pt_register_regions: IO region 0 registered (size=0x00002000
base_addr=0xfe0fe000 type: 0x4)
[00:05.0] xen_pt_msix_init: get MSI-X table BAR base 0xfe0fe000
[00:05.0] xen_pt_msix_init: table_off = 0x1000, total_entries = 8
[00:05.0] xen_pt_msix_init: mapping physical MSI-X table to 0x7f9b00353000
[00:05.0] xen_pt_pci_intx: intx=1
[00:05.0] xen_pt_initfn: Real physical device 08:00.0 registered successfully!
[00:06.0] xen_pt_initfn: Assigning real physical device 0a:00.0 to devfn 0x30
00:06.0
[00:06.0] xen_pt_register_regions: ?!?!? xen_pt_register_regions other dev
[00:06.0] xen_pt_register_regions: IO region 0 registered (size=0x00200000
base_addr=0xfe200000 type: 0x4)
[00:06.0] xen_pt_pci_intx: intx=1
[00:06.0] xen_pt_initfn: Real physical device 0a:00.0 registered successfully!
xen: physmapping does not exist at 00000000f3260000
xen: mapping vram to f0000000 - f0800000
xen: physmapping does not exist at 00000000f3200000
[00:05.0] xen_pt_pci_write_config: Warning: Guest attempt to set address to
unused Base Address Register. (addr: 0x30, len: 4)
[00:06.0] xen_pt_pci_write_config: Warning: Guest attempt to set address to
unused Base Address Register. (addr: 0x30, len: 4)
?!?!? pci_unregister_vga 00:04.0: !pci_dev->has_vga
[00:05.0] xen_pt_pci_write_config: Warning: Guest attempt to set address to
unused Base Address Register. (addr: 0x30, len: 4)
[00:06.0] xen_pt_pci_write_config: Warning: Guest attempt to set address to
unused Base Address Register. (addr: 0x30, len: 4)
[00:05.0] xen_pt_msixctrl_reg_write: enable MSI-X
[00:05.0] msi_msix_setup: requested pirq 87 for MSI-X (vec: 0, entry: 0)
[00:05.0] msi_msix_update: Updating MSI-X with pirq 87 gvec 0 gflags 0x3057
(entry: 0)
[00:05.0] msi_msix_setup: requested pirq 86 for MSI-X (vec: 0, entry: 0x1)
[00:05.0] msi_msix_update: Updating MSI-X with pirq 86 gvec 0 gflags 0x3056
(entry: 0x1)
[00:05.0] msi_msix_setup: requested pirq 85 for MSI-X (vec: 0, entry: 0x2)
[00:05.0] msi_msix_update: Updating MSI-X with pirq 85 gvec 0 gflags 0x3055
(entry: 0x2)
[00:05.0] msi_msix_setup: requested pirq 84 for MSI-X (vec: 0, entry: 0x3)
[00:05.0] msi_msix_update: Updating MSI-X with pirq 84 gvec 0 gflags 0x3054
(entry: 0x3)
[00:05.0] msi_msix_setup: requested pirq 83 for MSI-X (vec: 0, entry: 0x4)
[00:05.0] msi_msix_update: Updating MSI-X with pirq 83 gvec 0 gflags 0x3053
(entry: 0x4)
xen be: vkbd-0: initialise() failed
xen be: vkbd-0: initialise() failed
xen be: vkbd-0: initialise() failed
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel