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

[Xen-users] Question about USB passthrough in HVM guest domain



Hi,

I want to run a program in guest domain on Xen. This program needs to use the USB4 device, which is a data acquisition device designed to record data from 4 incremental encoders, 8 digital inputs and 4 analog input channels. The USB4 device's description is here: http://www.usdigital.com/products/interfaces/pc/usb/usb4

The Xen version I'm using is Xen 4.3.0; The Linux version I'm using in dom0 and domU is Ubuntu 12.04LTS.

If I run the program on native Ubuntu 12.04LTS, it can detect the USB4 device and run successfully.
If I run the program inside dom0 on Xen with guest domain running, this program can run successfully in dom0.
But If I run the program in domU on Xen with usb passthrough enable for domU, the program reports error: NO USB4 DEVICE FOUND (-32) .

I'm thinking the USB4 device is not successfully passed
â to domUâ
. Because in domU, lsusb shows the USB4 device:Â Bus 001 Device 006: ID 09c9:0044; but in domU, this device is not in the output of the lsusb command.
â (All of other USB devices, such as Xbox joystick, are successfully passed to domU.)â


âCan anyone help, either by telling me how to debug it or by pointing my mistake in the configuration? I have been stuck at this for a while and really appreciate any kind of help.
Is it possible that QEMU does not support USB4? If so, what should I do if I want to use USB4 in Xen?

Below are my configurations:
1) domU's configuration file:
#This is the script used to boot domU in HVM mode!
#It should auto call qemu to init a qemu terminal, like boches, and run Linux in the qemu terminal! It will looks like how virtualBox run ubuntu in guest domain!
# You can find the example in /etc/xen/xlexample.hvm
name="rosdom1"
memory=1024
builder = 'hvm'
#device_model = 'qemu-dm'
#device_model_override = '/usr/local/lib/xen/bin/qemu-dm'
vcpus=1
disk = ['file:/home/roslab/Research/rt-xen/guestImages/dom1.img,xvda,w']
vif = ['']
sdl = 1
usb = 1
#host:09c9:0064 is not shown in domU
usbdevice=['tablet','host:045e:028e','host:0c72:000c', 'host:067b:2303', 'host:1943:2255', 'host:199b:3065', 'host:09c9:0064', 'host:05e3:0608']

â2) domU's lsusb result
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 0627:0001 Adomax Technology Co., Ltd
Bus 001 Device 003: ID 0409:55aa NEC Corp. Hub
Bus 001 Device 004: ID 045e:028e Microsoft Corp. Xbox360 Controller
Bus 001 Device 005: ID 0c72:000c PEAK System PCAN-USB
Bus 001 Device 006: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port
Bus 001 Device 007: ID 1943:2255 Sensoray Co., Inc. Model 2255 4 Channel Capture Card
Bus 001 Device 008: ID 199b:3065

â
â3) dom0's lsusb result
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 003 Device 002: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Bus 003 Device 003: ID 0c72:000c PEAK System PCAN-USB
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port
Bus 001 Device 004: ID 199b:3065
Bus 001 Device 005: ID 1943:2255 Sensoray Co., Inc. Model 2255 4 Channel Capture Card
Bus 001 Device 006: ID 09c9:0044
Bus 002 Device 003: ID 045e:028e Microsoft Corp. Xbox360 Controller
Bus 003 Device 004: ID 413c:2106 Dell Computer Corp. Dell QuietKey Keyboard
Bus 003 Device 005: ID 0461:4d81 Primax Electronics, Ltd

