Sunday, February 15, 2009


Solaris Nevada (b106) PV DomU at Xen-Unstable Dom0 with 2.6.29-rc3(rc5) pv_ops enabled kernel on Intel SATA(AHCI)


Attempt to install via pygrub profile as usual:-

[root@ServerXen vm]# losetup -f /etc/xen/isos/snv106.iso
[root@ServerXen vm]# cat snv106.py
name = 'SolarisPVM'
memory = '1024'
disk = [ 'phy:/dev/loop0,6:cdrom,r', 'phy:/dev/sdb7,0,w' ]
vif = [ 'bridge=eth0' ]
bootloader = '/usr/bin/pygrub'
kernel = '/boot/platform/i86xpv/kernel/amd64/unix'
ramdisk = '/boot/amd64/x86.miniroot'
extra = '/platform/i86xpv/kernel/amd64/unix - nowin -B install_media=cdrom'
[root@ServerXen vm]# xm create -c snv106.py






Install DomU in DHCP mode. Request takes 5-7 min vs 1-2 min at Xen 3.3.1(2) Dom0.
However , been initiated via remote VNC connection didn't time out.





IP obtained





Proceed with install:-








Switch to runtime profile:-

[root@ServerXen vm]# cat snv106.pyrun
name = 'SolarisPVM'
memory = '1024'
disk = [ 'phy:/dev/sdb7,0,w' ]
vif = [ 'bridge=eth0' ]
[root@ServerXen vm]# xm create -c snv106.pyrun









Getting connected to SNV DomU (Sun Xvnc activated) from remote desktop:-











RC-5



















Wednesday, February 11, 2009


Install openSUSE 11.1 PV DomU (via virtual frame buffer) at Xen-Unstable Dom0 with
2.6.29-rc3 pv_ops enabled kernel on Intel SATA(AHCI)


Setup VNC at Dom0 exactly as on Ubuntu Intrepid Server with Ubuntu Desktop
installed via "tasksel" to manage Dom0 remotely via Gnome Desktop interface
Setup Apache at Dom0.
# apt-get install apache2
# losetup /dev/loop0 /etc/xen/isos/suse11.1.iso
# mkdir -p /var/www/suse
# mount -o loop /etc//xen/isos/suse11.1.iso /var/www/suse
***********************
Installation profile :-
***********************
root@boris-desktop:/etc/xen/vm# cat suse11.1.cfg
name="OpenSuse11.1PV"
memory=2048
disk = ['phy:/dev/loop0,hdc:cdrom,r','phy:/dev/sda10,hda,w' ]
vif = [ 'mac=00:16:3e:4a:f5:00, bridge=eth0', ]
vfb = [ 'type=vnc,vncunused=1' ]
bootloader = “/usr/bin/pygrub”
kernel = “/boot/x86_64/vmlinuz-xen”
ramdisk = “/boot/x86_64/initrd-xen”
vcpus=1
on_reboot = ‘restart’
on_crash = ‘restart’
**************
Start install:-
*************
# xm create suse11.1.cfg
# vncviewer localhost:0


























********************************************
Final configuration and runtime profile
********************************************
memory = 2048
name = "openSUSE11.1PV"
bootloader="/usr/bin/pygrub"
vif = [ 'bridge=eth0' ]
vfb = [ 'type=vnc,vncunused=1' ]
disk = [ 'phy:/dev/sda10,hda,w!']
# xm create suse11.1.load
# vncviewer localhost:0











Install stubdom:-

# cd /usr/src/xen-unstable.hg/stubdom
# make
# make install

PV-Grub profile :-

# cat suse.pv-grub
name = "suse-pvgrub"
memory = 2048
vcpus = 1
vfb = [ 'type=vnc' ]
disk = [ 'phy:/dev/sda10,xvda,w' ]
vif = [ "bridge=eth0" ]
kernel = "/usr/lib/xen/boot/pv-grub-x86_64.gz"
extra = "(hd0,0)/boot/grub/menu.lst"

# xm create suse.pv-grub
# vncviewer localhost:0







Saturday, February 07, 2009


Attempt of install Xen-Unstable Dom0 via 2.6.29-rc3 pv_ops enabled kernel on Intel SATA(AHCI) box.


Base platform to start was Ubuntu Intrepid Server (64-bit) with Ubuntu Desktop installed
via tasksel. Packages required by Xen have been installed: openssl,x11,gettext,python-devel.

# cd /usr/src
# hg clone http://xenbits.xensource.com/xen-unstable.hg
# cd xen-unstable.hg
# make xen
# make install-xen
# make tools
# make install-tools

Compile the most recent 2.6.29-rc3 kernel with Xen Dom0 support enabled follow [1]

# hg clone http://www.kernel.org/hg/linux-2.6
# cd linux-2.6/.hg
# hg clone http://xenbits.xensource.com/paravirt_ops/patches.hg patches
# cd ..
# ln -s .hg/patches . # for convenience
# hg update `cat patches/KERNEL_VERSION`
# hg qpush -a
# make menuconfig











# make
# make modules_install install
# depmod 2.6.29-rc3-tip
# mkinitramfs -o /boot/initrd-2.6.29-rc3-tip.img 2.6.29-rc3-tip

Create grub entry :-

title Xen 3.4 / Ubuntu 8.10, kernel 2.6.29-tip
uuid c841c5e9-8eb2-4e47-b36e-6796e5ce6ce6
kernel /boot/xen-3.4.gz dom0_mem=1024M
module /boot/vmlinuz-2.6.29-rc3-tip root=/dev/sdb1 ro console=tty0 pci=nomsi
module /boot/initrd-2.6.29-rc3-tip.img

Reboot system into Xen Unstable Dom0 :-

# dmesg
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.29-rc3-tip (root@ServerUbuntu) (gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu11) ) #10 SMP Sat Feb 7 02:25:26 EST 2009
[ 0.000000] Command line: root=/dev/sdb1 ro console=tty0 pci=nomsi
[ 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] Xen: 0000000000000000 - 000000000009ec00 (usable)
[ 0.000000] Xen: 000000000009ec00 - 0000000000100000 (reserved)
[ 0.000000] Xen: 0000000000100000 - 000000000b8e2000 (usable)
[ 0.000000] Xen: 000000000b8e2000 - 000000000bae3000 (reserved)
[ 0.000000] Xen: 000000000bae3000 - 0000000040000000 (usable)
[ 0.000000] Xen: 00000000cff80000 - 00000000cff8e000 (ACPI data)
[ 0.000000] Xen: 00000000cff8e000 - 00000000cffe0000 (ACPI NVS)
[ 0.000000] Xen: 00000000cffe0000 - 00000000d0000000 (reserved)
[ 0.000000] Xen: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] Xen: 00000000ffe00000 - 0000000100000000 (reserved)
[ 0.000000] DMI 2.4 present.
[ 0.000000] AMI BIOS detected: BIOS may corrupt low RAM, working around it.
[ 0.000000] last_pfn = 0x40000 max_arch_pfn = 0x100000000
[ 0.000000] init_memory_mapping: 0000000000000000-0000000040000000
[ 0.000000] 0000000000 - 0040000000 page 4k
[ 0.000000] kernel direct mapping tables up to 40000000 @ bb44000-bd46000
[ 0.000000] last_map_addr: 40000000 end: 40000000
[ 0.000000] RAMDISK: 008ea000 - 0b8e2000
[ 0.000000] ACPI: RSDP 000FBB80, 0014 (r0 ACPIAM)
[ 0.000000] ACPI: RSDT CFF80000, 003C (r1 A_M_I_ OEMRSDT 10000730 MSFT 97)
[ 0.000000] ACPI: FACP CFF80200, 0084 (r2 A_M_I_ OEMFACP 10000730 MSFT 97)
[ 0.000000] FADT: X_PM1a_EVT_BLK.bit_width (16) does not match PM1_EVT_LEN (4)
[ 0.000000] ACPI: DSDT CFF805C0, 8E13 (r1 A0840 A0840001 1 INTL 20060113)
[ 0.000000] ACPI: FACS CFF8E000, 0040
[ 0.000000] ACPI: APIC CFF80390, 006C (r1 A_M_I_ OEMAPIC 10000730 MSFT 97)
[ 0.000000] ACPI: MCFG CFF80400, 003C (r1 A_M_I_ OEMMCFG 10000730 MSFT 97)
[ 0.000000] ACPI: OEMB CFF8E040, 0081 (r1 A_M_I_ AMI_OEM 10000730 MSFT 97)
[ 0.000000] ACPI: HPET CFF893E0, 0038 (r1 A_M_I_ OEMHPET 10000730 MSFT 97)
[ 0.000000] ACPI: OSFR CFF89420, 00B0 (r1 A_M_I_ OEMOSFR 10000730 MSFT 97)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] (6 early reservations) ==> bootmem [0000000000 - 0040000000]
[ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
[ 0.000000] #1 [000bae3000 - 000bb44000] XEN PAGETABLES ==> [000bae3000 - 000bb44000]
[ 0.000000] #2 [0000006000 - 0000008000] TRAMPOLINE ==> [0000006000 - 0000008000]
[ 0.000000] #3 [0000200000 - 00008e9ea0] TEXT DATA BSS ==> [0000200000 - 00008e9ea0]
[ 0.000000] #4 [00008ea000 - 000b8e2000] RAMDISK ==> [00008ea000 - 000b8e2000]
[ 0.000000] #5 [000bb44000 - 000bce2000] PGTABLE ==> [000bb44000 - 000bce2000]
[ 0.000000] found SMP MP-table at [ffff8800000ff780] 000ff780
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal 0x00100000 -> 0x00100000
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[3] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009e
[ 0.000000] 0: 0x00000100 -> 0x0000b8e2
[ 0.000000] 0: 0x0000bae3 -> 0x00040000
[ 0.000000] On node 0 totalpages: 261517
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 1774 pages reserved
[ 0.000000] DMA zone: 2152 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 3528 pages used for memmap
[ 0.000000] DMA32 zone: 254007 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x82] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled)
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 0, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0xffffffff base: 0xfed00000
[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] Allocating PCI resources starting at 50000000 (gap: 40000000:8ff80000)
[ 0.000000] NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Allocating 86016 bytes of per cpu data
[ 0.000000] trying to map vcpu_info 0 at ffff88000bcf9020, mfn 21ff07, offset 32
[ 0.000000] cpu 0 using vcpu_info at ffff88000bcf9020
[ 0.000000] trying to map vcpu_info 1 at ffff88000bd0e020, mfn 21fef2, offset 32
[ 0.000000] cpu 1 using vcpu_info at ffff88000bd0e020
[ 0.000000] Xen: using vcpu_info placement
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 256159
[ 0.000000] Kernel command line: root=/dev/sdb1 ro console=tty0 pci=nomsi
[ 0.000000] Initializing CPU#0
[ 0.000000] NR_IRQS:1280
[ 0.000000] xen: allocated irq 9 for acpi 9
[ 0.000000] xen_allocate_pirq: returning irq 9 for gsi 9
[ 0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[ 0.000000] Detected 3005.618 MHz processor.
[ 0.010000] Console: colour VGA+ 80x25
[ 0.010000] console [tty0] enabled
[ 0.010000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.010000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.010000] allocated 10485760 bytes of page_cgroup
[ 0.010000] please try cgroup_disable=memory option if you don't want
[ 0.010000] Checking aperture...
[ 0.010000] No AGP bridge found
[ 0.010000] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.010000] xen_swiotlb_fixup: buf=ffff88000d76d000 size=67108864
[ 0.010000] xen_swiotlb_fixup: buf=ffff8800117cd000 size=32768
[ 0.010000] Placing 64MB software IO TLB between ffff88000d76d000 - ffff88001176d000
[ 0.010000] software IO TLB at phys 0xd76d000 - 0x1176d000
[ 0.010000] Memory: 763684k/1048576k available (3293k kernel code, 2508k absent, 281696k reserved, 1797k data, 456k init)
[ 0.010000] Xen: using vcpuop timer interface
[ 0.010000] installing Xen timer for CPU 0
[ 0.010000] Calibrating delay loop (skipped), value calculated using timer frequency.. 6011.23 BogoMIPS (lpj=30056180)
[ 0.010000] Security Framework initialized
[ 0.010000] SELinux: Disabled at boot.
[ 0.010000] Mount-cache hash table entries: 256
[ 0.010000] Initializing cgroup subsys ns
[ 0.010000] Initializing cgroup subsys cpuacct
[ 0.010000] Initializing cgroup subsys memory
[ 0.010000] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.010000] CPU: L2 cache: 6144K
[ 0.010000] CPU: Physical Processor ID: 0
[ 0.010000] CPU: Processor Core ID: 0
[ 0.010000] SMP alternatives: switching to UP code
[ 0.024916] ACPI: Core revision 20081204
[ 0.040082] cpu 0 spinlock event irq 17
[ 0.041292] installing Xen timer for CPU 1
[ 0.041344] cpu 1 spinlock event irq 23
[ 0.041410] SMP alternatives: switching to SMP code
[ 0.000005] Initializing CPU#1
[ 0.000037] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.000040] CPU: L2 cache: 6144K
[ 0.000044] CPU: Physical Processor ID: 0
[ 0.000045] CPU: Processor Core ID: 0
[ 0.070093] Brought up 2 CPUs
[ 0.070339] CPU0 attaching sched-domain:
[ 0.070342] domain 0: span 0-1 level CPU
[ 0.070346] groups: 0 1
[ 0.070355] CPU1 attaching sched-domain:
[ 0.070358] domain 0: span 0-1 level CPU
[ 0.070362] groups: 1 0
[ 0.070928] net_namespace: 1808 bytes
[ 0.070973] Booting paravirtualized kernel on Xen
[ 0.071017] Xen version: 3.4-unstable (preserve-AD) (dom0)
[ 0.071199] Grant table initialized
[ 0.071264] Time: 10:00:12 Date: 02/07/09
[ 0.071359] NET: Registered protocol family 16
[ 0.071745] xenbus_probe_init ok
[ 0.072048] ACPI: bus type pci registered
[ 0.072628] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[ 0.072675] PCI: Not using MMCONFIG.
[ 0.072717] PCI: Using configuration type 1 for base access
[ 0.075566] bio: create slab at 0
[ 0.078514] ACPI: EC: Look up EC in DSDT
[ 0.094338] ACPI: Interpreter enabled
[ 0.094382] ACPI: (supports S0 S1 S3 S5)
[ 0.094564] ACPI: Using IOAPIC for interrupt routing
[ 0.094665] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[ 0.098027] PCI: MCFG area at e0000000 reserved in ACPI motherboard resources
[ 0.159627] PCI: Using MMCONFIG at e0000000 - efffffff
[ 0.172797] ACPI: No dock devices found.
[ 0.172797] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.172797] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.172797] pci 0000:00:01.0: PME# disabled
[ 0.172797] pci 0000:00:1a.0: reg 20 io port: [0xa800-0xa81f]
[ 0.172797] pci 0000:00:1a.1: reg 20 io port: [0xa880-0xa89f]
[ 0.172797] pci 0000:00:1a.2: reg 20 io port: [0xac00-0xac1f]
[ 0.172797] pci 0000:00:1a.7: reg 10 32bit mmio: [0xf9fffc00-0xf9ffffff]
[ 0.172797] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 0.172797] pci 0000:00:1a.7: PME# disabled
[ 0.172797] pci 0000:00:1b.0: reg 10 64bit mmio: [0xf9ff8000-0xf9ffbfff]
[ 0.172797] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.172797] pci 0000:00:1b.0: PME# disabled
[ 0.172797] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.172797] pci 0000:00:1c.0: PME# disabled
[ 0.172797] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.172797] pci 0000:00:1c.4: PME# disabled
[ 0.172797] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[ 0.172797] pci 0000:00:1c.5: PME# disabled
[ 0.172797] pci 0000:00:1d.0: reg 20 io port: [0xa080-0xa09f]
[ 0.172797] pci 0000:00:1d.1: reg 20 io port: [0xa400-0xa41f]
[ 0.172797] pci 0000:00:1d.2: reg 20 io port: [0xa480-0xa49f]
[ 0.172797] pci 0000:00:1d.7: reg 10 32bit mmio: [0xf9fff800-0xf9fffbff]
[ 0.172797] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.172797] pci 0000:00:1d.7: PME# disabled
[ 0.172797] pci 0000:00:1f.0: quirk: region 0800-087f claimed by ICH6 ACPI/GPIO/TCO
[ 0.172797] pci 0000:00:1f.0: quirk: region 0480-04bf claimed by ICH6 GPIO
[ 0.172797] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0294 (mask 0003)
[ 0.172797] pci 0000:00:1f.2: reg 10 io port: [0x9c00-0x9c07]
[ 0.172797] pci 0000:00:1f.2: reg 14 io port: [0x9880-0x9883]
[ 0.172797] pci 0000:00:1f.2: reg 18 io port: [0x9800-0x9807]
[ 0.172797] pci 0000:00:1f.2: reg 1c io port: [0x9480-0x9483]
[ 0.172797] pci 0000:00:1f.2: reg 20 io port: [0x9400-0x941f]
[ 0.172797] pci 0000:00:1f.2: reg 24 32bit mmio: [0xf9ffe800-0xf9ffefff]
[ 0.172797] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.172797] pci 0000:00:1f.2: PME# disabled
[ 0.172797] pci 0000:00:1f.3: reg 10 64bit mmio: [0xf9fff400-0xf9fff4ff]
[ 0.172797] pci 0000:00:1f.3: reg 20 io port: [0x400-0x41f]
[ 0.172797] pci 0000:01:00.0: reg 10 32bit mmio: [0xfd000000-0xfdffffff]
[ 0.172797] pci 0000:01:00.0: reg 14 64bit mmio: [0xd0000000-0xdfffffff]
[ 0.172797] pci 0000:01:00.0: reg 1c 64bit mmio: [0xfa000000-0xfbffffff]
[ 0.172797] pci 0000:01:00.0: reg 24 io port: [0xbc00-0xbc7f]
[ 0.172797] pci 0000:01:00.0: reg 30 32bit mmio: [0xfe8e0000-0xfe8fffff]
[ 0.172797] pci 0000:00:01.0: bridge io port: [0xb000-0xbfff]
[ 0.172797] pci 0000:00:01.0: bridge 32bit mmio: [0xfa000000-0xfe8fffff]
[ 0.172797] pci 0000:00:01.0: bridge 64bit mmio pref: [0xd0000000-0xdfffffff]
[ 0.172797] pci 0000:00:1c.0: bridge 64bit mmio pref: [0xf8f00000-0xf8ffffff]
[ 0.172797] pci 0000:03:00.0: reg 24 32bit mmio: [0xfeafe000-0xfeafffff]
[ 0.172797] pci 0000:03:00.0: reg 30 32bit mmio: [0xfeae0000-0xfeaeffff]
[ 0.172797] pci 0000:03:00.0: PME# supported from D3hot
[ 0.172797] pci 0000:03:00.0: PME# disabled
[ 0.172797] pci 0000:03:00.1: reg 10 io port: [0xdc00-0xdc07]
[ 0.172797] pci 0000:03:00.1: reg 14 io port: [0xd880-0xd883]
[ 0.172797] pci 0000:03:00.1: reg 18 io port: [0xd800-0xd807]
[ 0.172797] pci 0000:03:00.1: reg 1c io port: [0xd480-0xd483]
[ 0.172797] pci 0000:03:00.1: reg 20 io port: [0xd400-0xd40f]
[ 0.172797] pci 0000:00:1c.4: bridge io port: [0xd000-0xdfff]
[ 0.172797] pci 0000:00:1c.4: bridge 32bit mmio: [0xfea00000-0xfeafffff]
[ 0.172797] pci 0000:02:00.0: reg 10 64bit mmio: [0xfe9fc000-0xfe9fffff]
[ 0.172797] pci 0000:02:00.0: reg 18 io port: [0xc800-0xc8ff]
[ 0.172797] pci 0000:02:00.0: reg 30 32bit mmio: [0xfe9c0000-0xfe9dffff]
[ 0.172797] pci 0000:02:00.0: supports D1 D2
[ 0.172797] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.172797] pci 0000:02:00.0: PME# disabled
[ 0.172797] pci 0000:00:1c.5: bridge io port: [0xc000-0xcfff]
[ 0.172797] pci 0000:00:1c.5: bridge 32bit mmio: [0xfe900000-0xfe9fffff]
[ 0.172837] pci 0000:05:03.0: reg 10 32bit mmio: [0xfebff000-0xfebfffff]
[ 0.172924] pci 0000:05:03.0: supports D1 D2
[ 0.172927] pci 0000:05:03.0: PME# supported from D0 D1 D2 D3hot
[ 0.172977] pci 0000:05:03.0: PME# disabled
[ 0.173079] pci 0000:05:04.0: reg 10 io port: [0xe800-0xe8ff]
[ 0.173091] pci 0000:05:04.0: reg 14 32bit mmio: [0xfebfec00-0xfebfecff]
[ 0.173138] pci 0000:05:04.0: reg 30 32bit mmio: [0xfebc0000-0xfebdffff]
[ 0.173172] pci 0000:05:04.0: supports D1 D2
[ 0.173174] pci 0000:05:04.0: PME# supported from D1 D2 D3hot D3cold
[ 0.173225] pci 0000:05:04.0: PME# disabled
[ 0.173339] pci 0000:00:1e.0: transparent bridge
[ 0.173388] pci 0000:00:1e.0: bridge io port: [0xe000-0xefff]
[ 0.173394] pci 0000:00:1e.0: bridge 32bit mmio: [0xfeb00000-0xfebfffff]
[ 0.173446] pci_bus 0000:00: on NUMA node 0
[ 0.173454] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.173660] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P2._PRT]
[ 0.173733] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[ 0.173894] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
[ 0.173974] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P8._PRT]
[ 0.174055] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
[ 0.204323] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ 0.204853] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[ 0.205380] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[ 0.205907] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11 12 *14 15)
[ 0.206434] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 0.207031] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 10 11 12 14 15)
[ 0.207560] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 *15)
[ 0.208089] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 10 11 12 14 15)
[ 0.208712] ACPI Warning (tbutils-0242): Incorrect checksum in table [OEMB] - 67, should be 5E [20081204]
[ 0.208880] xen_balloon: Initialising balloon driver.
[ 0.209387] SCSI subsystem initialized
[ 0.209554] libata version 3.00 loaded.
[ 0.209868] PCI: Using ACPI for IRQ routing
[ 0.240110] NET: Registered protocol family 8
[ 0.240164] NET: Registered protocol family 20
[ 0.247777] NetLabel: Initializing
[ 0.247820] NetLabel: domain hash size = 128
[ 0.247863] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.247920] NetLabel: unlabeled traffic allowed by default
[ 0.248753] Xen: Initializing Xen DMA ops
[ 0.248796] Xen: Enabling DMA fallback to swiotlb
[ 0.280043] pnp: PnP ACPI init
[ 0.280105] ACPI: bus type pnp registered
[ 0.280669] xen: registering gsi 8 triggering 1 polarity 0
[ 0.280672] xen_allocate_pirq: returning irq 8 for gsi 8
[ 0.280717] xen: --> irq=8
[ 0.280720] xen_set_ioapic_routing: irq 8 gsi 8 vector 80 ioapic 0 pin 8 triggering 1 polarity 0
[ 0.280959] xen: registering gsi 13 triggering 1 polarity 0
[ 0.280962] xen_allocate_pirq: returning irq 13 for gsi 13
[ 0.281006] xen: --> irq=13
[ 0.281009] xen_set_ioapic_routing: irq 13 gsi 13 vector 120 ioapic 0 pin 13 triggering 1 polarity 0
[ 0.281834] xen: registering gsi 6 triggering 1 polarity 0
[ 0.281837] xen_allocate_pirq: returning irq 6 for gsi 6
[ 0.281882] xen: --> irq=6
[ 0.281885] xen_set_ioapic_routing: irq 6 gsi 6 vector 64 ioapic 0 pin 6 triggering 1 polarity 0
[ 0.283443] xen: registering gsi 4 triggering 1 polarity 0
[ 0.283446] xen_allocate_pirq: returning irq 4 for gsi 4
[ 0.283491] xen: --> irq=4
[ 0.283494] xen_set_ioapic_routing: irq 4 gsi 4 vector 48 ioapic 0 pin 4 triggering 1 polarity 0
[ 0.283963] xen: registering gsi 1 triggering 1 polarity 0
[ 0.283966] xen_allocate_pirq: returning irq 1 for gsi 1
[ 0.284011] xen: --> irq=1
[ 0.284013] xen_set_ioapic_routing: irq 1 gsi 1 vector 32 ioapic 0 pin 1 triggering 1 polarity 0
[ 0.285644] pnp: PnP ACPI: found 15 devices
[ 0.285688] ACPI: ACPI bus type pnp unregistered
[ 0.285741] system 00:01: iomem range 0xfed14000-0xfed19fff has been reserved
[ 0.285794] system 00:07: ioport range 0x290-0x297 has been reserved
[ 0.285844] system 00:08: ioport range 0x4d0-0x4d1 has been reserved
[ 0.285889] system 00:08: ioport range 0x800-0x87f has been reserved
[ 0.285935] system 00:08: ioport range 0x480-0x4bf has been reserved
[ 0.285980] system 00:08: iomem range 0xfed1c000-0xfed1ffff has been reserved
[ 0.286026] system 00:08: iomem range 0xfed20000-0xfed3ffff has been reserved
[ 0.286072] system 00:08: iomem range 0xfed50000-0xfed8ffff has been reserved
[ 0.286118] system 00:08: iomem range 0xffa00000-0xffafffff has been reserved
[ 0.286164] system 00:08: iomem range 0xffb00000-0xffbfffff has been reserved
[ 0.286212] system 00:08: iomem range 0xffe00000-0xffefffff has been reserved
[ 0.286258] system 00:08: iomem range 0xfff00000-0xfffffffe has been reserved
[ 0.286310] system 00:0b: iomem range 0xfec00000-0xfec00fff has been reserved
[ 0.286356] system 00:0b: iomem range 0xfee00000-0xfee00fff has been reserved
[ 0.286407] system 00:0d: iomem range 0xe0000000-0xefffffff has been reserved
[ 0.286458] system 00:0e: iomem range 0x0-0x9ffff could not be reserved
[ 0.286504] system 00:0e: iomem range 0xc0000-0xcffff could not be reserved
[ 0.286550] system 00:0e: iomem range 0xe0000-0xfffff could not be reserved
[ 0.286596] system 00:0e: iomem range 0x100000-0xcfffffff could not be reserved
[ 0.291911] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[ 0.291958] pci 0000:00:01.0: IO window: 0xb000-0xbfff
[ 0.292007] pci 0000:00:01.0: MEM window: 0xfa000000-0xfe8fffff
[ 0.292055] pci 0000:00:01.0: PREFETCH window: 0x000000d0000000-0x000000dfffffff
[ 0.292117] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:04
[ 0.292161] pci 0000:00:1c.0: IO window: disabled
[ 0.292210] pci 0000:00:1c.0: MEM window: disabled
[ 0.292258] pci 0000:00:1c.0: PREFETCH window: 0x000000f8f00000-0x000000f8ffffff
[ 0.292320] pci 0000:00:1c.4: PCI bridge, secondary bus 0000:03
[ 0.292367] pci 0000:00:1c.4: IO window: 0xd000-0xdfff
[ 0.292416] pci 0000:00:1c.4: MEM window: 0xfea00000-0xfeafffff
[ 0.292465] pci 0000:00:1c.4: PREFETCH window: disabled
[ 0.292517] pci 0000:00:1c.5: PCI bridge, secondary bus 0000:02
[ 0.292563] pci 0000:00:1c.5: IO window: 0xc000-0xcfff
[ 0.292613] pci 0000:00:1c.5: MEM window: 0xfe900000-0xfe9fffff
[ 0.292661] pci 0000:00:1c.5: PREFETCH window: disabled
[ 0.292714] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:05
[ 0.292760] pci 0000:00:1e.0: IO window: 0xe000-0xefff
[ 0.292810] pci 0000:00:1e.0: MEM window: 0xfeb00000-0xfebfffff
[ 0.292858] pci 0000:00:1e.0: PREFETCH window: 0x00000050000000-0x000000500fffff
[ 0.292928] xen: enabling pci device 0000:00:01.0 pin 1
[ 0.292931] xen: registering gsi 16 triggering 0 polarity 1
[ 0.292940] xen: --> irq=29
[ 0.292943] xen_set_ioapic_routing: irq 29 gsi 16 vector 160 ioapic 0 pin 16 triggering 0 polarity 1
[ 0.293002] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
[ 0.293047] xen: PCI device 0000:00:01.0 pin 1 -> irq 29
[ 0.293095] pci 0000:00:01.0: setting latency timer to 64
[ 0.293106] xen: enabling pci device 0000:00:1c.0 pin 1
[ 0.293109] xen: registering gsi 17 triggering 0 polarity 1
[ 0.293114] xen: --> irq=30
[ 0.293117] xen_set_ioapic_routing: irq 30 gsi 17 vector 168 ioapic 0 pin 17 triggering 0 polarity 1
[ 0.293175] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 30
[ 0.293220] xen: PCI device 0000:00:1c.0 pin 1 -> irq 30
[ 0.293268] pci 0000:00:1c.0: setting latency timer to 64
[ 0.293280] xen: enabling pci device 0000:00:1c.4 pin 1
[ 0.293282] xen: registering gsi 17 triggering 0 polarity 1
[ 0.293285] xen_allocate_pirq: returning irq 30 for gsi 17
[ 0.293329] xen: --> irq=30
[ 0.293332] xen_set_ioapic_routing: irq 30 gsi 17 vector 168 ioapic 0 pin 17 triggering 0 polarity 1
[ 0.293390] pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 30
[ 0.293435] xen: PCI device 0000:00:1c.4 pin 1 -> irq 30
[ 0.293483] pci 0000:00:1c.4: setting latency timer to 64
[ 0.293494] xen: enabling pci device 0000:00:1c.5 pin 2
[ 0.293497] xen: registering gsi 16 triggering 0 polarity 1
[ 0.293500] xen_allocate_pirq: returning irq 29 for gsi 16
[ 0.293544] xen: --> irq=29
[ 0.293546] xen_set_ioapic_routing: irq 29 gsi 16 vector 160 ioapic 0 pin 16 triggering 0 polarity 1
[ 0.293604] pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 29
[ 0.293649] xen: PCI device 0000:00:1c.5 pin 2 -> irq 29
[ 0.293697] pci 0000:00:1c.5: setting latency timer to 64
[ 0.293704] xen: enabling pci device 0000:00:1e.0 pin 0
[ 0.293711] pci 0000:00:1e.0: setting latency timer to 64
[ 0.293716] pci_bus 0000:00: resource 0 io: [0x00-0xffff]
[ 0.293719] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
[ 0.293722] pci_bus 0000:01: resource 0 io: [0xb000-0xbfff]
[ 0.293724] pci_bus 0000:01: resource 1 mem: [0xfa000000-0xfe8fffff]
[ 0.293727] pci_bus 0000:01: resource 2 mem: [0xd0000000-0xdfffffff]
[ 0.293730] pci_bus 0000:01: resource 3 mem: [0x0-0x0]
[ 0.293733] pci_bus 0000:04: resource 0 mem: [0x0-0x0]
[ 0.293735] pci_bus 0000:04: resource 1 mem: [0x0-0x0]
[ 0.293738] pci_bus 0000:04: resource 2 mem: [0xf8f00000-0xf8ffffff]
[ 0.293740] pci_bus 0000:04: resource 3 mem: [0x0-0x0]
[ 0.293743] pci_bus 0000:03: resource 0 io: [0xd000-0xdfff]
[ 0.293746] pci_bus 0000:03: resource 1 mem: [0xfea00000-0xfeafffff]
[ 0.293748] pci_bus 0000:03: resource 2 mem: [0x0-0x0]
[ 0.293751] pci_bus 0000:03: resource 3 mem: [0x0-0x0]
[ 0.293754] pci_bus 0000:02: resource 0 io: [0xc000-0xcfff]
[ 0.293756] pci_bus 0000:02: resource 1 mem: [0xfe900000-0xfe9fffff]
[ 0.293759] pci_bus 0000:02: resource 2 mem: [0x0-0x0]
[ 0.293761] pci_bus 0000:02: resource 3 mem: [0x0-0x0]
[ 0.293764] pci_bus 0000:05: resource 0 io: [0xe000-0xefff]
[ 0.293767] pci_bus 0000:05: resource 1 mem: [0xfeb00000-0xfebfffff]
[ 0.293769] pci_bus 0000:05: resource 2 mem: [0x50000000-0x500fffff]
[ 0.293772] pci_bus 0000:05: resource 3 io: [0x00-0xffff]
[ 0.293775] pci_bus 0000:05: resource 4 mem: [0x000000-0xffffffffffffffff]
[ 0.293837] NET: Registered protocol family 2
[ 0.410128] IP route cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.410563] TCP established hash table entries: 131072 (order: 9, 2097152 bytes)
[ 0.411131] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.411443] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.411489] TCP reno registered
[ 0.450139] NET: Registered protocol family 1
[ 0.450302] checking if image is initramfs... it is
[ 0.571275] Freeing initrd memory: 180192k freed
[ 0.632319] audit: initializing netlink socket (disabled)
[ 0.632383] type=2000 audit(1234000813.852:1): initialized
[ 0.637114] VFS: Disk quotas dquot_6.5.2
[ 0.637211] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.637322] msgmni has been set to 2399
[ 0.637559] alg: No test for stdrng (krng)
[ 0.637620] io scheduler noop registered
[ 0.637663] io scheduler anticipatory registered
[ 0.637706] io scheduler deadline registered (default)
[ 0.637765] io scheduler cfq registered
[ 0.638027] pci 0000:01:00.0: Boot video device
[ 0.638217] pcieport-driver 0000:00:01.0: setting latency timer to 64
[ 0.638501] pcieport-driver 0000:00:1c.0: setting latency timer to 64
[ 0.638812] pcieport-driver 0000:00:1c.4: setting latency timer to 64
[ 0.639120] pcieport-driver 0000:00:1c.5: setting latency timer to 64
[ 0.639837] xenbus_probe_backend_init bus registered ok
[ 0.639933] xenbus_probe_frontend_init bus registered ok
[ 0.640072] Event-channel device installed.
[ 0.640116] ***blkif_init
[ 0.642106] *** netif_init
[ 0.642794] registering netback
[ 0.683690] Linux agpgart interface v0.103
[ 0.685824] brd: module loaded
[ 0.686002] input: Macintosh mouse button emulation as /devices/virtual/input/input0
[ 0.686083] Uniform Multi-Platform E-IDE driver
[ 0.686231] ide-gd driver 1.18
[ 0.686349] ahci 0000:00:1f.2: version 3.0
[ 0.686366] xen: enabling pci device 0000:00:1f.2 pin 2
[ 0.686370] xen: registering gsi 22 triggering 0 polarity 1
[ 0.686382] xen: --> irq=32
[ 0.686385] xen_set_ioapic_routing: irq 32 gsi 22 vector 176 ioapic 0 pin 22 triggering 0 polarity 1
[ 0.686447] ahci 0000:00:1f.2: PCI INT B -> GSI 22 (level, low) -> IRQ 32
[ 0.686492] xen: PCI device 0000:00:1f.2 pin 2 -> irq 32
[ 0.686624] ahci: SSS flag set, parallel bus scan disabled
[ 0.686697] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
[ 0.686753] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pmp pio slum part ems
[ 0.686813] ahci 0000:00:1f.2: setting latency timer to 64
[ 0.687362] scsi0 : ahci
[ 0.687600] scsi1 : ahci
[ 0.687794] scsi2 : ahci
[ 0.687989] scsi3 : ahci
[ 0.688183] scsi4 : ahci
[ 0.688377] scsi5 : ahci
[ 0.688742] ata1: SATA max UDMA/133 abar m2048@0xf9ffe800 port 0xf9ffe900 irq 32
[ 0.688798] ata2: SATA max UDMA/133 abar m2048@0xf9ffe800 port 0xf9ffe980 irq 32
[ 0.688853] ata3: SATA max UDMA/133 abar m2048@0xf9ffe800 port 0xf9ffea00 irq 32
[ 0.688908] ata4: SATA max UDMA/133 abar m2048@0xf9ffe800 port 0xf9ffea80 irq 32
[ 0.688963] ata5: SATA max UDMA/133 abar m2048@0xf9ffe800 port 0xf9ffeb00 irq 32
[ 0.689018] ata6: SATA max UDMA/133 abar m2048@0xf9ffe800 port 0xf9ffeb80 irq 32
[ 1.210022] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.210646] ata1.00: ATA-7: ST3250410AS, 3.AAC, max UDMA/133
[ 1.210698] ata1.00: 488397168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[ 1.211417] ata1.00: configured for UDMA/133
[ 1.230147] scsi 0:0:0:0: Direct-Access ATA ST3250410AS 3.AA PQ: 0 ANSI: 5
[ 1.760022] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.760624] ata2.00: ATA-7: ST3250410AS, 3.AAC, max UDMA/133
[ 1.760674] ata2.00: 488397168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[ 1.761417] ata2.00: configured for UDMA/133
[ 1.780123] scsi 1:0:0:0: Direct-Access ATA ST3250410AS 3.AA PQ: 0 ANSI: 5
[ 2.130024] ata3: SATA link down (SStatus 0 SControl 300)
[ 2.500024] ata4: SATA link down (SStatus 0 SControl 300)
[ 2.870023] ata5: SATA link down (SStatus 0 SControl 300)
[ 3.240023] ata6: SATA link down (SStatus 0 SControl 300)
[ 3.260057] xen: enabling pci device 0000:03:00.0 pin 1
[ 3.260063] xen: registering gsi 16 triggering 0 polarity 1
[ 3.260067] xen_allocate_pirq: returning irq 29 for gsi 16
[ 3.260122] xen: --> irq=29
[ 3.260125] xen_set_ioapic_routing: irq 29 gsi 16 vector 160 ioapic 0 pin 16 triggering 0 polarity 1
[ 3.260184] ahci 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
[ 3.260229] xen: PCI device 0000:03:00.0 pin 1 -> irq 29
[ 3.280045] ahci 0000:03:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
[ 3.280109] ahci 0000:03:00.0: flags: 64bit ncq pm led clo pmp pio slum part
[ 3.280166] ahci 0000:03:00.0: setting latency timer to 64
[ 3.280364] scsi6 : ahci
[ 3.280577] scsi7 : ahci
[ 3.280818] ata7: SATA max UDMA/133 abar m8192@0xfeafe000 port 0xfeafe100 irq 29
[ 3.280876] ata8: SATA max UDMA/133 abar m8192@0xfeafe000 port 0xfeafe180 irq 29
[ 3.630035] ata7: SATA link down (SStatus 0 SControl 300)
[ 4.000036] ata8: SATA link down (SStatus 0 SControl 300)
[ 4.020217] pata_jmicron 0000:03:00.1: enabling device (0000 -> 0001)
[ 4.020266] xen: enabling pci device 0000:03:00.1 pin 2
[ 4.020269] xen: registering gsi 17 triggering 0 polarity 1
[ 4.020272] xen_allocate_pirq: returning irq 30 for gsi 17
[ 4.020315] xen: --> irq=30
[ 4.020318] xen_set_ioapic_routing: irq 30 gsi 17 vector 168 ioapic 0 pin 17 triggering 0 polarity 1
[ 4.020377] pata_jmicron 0000:03:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 30
[ 4.020431] xen: PCI device 0000:03:00.1 pin 2 -> irq 30
[ 4.021186] pata_jmicron 0000:03:00.1: setting latency timer to 64
[ 4.021274] scsi8 : pata_jmicron
[ 4.021490] scsi9 : pata_jmicron
[ 4.022658] ata9: PATA max UDMA/100 cmd 0xdc00 ctl 0xd880 bmdma 0xd400 irq 30
[ 4.022704] ata10: PATA max UDMA/100 cmd 0xd800 ctl 0xd480 bmdma 0xd408 irq 30
[ 4.200578] ata9.00: ATAPI: Optiarc DVD RW AD-5200A, 1.03, max UDMA/66
[ 4.240584] ata9.00: configured for UDMA/66
[ 4.244288] scsi 8:0:0:0: CD-ROM Optiarc DVD RW AD-5200A 1.03 PQ: 0 ANSI: 5
[ 4.412015] PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[ 4.412061] PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[ 4.412573] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 4.450209] mice: PS/2 mouse device common for all mice
[ 4.450341] rtc_cmos 00:03: RTC can wake from S4
[ 4.450489] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[ 4.450558] rtc0: alarms up to one month, y3k, 114 bytes nvram
[ 4.450659] cpuidle: using governor ladder
[ 4.451212] TCP cubic registered
[ 4.451305] Bridge firewalling registered
[ 4.451371] IO APIC resources could be not be allocated.
[ 4.451637] registered taskstats version 1
[ 4.451817] Magic number: 13:519:21
[ 4.451960] rtc_cmos 00:03: setting system clock to 2009-02-07 10:00:16 UTC (1234000816)
[ 4.452017] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 4.452061] EDD information not available.
[ 4.452147] Freeing unused kernel memory: 456k freed
[ 4.452336] Write protecting the kernel read-only data: 4716k
[ 4.469002] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[ 4.557385] fuse init (API version 7.11)
[ 4.585826] device-mapper: uevent: version 1.0.3
[ 4.586029] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
[ 4.823758] usbcore: registered new interface driver usbfs
[ 4.823833] usbcore: registered new interface driver hub
[ 4.823918] usbcore: registered new device driver usb
[ 4.826298] uhci_hcd: USB Universal Host Controller Interface driver
[ 4.826385] xen: enabling pci device 0000:00:1a.0 pin 1
[ 4.826389] xen: registering gsi 16 triggering 0 polarity 1
[ 4.826393] xen_allocate_pirq: returning irq 29 for gsi 16
[ 4.826438] xen: --> irq=29
[ 4.826442] xen_set_ioapic_routing: irq 29 gsi 16 vector 160 ioapic 0 pin 16 triggering 0 polarity 1
[ 4.826503] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
[ 4.826550] xen: PCI device 0000:00:1a.0 pin 1 -> irq 29
[ 4.826602] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[ 4.826607] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 4.826702] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 4.826792] uhci_hcd 0000:00:1a.0: irq 29, io base 0x0000a800
[ 4.827009] usb usb1: configuration #1 chosen from 1 choice
[ 4.827093] hub 1-0:1.0: USB hub found
[ 4.827152] hub 1-0:1.0: 2 ports detected
[ 4.827343] xen: enabling pci device 0000:00:1a.1 pin 2
[ 4.827347] xen: registering gsi 21 triggering 0 polarity 1
[ 4.827356] xen: --> irq=33
[ 4.827359] xen_set_ioapic_routing: irq 33 gsi 21 vector 184 ioapic 0 pin 21 triggering 0 polarity 1
[ 4.827419] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 33
[ 4.827466] xen: PCI device 0000:00:1a.1 pin 2 -> irq 33
[ 4.827519] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[ 4.827524] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 4.827596] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
[ 4.827696] uhci_hcd 0000:00:1a.1: irq 33, io base 0x0000a880
[ 4.827858] usb usb2: configuration #1 chosen from 1 choice
[ 4.827933] hub 2-0:1.0: USB hub found
[ 4.827989] hub 2-0:1.0: 2 ports detected
[ 4.828146] xen: enabling pci device 0000:00:1a.2 pin 3
[ 4.828149] xen: registering gsi 18 triggering 0 polarity 1
[ 4.828156] xen: --> irq=34
[ 4.828158] xen_set_ioapic_routing: irq 34 gsi 18 vector 192 ioapic 0 pin 18 triggering 0 polarity 1
[ 4.828217] uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 18 (level, low) -> IRQ 34
[ 4.828263] xen: PCI device 0000:00:1a.2 pin 3 -> irq 34
[ 4.828313] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[ 4.828318] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[ 4.828387] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 3
[ 4.828482] uhci_hcd 0000:00:1a.2: irq 34, io base 0x0000ac00
[ 4.828664] usb usb3: configuration #1 chosen from 1 choice
[ 4.828737] hub 3-0:1.0: USB hub found
[ 4.828792] hub 3-0:1.0: 2 ports detected
[ 4.828953] xen: enabling pci device 0000:00:1d.0 pin 1
[ 4.828956] xen: registering gsi 23 triggering 0 polarity 1
[ 4.828962] xen: --> irq=35
[ 4.828965] xen_set_ioapic_routing: irq 35 gsi 23 vector 200 ioapic 0 pin 23 triggering 0 polarity 1
[ 4.829024] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 35
[ 4.829069] xen: PCI device 0000:00:1d.0 pin 1 -> irq 35
[ 4.829119] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 4.829124] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 4.829190] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
[ 4.829281] uhci_hcd 0000:00:1d.0: irq 35, io base 0x0000a080
[ 4.829437] usb usb4: configuration #1 chosen from 1 choice
[ 4.829510] hub 4-0:1.0: USB hub found
[ 4.829564] hub 4-0:1.0: 2 ports detected
[ 4.829715] xen: enabling pci device 0000:00:1d.1 pin 2
[ 4.829718] xen: registering gsi 19 triggering 0 polarity 1
[ 4.829725] xen: --> irq=36
[ 4.829727] xen_set_ioapic_routing: irq 36 gsi 19 vector 208 ioapic 0 pin 19 triggering 0 polarity 1
[ 4.829787] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 36
[ 4.829832] xen: PCI device 0000:00:1d.1 pin 2 -> irq 36
[ 4.829881] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 4.829886] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 4.829953] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 5
[ 4.830104] uhci_hcd 0000:00:1d.1: irq 36, io base 0x0000a400
[ 4.830306] usb usb5: configuration #1 chosen from 1 choice
[ 4.830401] hub 5-0:1.0: USB hub found
[ 4.830456] hub 5-0:1.0: 2 ports detected
[ 4.830612] xen: enabling pci device 0000:00:1d.2 pin 3
[ 4.830616] xen: registering gsi 18 triggering 0 polarity 1
[ 4.830619] xen_allocate_pirq: returning irq 34 for gsi 18
[ 4.830663] xen: --> irq=34
[ 4.830665] xen_set_ioapic_routing: irq 34 gsi 18 vector 192 ioapic 0 pin 18 triggering 0 polarity 1
[ 4.830724] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 34
[ 4.830770] xen: PCI device 0000:00:1d.2 pin 3 -> irq 34
[ 4.830819] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 4.830824] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 4.830890] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 6
[ 4.830971] uhci_hcd 0000:00:1d.2: irq 34, io base 0x0000a480
[ 4.831127] usb usb6: configuration #1 chosen from 1 choice
[ 4.831198] hub 6-0:1.0: USB hub found
[ 4.831252] hub 6-0:1.0: 2 ports detected
[ 4.847711] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 4.847759] Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
[ 4.847839] xen: enabling pci device 0000:00:1a.7 pin 3
[ 4.847843] xen: registering gsi 18 triggering 0 polarity 1
[ 4.847846] xen_allocate_pirq: returning irq 34 for gsi 18
[ 4.847890] xen: --> irq=34
[ 4.847893] xen_set_ioapic_routing: irq 34 gsi 18 vector 192 ioapic 0 pin 18 triggering 0 polarity 1
[ 4.847952] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 34
[ 4.847998] xen: PCI device 0000:00:1a.7 pin 3 -> irq 34
[ 4.848065] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[ 4.848071] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[ 4.848153] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 7
[ 4.852154] ehci_hcd 0000:00:1a.7: debug port 1
[ 4.852205] ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
[ 4.852214] ehci_hcd 0000:00:1a.7: irq 34, io mem 0xf9fffc00
[ 4.870743] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 4.870935] usb usb7: configuration #1 chosen from 1 choice
[ 4.871012] hub 7-0:1.0: USB hub found
[ 4.871071] hub 7-0:1.0: 6 ports detected
[ 4.871253] xen: enabling pci device 0000:00:1d.7 pin 1
[ 4.871257] xen: registering gsi 23 triggering 0 polarity 1
[ 4.871260] xen_allocate_pirq: returning irq 35 for gsi 23
[ 4.871304] xen: --> irq=35
[ 4.871308] xen_set_ioapic_routing: irq 35 gsi 23 vector 200 ioapic 0 pin 23 triggering 0 polarity 1
[ 4.871368] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 35
[ 4.871413] xen: PCI device 0000:00:1d.7 pin 1 -> irq 35
[ 4.871474] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 4.871479] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 4.871550] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 8
[ 4.875529] ehci_hcd 0000:00:1d.7: debug port 1
[ 4.875585] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[ 4.875595] ehci_hcd 0000:00:1d.7: irq 35, io mem 0xf9fff800
[ 4.890046] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 4.890230] usb usb8: configuration #1 chosen from 1 choice
[ 4.890304] hub 8-0:1.0: USB hub found
[ 4.890362] hub 8-0:1.0: 6 ports detected
[ 4.933823] scsi 0:0:0:0: Attached scsi generic sg0 type 0
[ 4.933914] scsi 1:0:0:0: Attached scsi generic sg1 type 0
[ 4.933995] scsi 8:0:0:0: Attached scsi generic sg2 type 5
[ 4.941411] sky2 driver version 1.22
[ 4.941497] xen: enabling pci device 0000:02:00.0 pin 1
[ 4.941502] xen: registering gsi 17 triggering 0 polarity 1
[ 4.941506] xen_allocate_pirq: returning irq 30 for gsi 17
[ 4.941551] xen: --> irq=30
[ 4.941554] xen_set_ioapic_routing: irq 30 gsi 17 vector 168 ioapic 0 pin 17 triggering 0 polarity 1
[ 4.941616] sky2 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 30
[ 4.941662] xen: PCI device 0000:02:00.0 pin 1 -> irq 30
[ 4.941717] sky2 0000:02:00.0: setting latency timer to 64
[ 4.941844] sky2 0000:02:00.0: Yukon-2 EC Ultra chip revision 3
[ 4.974063] sky2 0000:02:00.0: Marvell Yukon 88E8056 Gigabit Ethernet Controller
[ 4.974123] Part Number: Yukon 88E8056
[ 4.974125] Engineering Level: Rev. 1.2
[ 4.974128] Manufacturer: Marvell
[ 4.974537] sky2 eth0: addr 00:1e:8c:25:d9:23
[ 4.983751] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 4.983818] xen: enabling pci device 0000:05:04.0 pin 1
[ 4.983823] xen: registering gsi 16 triggering 0 polarity 1
[ 4.983826] xen_allocate_pirq: returning irq 29 for gsi 16
[ 4.983876] xen: --> irq=29
[ 4.983881] xen_set_ioapic_routing: irq 29 gsi 16 vector 160 ioapic 0 pin 16 triggering 0 polarity 1
[ 4.983944] r8169 0000:05:04.0: PCI INT A -> GSI 16 (level, low) -> IRQ 29
[ 4.983990] xen: PCI device 0000:05:04.0 pin 1 -> irq 29
[ 4.984188] r8169 0000:05:04.0: no PCI Express capability
[ 4.984647] eth1: RTL8169sc/8110sc at 0xffffc20000050c00, 00:1e:8c:25:cc:a5, XID 18000000 IRQ 29
[ 4.995981] xen: enabling pci device 0000:05:03.0 pin 1
[ 4.995987] xen: registering gsi 19 triggering 0 polarity 1
[ 4.995990] xen_allocate_pirq: returning irq 36 for gsi 19
[ 4.996037] xen: --> irq=36
[ 4.996041] xen_set_ioapic_routing: irq 36 gsi 19 vector 208 ioapic 0 pin 19 triggering 0 polarity 1
[ 4.996108] ohci1394 0000:05:03.0: PCI INT A -> GSI 19 (level, low) -> IRQ 36
[ 4.996154] xen: PCI device 0000:05:03.0 pin 1 -> irq 36
[ 5.007208] Driver 'sr' needs updating - please use bus_type methods
[ 5.010848] Driver 'sd' needs updating - please use bus_type methods
[ 5.010993] sd 0:0:0:0: [sda] 488397168 512-byte hardware sectors: (250 GB/232 GiB)
[ 5.011071] sd 0:0:0:0: [sda] Write Protect is off
[ 5.011116] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 5.011159] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 5.012037] sd 0:0:0:0: [sda] 488397168 512-byte hardware sectors: (250 GB/232 GiB)
[ 5.012118] sd 0:0:0:0: [sda] Write Protect is off
[ 5.012164] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 5.012365] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 5.012425] sda:sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
[ 5.014676] Uniform CD-ROM driver Revision: 3.20
[ 5.014802] sr 8:0:0:0: Attached scsi CD-ROM sr0
[ 5.017769] sda1 sda2
[ 5.017987] sd 0:0:0:0: [sda] Attached SCSI disk
[ 5.018112] sd 1:0:0:0: [sdb] 488397168 512-byte hardware sectors: (250 GB/232 GiB)
[ 5.018202] sd 1:0:0:0: [sdb] Write Protect is off
[ 5.018247] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 5.018293] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 5.018425] sd 1:0:0:0: [sdb] 488397168 512-byte hardware sectors: (250 GB/232 GiB)
[ 5.018502] sd 1:0:0:0: [sdb] Write Protect is off
[ 5.018547] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 5.018592] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 5.018654] sdb: sdb1 sdb2 sdb3 sdb4 < sdb5<6>ohci1394: fw-host0: OHCI-1394 1.0 (PCI): IRQ=[36] MMIO=[febff000-febff7ff] Max Packet=[2048] IR/IT contexts=[8/8]
[ 5.061564] sdb6 sdb7 >
[ 5.089278] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 5.190043] usb 7-3: new high speed USB device using ehci_hcd and address 2
[ 5.346694] usb 7-3: configuration #1 chosen from 1 choice