â4) domU's dmesg result (At around 57s, it reports error. )
â
â[ÂÂÂ 0.000000] Initializing cgroup subsys cpuset
[ÂÂÂ 0.000000] Initializing cgroup subsys cpu
[ÂÂÂ 0.000000] Linux version 3.2.0-61-generic (buildd@kissel) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #92-Ubuntu SMP Mon Mar 31 23:47:59 UTC 2014 (Ubuntu 3.2.0-61.92-generic 3.2.55)
[ÂÂÂ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-61-generic root=UUID=e2ffdbbd-aa67-416e-8c24-38421470803d ro quiet splash vt.handoff=7
[ÂÂÂ 0.000000] KERNEL supported cpus:
[ÂÂÂ 0.000000]ÂÂ Intel GenuineIntel
[ÂÂÂ 0.000000]ÂÂ AMD AuthenticAMD
[ÂÂÂ 0.000000]ÂÂ Centaur CentaurHauls
[ÂÂÂ 0.000000] BIOS-provided physical RAM map:
[ÂÂÂ 0.000000]Â BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[ÂÂÂ 0.000000]Â BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[ÂÂÂ 0.000000]Â BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[ÂÂÂ 0.000000]Â BIOS-e820: 0000000000100000 - 000000003f7ff000 (usable)
[ÂÂÂ 0.000000]Â BIOS-e820: 000000003f7ff000 - 000000003f800000 (reserved)
[ÂÂÂ 0.000000]Â BIOS-e820: 00000000fc000000 - 0000000100000000 (reserved)
[ÂÂÂ 0.000000] NX (Execute Disable) protection: active
[ÂÂÂ 0.000000] SMBIOS 2.4 present.
[ÂÂÂ 0.000000] DMI: Xen HVM domU, BIOS 4.3.0 05/14/2014
[ÂÂÂ 0.000000] Hypervisor detected: Xen HVM
[ÂÂÂ 0.000000] Xen version 4.3.
[ÂÂÂ 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 range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[ÂÂÂ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[ÂÂÂ 0.000000] No AGP bridge found
[ÂÂÂ 0.000000] last_pfn = 0x3f7ff 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 0F0000000 mask FF8000000 uncachable
[ÂÂÂ 0.000000]ÂÂ 1 base 0F8000000 mask FFC000000 uncachable
[ÂÂÂ 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] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ÂÂÂ 0.000000] found SMP MP-table at [ffff8800000fdaf0] fdaf0
[ÂÂÂ 0.000000] initial memory mapped : 0 - 20000000
[ÂÂÂ 0.000000] Base memory trampoline at [ffff88000009a000] 9a000 size 20480
[ÂÂÂ 0.000000] init_memory_mapping: 0000000000000000-000000003f7ff000
[ÂÂÂ 0.000000]Â 0000000000 - 003f600000 page 2M
[ÂÂÂ 0.000000]Â 003f600000 - 003f7ff000 page 4k
[ÂÂÂ 0.000000] kernel direct mapping tables up to 3f7ff000 @ 1fffd000-20000000
[ÂÂÂ 0.000000] RAMDISK: 364c2000 - 37259000
[ÂÂÂ 0.000000] ACPI: RSDP 00000000000fda40 00024 (v02ÂÂÂ Xen)
[ÂÂÂ 0.000000] ACPI: XSDT 00000000fc009f70 00054 (v01ÂÂÂ XenÂÂÂÂÂ HVM 00000000 HVML 00000000)
[ÂÂÂ 0.000000] ACPI: FACP 00000000fc0098a0 000F4 (v04ÂÂÂ XenÂÂÂÂÂ HVM 00000000 HVML 00000000)
[ÂÂÂ 0.000000] ACPI: DSDT 00000000fc001250 085CD (v02ÂÂÂ XenÂÂÂÂÂ HVM 00000000 INTL 20100528)
[ÂÂÂ 0.000000] ACPI: FACS 00000000fc001210 00040
[ÂÂÂ 0.000000] ACPI: APIC 00000000fc0099a0 00460 (v02ÂÂÂ XenÂÂÂÂÂ HVM 00000000 HVML 00000000)
[ÂÂÂ 0.000000] ACPI: HPET 00000000fc009e80 00038 (v01ÂÂÂ XenÂÂÂÂÂ HVM 00000000 HVML 00000000)
[ÂÂÂ 0.000000] ACPI: WAET 00000000fc009ec0 00028 (v01ÂÂÂ XenÂÂÂÂÂ HVM 00000000 HVML 00000000)
[ÂÂÂ 0.000000] ACPI: SSDT 00000000fc009ef0 00031 (v02ÂÂÂ XenÂÂÂÂÂ HVM 00000000 INTL 20100528)
[ÂÂÂ 0.000000] ACPI: SSDT 00000000fc009f30 00031 (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 0000000000000000-000000003f7ff000
[ÂÂÂ 0.000000] Initmem setup node 0 0000000000000000-000000003f7ff000
[ÂÂÂ 0.000000]ÂÂ NODE_DATA [000000003f7fa000 - 000000003f7fefff]
[ÂÂÂ 0.000000]Â [ffffea0000000000-ffffea0000ffffff] PMD -> [ffff88003de00000-ffff88003edfffff] on node 0
[ÂÂÂ 0.000000] Zone PFN ranges:
[ÂÂÂ 0.000000]ÂÂ DMAÂÂÂÂÂ 0x00000010 -> 0x00001000
[ÂÂÂ 0.000000]ÂÂ DMA32ÂÂÂ 0x00001000 -> 0x00100000
[ÂÂÂ 0.000000]ÂÂ NormalÂÂ empty
[ÂÂÂ 0.000000] Movable zone start PFN for each node
[ÂÂÂ 0.000000] early_node_map[2] active PFN ranges
[ÂÂÂ 0.000000]ÂÂÂÂ 0: 0x00000010 -> 0x0000009f
[ÂÂÂ 0.000000]ÂÂÂÂ 0: 0x00000100 -> 0x0003f7ff
[ÂÂÂ 0.000000] On node 0 totalpages: 259982
[ÂÂÂ 0.000000]ÂÂ DMA zone: 64 pages used for memmap
[ÂÂÂ 0.000000]ÂÂ DMA zone: 5 pages reserved
[ÂÂÂ 0.000000]ÂÂ DMA zone: 3914 pages, LIFO batch:0
[ÂÂÂ 0.000000]ÂÂ DMA32 zone: 4000 pages used for memmap
[ÂÂÂ 0.000000]ÂÂ DMA32 zone: 251999 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] disabled)
[ÂÂÂ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] disabled)
[ÂÂÂ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x06] disabled)
[ÂÂÂ 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: IRQ2 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] SMP: Allowing 128 CPUs, 127 hotplug CPUs
[ÂÂÂ 0.000000] nr_irqs_gsi: 64
[ÂÂÂ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ÂÂÂ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[ÂÂÂ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[ÂÂÂ 0.000000] Allocating PCI resources starting at 3f800000 (gap: 3f800000:bc800000)
[ÂÂÂ 0.000000] Booting paravirtualized kernel on Xen HVM
[ÂÂÂ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:128 nr_node_ids:1
[ÂÂÂ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88003ce00000 s83136 r8192 d23360 u131072
[ÂÂÂ 0.000000] pcpu-alloc: s83136 r8192 d23360 u131072 alloc=1*2097152
[ÂÂÂ 0.000000] pcpu-alloc: [0] 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015
[ÂÂÂ 0.000000] pcpu-alloc: [0] 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031
[ÂÂÂ 0.000000] pcpu-alloc: [0] 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047
[ÂÂÂ 0.000000] pcpu-alloc: [0] 048 049 050 051 052 053 054 055 056 057 058 059 060 061 062 063
[ÂÂÂ 0.000000] pcpu-alloc: [0] 064 065 066 067 068 069 070 071 072 073 074 075 076 077 078 079
[ÂÂÂ 0.000000] pcpu-alloc: [0] 080 081 082 083 084 085 086 087 088 089 090 091 092 093 094 095
[ÂÂÂ 0.000000] pcpu-alloc: [0] 096 097 098 099 100 101 102 103 104 105 106 107 108 109 110 111
[ÂÂÂ 0.000000] pcpu-alloc: [0] 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 255913
[ÂÂÂ 0.000000] Policy zone: DMA32
[ÂÂÂ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-61-generic root=UUID=e2ffdbbd-aa67-416e-8c24-38421470803d ro quiet splash vt.handoff=7
[ÂÂÂ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ÂÂÂ 0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
[ÂÂÂ 0.000000] Checking aperture...
[ÂÂÂ 0.000000] No AGP bridge found
[ÂÂÂ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ÂÂÂ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ÂÂÂ 0.000000] Memory: 979460k/1040380k available (6588k kernel code, 452k absent, 60468k reserved, 6618k data, 924k init)
[ÂÂÂ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=1
[ÂÂÂ 0.000000] Hierarchical RCU implementation.
[ÂÂÂ 0.000000] ÂÂÂ RCU dyntick-idle grace-period acceleration is enabled.
[ÂÂÂ 0.000000] NR_IRQS:16640 nr_irqs:2112 16
[ÂÂÂ 0.000000] Xen HVM callback vector for event delivery is enabled
[ÂÂÂ 0.000000] vt handoff: transparent VT on vt#7
[ÂÂÂ 0.000000] Console: colour dummy device 80x25
[ÂÂÂ 0.000000] console [tty0] enabled
[ÂÂÂ 0.000000] allocated 8388608 bytes of page_cgroup
[ÂÂÂ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ÂÂÂ 0.000000] hpet clockevent registered
[ÂÂÂ 0.000000] Detected 2793.752 MHz processor.
[ÂÂÂ 0.008000] Calibrating delay loop (skipped), value calculated using timer frequency.. 5587.50 BogoMIPS (lpj=11175008)
[ÂÂÂ 0.008000] pid_max: default: 131072 minimum: 1024
[ÂÂÂ 0.008000] Security Framework initialized
[ÂÂÂ 0.008000] AppArmor: AppArmor initialized
[ÂÂÂ 0.008000] Yama: becoming mindful.
[ÂÂÂ 0.008000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ÂÂÂ 0.008000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
[ÂÂÂ 0.008000] Mount-cache hash table entries: 256
[ÂÂÂ 0.008000] Initializing cgroup subsys cpuacct
[ÂÂÂ 0.008000] Initializing cgroup subsys memory
[ÂÂÂ 0.008000] Initializing cgroup subsys devices
[ÂÂÂ 0.008000] Initializing cgroup subsys freezer
[ÂÂÂ 0.008000] Initializing cgroup subsys blkio
[ÂÂÂ 0.008000] Initializing cgroup subsys perf_event
[ÂÂÂ 0.008000] CPU: Physical Processor ID: 0
[ÂÂÂ 0.008000] CPU: Processor Core ID: 0
[ÂÂÂ 0.008000] mce: CPU supports 2 MCE banks
[ÂÂÂ 0.008000] SMP alternatives: switching to UP code
[ÂÂÂ 0.024432] ACPI: Core revision 20110623
[ÂÂÂ 0.027078] ftrace: allocating 26601 entries in 105 pages
[ÂÂÂ 0.049178] x2apic not enabled, IRQ remapping init failed
[ÂÂÂ 0.049181] Switched APIC routing to physical flat.
[ÂÂÂ 0.051384] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[ÂÂÂ 0.091380] CPU0: Intel(R) Core(TM) i7-2600S CPU @ 2.80GHz stepping 07
[ÂÂÂ 0.091387] Xen: using vcpuop timer interface
[ÂÂÂ 0.091392] installing Xen timer for CPU 0
[ÂÂÂ 0.091492] cpu 0 spinlock event irq 69
[ÂÂÂ 0.091493] Performance Events: unsupported p6 CPU model 42 no PMU driver, software events only.
[ÂÂÂ 0.091665] NMI watchdog disabled (cpu0): hardware events not enabled
[ÂÂÂ 0.091681] Brought up 1 CPUs
[ÂÂÂ 0.091683] Total of 1 processors activated (5587.50 BogoMIPS).
[ÂÂÂ 0.092004] devtmpfs: initialized
[ÂÂÂ 0.092004] EVM: security.selinux
[ÂÂÂ 0.092004] EVM: security.SMACK64
[ÂÂÂ 0.092004] EVM: security.capability
[ÂÂÂ 0.092004] print_constraints: dummy:
[ÂÂÂ 0.092004] RTC time: 21:26:31, date: 06/02/14
[ÂÂÂ 0.092004] NET: Registered protocol family 16
[ÂÂÂ 0.092004] ACPI: bus type pci registered
[ÂÂÂ 0.092004] PCI: Using configuration type 1 for base access
[ÂÂÂ 0.092004] bio: create slab <bio-0> at 0
[ÂÂÂ 0.092004] ACPI: Added _OSI(Module Device)
[ÂÂÂ 0.092004] ACPI: Added _OSI(Processor Device)
[ÂÂÂ 0.092004] ACPI: Added _OSI(3.0 _SCP Extensions)
[ÂÂÂ 0.092004] ACPI: Added _OSI(Processor Aggregator Device)
[ÂÂÂ 0.092199] ACPI: EC: Look up EC in DSDT
[ÂÂÂ 0.095237] ACPI: Interpreter enabled
[ÂÂÂ 0.095239] ACPI: (supports S0 S3 S4 S5)
[ÂÂÂ 0.095248] ACPI: Using IOAPIC for interrupt routing
[ÂÂÂ 0.097615] ACPI: No dock devices found.
[ÂÂÂ 0.097616] HEST: Table not found.
[ÂÂÂ 0.097618] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ÂÂÂ 0.097649] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.097714] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7]
[ 0.097715] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff]
[ÂÂÂ 0.097716] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
[ÂÂÂ 0.097718] pci_root PNP0A03:00: host bridge window [mem 0xf0000000-0xfbffffff]
[ÂÂÂ 0.097911] pci 0000:00:00.0: [8086:1237] type 0 class 0x000600
[ÂÂÂ 0.099963] pci 0000:00:01.0: [8086:7000] type 0 class 0x000601
[ÂÂÂ 0.103226] pci 0000:00:01.1: [8086:7010] type 0 class 0x000101
[ 0.116016] pci 0000:00:01.1: reg 20: [io 0xc220-0xc22f]
[ÂÂÂ 0.122459] pci 0000:00:01.2: [8086:7020] type 0 class 0x000c03
[ 0.129533] pci 0000:00:01.2: reg 20: [io 0xc200-0xc21f]
[ÂÂÂ 0.132328] pci 0000:00:01.3: [8086:7113] type 0 class 0x000680
[ 0.133497] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI
[ 0.133539] pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB
[ÂÂÂ 0.133979] pci 0000:00:02.0: [1013:00b8] type 0 class 0x000300
[ÂÂÂ 0.136012] pci 0000:00:02.0: reg 10: [mem 0xf0000000-0xf1ffffff pref]
[ÂÂÂ 0.138677] pci 0000:00:02.0: reg 14: [mem 0xf3020000-0xf3020fff]
[ÂÂÂ 0.148012] pci 0000:00:02.0: reg 30: [mem 0xf3000000-0xf300ffff pref]
[ÂÂÂ 0.148337] pci 0000:00:03.0: [5853:0001] type 0 class 0x00ff80
[ 0.151337] pci 0000:00:03.0: reg 10: [io 0xc000-0xc0ff]
[ÂÂÂ 0.153403] pci 0000:00:03.0: reg 14: [mem 0xf2000000-0xf2ffffff pref]
[ÂÂÂ 0.166189] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ÂÂÂ 0.166677]Â pci0000:00: Unable to request _OSC control (_OSC support mask: 0x1e)
[ÂÂÂ 0.170884] ACPI: PCI Interrupt Link [LNKA] (IRQs *5 10 11)
[ÂÂÂ 0.171110] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[ÂÂÂ 0.171240] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[ÂÂÂ 0.171412] ACPI: PCI Interrupt Link [LNKD] (IRQs *5 10 11)
[ÂÂÂ 0.171505] xen/balloon: Initialising balloon driver.
[ÂÂÂ 0.171571] xen-balloon: Initialising balloon driver.
[ÂÂÂ 0.171719] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ÂÂÂ 0.171723] vgaarb: loaded
[ÂÂÂ 0.171725] vgaarb: bridge control possible 0000:00:02.0
[ÂÂÂ 0.171859] i2c-core: driver [aat2870] using legacy suspend method
[ÂÂÂ 0.171861] i2c-core: driver [aat2870] using legacy resume method
[ÂÂÂ 0.171972] SCSI subsystem initialized
[ÂÂÂ 0.172022] libata version 3.00 loaded.
[ÂÂÂ 0.172074] usbcore: registered new interface driver usbfs
[ÂÂÂ 0.172086] usbcore: registered new interface driver hub
[ÂÂÂ 0.172144] usbcore: registered new device driver usb
[ÂÂÂ 0.172307] PCI: Using ACPI for IRQ routing
[ÂÂÂ 0.172310] PCI: pci_cache_line_size set to 64 bytes
[ÂÂÂ 0.172728] reserve RAM buffer: 000000000009fc00 - 000000000009ffff
[ÂÂÂ 0.172730] reserve RAM buffer: 000000003f7ff000 - 000000003fffffff
[ÂÂÂ 0.172901] NetLabel: Initializing
[ÂÂÂ 0.172903] NetLabel:Â domain hash size = 128
[ÂÂÂ 0.172905] NetLabel:Â protocols = UNLABELED CIPSOv4
[ÂÂÂ 0.172917] NetLabel:Â unlabeled traffic allowed by default
[ÂÂÂ 0.173004] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[ÂÂÂ 0.173027] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ÂÂÂ 0.173033] hpet0: 3 comparators, 64-bit 62.500000 MHz counter
[ÂÂÂ 0.180085] Switching to clocksource xen
[ÂÂÂ 0.192480] AppArmor: AppArmor Filesystem Enabled
[ÂÂÂ 0.192509] pnp: PnP ACPI init
[ÂÂÂ 0.192526] ACPI: bus type pnp registered
[ÂÂÂ 0.192556] pnp 00:00: [mem 0x00000000-0x0009ffff]
[ÂÂÂ 0.192594] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[ÂÂÂ 0.192599] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ÂÂÂ 0.192676] pnp 00:01: [bus 00-ff]
[ 0.192679] pnp 00:01: [io 0x0cf8-0x0cff]
[ 0.192682] pnp 00:01: [io 0x0000-0x0cf7 window]
[ 0.192685] pnp 00:01: [io 0x0d00-0xffff window]
[ÂÂÂ 0.192687] pnp 00:01: [mem 0x000a0000-0x000bffff window]
[ÂÂÂ 0.192690] pnp 00:01: [mem 0xf0000000-0xfbffffff window]
[ÂÂÂ 0.192748] pnp 00:01: Plug and Play ACPI device, IDs PNP0a03 (active)
[ÂÂÂ 0.192779] pnp 00:02: [mem 0xfed00000-0xfed003ff]
[ÂÂÂ 0.192803] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
[ 0.192824] pnp 00:03: [io 0x0010-0x001f]
[ 0.192827] pnp 00:03: [io 0x0022-0x002d]
[ 0.192829] pnp 00:03: [io 0x0030-0x003f]
[ 0.192831] pnp 00:03: [io 0x0044-0x005f]
[ 0.192834] pnp 00:03: [io 0x0062-0x0063]
[ 0.192836] pnp 00:03: [io 0x0065-0x006f]
[ 0.192838] pnp 00:03: [io 0x0072-0x007f]
[ 0.192840] pnp 00:03: [io 0x0080]
[ 0.192842] pnp 00:03: [io 0x0084-0x0086]
[ 0.192845] pnp 00:03: [io 0x0088]
[ 0.192847] pnp 00:03: [io 0x008c-0x008e]
[ 0.192849] pnp 00:03: [io 0x0090-0x009f]
[ 0.192851] pnp 00:03: [io 0x00a2-0x00bd]
[ 0.192853] pnp 00:03: [io 0x00e0-0x00ef]
[ 0.192856] pnp 00:03: [io 0x08a0-0x08a3]
[ 0.192858] pnp 00:03: [io 0x0cc0-0x0ccf]
[ 0.192860] pnp 00:03: [io 0x04d0-0x04d1]
[ 0.192897] system 00:03: [io 0x08a0-0x08a3] has been reserved
[ 0.192901] system 00:03: [io 0x0cc0-0x0ccf] has been reserved
[ 0.192904] system 00:03: [io 0x04d0-0x04d1] has been reserved
[ÂÂÂ 0.192908] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[ÂÂÂ 0.192922] pnp 00:04: [dma 4]
[ 0.192924] pnp 00:04: [io 0x0000-0x000f]
[ 0.192926] pnp 00:04: [io 0x0081-0x0083]
[ 0.192929] pnp 00:04: [io 0x0087]
[ 0.192931] pnp 00:04: [io 0x0089-0x008b]
[ 0.192933] pnp 00:04: [io 0x008f]
[ 0.192935] pnp 00:04: [io 0x00c0-0x00df]
[ 0.192937] pnp 00:04: [io 0x0480-0x048f]
[ÂÂÂ 0.192976] pnp 00:04: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.192989] pnp 00:05: [io 0x0070-0x0071]
[ÂÂÂ 0.193016] xen: --> pirq=16 -> irq=8 (gsi=8)
[ÂÂÂ 0.193019] pnp 00:05: [irq 8]
[ÂÂÂ 0.193045] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.193055] pnp 00:06: [io 0x0061]
[ÂÂÂ 0.193078] pnp 00:06: Plug and Play ACPI device, IDs PNP0800 (active)
[ÂÂÂ 0.193109] xen: --> pirq=17 -> irq=12 (gsi=12)
[ÂÂÂ 0.193112] pnp 00:07: [irq 12]
[ÂÂÂ 0.193152] pnp 00:07: Plug and Play ACPI device, IDs PNP0f13 (active)
[ 0.193171] pnp 00:08: [io 0x0060]
[ 0.193173] pnp 00:08: [io 0x0064]
[ÂÂÂ 0.193190] xen: --> pirq=18 -> irq=1 (gsi=1)
[ÂÂÂ 0.193193] pnp 00:08: [irq 1]
[ÂÂÂ 0.193219] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[ 0.193246] pnp 00:09: [io 0x03f0-0x03f5]
[ 0.193249] pnp 00:09: [io 0x03f7]
[ÂÂÂ 0.193264] xen: --> pirq=19 -> irq=6 (gsi=6)
[ÂÂÂ 0.193267] pnp 00:09: [irq 6]
[ÂÂÂ 0.193270] pnp 00:09: [dma 2]
[ÂÂÂ 0.193298] pnp 00:09: Plug and Play ACPI device, IDs PNP0700 (active)
[ 0.193323] pnp 00:0a: [io 0x03f8-0x03ff]
[ÂÂÂ 0.193338] xen: --> pirq=20 -> irq=4 (gsi=4)
[ÂÂÂ 0.193341] pnp 00:0a: [irq 4]
[ÂÂÂ 0.193382] pnp 00:0a: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.193418] pnp 00:0b: [io 0x0378-0x037f]
[ÂÂÂ 0.193435] xen: --> pirq=21 -> irq=7 (gsi=7)
[ÂÂÂ 0.193438] pnp 00:0b: [irq 7]
[ÂÂÂ 0.193465] pnp 00:0b: Plug and Play ACPI device, IDs PNP0400 (active)
[ 0.193490] pnp 00:0c: [io 0xae00-0xae0f]
[ 0.193492] pnp 00:0c: [io 0xb044-0xb047]
[ 0.193526] system 00:0c: [io 0xae00-0xae0f] has been reserved
[ 0.193530] system 00:0c: [io 0xb044-0xb047] has been reserved
[ÂÂÂ 0.193533] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
[ÂÂÂ 0.193874] pnp: PnP ACPI: found 13 devices
[ÂÂÂ 0.193876] ACPI: ACPI bus type pnp unregistered
[ÂÂÂ 0.201061] PCI: max bus depth: 0 pci_try_num: 1
[ 0.201069] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.201072] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ÂÂÂ 0.201075] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ÂÂÂ 0.201078] pci_bus 0000:00: resource 7 [mem 0xf0000000-0xfbffffff]
[ÂÂÂ 0.201153] NET: Registered protocol family 2
[ÂÂÂ 0.201349] IP route cache hash table entries: 32768 (order: 6, 262144 bytes)
[ÂÂÂ 0.201987] TCP established hash table entries: 131072 (order: 9, 2097152 bytes)
[ÂÂÂ 0.203886] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ÂÂÂ 0.204779] TCP: Hash tables configured (established 131072 bind 65536)
[ÂÂÂ 0.204783] TCP reno registered
[ÂÂÂ 0.204790] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ÂÂÂ 0.204813] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ÂÂÂ 0.205301] NET: Registered protocol family 1
[ÂÂÂ 0.205313] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ÂÂÂ 0.205403] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[ÂÂÂ 0.205526] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[ÂÂÂ 0.205725] xen: --> pirq=22 -> irq=23 (gsi=23)
[ÂÂÂ 0.205729] pci 0000:00:01.2: PCI INT D -> GSI 23 (level, low) -> IRQ 23
[ÂÂÂ 0.207469] pci 0000:00:01.2: PCI INT D disabled
[ÂÂÂ 0.207620] pci 0000:00:02.0: Boot video device
[ÂÂÂ 0.207733] PCI: CLS 0 bytes, default 64
[ÂÂÂ 0.208252] audit: initializing netlink socket (disabled)
[ÂÂÂ 0.208267] type=2000 audit(1401744392.019:1): initialized
[ÂÂÂ 0.226671] Trying to unpack rootfs image as initramfs...
[ÂÂÂ 0.252081] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ÂÂÂ 0.260212] VFS: Disk quotas dquot_6.5.2
[ÂÂÂ 0.260302] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ÂÂÂ 0.260748] fuse init (API version 7.17)
[ÂÂÂ 0.260807] msgmni has been set to 1913
[ÂÂÂ 0.272129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ÂÂÂ 0.272151] io scheduler noop registered
[ÂÂÂ 0.272152] io scheduler deadline registered
[ÂÂÂ 0.272178] io scheduler cfq registered (default)
[ÂÂÂ 0.272234] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ÂÂÂ 0.272243] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ÂÂÂ 0.272287] efifb: probing for efifb
[ÂÂÂ 0.272370] efifb: framebuffer at 0xf0000000, mapped to 0xffffc90000500000, using 1408k, total 1408k
[ÂÂÂ 0.272371] efifb: mode is 800x600x24, linelength=2400, pages=1
[ÂÂÂ 0.272372] efifb: scrolling: redraw
[ÂÂÂ 0.272373] efifb: Truecolor: size=0:8:8:8, shift=0:16:8:0
[ÂÂÂ 0.272434] Console: switching to colour frame buffer device 100x37
[ÂÂÂ 0.272442] fb0: EFI VGA frame buffer device
[ÂÂÂ 0.272485] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ÂÂÂ 0.272489] ACPI: Power Button [PWRF]
[ÂÂÂ 0.272521] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1
[ÂÂÂ 0.272524] ACPI: Sleep Button [SLPF]
[ÂÂÂ 0.273447] ERST: Table is not found!
[ÂÂÂ 0.273448] GHES: HEST is not enabled!
[ÂÂÂ 0.273856] xen: --> pirq=23 -> irq=28 (gsi=28)
[ÂÂÂ 0.273861] xen-platform-pci 0000:00:03.0: PCI INT A -> GSI 28 (level, low) -> IRQ 28
[ÂÂÂ 0.273909] Grant table initialized
[ÂÂÂ 0.276900] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ÂÂÂ 0.309309] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ÂÂÂ 0.309863] init_memory_mapping: 0000000040000000-0000000048000000
[ÂÂÂ 0.309866]Â 0040000000 - 0048000000 page 2M
[ÂÂÂ 0.376828] 00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ÂÂÂ 0.408303] Linux agpgart interface v0.103
[ÂÂÂ 0.409705] brd: module loaded
[ÂÂÂ 0.412483] loop: module loaded
[ÂÂÂ 0.414925] blkfront device/vbd/51712 num-ring-pages 1 nr_ents 32.
[ÂÂÂ 0.415379] ata_piix 0000:00:01.1: version 2.13
[ÂÂÂ 0.417376] ata_piix 0000:00:01.1: setting latency timer to 64
[ÂÂÂ 0.418734] blkfront: xvda: flush diskcache: enabled
[ÂÂÂ 0.420194]Â xvda: xvda1 xvda2 < xvda5 >
[ÂÂÂ 0.424217] scsi0 : ata_piix
[ÂÂÂ 0.424306] scsi1 : ata_piix
[ÂÂÂ 0.424341] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc220 irq 14
[ÂÂÂ 0.424343] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc228 irq 15
[ÂÂÂ 0.424591] Fixed MDIO Bus: probed
[ÂÂÂ 0.424602] tun: Universal TUN/TAP device driver, 1.6
[ÂÂÂ 0.424604] tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx>
[ÂÂÂ 0.424642] PPP generic driver version 2.4.2
[ÂÂÂ 0.424668] Initialising Xen virtual ethernet driver.
[ÂÂÂ 0.426228] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ÂÂÂ 0.426240] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ÂÂÂ 0.426246] uhci_hcd: USB Universal Host Controller Interface driver
[ÂÂÂ 0.426295] uhci_hcd 0000:00:01.2: PCI INT D -> GSI 23 (level, low) -> IRQ 23
[ÂÂÂ 0.427126] uhci_hcd 0000:00:01.2: setting latency timer to 64
[ÂÂÂ 0.427156] uhci_hcd 0000:00:01.2: UHCI Host Controller
[ÂÂÂ 0.427216] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1
[ÂÂÂ 0.427439] uhci_hcd 0000:00:01.2: irq 23, io base 0x0000c200
[ÂÂÂ 0.428225] hub 1-0:1.0: USB hub found
[ÂÂÂ 0.428256] hub 1-0:1.0: 2 ports detected
[ÂÂÂ 0.428543] usbcore: registered new interface driver libusual
[ÂÂÂ 0.428601] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ÂÂÂ 0.430309] serio: i8042 KBD port at 0x60,0x64 irq 1
[ÂÂÂ 0.430334] serio: i8042 AUX port at 0x60,0x64 irq 12
[ÂÂÂ 0.430620] mousedev: PS/2 mouse device common for all mice
[ÂÂÂ 0.431393] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[ÂÂÂ 0.432734] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[ÂÂÂ 0.432820] rtc0: alarms up to one day, 114 bytes nvram, hpet irqs
[ÂÂÂ 0.436304] device-mapper: uevent: version 1.0.3
[ÂÂÂ 0.437591] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@xxxxxxxxxx
[ÂÂÂ 0.437600] cpuidle: using governor ladder
[ÂÂÂ 0.437602] cpuidle: using governor menu
[ÂÂÂ 0.437604] EFI Variables Facility v0.08 2004-May-17
[ÂÂÂ 0.437846] TCP cubic registered
[ÂÂÂ 0.438021] NET: Registered protocol family 10
[ÂÂÂ 0.439551] NET: Registered protocol family 17
[ÂÂÂ 0.439559] Registering the dns_resolver key type
[ÂÂÂ 0.439729] PM: Hibernation image not present or could not be loaded.
[ÂÂÂ 0.439741] registered taskstats version 1
[ÂÂÂ 0.518891] Freeing initrd memory: 13916k freed
[ÂÂÂ 0.524222] XENBUS: Device with no driver: device/vkbd/0
[ÂÂÂ 0.524225]ÂÂ Magic number: 2:751:448
[ÂÂÂ 0.524282] rtc_cmos 00:05: setting system clock to 2014-06-02 21:26:32 UTC (1401744392)
[ÂÂÂ 0.524317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ÂÂÂ 0.524318] EDD information not available.
[ÂÂÂ 0.594436] ata2.01: NODEV after polling detection
[ÂÂÂ 0.596844] ata2.00: ATAPI: QEMU DVD-ROM, 1.3.1, max UDMA/100
[ÂÂÂ 0.599322] ata2.00: configured for MWDMA2
[ÂÂÂ 0.602730] scsi 1:0:0:0: CD-ROMÂÂÂÂÂÂÂÂÂÂÂ QEMUÂÂÂÂ QEMU DVD-ROMÂÂÂÂ 1.3. PQ: 0 ANSI: 5
[ÂÂÂ 0.608763] sr0: scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray
[ÂÂÂ 0.608769] cdrom: Uniform CD-ROM driver Revision: 3.20
[ÂÂÂ 0.608942] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ÂÂÂ 0.609016] sr 1:0:0:0: Attached scsi generic sg0 type 5
[ÂÂÂ 0.610946] Freeing unused kernel memory: 924k freed
[ÂÂÂ 0.611098] Write protecting the kernel read-only data: 12288k
[ÂÂÂ 0.617404] Freeing unused kernel memory: 1584k freed
[ÂÂÂ 0.623716] Freeing unused kernel memory: 1188k freed
[ÂÂÂ 0.643344] udevd[87]: starting version 175
[ÂÂÂ 0.740093] usb 1-1: new full-speed USB device number 2 using uhci_hcd
[ÂÂÂ 0.772960] EXT4-fs (xvda1): mounted filesystem with ordered data mode. Opts: (null)
[ÂÂÂ 0.820438] FDC 0 is a S82078B
[ÂÂÂ 1.024812] usb 1-2: new full-speed USB device number 3 using uhci_hcd
[ 1.035831] Adding 1044188k swap on /dev/xvda5. Priority:-1 extents:1 across:1044188k SS
[ÂÂÂ 1.054172] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ÂÂÂ 1.064865] udevd[304]: starting version 175
[ÂÂÂ 1.091331] EXT4-fs (xvda1): re-mounted. Opts: errors=remount-ro
[ÂÂÂ 1.108760] lp: driver loaded but no devices found
[ÂÂÂ 1.204156] Refined TSC clocksource calibration: 2793.650 MHz.
[ÂÂÂ 1.205886] hub 1-2:1.0: USB hub found
[ÂÂÂ 1.206860] hub 1-2:1.0: 8 ports detected
[ÂÂÂ 1.266435] piix4_smbus 0000:00:01.3: Host SMBus controller not enabled!
[ÂÂÂ 1.351867] parport_pc 00:0b: reported by Plug and Play ACPI
[ÂÂÂ 1.352648] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
[ÂÂÂ 1.404209] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input3
[ÂÂÂ 1.404445] generic-usb 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Pointer [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0
[ÂÂÂ 1.404492] usbcore: registered new interface driver usbhid
[ÂÂÂ 1.404495] usbhid: USB HID core driver
[ÂÂÂ 1.619636] type=1400 audit(1401744393.588:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=465 comm="apparmor_parser"
[ÂÂÂ 1.621729] type=1400 audit(1401744393.592:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=465 comm="apparmor_parser"
[ÂÂÂ 1.622017] type=1400 audit(1401744393.592:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=465 comm="apparmor_parser"
[ÂÂÂ 1.689809] usb 1-2.1: new full-speed USB device number 4 using uhci_hcd
[ÂÂÂ 1.891343] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input4
[ÂÂÂ 1.919715] lp0: using parport0 (interrupt-driven).
[ÂÂÂ 2.004538] init: failsafe main process (569) killed by TERM signal
[ÂÂÂ 2.054714] type=1400 audit(1401744394.024:5): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=650 comm="apparmor_parser"
[ÂÂÂ 2.055227] type=1400 audit(1401744394.024:6): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=650 comm="apparmor_parser"
[ÂÂÂ 2.055603] type=1400 audit(1401744394.024:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=650 comm="apparmor_parser"
[ÂÂÂ 2.061010] ppdev: user-space parallel port driver
[ÂÂÂ 2.067813] type=1400 audit(1401744394.036:8): apparmor="STATUS" operation="profile_load" name="/usr/sbin/tcpdump" pid=652 comm="apparmor_parser"
[ÂÂÂ 2.068282] input: Xen Virtual Keyboard as /devices/virtual/input/input5
[ÂÂÂ 2.070692] input: Xen Virtual Pointer as /devices/virtual/input/input6
[ÂÂÂ 2.382394] Registered led device: xpad0
[ÂÂÂ 2.383120] input: Microsoft X-Box 360 pad as /devices/pci0000:00/0000:00:01.2/usb1/1-2/1-2.1/1-2.1:1.0/input/input7
[ÂÂÂ 2.383471] usbcore: registered new interface driver xpad
[ÂÂÂ 2.617954] usb 1-2.2: new full-speed USB device number 5 using uhci_hcd
[ÂÂÂ 3.182692] pcan: Release_20130131_n (le)
[ÂÂÂ 3.182696] pcan: driver config [mod] [isa] [pci] [dng] [par] [usb] [pcc]
[ÂÂÂ 3.194232] pcan: new usb adapter with 1 CAN controller(s) detected
[ÂÂÂ 3.194248] pcan: usb hardware revision = 28
[ÂÂÂ 3.257802] pcan: usb device minor 32 found
[ÂÂÂ 3.258322] usbcore: registered new interface driver pcan
[ÂÂÂ 3.258839] pcan: major 250.
[ÂÂÂ 3.260014] usb 1-2.3: new full-speed USB device number 6 using uhci_hcd
[ÂÂÂ 4.538729] usbcore: registered new interface driver usbserial
[ÂÂÂ 4.538787] USB Serial support registered for generic
[ÂÂÂ 4.601980] usb 1-2.4: new full-speed USB device number 7 using uhci_hcd
[ÂÂ 30.653672] init: hvc0 main process (756) terminated with status 1
[ÂÂ 30.653695] init: hvc0 main process ended, respawning
[ÂÂ 56.305797] init: hvc0 main process (773) terminated with status 1
[ÂÂ 56.305840] init: hvc0 main process ended, respawning
[ÂÂ 56.549770] usb 1-2.5: new full-speed USB device number 8 using uhci_hcd
[ÂÂ 56.737874] s2255: probe
[ÂÂ 56.737891] num endpoints 2
[ÂÂ 56.737894] bulk out endpoint addr: 2
[ÂÂ 56.739533] S2255: board initialized
[ÂÂ 56.739687] USB 2255 device now attached to USBs2255-0
[ÂÂ 57.199173] cdc_acm 1-2.5:1.0: This device cannot do calls on its own. It is not a modem.
[ÂÂ 57.199516] cdc_acm 1-2.5:1.0: ttyACM0: USB ACM device

[ÂÂ 57.204307] usbcore: registered new interface driver cdc_acm
[ÂÂ 57.204311] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ÂÂ 57.237792] usb 1-2.4: reset full-speed USB device number 7 using uhci_hcd
[ÂÂ 57.300179] eth0: no IPv6 routers present
[ÂÂ 83.399789] init: hvc0 main process (775) terminated with status 1
[ÂÂ 83.399839] init: hvc0 main process ended, respawning
[Â 108.781086] init: hvc0 main process (779) terminated with status 1
[Â 108.781124] init: hvc0 main process ended, respawning
[Â 109.783093] s2255: fw loaded
[Â 109.783132] S2255 successfully loaded
[Â 109.783250] usbcore: registered new interface driver usbserial_generic
[Â 109.783253] usbserial: USB Serial Driver core
[Â 109.785663] usbcore: registered new interface driver s2255
[Â 118.787979] init: hvc0 main process (781) terminated with status 1
[Â 118.788018] init: hvc0 main process ended, respawning
[Â 128.792795] init: hvc0 main process (791) terminated with status 1
[Â 128.792835] init: hvc0 main process ended, respawning
[Â 138.796847] init: hvc0 main process (792) terminated with status 1
[Â 138.796887] init: hvc0 main process ended, respawning
[Â 148.800650] init: hvc0 main process (793) terminated with status 1
[Â 148.800690] init: hvc0 main process ended, respawning
[Â 158.807505] init: hvc0 main process (794) terminated with status 1
[Â 158.807545] init: hvc0 main process ended, respawning
[Â 168.811528] init: hvc0 main process (939) terminated with status 1
[Â 168.811569] init: hvc0 main process ended, respawning
[Â 178.816513] init: hvc0 main process (953) terminated with status 1
[Â 178.816552] init: hvc0 main process ended, respawning
[Â 188.820424] init: hvc0 main process (957) terminated with status 1
[Â 188.820485] init: hvc0 main process ended, respawning
[Â 198.824729] init: hvc0 main process (959) terminated with status 1
[Â 198.824768] init: hvc0 main process ended, respawning
[Â 208.828896] init: hvc0 main process (960) terminated with status 1
[Â 208.828935] init: hvc0 main process ended, respawning
[Â 218.833140] init: hvc0 main process (961) terminated with status 1
[Â 218.833180] init: hvc0 main process ended, respawning
[Â 228.837461] init: hvc0 main process (964) terminated with status 1
[Â 228.837499] init: hvc0 main process ended, respawning
[Â 238.843490] init: hvc0 main process (965) terminated with status 1
[Â 238.843529] init: hvc0 main process ended, respawning
[Â 248.847441] init: hvc0 main process (966) terminated with status 1
[Â 248.847479] init: hvc0 main process ended, respawning
[Â 258.851383] init: hvc0 main process (967) terminated with status 1
[Â 258.851421] init: hvc0 main process ended, respawning
[Â 268.855243] init: hvc0 main process (968) terminated with status 1
[Â 268.855282] init: hvc0 main process ended, respawning
[Â 278.861648] init: hvc0 main process (971) terminated with status 1
[Â 278.861689] init: hvc0 main process ended, respawning
[Â 288.865803] init: hvc0 main process (972) terminated with status 1
[Â 288.865841] init: hvc0 main process ended, respawning
[Â 298.869727] init: hvc0 main process (973) terminated with status 1
[Â 298.869766] init: hvc0 main process ended, respawning
[Â 308.873632] init: hvc0 main process (974) terminated with status 1
[Â 308.873670] init: hvc0 main process ended, respawning
[Â 318.879805] init: hvc0 main process (977) terminated with status 1
[Â 318.879844] init: hvc0 main process ended, respawning
[Â 328.883719] init: hvc0 main process (978) terminated with status 1
[Â 328.883756] init: hvc0 main process ended, respawning
[Â 338.888135] init: hvc0 main process (979) terminated with status 1
[Â 338.888174] init: hvc0 main process ended, respawning
[Â 348.891959] init: hvc0 main process (980) terminated with status 1
[Â 348.891997] init: hvc0 main process ended, respawning
[Â 358.897932] init: hvc0 main process (981) terminated with status 1
[Â 358.897969] init: hvc0 main process ended, respawning
[Â 368.901890] init: hvc0 main process (982) terminated with status 1
[Â 368.901930] init: hvc0 main process ended, respawning
[Â 378.906150] init: hvc0 main process (984) terminated with status 1
[Â 378.906188] init: hvc0 main process ended, respawningâ

â
âThanks,

Mengâ

â

-----------
Meng Xu
PhD Student in Computer and Information Science
University of Pennsylvania
_______________________________________________
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®.