[ 5.820074] usb 6-2: new low speed USB device using uhci_hcd and address 2
[ 5.978219] usb 6-2: configuration #1 chosen from 1 choice
[ 5.992341] usbcore: registered new interface driver hiddev
[ 6.005329] input: HID 062a:0001 as /devices/pci0000:00/0000:00:1d.2/usb6/6-2/6-2:1.0/input/input2
[ 6.050192] generic-usb 0003:062A:0001.0001: input,hidraw0: USB HID v1.10 Mouse [HID 062a:0001] on usb-0000:00:1d.2-2/input0
[ 6.050268] usbcore: registered new interface driver usbhid
[ 6.050314] usbhid: v2.6:USB HID core driver
[ 6.182220] kjournald starting. Commit interval 5 seconds
[ 6.182294] EXT3-fs: mounted filesystem with ordered data mode.
[ 6.420241] ieee1394: Host added: ID:BUS[0-00:1023] GUID[001e8c00000473b7]
[ 10.759127] udevd version 124 started
[ 11.203229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 11.237630] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 11.363537] input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[ 11.400136] ACPI: Power Button (FF) [PWRF]
[ 11.400290] input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4
[ 11.440044] ACPI: Power Button (CM) [PWRB]
[ 11.705399] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 11.705579] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 11.748698] 00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 11.778612] iTCO_vendor_support: vendor-support=0
[ 11.816325] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.04
[ 11.816523] iTCO_wdt: Found a ICH9R TCO device (Version=2, TCOBASE=0x0860)
[ 11.816674] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 12.000424] cfg80211: Using static regulatory domain info
[ 12.000475] cfg80211: Regulatory domain: US
[ 12.000519] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 12.000574] (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2700 mBm)
[ 12.000622] (5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[ 12.000668] (5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[ 12.000715] (5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[ 12.000762] (5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[ 12.000808] (5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 3000 mBm)
[ 12.000855] cfg80211: Calling CRDA for country: US
[ 12.009160] input: PC Speaker as /devices/platform/pcspkr/input/input5
[ 12.912126] wmaster0 (rtl8187): not using net_device_ops yet
[ 12.912602] phy0: Selected rate control algorithm 'minstrel'
[ 13.592066] xen: enabling pci device 0000:00:1b.0 pin 1
[ 13.592071] xen: registering gsi 22 triggering 0 polarity 1
[ 13.592074] xen_allocate_pirq: returning irq 32 for gsi 22
[ 13.592122] xen: --> irq=32
[ 13.592125] xen_set_ioapic_routing: irq 32 gsi 22 vector 176 ioapic 0 pin 22 triggering 0 polarity 1
[ 13.592186] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 32
[ 13.592240] xen: PCI device 0000:00:1b.0 pin 1 -> irq 32
[ 13.592385] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 13.592841] wlan0 (rtl8187): not using net_device_ops yet
[ 13.593337] phy0: hwaddr 00:15:af:51:c2:c0, RTL8187vB (default) V1 + rtl8225z2
[ 13.593421] usbcore: registered new interface driver rtl8187
[ 14.651318] loop: module loaded
[ 14.745955] lp: driver loaded but no devices found
[ 15.059127] Adding 3903784k swap on /dev/sdb2. Priority:-1 extents:1 across:3903784k
[ 15.387890] EXT3 FS on sdb1, internal journal
[ 16.014952] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 16.085464] sky2 eth0: enabling interface
[ 17.316437] NET: Registered protocol family 17
[ 19.163272] sky2 eth0: Link is up at 100 Mbps, full duplex, flow control both
[ 26.204701] NET: Registered protocol family 10
[ 27.859729] warning: `avahi-daemon' uses 32-bit capabilities (legacy support in use)
[ 28.089751] ppdev: user-space parallel port driver
[ 29.521883] Bluetooth: Core ver 2.14
[ 29.522066] NET: Registered protocol family 31
[ 29.522069] Bluetooth: HCI device and connection manager initialized
[ 29.522072] Bluetooth: HCI socket layer initialized
[ 29.555094] Bluetooth: L2CAP ver 2.11
[ 29.555098] Bluetooth: L2CAP socket layer initialized
[ 29.572196] Bluetooth: SCO (Voice Link) ver 0.6
[ 29.572199] Bluetooth: SCO socket layer initialized
[ 29.608831] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 29.608835] Bluetooth: BNEP filters: protocol multicast
[ 29.822292] Bluetooth: RFCOMM socket layer initialized
[ 29.822303] Bluetooth: RFCOMM TTY layer initialized
[ 29.822305] Bluetooth: RFCOMM ver 1.10
[ 33.290045] sky2 eth0: disabling interface
[ 33.339251] sky2 peth0: enabling interface
[ 33.339363] ADDRCONF(NETDEV_UP): peth0: link is not ready
[ 33.920695] r8169: eth1: link down
[ 33.920789] ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 35.003384] sky2 peth0: Link is up at 100 Mbps, full duplex, flow control both
[ 36.151552] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 36.180197] ADDRCONF(NETDEV_CHANGE): peth0: link becomes ready
[ 37.234714] device peth0 entered promiscuous mode
[ 37.246236] eth0: topology change detected, propagating
[ 37.246240] eth0: port 1(peth0) entering forwarding state
[ 46.830019] peth0: no IPv6 routers present
[ 47.650007] eth0: no IPv6 routers present
[ 48.015214] xenbus_probe wake_waiting
[ 48.015271] xenbus_probe wake_waiting
[ 48.021190] xenbus_probe_devices backend
[ 48.021344] xenbus_probe_devices failed xenbus_directory
[ 48.021390] backend_probe_and_watch devices probed ok
[ 48.021544] backend_probe_and_watch watch add ok ok
[ 48.021589] backend_probe_and_watch all done
[ 48.021633] xenbus_probe_devices device
[ 48.021779] xenbus_probe_devices failed xenbus_directory
[ 48.021825] frontend_probe_and_watch devices probed ok
[ 48.021981] frontend_probe_and_watch watch add ok ok
[ 48.022026] frontend_probe_and_watch all done

After text login to Dom0 verified Xen environment:-

host : ServerUbuntu
release : 2.6.29-rc3-tip
version : #10 SMP Sat Feb 7 02:25:26 EST 2009
machine : x86_64
nr_cpus : 2
nr_nodes : 1
cores_per_socket : 2
threads_per_core : 1
cpu_mhz : 3005
hw_caps : bfebfbff:20100800:00000000:00000140:0008e3fd:00000000:00000001:00000000
virt_caps : hvm
total_memory : 8191
free_memory : 7069
node_to_cpu : node0:0-1
node_to_memory : node0:7069
xen_major : 3
xen_minor : 4
xen_extra : -unstable
xen_caps : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32 hvm-3.0-x86_32p hvm-3.0-x86_64
xen_scheduler : credit
xen_pagesize : 4096
platform_params : virt_start=0xffff800000000000
xen_changeset : Thu Feb 05 12:09:10 2009 +0000 19164:416197f0292b
cc_compiler : gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu11)
cc_compile_by : root
cc_compile_domain :
cc_compile_date : Fri Feb 6 12:03:44 EST 2009
xend_config_format : 4


bridge name bridge id STP enabled interfaces
eth0 8000.001e8c25d923 no peth0
pan0 8000.000000000000 no


eth0 Link encap:Ethernet HWaddr 00:1e:8c:25:d9:23
inet addr:192.168.1.34 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::21e:8cff:fe25:d923/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:25 errors:0 dropped:0 overruns:0 frame:0
TX packets:33 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3156 (3.1 KB) TX bytes:5389 (5.3 KB)

eth1 Link encap:Ethernet HWaddr 00:1e:8c:25:cc:a5
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:29 Base address:0xc00

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

pan0 Link encap:Ethernet HWaddr 1a:be:3b:6a:5e:9b
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

peth0 Link encap:Ethernet HWaddr 00:1e:8c:25:d9:23
inet6 addr: fe80::21e:8cff:fe25:d923/64 Scope:Link
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
RX packets:34 errors:0 dropped:0 overruns:0 frame:0
TX packets:69 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:5006 (5.0 KB) TX bytes:11370 (11.3 KB)
Interrupt:30

wlan0 Link encap:Ethernet HWaddr 00:15:af:51:c2:c0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

wmaster0 Link encap:UNSPEC HWaddr 00-15-AF-51-C2-C0-00-00-00-00-00-00-00-00-00-00
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

The board i've been using was ASUS P5K Premiuim/WIFI had two Ehernet Adapters
1. Marvell Yukon 8056
2. Realtek 8110SC
Only Marvell Yukon been used as xen bridge appeared to be able to place Dom0 on the
local network ( and WAN via ADSL connection).
System been built provide only text mode and VNC has been activated for remote
Xen Host management.
To test Dom0 functionality F10 PV DomU install via local HTTP mirror has been
reproduced . View [2] for details.

















I want to thank Jeremy Fitzhardinge and Ian Campbell for attention
and support regarding ongoing issues been posted via xen-devel mailing list.
References
1. Xen paravirt_ops for x86 Linux
2. Install Fedora 10 PV DomU at Xen 3.3.1 CentOS 5.2 & Xen 3.3.0 Intrepid Server via local Apache Mirror