WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] pci-passthrough not working on 4.0.1-rc1-pre: mm.c:3847:

To: Sander Eikelenboom <linux@xxxxxxxxxxxxxx>
Subject: Re: [Xen-devel] pci-passthrough not working on 4.0.1-rc1-pre: mm.c:3847:d10 Bad page 00000000001beab4: ed=ffff830151210000(10), sd=ffff830151210000, caf=8000000000000002, taf=7400000000000001
From: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>
Date: Mon, 19 Apr 2010 10:19:50 -0400
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 19 Apr 2010 07:35:25 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <954516187.20100416170742@xxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <954516187.20100416170742@xxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.19 (2009-01-05)
On Fri, Apr 16, 2010 at 05:07:42PM +0200, Sander Eikelenboom wrote:
> Hi All,
> 
> I'm hopelessly behind with reading xen-devel and testing, but today i tried 
> xen-4.0.1-rc1-pre, but it doesn't seem to work for me.
> 
> Previous working setup:
> - Xen-4.0.0-rc6.gz
> - Dom0 Kernel 2.6.31.12-pvops
> - Debian GNU/Linux Lenny
> 
> - PCI passthrough of 3 USB controllers and one sound card
> 
> 
> Tried:
> - Xen-4.0.1-rc1-pre.gz
> - Dom0 Kernel 2.6.31.13-pvops
> - Debian GNU/Linux Lenny
> 
> PCI passthrough doesn't work, devices don't appear with lspci in guests, domU 
> kernels haven't changed.

Yikes! I am still at some Xen4.0.0-rc<something> so haven't seen this.

Looking at the source code this is a grant transfer, which is enabled
by GNTTABOP_transfer hypercall. Which looks to be used by the netback module.
So does this disappear if you don't have the 'vif=<adsad>' option in your guest
config file?

> 
> xm dmesg reports:
> (XEN) mm.c:3847:d10 Bad page 00000000001beab4: ed=ffff830151210000(10), 
> sd=ffff830151210000, caf=8000000000000002, taf=7400000000000001
> (XEN) mm.c:3847:d10 Bad page 00000000001beab4: ed=ffff830151210000(10), 
> sd=ffff830151210000, caf=8000000000000002, taf=7400000000000001
> (XEN) mm.c:3847:d10 Bad page 00000000001beab4: ed=ffff830151210000(10), 
> sd=ffff830151210000, caf=8000000000000002, taf=7400000000000001
> (XEN) mm.c:3847:d10 Bad page 00000000001beab4: ed=ffff830151210000(10), 
> sd=ffff830151210000, caf=8000000000000002, taf=7400000000000001
> (XEN) mm.c:3847:d10 Bad page 00000000001beab4: ed=ffff830151210000(10), 
> sd=ffff830151210000, caf=8000000000000002, taf=7400000000000001
> (XEN) mm.c:3847:d10 Bad page 00000000001beab4: ed=ffff830151210000(10), 
> sd=ffff830151210000, caf=8000000000000002, taf=7400000000000001
> 
> 
> Attached:
> - xm dmesg
> - xm info
> - dmesg
> - lspci -vvvknn
> 
> 
> --
> Sander
> [    0.000000] Initializing cgroup subsys cpuset
> [    0.000000] Initializing cgroup subsys cpu
> [    0.000000] Linux version 2.6.31.13 (root@serveerstertje) (gcc version 
> 4.3.2 (Debian 4.3.2-1.1) ) #3 SMP Fri Apr 16 15:40:16 CEST 2010
> [    0.000000] Command line: root=/dev/mapper/serveerstertje-root ro 
> earlyprintk=xen  max_loop=255 
> xen-pciback.hide=(00:07.0)(01:08.0)(01:08.1)(01:08.2)(09:01.0)(09:01.1)(09:01.2)(05:00.0)
> [    0.000000] KERNEL supported cpus:
> [    0.000000]   Intel GenuineIntel
> [    0.000000]   AMD AuthenticAMD
> [    0.000000]   Centaur CentaurHauls
> [    0.000000] xen_release_chunk: looking at area pfn 30000-afee0: 0 pages 
> freed
> [    0.000000] xen_release_chunk: looking at area pfn aff00-b0000: 0 pages 
> freed
> [    0.000000] xen_release_chunk: looking at area pfn c0000-f0000: 0 pages 
> freed
> [    0.000000] xen_release_chunk: looking at area pfn f4000-fec00: 0 pages 
> freed
> [    0.000000] released 0 pages of unused memory
> [    0.000000] BIOS-provided physical RAM map:
> [    0.000000]  Xen: 0000000000000000 - 000000000009dc00 (usable)
> [    0.000000]  Xen: 000000000009dc00 - 0000000000100000 (reserved)
> [    0.000000]  Xen: 0000000000100000 - 0000000030000000 (usable)
> [    0.000000]  Xen: 00000000afee0000 - 00000000afee3000 (ACPI NVS)
> [    0.000000]  Xen: 00000000afee3000 - 00000000afef0000 (ACPI data)
> [    0.000000]  Xen: 00000000afef0000 - 00000000aff00000 (reserved)
> [    0.000000]  Xen: 00000000b0000000 - 00000000c0000000 (reserved)
> [    0.000000]  Xen: 00000000f0000000 - 00000000f4000000 (reserved)
> [    0.000000]  Xen: 00000000fec00000 - 0000000100000000 (reserved)
> [    0.000000] console [xenboot0] enabled
> [    0.000000] DMI 2.5 present.
> [    0.000000] Phoenix BIOS detected: BIOS may corrupt low RAM, working 
> around it.
> [    0.000000] e820 update range: 0000000000000000 - 0000000000010000 
> (usable) ==> (reserved)
> [    0.000000] last_pfn = 0x30000 max_arch_pfn = 0x400000000
> [    0.000000] Scanning 0 areas for low memory corruption
> [    0.000000] modified physical RAM map:
> [    0.000000]  modified: 0000000000000000 - 0000000000010000 (reserved)
> [    0.000000]  modified: 0000000000010000 - 000000000009dc00 (usable)
> [    0.000000]  modified: 000000000009dc00 - 0000000000100000 (reserved)
> [    0.000000]  modified: 0000000000100000 - 0000000030000000 (usable)
> [    0.000000]  modified: 00000000afee0000 - 00000000afee3000 (ACPI NVS)
> [    0.000000]  modified: 00000000afee3000 - 00000000afef0000 (ACPI data)
> [    0.000000]  modified: 00000000afef0000 - 00000000aff00000 (reserved)
> [    0.000000]  modified: 00000000b0000000 - 00000000c0000000 (reserved)
> [    0.000000]  modified: 00000000f0000000 - 00000000f4000000 (reserved)
> [    0.000000]  modified: 00000000fec00000 - 0000000100000000 (reserved)
> [    0.000000] initial memory mapped : 0 - 20000000
> [    0.000000] init_memory_mapping: 0000000000000000-0000000030000000
> [    0.000000]  0000000000 - 0030000000 page 4k
> [    0.000000] kernel direct mapping tables up to 30000000 @ 100000-282000
> [    0.000000] RAMDISK: 01b40000 - 0210a600
> [    0.000000] ACPI: RSDP 00000000000f7550 00024 (v02 Nvidia)
> [    0.000000] ACPI: XSDT 00000000afee3100 0004C (v01 Nvidia ASUSACPI 
> 42302E31 AWRD 00000000)
> [    0.000000] ACPI: FACP 00000000afeed3c0 000F4 (v03 Nvidia ASUSACPI 
> 42302E31 AWRD 00000000)
> [    0.000000] ACPI Warning: Optional field Pm2ControlBlock has zero address 
> or length: 0000000000000000/1 20090521 tbfadt-558
> [    0.000000] ACPI: DSDT 00000000afee3280 0A0D8 (v01 NVIDIA ASUSACPI 
> 00001000 MSFT 03000000)
> [    0.000000] ACPI: FACS 00000000afee0a80 00040
> [    0.000000] ACPI: SSDT 00000000afeed600 0028A (v01 PTLTD  POWERNOW 
> 00000001  LTP 00000001)
> [    0.000000] ACPI: HPET 00000000afeed900 00038 (v01 Nvidia ASUSACPI 
> 42302E31 AWRD 00000098)
> [    0.000000] ACPI: MCFG 00000000afeed980 0003C (v01 Nvidia ASUSACPI 
> 42302E31 AWRD 00000000)
> [    0.000000] ACPI: APIC 00000000afeed500 0008E (v01 Nvidia ASUSACPI 
> 42302E31 AWRD 00000000)
> [    0.000000] ACPI: Local APIC address 0xfee00000
> [    0.000000] (8 early reservations) ==> bootmem [0000000000 - 0030000000]
> [    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> 
> [0000000000 - 0000001000]
> [    0.000000]   #1 [000228c000 - 00022a1000]   XEN PAGETABLES ==> 
> [000228c000 - 00022a1000]
> [    0.000000]   #2 [0000006000 - 0000008000]       TRAMPOLINE ==> 
> [0000006000 - 0000008000]
> [    0.000000]   #3 [0001000000 - 0001b1f408]    TEXT DATA BSS ==> 
> [0001000000 - 0001b1f408]
> [    0.000000]   #4 [0001b40000 - 000210a600]          RAMDISK ==> 
> [0001b40000 - 000210a600]
> [    0.000000]   #5 [000210b000 - 000228c000]   XEN START INFO ==> 
> [000210b000 - 000228c000]
> [    0.000000]   #6 [0001b20000 - 0001b20151]              BRK ==> 
> [0001b20000 - 0001b20151]
> [    0.000000]   #7 [0000100000 - 000026a000]          PGTABLE ==> 
> [0000100000 - 000026a000]
> [    0.000000] found SMP MP-table at [ffff8800000f59c0] f59c0
> [    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[2] active PFN ranges
> [    0.000000]     0: 0x00000010 -> 0x0000009d
> [    0.000000]     0: 0x00000100 -> 0x00030000
> [    0.000000] On node 0 totalpages: 196493
> [    0.000000]   DMA zone: 56 pages used for memmap
> [    0.000000]   DMA zone: 365 pages reserved
> [    0.000000]   DMA zone: 3560 pages, LIFO batch:0
> [    0.000000]   DMA32 zone: 2632 pages used for memmap
> [    0.000000]   DMA32 zone: 189880 pages, LIFO batch:31
> [    0.000000] Detected use of extended apic ids on hypertransport bus
> [    0.000000] ACPI: PM-Timer IO Port: 0x1008
> [    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[0x01] enabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
> [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
> [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
> [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
> [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
> [    0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
> [    0.000000] IOAPIC[0]: apic_id 4, version 17, 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: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
> [    0.000000] ACPI: IRQ0 used by override.
> [    0.000000] ACPI: IRQ2 used by override.
> [    0.000000] ACPI: IRQ9 used by override.
> [    0.000000] ACPI: IRQ14 used by override.
> [    0.000000] Using ACPI (MADT) for SMP configuration information
> [    0.000000] ACPI: HPET id: 0x10de8201 base: 0xfeff0000
> [    0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
> [    0.000000] nr_irqs_gsi: 24
> [    0.000000] PM: Registered nosave memory: 000000000009d000 - 
> 000000000009e000
> [    0.000000] PM: Registered nosave memory: 000000000009e000 - 
> 0000000000100000
> [    0.000000] Allocating PCI resources starting at 30000000 (gap: 
> 30000000:7fee0000)
> [    0.000000] NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
> [    0.000000] PERCPU: Allocated 22 4k pages, static data 88096 bytes
> [    0.000000] trying to map vcpu_info 0 at ffffc9000000b020, mfn 1f62b8, 
> offset 32
> [    0.000000] cpu 0 using vcpu_info at ffffc9000000b020
> [    0.000000] trying to map vcpu_info 1 at ffffc90000023020, mfn 1f62ce, 
> offset 32
> [    0.000000] cpu 1 using vcpu_info at ffffc90000023020
> [    0.000000] Xen: using vcpu_info placement
> [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total 
> pages: 193440
> [    0.000000] Kernel command line: root=/dev/mapper/serveerstertje-root ro 
> earlyprintk=xen  max_loop=255 
> xen-pciback.hide=(00:07.0)(01:08.0)(01:08.1)(01:08.2)(09:01.0)(09:01.1)(09:01.2)(05:00.0)
> [    0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
> [    0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 
> bytes)
> [    0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
> [    0.000000] Initializing CPU#0
> [    0.000000] PCI-DMA: Using Xen software bounce buffering for IO 
> (Xen-SWIOTLB)
> [    0.000000] xen_swiotlb_fixup: buf=ffff880003122000 size=67108864
> [    0.000000] xen_swiotlb_fixup: buf=ffff880007182000 size=32768
> [    0.000000] Placing 64MB Xen software IO TLB between ffff880003122000 - 
> ffff880007122000
> [    0.000000] Xen software IO TLB at phys 0x3122000 - 0x7122000
> [    0.000000] Memory: 686328k/786432k available (5694k kernel code, 460k 
> absent, 98936k reserved, 4012k data, 560k init)
> [    0.000000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, 
> CPUs=2, Nodes=1
> [    0.000000] Hierarchical RCU implementation.
> [    0.000000] NR_IRQS:4352 nr_irqs:424
> [    0.000000] xen: registering gsi 0 triggering 1 polarity 0
> [    0.000000] xen: --> irq=0
> [    0.000000] xen_set_ioapic_routing: irq 0 gsi 0 vector 0 ioapic 0 pin 0 
> triggering 0 polarity 0
> [    0.000000] xen: registering gsi 1 triggering 1 polarity 0
> [    0.000000] xen: --> irq=1
> [    0.000000] xen_set_ioapic_routing: irq 1 gsi 1 vector 1 ioapic 0 pin 1 
> triggering 0 polarity 0
> [    0.000000] xen: registering gsi 3 triggering 1 polarity 0
> [    0.000000] xen: --> irq=3
> [    0.000000] xen_set_ioapic_routing: irq 3 gsi 3 vector 3 ioapic 0 pin 3 
> triggering 0 polarity 0
> [    0.000000] xen: registering gsi 4 triggering 1 polarity 0
> [    0.000000] xen: --> irq=4
> [    0.000000] xen_set_ioapic_routing: irq 4 gsi 4 vector 4 ioapic 0 pin 4 
> triggering 0 polarity 0
> [    0.000000] xen: registering gsi 5 triggering 1 polarity 0
> [    0.000000] xen: --> irq=5
> [    0.000000] xen_set_ioapic_routing: irq 5 gsi 5 vector 5 ioapic 0 pin 5 
> triggering 0 polarity 0
> [    0.000000] xen: registering gsi 6 triggering 1 polarity 0
> [    0.000000] xen: --> irq=6
> [    0.000000] xen_set_ioapic_routing: irq 6 gsi 6 vector 6 ioapic 0 pin 6 
> triggering 0 polarity 0
> [    0.000000] xen: registering gsi 7 triggering 1 polarity 0
> [    0.000000] xen: --> irq=7
> [    0.000000] xen_set_ioapic_routing: irq 7 gsi 7 vector 7 ioapic 0 pin 7 
> triggering 0 polarity 0
> [    0.000000] xen: registering gsi 8 triggering 1 polarity 0
> [    0.000000] xen: --> irq=8
> [    0.000000] xen_set_ioapic_routing: irq 8 gsi 8 vector 8 ioapic 0 pin 8 
> triggering 0 polarity 0
> [    0.000000] xen: registering gsi 9 triggering 0 polarity 0
> [    0.000000] xen: --> irq=9
> [    0.000000] xen_set_ioapic_routing: irq 9 gsi 9 vector 9 ioapic 0 pin 9 
> triggering 1 polarity 0
> [    0.000000] xen: registering gsi 10 triggering 1 polarity 0
> [    0.000000] xen: --> irq=10
> [    0.000000] xen_set_ioapic_routing: irq 10 gsi 10 vector 10 ioapic 0 pin 
> 10 triggering 0 polarity 0
> [    0.000000] xen: registering gsi 11 triggering 1 polarity 0
> [    0.000000] xen: --> irq=11
> [    0.000000] xen_set_ioapic_routing: irq 11 gsi 11 vector 11 ioapic 0 pin 
> 11 triggering 0 polarity 0
> [    0.000000] xen: registering gsi 12 triggering 1 polarity 0
> [    0.000000] xen: --> irq=12
> [    0.000000] xen_set_ioapic_routing: irq 12 gsi 12 vector 12 ioapic 0 pin 
> 12 triggering 0 polarity 0
> [    0.000000] xen: registering gsi 13 triggering 1 polarity 0
> [    0.000000] xen: --> irq=13
> [    0.000000] xen_set_ioapic_routing: irq 13 gsi 13 vector 13 ioapic 0 pin 
> 13 triggering 0 polarity 0
> [    0.000000] xen: registering gsi 14 triggering 1 polarity 0
> [    0.000000] xen: --> irq=14
> [    0.000000] xen_set_ioapic_routing: irq 14 gsi 14 vector 14 ioapic 0 pin 
> 14 triggering 0 polarity 0
> [    0.000000] xen: registering gsi 15 triggering 1 polarity 0
> [    0.000000] xen: --> irq=15
> [    0.000000] xen_set_ioapic_routing: irq 15 gsi 15 vector 15 ioapic 0 pin 
> 15 triggering 0 polarity 0
> [    0.000000] Detected 2500.002 MHz processor.
> [    0.000999] Console: colour VGA+ 80x25
> [    0.000999] console handover: boot [xenboot0] -> real [tty0]
> [    0.000999] Xen: using vcpuop timer interface
> [    0.000999] installing Xen timer for CPU 0
> [    0.000999]   alloc irq_desc for 423 on node 0
> [    0.000999]   alloc kstat_irqs on node 0
> [    0.000999] xen: vcpu_time_info placement not supported
> [    0.000999] Calibrating delay loop (skipped), value calculated using timer 
> frequency.. 5000.00 BogoMIPS (lpj=2500002)
> [    0.000999] Security Framework initialized
> [    0.000999] SELinux:  Initializing.
> [    0.000999] SELinux:  Starting in permissive mode
> [    0.000999] Mount-cache hash table entries: 256
> [    0.000999] Initializing cgroup subsys ns
> [    0.000999] Initializing cgroup subsys cpuacct
> [    0.000999] Initializing cgroup subsys freezer
> [    0.000999] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 
> bytes/line)
> [    0.000999] CPU: L2 Cache: 512K (64 bytes/line)
> [    0.000999] tseg: 00aff00000
> [    0.000999] CPU: Physical Processor ID: 0
> [    0.000999] CPU: Processor Core ID: 0
> [    0.000999] mce: CPU supports 5 MCE banks
> [    0.000999] Performance Counters: AMD PMU driver.
> [    0.000999] ------------[ cut here ]------------
> [    0.000999] WARNING: at 
> /usr/src/xen-unstable.hg/linux-2.6-pvops.git/arch/x86/xen/enlighten.c:722 
> xen_apic_write+0x15/0x17()
> [    0.000999] Hardware name: System Product Name
> [    0.000999] Modules linked in:
> [    0.000999] Pid: 0, comm: swapper Not tainted 2.6.31.13 #3
> [    0.000999] Call Trace:
> [    0.000999]  [<ffffffff81020ff9>] ? mce_init_timer+0x8f/0x98
> [    0.000999]  [<ffffffff8100b3a6>] ? xen_apic_write+0x15/0x17
> [    0.000999]  [<ffffffff8104bd20>] warn_slowpath_common+0x77/0xa4
> [    0.000999]  [<ffffffff8104bd5c>] warn_slowpath_null+0xf/0x11
> [    0.000999]  [<ffffffff8100b3a6>] xen_apic_write+0x15/0x17
> [    0.000999]  [<ffffffff8101f4e3>] perf_counters_lapic_init+0x2e/0x30
> [    0.000999]  [<ffffffff8199b02d>] init_hw_perf_counters+0x305/0x3a2
> [    0.000999]  [<ffffffff8100f3ff>] ? xen_restore_fl_direct_end+0x0/0x1
> [    0.000999]  [<ffffffff810da73c>] ? kmem_cache_alloc+0xcb/0x12d
> [    0.000999]  [<ffffffff8199acf9>] identify_boot_cpu+0x3c/0x3e
> [    0.000999]  [<ffffffff8199ad04>] check_bugs+0x9/0x2d
> [    0.000999]  [<ffffffff819925ea>] start_kernel+0x41d/0x432
> [    0.000999]  [<ffffffff81991adf>] x86_64_start_reservations+0xaa/0xae
> [    0.000999]  [<ffffffff81995965>] xen_start_kernel+0x63a/0x641
> [    0.000999] ---[ end trace 4eaa2a86a8e2da22 ]---
> [    0.000999] ... version:                 0
> [    0.000999] ... bit width:               48
> [    0.000999] ... generic counters:        4
> [    0.000999] ... value mask:              0000ffffffffffff
> [    0.000999] ... max period:              00007fffffffffff
> [    0.000999] ... fixed-purpose counters:  0
> [    0.000999] ... counter mask:            000000000000000f
> [    0.000999] SMP alternatives: switching to UP code
> [    0.000999] ACPI: Core revision 20090521
> [    0.019101]   alloc irq_desc for 422 on node 0
> [    0.019105]   alloc kstat_irqs on node 0
> [    0.019116]   alloc irq_desc for 421 on node 0
> [    0.019119]   alloc kstat_irqs on node 0
> [    0.019126]   alloc irq_desc for 420 on node 0
> [    0.019128]   alloc kstat_irqs on node 0
> [    0.019134]   alloc irq_desc for 419 on node 0
> [    0.019137]   alloc kstat_irqs on node 0
> [    0.019321] installing Xen timer for CPU 1
> [    0.019525]   alloc irq_desc for 418 on node 0
> [    0.019528]   alloc kstat_irqs on node 0
> [    0.019565] SMP alternatives: switching to SMP code
> [    0.019996]   alloc irq_desc for 417 on node 0
> [    0.019996]   alloc kstat_irqs on node 0
> [    0.020011]   alloc irq_desc for 416 on node 0
> [    0.020014]   alloc kstat_irqs on node 0
> [    0.020022]   alloc irq_desc for 415 on node 0
> [    0.020025]   alloc kstat_irqs on node 0
> [    0.020031]   alloc irq_desc for 414 on node 0
> [    0.020034]   alloc kstat_irqs on node 0
> [    0.000014] Initializing CPU#1
> [    0.000069] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 
> bytes/line)
> [    0.000073] CPU: L2 Cache: 512K (64 bytes/line)
> [    0.000075] CPU: Physical Processor ID: 0
> [    0.000077] CPU: Processor Core ID: 1
> [    0.000081] mce: CPU supports 5 MCE banks
> [    0.020161] Brought up 2 CPUs
> [    0.021185] Booting paravirtualized kernel on Xen
> [    0.021205] Xen version: 4.0.1-rc1-pre (preserve-AD) (dom0)
> [    0.022036] Grant tables using version 2 layout.
> [    0.022256] Grant table initialized
> [    0.022518] Time: 14:45:28  Date: 04/16/10
> [    0.022784] NET: Registered protocol family 16
> [    0.023057]   alloc irq_desc for 413 on node 0
> [    0.023060]   alloc kstat_irqs on node 0
> [    0.023130] xenbus_probe_init ok
> [    0.024060] node 0 link 0: io port [7000, ffff]
> [    0.024060] TOM: 00000000c0000000 aka 3072M
> [    0.024221] node 0 link 0: mmio [a0000, bffff]
> [    0.024228] node 0 link 0: mmio [c0000000, efffffff]
> [    0.024236] node 0 link 0: mmio [f4000000, fe02ffff]
> [    0.024241] node 0 link 0: mmio [f0000000, f0afffff]
> [    0.024247] TOM2: 0000000200000000 aka 8192M
> [    0.024447] bus: [00,0a] on node 0 link 0
> [    0.024451] bus: 00 index 0 io port: [0, ffff]
> [    0.024454] bus: 00 index 1 mmio: [a0000, bffff]
> [    0.024457] bus: 00 index 2 mmio: [c0000000, f3ffffff]
> [    0.024461] bus: 00 index 3 mmio: [f4000000, ffffffff]
> [    0.024464] bus: 00 index 4 mmio: [200000000, fcffffffff]
> [    0.024483] ACPI: bus type pci registered
> [    0.024701] PCI: MCFG configuration 0: base f0000000 segment 0 buses 0 - 63
> [    0.024701] PCI: MCFG area at f0000000 reserved in E820
> [    0.040817] PCI: Using MMCONFIG at f0000000 - f3ffffff
> [    0.040993] PCI: Using configuration type 1 for base access
> [    0.057080] bio: create slab <bio-0> at 0
> [    0.061269] ACPI: EC: Look up EC in DSDT
> [    0.084836] ACPI: Interpreter enabled
> [    0.084987] ACPI: (supports S0 S1 S3 S4 S5)
> [    0.084987] ACPI: Using IOAPIC for interrupt routing
> [    0.120347] ACPI: No dock devices found.
> [    0.121016] ACPI: PCI Root Bridge [PCI0] (0000:00)
> [    0.121434] pci 0000:00:01.1: reg 10 io port: [0xff00-0xff3f]
> [    0.121463] pci 0000:00:01.1: reg 20 io port: [0x1c00-0x1c3f]
> [    0.121472] pci 0000:00:01.1: reg 24 io port: [0x1c40-0x1c7f]
> [    0.121512] pci 0000:00:01.1: PME# supported from D3hot D3cold
> [    0.121722] pci 0000:00:01.1: PME# disabled
> [    0.122153] pci 0000:00:01.3: reg 10 32bit mmio: [0xfdf80000-0xfdffffff]
> [    0.122382] pci 0000:00:02.0: reg 10 32bit mmio: [0xfe02f000-0xfe02ffff]
> [    0.122445] pci 0000:00:02.0: supports D1 D2
> [    0.122448] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
> [    0.122656] pci 0000:00:02.0: PME# disabled
> [    0.122901] pci 0000:00:04.0: reg 10 32bit mmio: [0xfe02d000-0xfe02dfff]
> [    0.122964] pci 0000:00:04.0: supports D1 D2
> [    0.122967] pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
> [    0.122981] pci 0000:00:04.0: PME# disabled
> [    0.123047] pci 0000:00:06.0: reg 20 io port: [0xfc00-0xfc0f]
> [    0.123131] pci 0000:00:07.0: reg 10 32bit mmio: [0xfe020000-0xfe023fff]
> [    0.123194] pci 0000:00:07.0: PME# supported from D3hot D3cold
> [    0.123400] pci 0000:00:07.0: PME# disabled
> [    0.123754] pci 0000:00:09.0: reg 10 io port: [0x9f0-0x9f7]
> [    0.123764] pci 0000:00:09.0: reg 14 io port: [0xbf0-0xbf3]
> [    0.123773] pci 0000:00:09.0: reg 18 io port: [0x970-0x977]
> [    0.123782] pci 0000:00:09.0: reg 1c io port: [0xb70-0xb73]
> [    0.123791] pci 0000:00:09.0: reg 20 io port: [0xf700-0xf70f]
> [    0.123800] pci 0000:00:09.0: reg 24 32bit mmio: [0xfe026000-0xfe027fff]
> [    0.123914] pci 0000:00:0a.0: reg 10 32bit mmio: [0xfe02b000-0xfe02bfff]
> [    0.123924] pci 0000:00:0a.0: reg 14 io port: [0xf600-0xf607]
> [    0.123933] pci 0000:00:0a.0: reg 18 32bit mmio: [0xfe02a000-0xfe02a0ff]
> [    0.123943] pci 0000:00:0a.0: reg 1c 32bit mmio: [0xfe029000-0xfe02900f]
> [    0.123981] pci 0000:00:0a.0: supports D1 D2
> [    0.123981] pci 0000:00:0a.0: PME# supported from D0 D1 D2 D3hot D3cold
> [    0.123981] pci 0000:00:0a.0: PME# disabled
> [    0.124073] pci 0000:00:0b.0: PME# supported from D0 D1 D2 D3hot D3cold
> [    0.124280] pci 0000:00:0b.0: PME# disabled
> [    0.124771] pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold
> [    0.124980] pci 0000:00:10.0: PME# disabled
> [    0.125256] pci 0000:00:11.0: PME# supported from D0 D1 D2 D3hot D3cold
> [    0.125468] pci 0000:00:11.0: PME# disabled
> [    0.125980] pci 0000:00:13.0: PME# supported from D0 D1 D2 D3hot D3cold
> [    0.125980] pci 0000:00:13.0: PME# disabled
> [    0.126257] pci 0000:00:14.0: PME# supported from D0 D1 D2 D3hot D3cold
> [    0.126468] pci 0000:00:14.0: PME# disabled
> [    0.127066] pci 0000:01:08.0: reg 20 io port: [0xec00-0xec1f]
> [    0.127110] pci 0000:01:08.0: supports D1 D2
> [    0.127114] pci 0000:01:08.0: PME# supported from D0 D1 D2 D3hot D3cold
> [    0.127321] pci 0000:01:08.0: PME# disabled
> [    0.127600] pci 0000:01:08.1: reg 20 io port: [0xe800-0xe81f]
> [    0.127644] pci 0000:01:08.1: supports D1 D2
> [    0.127647] pci 0000:01:08.1: PME# supported from D0 D1 D2 D3hot D3cold
> [    0.127855] pci 0000:01:08.1: PME# disabled
> [    0.128027] pci 0000:01:08.2: reg 10 32bit mmio: [0xfdeff000-0xfdeff0ff]
> [    0.128100] pci 0000:01:08.2: supports D1 D2
> [    0.128104] pci 0000:01:08.2: PME# supported from D0 D1 D2 D3hot D3cold
> [    0.128312] pci 0000:01:08.2: PME# disabled
> [    0.128580] pci 0000:00:08.0: transparent bridge
> [    0.128785] pci 0000:00:08.0: bridge io port: [0xe000-0xefff]
> [    0.128791] pci 0000:00:08.0: bridge 32bit mmio: [0xfde00000-0xfdefffff]
> [    0.128798] pci 0000:00:08.0: bridge 32bit mmio pref: 
> [0xfdd00000-0xfddfffff]
> [    0.128852] pci 0000:02:00.0: reg 10 32bit mmio: [0xfb000000-0xfbffffff]
> [    0.128867] pci 0000:02:00.0: reg 14 64bit mmio: [0xd8000000-0xdfffffff]
> [    0.128881] pci 0000:02:00.0: reg 1c 64bit mmio: [0xe6000000-0xe7ffffff]
> [    0.128891] pci 0000:02:00.0: reg 24 io port: [0xdc00-0xdc7f]
> [    0.128900] pci 0000:02:00.0: reg 30 32bit mmio: [0x000000-0x01ffff]
> [    0.128980] pci 0000:00:0b.0: bridge io port: [0xd000-0xdfff]
> [    0.128986] pci 0000:00:0b.0: bridge 32bit mmio: [0xfb000000-0xfcffffff]
> [    0.128995] pci 0000:00:0b.0: bridge 64bit mmio pref: 
> [0xd8000000-0xe7ffffff]
> [    0.129059] pci 0000:03:00.0: reg 10 32bit mmio: [0xfdce0000-0xfdcfffff]
> [    0.129113] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
> [    0.129320] pci 0000:03:00.0: PME# disabled
> [    0.129624] pci 0000:00:10.0: bridge io port: [0xa000-0xcfff]
> [    0.129635] pci 0000:00:10.0: bridge 32bit mmio: [0xfda00000-0xfdcfffff]
> [    0.129654] pci 0000:00:10.0: bridge 64bit mmio pref: 
> [0xfd800000-0xfd9fffff]
> [    0.129763] pci 0000:04:01.0: PME# supported from D0 D3hot D3cold
> [    0.129970] pci 0000:04:01.0: PME# disabled
> [    0.130082] pci 0000:04:02.0: PME# supported from D0 D3hot D3cold
> [    0.130289] pci 0000:04:02.0: PME# disabled
> [    0.130569] pci 0000:03:00.0: bridge io port: [0xa000-0xcfff]
> [    0.130576] pci 0000:03:00.0: bridge 32bit mmio: [0xfda00000-0xfdbfffff]
> [    0.130587] pci 0000:03:00.0: bridge 64bit mmio pref: 
> [0xfd800000-0xfd9fffff]
> [    0.130673] pci 0000:05:00.0: reg 10 64bit mmio: [0xfdbfe000-0xfdbfffff]
> [    0.130775] pci 0000:05:00.0: PME# supported from D0 D3hot
> [    0.130980] pci 0000:05:00.0: PME# disabled
> [    0.131056] pci 0000:04:01.0: bridge io port: [0xc000-0xcfff]
> [    0.131063] pci 0000:04:01.0: bridge 32bit mmio: [0xfdb00000-0xfdbfffff]
> [    0.131074] pci 0000:04:01.0: bridge 64bit mmio pref: 
> [0xfd900000-0xfd9fffff]
> [    0.131139] pci 0000:06:00.0: reg 10 io port: [0xbc00-0xbc07]
> [    0.131151] pci 0000:06:00.0: reg 14 io port: [0xb800-0xb803]
> [    0.131162] pci 0000:06:00.0: reg 18 io port: [0xb400-0xb407]
> [    0.131174] pci 0000:06:00.0: reg 1c io port: [0xb000-0xb003]
> [    0.131185] pci 0000:06:00.0: reg 20 io port: [0xac00-0xac0f]
> [    0.131196] pci 0000:06:00.0: reg 24 32bit mmio: [0xfdaff000-0xfdaff7ff]
> [    0.131208] pci 0000:06:00.0: reg 30 32bit mmio: [0xfdae0000-0xfdaeffff]
> [    0.131254] pci 0000:06:00.0: PME# supported from D3hot
> [    0.131459] pci 0000:06:00.0: PME# disabled
> [    0.131744] pci 0000:04:02.0: bridge io port: [0xa000-0xbfff]
> [    0.131751] pci 0000:04:02.0: bridge 32bit mmio: [0xfda00000-0xfdafffff]
> [    0.131761] pci 0000:04:02.0: bridge 64bit mmio pref: 
> [0xfd800000-0xfd8fffff]
> [    0.131892] pci 0000:00:11.0: bridge io port: [0x9000-0x9fff]
> [    0.131903] pci 0000:00:11.0: bridge 32bit mmio: [0xfd700000-0xfd7fffff]
> [    0.131922] pci 0000:00:11.0: bridge 64bit mmio pref: 
> [0xfd600000-0xfd6fffff]
> [    0.131979] pci 0000:08:00.0: supports D1 D2
> [    0.132067] pci 0000:00:13.0: bridge io port: [0x8000-0x8fff]
> [    0.132078] pci 0000:00:13.0: bridge 32bit mmio: [0xfd500000-0xfd5fffff]
> [    0.132097] pci 0000:00:13.0: bridge 64bit mmio pref: 
> [0xfd400000-0xfd4fffff]
> [    0.132169] pci 0000:09:01.0: reg 10 32bit mmio: [0xfd5ff000-0xfd5fffff]
> [    0.132268] pci 0000:09:01.0: supports D1 D2
> [    0.132271] pci 0000:09:01.0: PME# supported from D0 D1 D2 D3hot
> [    0.132481] pci 0000:09:01.0: PME# disabled
> [    0.132747] pci 0000:09:01.1: reg 10 32bit mmio: [0xfd5fe000-0xfd5fefff]
> [    0.132846] pci 0000:09:01.1: supports D1 D2
> [    0.132849] pci 0000:09:01.1: PME# supported from D0 D1 D2 D3hot
> [    0.132979] pci 0000:09:01.1: PME# disabled
> [    0.133041] pci 0000:09:01.2: reg 10 32bit mmio: [0xfd5fd000-0xfd5fd0ff]
> [    0.133140] pci 0000:09:01.2: supports D1 D2
> [    0.133143] pci 0000:09:01.2: PME# supported from D0 D1 D2 D3hot
> [    0.133352] pci 0000:09:01.2: PME# disabled
> [    0.133670] pci 0000:08:00.0: bridge io port: [0x8000-0x8fff]
> [    0.133678] pci 0000:08:00.0: bridge 32bit mmio: [0xfd500000-0xfd5fffff]
> [    0.133690] pci 0000:08:00.0: bridge 64bit mmio pref: 
> [0xfd400000-0xfd4fffff]
> [    0.133795] pci 0000:0a:00.0: reg 10 32bit mmio: [0xfd3e0000-0xfd3fffff]
> [    0.133810] pci 0000:0a:00.0: reg 14 32bit mmio: [0xfd3c0000-0xfd3dffff]
> [    0.133825] pci 0000:0a:00.0: reg 18 io port: [0x7c00-0x7c1f]
> [    0.133873] pci 0000:0a:00.0: reg 30 32bit mmio: [0xfd3a0000-0xfd3bffff]
> [    0.133936] pci 0000:0a:00.0: PME# supported from D0 D3hot D3cold
> [    0.133979] pci 0000:0a:00.0: PME# disabled
> [    0.134067] pci 0000:00:14.0: bridge io port: [0x7000-0x7fff]
> [    0.134078] pci 0000:00:14.0: bridge 32bit mmio: [0xfd300000-0xfd3fffff]
> [    0.134097] pci 0000:00:14.0: bridge 64bit mmio pref: 
> [0xfd200000-0xfd2fffff]
> [    0.134175] pci_bus 0000:00: on NUMA node 0
> [    0.134184] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
> [    0.134891] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
> [    0.309032] ACPI: PCI Interrupt Link [LNK1] (IRQs 5 7 9 10 11 14 15) *0, 
> disabled.
> [    0.309952] ACPI: PCI Interrupt Link [LNK2] (IRQs 5 7 9 10 11 14 15) *0, 
> disabled.
> [    0.309952] ACPI: PCI Interrupt Link [LNK3] (IRQs 5 7 9 10 11 14 15) *0, 
> disabled.
> [    0.309952] ACPI: PCI Interrupt Link [LNK4] (IRQs 5 7 9 10 11 14 15) *0, 
> disabled.
> [    0.309952] ACPI: PCI Interrupt Link [LE0A] (IRQs *5 7 9 10 11 14 15)
> [    0.309952] ACPI: PCI Interrupt Link [LE0B] (IRQs 5 7 9 *10 11 14 15)
> [    0.310133] ACPI: PCI Interrupt Link [LE0C] (IRQs 5 7 9 10 *11 14 15)
> [    0.310847] ACPI: PCI Interrupt Link [LE0D] (IRQs 5 7 9 10 11 14 15) *0, 
> disabled.
> [    0.310952] ACPI: PCI Interrupt Link [LE1A] (IRQs 5 7 9 10 11 14 15) *0, 
> disabled.
> [    0.310952] ACPI: PCI Interrupt Link [LE1B] (IRQs 5 7 9 10 11 14 15) *0, 
> disabled.
> [    0.310952] ACPI: PCI Interrupt Link [LE1C] (IRQs 5 7 9 10 11 14 15) *0, 
> disabled.
> [    0.310952] ACPI: PCI Interrupt Link [LE1D] (IRQs 5 7 9 10 11 14 15) *0, 
> disabled.
> [    0.310952] ACPI: PCI Interrupt Link [LE2A] (IRQs *5 7 9 10 11 14 15)
> [    0.310952] ACPI: PCI Interrupt Link [LE2B] (IRQs 5 7 9 10 *11 14 15)
> [    0.311101] ACPI: PCI Interrupt Link [LE2C] (IRQs 5 7 9 10 11 14 15) *0, 
> disabled.
> [    0.311996] ACPI: PCI Interrupt Link [LE2D] (IRQs 5 *7 9 10 11 14 15)
> [    0.312711] ACPI: PCI Interrupt Link [LE3A] (IRQs 5 7 9 10 11 14 15) *0, 
> disabled.
> [    0.312952] ACPI: PCI Interrupt Link [LE3B] (IRQs 5 7 9 10 11 14 15) *0, 
> disabled.
> [    0.312952] ACPI: PCI Interrupt Link [LE3C] (IRQs 5 7 9 10 11 14 15) *0, 
> disabled.
> [    0.312952] ACPI: PCI Interrupt Link [LE3D] (IRQs 5 7 9 10 11 14 15) *0, 
> disabled.
> [    0.312952] ACPI: PCI Interrupt Link [LE4A] (IRQs *5 7 9 10 11 14 15)
> [    0.313183] ACPI: PCI Interrupt Link [LE4B] (IRQs 5 7 9 10 11 14 15) *0, 
> disabled.
> [    0.314074] ACPI: PCI Interrupt Link [LE4C] (IRQs 5 7 9 10 11 14 15) *0, 
> disabled.
> [    0.314966] ACPI: PCI Interrupt Link [LE4D] (IRQs 5 7 9 10 11 14 15) *0, 
> disabled.
> [    0.315902] ACPI: PCI Interrupt Link [LE5A] (IRQs 5 7 9 10 11 14 15) *0, 
> disabled.
> [    0.315951] ACPI: PCI Interrupt Link [LE5B] (IRQs 5 7 9 10 11 14 15) *0, 
> disabled.
> [    0.315951] ACPI: PCI Interrupt Link [LE5C] (IRQs 5 7 9 10 11 14 15) *0, 
> disabled.
> [    0.315951] ACPI: PCI Interrupt Link [LE5D] (IRQs 5 7 9 10 11 14 15) *0, 
> disabled.
> [    0.315951] ACPI: PCI Interrupt Link [LE6A] (IRQs 5 7 9 10 11 14 15) *0, 
> disabled.
> [    0.315951] ACPI: PCI Interrupt Link [LE6B] (IRQs 5 7 9 10 11 14 15) *0, 
> disabled.
> [    0.315951] ACPI: PCI Interrupt Link [LE6C] (IRQs 5 7 9 10 11 14 15) *0, 
> disabled.
> [    0.315951] ACPI: PCI Interrupt Link [LE6D] (IRQs 5 7 9 10 11 14 15) *0, 
> disabled.
> [    0.316059] ACPI: PCI Interrupt Link [LE7A] (IRQs 5 7 9 10 11 14 15) *0, 
> disabled.
> [    0.316951] ACPI: PCI Interrupt Link [LE7B] (IRQs 5 7 9 10 11 14 15) *0, 
> disabled.
> [    0.316951] ACPI: PCI Interrupt Link [LE7C] (IRQs 5 7 9 10 11 14 15) *0, 
> disabled.
> [    0.316951] ACPI: PCI Interrupt Link [LE7D] (IRQs 5 7 9 10 11 14 15) *0, 
> disabled.
> [    0.316951] ACPI: PCI Interrupt Link [LP2P] (IRQs 5 7 9 10 11 14 15) *0, 
> disabled.
> [    0.316951] ACPI: PCI Interrupt Link [LIGP] (IRQs 5 7 9 10 *11 14 15)
> [    0.317183] ACPI: PCI Interrupt Link [LUBA] (IRQs 5 7 9 10 11 14 15) *0, 
> disabled.
> [    0.318145] ACPI: PCI Interrupt Link [LUB2] (IRQs 5 7 9 10 11 14 15) *0, 
> disabled.
> [    0.319036] ACPI: PCI Interrupt Link [LU1B] (IRQs 5 7 9 10 11 14 15) *0, 
> disabled.
> [    0.319951] ACPI: PCI Interrupt Link [LU2B] (IRQs 5 7 9 10 11 14 15) *0, 
> disabled.
> [    0.319951] ACPI: PCI Interrupt Link [LMAC] (IRQs 5 7 9 10 11 14 *15)
> [    0.319951] ACPI: PCI Interrupt Link [LAZA] (IRQs 5 7 9 *10 11 14 15)
> [    0.319951] ACPI: PCI Interrupt Link [LPMU] (IRQs 5 *7 9 10 11 14 15)
> [    0.320179] ACPI: PCI Interrupt Link [LSMB] (IRQs 5 7 9 10 11 14 15) *0, 
> disabled.
> [    0.321070] ACPI: PCI Interrupt Link [LIDE] (IRQs 5 7 9 10 11 14 15) *0, 
> disabled.
> [    0.321951] ACPI: PCI Interrupt Link [LSID] (IRQs 5 7 9 *10 11 14 15)
> [    0.322261] ACPI: PCI Interrupt Link [APC1] (IRQs 16) *0, disabled.
> [    0.322928] ACPI: PCI Interrupt Link [APC2] (IRQs 17) *0, disabled.
> [    0.322951] ACPI: PCI Interrupt Link [APC3] (IRQs 18) *0, disabled.
> [    0.322951] ACPI: PCI Interrupt Link [APC4] (IRQs 19) *0, disabled.
> [    0.322951] ACPI: PCI Interrupt Link [AE0A] (IRQs 16) *0
> [    0.322951] ACPI: PCI Interrupt Link [AE0B] (IRQs 16) *0
> [    0.322951] ACPI: PCI Interrupt Link [AE0C] (IRQs 16) *0
> [    0.322951] ACPI: PCI Interrupt Link [AE0D] (IRQs 16) *0, disabled.
> [    0.322951] ACPI: PCI Interrupt Link [AE1A] (IRQs 16) *0, disabled.
> [    0.323124] ACPI: PCI Interrupt Link [AE1B] (IRQs 16) *0, disabled.
> [    0.323790] ACPI: PCI Interrupt Link [AE1C] (IRQs 16) *0, disabled.
> [    0.323951] ACPI: PCI Interrupt Link [AE1D] (IRQs 16) *0, disabled.
> [    0.323951] ACPI: PCI Interrupt Link [AE2A] (IRQs 16) *0
> [    0.323951] ACPI: PCI Interrupt Link [AE2B] (IRQs 16) *0
> [    0.323951] ACPI: PCI Interrupt Link [AE2C] (IRQs 16) *0, disabled.
> [    0.324132] ACPI: PCI Interrupt Link [AE2D] (IRQs 16) *0
> [    0.324766] ACPI: PCI Interrupt Link [AE3A] (IRQs 16) *0, disabled.
> [    0.324951] ACPI: PCI Interrupt Link [AE3B] (IRQs 16) *0, disabled.
> [    0.325186] ACPI: PCI Interrupt Link [AE3C] (IRQs 16) *0, disabled.
> [    0.325854] ACPI: PCI Interrupt Link [AE3D] (IRQs 16) *0, disabled.
> [    0.325951] ACPI: PCI Interrupt Link [AE4A] (IRQs 16) *0
> [    0.326226] ACPI: PCI Interrupt Link [AE4B] (IRQs 16) *0, disabled.
> [    0.326891] ACPI: PCI Interrupt Link [AE4C] (IRQs 16) *0, disabled.
> [    0.326951] ACPI: PCI Interrupt Link [AE4D] (IRQs 16) *0, disabled.
> [    0.326951] ACPI: PCI Interrupt Link [AE5A] (IRQs 16) *0, disabled.
> [    0.326951] ACPI: PCI Interrupt Link [AE5B] (IRQs 16) *0, disabled.
> [    0.326951] ACPI: PCI Interrupt Link [AE5C] (IRQs 16) *0, disabled.
> [    0.326951] ACPI: PCI Interrupt Link [AE5D] (IRQs 16) *0, disabled.
> [    0.326951] ACPI: PCI Interrupt Link [AE6A] (IRQs 16) *0, disabled.
> [    0.326951] ACPI: PCI Interrupt Link [AE6B] (IRQs 16) *0, disabled.
> [    0.326951] ACPI: PCI Interrupt Link [AE6C] (IRQs 16) *0, disabled.
> [    0.326951] ACPI: PCI Interrupt Link [AE6D] (IRQs 16) *0, disabled.
> [    0.326951] ACPI: PCI Interrupt Link [AE7A] (IRQs 16) *0, disabled.
> [    0.326951] ACPI: PCI Interrupt Link [AE7B] (IRQs 16) *0, disabled.
> [    0.326951] ACPI: PCI Interrupt Link [AE7C] (IRQs 16) *0, disabled.
> [    0.327148] ACPI: PCI Interrupt Link [AE7D] (IRQs 16) *0, disabled.
> [    0.327814] ACPI: PCI Interrupt Link [AIGP] (IRQs 20 21 22 23) *0
> [    0.328185] ACPI: PCI Interrupt Link [AUBA] (IRQs 20 21 22 23) *0, 
> disabled.
> [    0.328943] ACPI: PCI Interrupt Link [AUB2] (IRQs 20 21 22 23) *0, 
> disabled.
> [    0.329115] ACPI: PCI Interrupt Link [AU1B] (IRQs 20 21 22 23) *0, 
> disabled.
> [    0.329873] ACPI: PCI Interrupt Link [AU2B] (IRQs 20 21 22 23) *0, 
> disabled.
> [    0.329951] ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22 23) *0
> [    0.329951] ACPI: PCI Interrupt Link [APMU] (IRQs 20 21 22 23) *0
> [    0.329951] ACPI: PCI Interrupt Link [AAZA] (IRQs 20 21 22 23) *0
> [    0.329951] ACPI: PCI Interrupt Link [APCS] (IRQs 20 21 22 23) *0, 
> disabled.
> [    0.329951] ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22 23) *0, 
> disabled.
> [    0.329951] ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22 23) *0, 
> disabled.
> [    0.329951] ACPI: PCI Interrupt Link [APSI] (IRQs 20 21 22 23) *0
> [    0.329998] sync cpu 0 get result 1 max_id 1
> [    0.329998] sync cpu 1 get result 1 max_id 1
> [    0.329998]   alloc irq_desc for 412 on node 0
> [    0.329998]   alloc kstat_irqs on node 0
> [    0.330008] xenbus_probe_backend_init bus registered ok
> [    0.330184] xenbus_probe_frontend_init bus registered ok
> [    0.330184] xen_balloon: Initialising balloon driver with page order 0.
> [    0.331085] SCSI subsystem initialized
> [    0.331199] libata version 3.00 loaded.
> [    0.332039] usbcore: registered new interface driver usbfs
> [    0.332223] usbcore: registered new interface driver hub
> [    0.332223] usbcore: registered new device driver usb
> [    0.333000] PCI: Using ACPI for IRQ routing
> [    0.333405] IO APIC resources couldn't be allocated.
> [    0.337966] NetLabel: Initializing
> [    0.338165] NetLabel:  domain hash size = 128
> [    0.338365] NetLabel:  protocols = UNLABELED CIPSOv4
> [    0.338583] NetLabel:  unlabeled traffic allowed by default
> [    0.339961] Switched to high resolution mode on CPU 0
> [    0.340427] Switched to high resolution mode on CPU 1
> [    0.344024] pnp: PnP ACPI init
> [    0.344246] ACPI: bus type pnp registered
> [    0.346196] xen: registering gsi 8 triggering 1 polarity 0
> [    0.346200] xen_allocate_pirq: returning irq 8 for gsi 8
> [    0.346403] xen: --> irq=8
> [    0.346406] xen_set_ioapic_routing: irq 8 gsi 8 vector 8 ioapic 0 pin 8 
> triggering 0 polarity 0
> [    0.347196] xen: registering gsi 13 triggering 1 polarity 0
> [    0.347199] xen_allocate_pirq: returning irq 13 for gsi 13
> [    0.347401] xen: --> irq=13
> [    0.347404] xen_set_ioapic_routing: irq 13 gsi 13 vector 13 ioapic 0 pin 
> 13 triggering 0 polarity 0
> [    0.348444] xen: registering gsi 6 triggering 1 polarity 0
> [    0.348448] xen_allocate_pirq: returning irq 6 for gsi 6
> [    0.348648] xen: --> irq=6
> [    0.348652] xen_set_ioapic_routing: irq 6 gsi 6 vector 6 ioapic 0 pin 6 
> triggering 0 polarity 0
> [    0.349808] xen: registering gsi 4 triggering 1 polarity 0
> [    0.349812] xen_allocate_pirq: returning irq 4 for gsi 4
> [    0.350014] xen: --> irq=4
> [    0.350017] xen_set_ioapic_routing: irq 4 gsi 4 vector 4 ioapic 0 pin 4 
> triggering 0 polarity 0
> [    0.358948] pnp: PnP ACPI: found 12 devices
> [    0.359160] ACPI: ACPI bus type pnp unregistered
> [    0.359372] system 00:01: ioport range 0x1000-0x107f has been reserved
> [    0.359575] system 00:01: ioport range 0x1080-0x10ff has been reserved
> [    0.359779] system 00:01: ioport range 0x1400-0x147f has been reserved
> [    0.359982] system 00:01: ioport range 0x1480-0x14ff has been reserved
> [    0.360153] system 00:01: ioport range 0x1800-0x187f has been reserved
> [    0.360153] system 00:01: ioport range 0x1880-0x18ff has been reserved
> [    0.360153] system 00:01: iomem range 0xfefe1000-0xfefe10ff has been 
> reserved
> [    0.360153] system 00:01: iomem range 0xb0000000-0xbfffffff has been 
> reserved
> [    0.360153] system 00:02: ioport range 0x4d0-0x4d1 has been reserved
> [    0.360153] system 00:02: ioport range 0x800-0x87f has been reserved
> [    0.360153] system 00:02: ioport range 0x290-0x297 has been reserved
> [    0.361637] system 00:0a: iomem range 0xf0000000-0xf3ffffff has been 
> reserved
> [    0.361847] system 00:0b: iomem range 0xd3a00-0xd3fff could not be reserved
> [    0.362051] system 00:0b: iomem range 0xf0000-0xf7fff could not be reserved
> [    0.362255] system 00:0b: iomem range 0xf8000-0xfbfff could not be reserved
> [    0.362459] system 00:0b: iomem range 0xfc000-0xfffff could not be reserved
> [    0.362618] system 00:0b: iomem range 0xfeff0000-0xfeff00ff has been 
> reserved
> [    0.362618] system 00:0b: iomem range 0xafee0000-0xafefffff could not be 
> reserved
> [    0.362618] system 00:0b: iomem range 0xffff0000-0xffffffff has been 
> reserved
> [    0.362618] system 00:0b: iomem range 0x0-0x9ffff could not be reserved
> [    0.362618] system 00:0b: iomem range 0x100000-0xafedffff could not be 
> reserved
> [    0.362618] system 00:0b: iomem range 0xafff0000-0xbffeffff could not be 
> reserved
> [    0.362618] system 00:0b: iomem range 0xfec00000-0xfec00fff has been 
> reserved
> [    0.362618] system 00:0b: iomem range 0xfee00000-0xfeefffff has been 
> reserved
> [    0.362618] system 00:0b: iomem range 0xfefff000-0xfeffffff has been 
> reserved
> [    0.362618] system 00:0b: iomem range 0xfff80000-0xfff80fff has been 
> reserved
> [    0.362618] system 00:0b: iomem range 0xfff90000-0xfffbffff has been 
> reserved
> [    0.362618] system 00:0b: iomem range 0xfffed000-0xfffeffff has been 
> reserved
> [    0.365669] pciback: wants to seize 0000:00:07.0
> [    0.365674] pciback: wants to seize 0000:01:08.0
> [    0.365678] pciback: wants to seize 0000:01:08.1
> [    0.365681] pciback: wants to seize 0000:01:08.2
> [    0.365685] pciback: wants to seize 0000:09:01.0
> [    0.365689] pciback: wants to seize 0000:09:01.1
> [    0.365693] pciback: wants to seize 0000:09:01.2
> [    0.365696] pciback: wants to seize 0000:05:00.0
> [    0.365708] pciback 0000:00:00.0: probing...
> [    0.365721] pciback 0000:00:01.0: probing...
> [    0.365731] pciback 0000:00:01.1: probing...
> [    0.365741] pciback 0000:00:01.2: probing...
> [    0.365750] pciback 0000:00:01.3: probing...
> [    0.365760] pciback 0000:00:01.4: probing...
> [    0.365770] pciback 0000:00:02.0: probing...
> [    0.365780] pciback 0000:00:04.0: probing...
> [    0.365789] pciback 0000:00:06.0: probing...
> [    0.365799] pciback 0000:00:07.0: probing...
> [    0.365802] pciback 0000:00:07.0: seizing device
> [    0.366003] pciback 0000:00:07.0: pcistub_device_alloc
> [    0.366006] pciback 0000:00:07.0: deferring initialization
> [    0.366024] pciback 0000:00:08.0: probing...
> [    0.366035] pciback 0000:00:09.0: probing...
> [    0.366045] pciback 0000:00:0a.0: probing...
> [    0.366054] pciback 0000:00:0b.0: probing...
> [    0.366064] pciback 0000:00:10.0: probing...
> [    0.366074] pciback 0000:00:11.0: probing...
> [    0.366084] pciback 0000:00:13.0: probing...
> [    0.366094] pciback 0000:00:14.0: probing...
> [    0.366104] pciback 0000:00:18.0: probing...
> [    0.366114] pciback 0000:00:18.1: probing...
> [    0.366124] pciback 0000:00:18.2: probing...
> [    0.366134] pciback 0000:00:18.3: probing...
> [    0.366143] pciback 0000:01:08.0: probing...
> [    0.366147] pciback 0000:01:08.0: seizing device
> [    0.366347] pciback 0000:01:08.0: pcistub_device_alloc
> [    0.366350] pciback 0000:01:08.0: deferring initialization
> [    0.366358] pciback 0000:01:08.1: probing...
> [    0.366361] pciback 0000:01:08.1: seizing device
> [    0.366561] pciback 0000:01:08.1: pcistub_device_alloc
> [    0.366564] pciback 0000:01:08.1: deferring initialization
> [    0.366572] pciback 0000:01:08.2: probing...
> [    0.366575] pciback 0000:01:08.2: seizing device
> [    0.366775] pciback 0000:01:08.2: pcistub_device_alloc
> [    0.366778] pciback 0000:01:08.2: deferring initialization
> [    0.366786] pciback 0000:02:00.0: probing...
> [    0.366797] pciback 0000:03:00.0: probing...
> [    0.366807] pciback 0000:04:01.0: probing...
> [    0.366818] pciback 0000:04:02.0: probing...
> [    0.366828] pciback 0000:05:00.0: probing...
> [    0.366831] pciback 0000:05:00.0: seizing device
> [    0.367012] pciback 0000:05:00.0: pcistub_device_alloc
> [    0.367012] pciback 0000:05:00.0: deferring initialization
> [    0.367050] pciback 0000:06:00.0: probing...
> [    0.367061] pciback 0000:08:00.0: probing...
> [    0.367071] pciback 0000:09:01.0: probing...
> [    0.367074] pciback 0000:09:01.0: seizing device
> [    0.367273] pciback 0000:09:01.0: pcistub_device_alloc
> [    0.367277] pciback 0000:09:01.0: deferring initialization
> [    0.367285] pciback 0000:09:01.1: probing...
> [    0.367288] pciback 0000:09:01.1: seizing device
> [    0.367487] pciback 0000:09:01.1: pcistub_device_alloc
> [    0.367491] pciback 0000:09:01.1: deferring initialization
> [    0.367499] pciback 0000:09:01.2: probing...
> [    0.367502] pciback 0000:09:01.2: seizing device
> [    0.367702] pciback 0000:09:01.2: pcistub_device_alloc
> [    0.367705] pciback 0000:09:01.2: deferring initialization
> [    0.367713] pciback 0000:0a:00.0: probing...
> [    0.371882] PM-Timer failed consistency check  (0x0xffffff) - aborting.
> [    0.372002] pci 0000:00:08.0: PCI bridge, secondary bus 0000:01
> [    0.372002] pci 0000:00:08.0:   IO window: 0xe000-0xefff
> [    0.372002] pci 0000:00:08.0:   MEM window: 0xfde00000-0xfdefffff
> [    0.372002] pci 0000:00:08.0:   PREFETCH window: 0xfdd00000-0xfddfffff
> [    0.372002] pci 0000:00:0b.0: PCI bridge, secondary bus 0000:02
> [    0.372002] pci 0000:00:0b.0:   IO window: 0xd000-0xdfff
> [    0.372002] pci 0000:00:0b.0:   MEM window: 0xfb000000-0xfcffffff
> [    0.372002] pci 0000:00:0b.0:   PREFETCH window: 
> 0x000000d8000000-0x000000e7ffffff
> [    0.372002] pci 0000:04:01.0: PCI bridge, secondary bus 0000:05
> [    0.372002] pci 0000:04:01.0:   IO window: 0xc000-0xcfff
> [    0.372002] pci 0000:04:01.0:   MEM window: 0xfdb00000-0xfdbfffff
> [    0.372002] pci 0000:04:01.0:   PREFETCH window: 
> 0x000000fd900000-0x000000fd9fffff
> [    0.372002] pci 0000:04:02.0: PCI bridge, secondary bus 0000:06
> [    0.372002] pci 0000:04:02.0:   IO window: 0xa000-0xbfff
> [    0.372002] pci 0000:04:02.0:   MEM window: 0xfda00000-0xfdafffff
> [    0.372002] pci 0000:04:02.0:   PREFETCH window: 
> 0x000000fd800000-0x000000fd8fffff
> [    0.372002] pci 0000:03:00.0: PCI bridge, secondary bus 0000:04
> [    0.372002] pci 0000:03:00.0:   IO window: 0xa000-0xcfff
> [    0.372002] pci 0000:03:00.0:   MEM window: 0xfda00000-0xfdbfffff
> [    0.372002] pci 0000:03:00.0:   PREFETCH window: 
> 0x000000fd800000-0x000000fd9fffff
> [    0.372002] pci 0000:00:10.0: PCI bridge, secondary bus 0000:03
> [    0.372002] pci 0000:00:10.0:   IO window: 0xa000-0xcfff
> [    0.372002] pci 0000:00:10.0:   MEM window: 0xfda00000-0xfdcfffff
> [    0.372002] pci 0000:00:10.0:   PREFETCH window: 
> 0x000000fd800000-0x000000fd9fffff
> [    0.372002] pci 0000:00:11.0: PCI bridge, secondary bus 0000:07
> [    0.372002] pci 0000:00:11.0:   IO window: 0x9000-0x9fff
> [    0.372002] pci 0000:00:11.0:   MEM window: 0xfd700000-0xfd7fffff
> [    0.372002] pci 0000:00:11.0:   PREFETCH window: 
> 0x000000fd600000-0x000000fd6fffff
> [    0.372002] pci 0000:08:00.0: PCI bridge, secondary bus 0000:09
> [    0.372002] pci 0000:08:00.0:   IO window: 0x8000-0x8fff
> [    0.372002] pci 0000:08:00.0:   MEM window: 0xfd500000-0xfd5fffff
> [    0.372002] pci 0000:08:00.0:   PREFETCH window: 
> 0x000000fd400000-0x000000fd4fffff
> [    0.372002] pci 0000:00:13.0: PCI bridge, secondary bus 0000:08
> [    0.372002] pci 0000:00:13.0:   IO window: 0x8000-0x8fff
> [    0.372002] pci 0000:00:13.0:   MEM window: 0xfd500000-0xfd5fffff
> [    0.372002] pci 0000:00:13.0:   PREFETCH window: 
> 0x000000fd400000-0x000000fd4fffff
> [    0.372002] pci 0000:00:14.0: PCI bridge, secondary bus 0000:0a
> [    0.372002] pci 0000:00:14.0:   IO window: 0x7000-0x7fff
> [    0.372002] pci 0000:00:14.0:   MEM window: 0xfd300000-0xfd3fffff
> [    0.372002] pci 0000:00:14.0:   PREFETCH window: 
> 0x000000fd200000-0x000000fd2fffff
> [    0.372002] pci 0000:00:08.0: setting latency timer to 64
> [    0.372002] pci 0000:00:0b.0: setting latency timer to 64
> [    0.372002] ACPI: PCI Interrupt Link [AE0A] enabled at IRQ 16
> [    0.372002] xen: registering gsi 16 triggering 0 polarity 1
> [    0.372002]   alloc irq_desc for 16 on node 0
> [    0.372002]   alloc kstat_irqs on node 0
> [    0.382712] xen: --> irq=16
> [    0.382715] xen_set_ioapic_routing: irq 16 gsi 16 vector 16 ioapic 0 pin 
> 16 triggering 1 polarity 1
> [    0.383093] pci 0000:00:10.0: PCI INT A -> Link[AE0A] -> GSI 16 (level, 
> low) -> IRQ 16
> [    0.383467] pci 0000:00:10.0: setting latency timer to 64
> [    0.383481] xen: registering gsi 16 triggering 0 polarity 1
> [    0.383484] xen_allocate_pirq: returning irq 16 for gsi 16
> [    0.383684] xen: --> irq=16
> [    0.383687] xen_set_ioapic_routing: irq 16 gsi 16 vector 16 ioapic 0 pin 
> 16 triggering 1 polarity 1
> [    0.383705] pci 0000:03:00.0: PCI INT A -> Link[AE0A] -> GSI 16 (level, 
> low) -> IRQ 16
> [    0.383705] pci 0000:03:00.0: setting latency timer to 64
> [    0.383705] ACPI: PCI Interrupt Link [AE0B] enabled at IRQ 16
> [    0.383705] xen: registering gsi 16 triggering 0 polarity 1
> [    0.383705] xen_allocate_pirq: returning irq 16 for gsi 16
> [    0.383705] xen: --> irq=16
> [    0.383705] xen_set_ioapic_routing: irq 16 gsi 16 vector 16 ioapic 0 pin 
> 16 triggering 1 polarity 1
> [    0.383705] pci 0000:04:01.0: PCI INT A -> Link[AE0B] -> GSI 16 (level, 
> low) -> IRQ 16
> [    0.383705] pci 0000:04:01.0: setting latency timer to 64
> [    0.383705] ACPI: PCI Interrupt Link [AE0C] enabled at IRQ 16
> [    0.383705] xen: registering gsi 16 triggering 0 polarity 1
> [    0.383705] xen_allocate_pirq: returning irq 16 for gsi 16
> [    0.383705] xen: --> irq=16
> [    0.383705] xen_set_ioapic_routing: irq 16 gsi 16 vector 16 ioapic 0 pin 
> 16 triggering 1 polarity 1
> [    0.383705] pci 0000:04:02.0: PCI INT A -> Link[AE0C] -> GSI 16 (level, 
> low) -> IRQ 16
> [    0.383705] pci 0000:04:02.0: setting latency timer to 64
> [    0.383705] ACPI: PCI Interrupt Link [AE1A] enabled at IRQ 16
> [    0.383705] xen: registering gsi 16 triggering 0 polarity 1
> [    0.383705] xen_allocate_pirq: returning irq 16 for gsi 16
> [    0.383705] xen: --> irq=16
> [    0.383705] xen_set_ioapic_routing: irq 16 gsi 16 vector 16 ioapic 0 pin 
> 16 triggering 1 polarity 1
> [    0.383705] pci 0000:00:11.0: PCI INT A -> Link[AE1A] -> GSI 16 (level, 
> low) -> IRQ 16
> [    0.383705] pci 0000:00:11.0: setting latency timer to 64
> [    0.383705] ACPI: PCI Interrupt Link [AE3A] enabled at IRQ 16
> [    0.383705] xen: registering gsi 16 triggering 0 polarity 1
> [    0.383705] xen_allocate_pirq: returning irq 16 for gsi 16
> [    0.383705] xen: --> irq=16
> [    0.383705] xen_set_ioapic_routing: irq 16 gsi 16 vector 16 ioapic 0 pin 
> 16 triggering 1 polarity 1
> [    0.383705] pci 0000:00:13.0: PCI INT A -> Link[AE3A] -> GSI 16 (level, 
> low) -> IRQ 16
> [    0.383705] pci 0000:00:13.0: setting latency timer to 64
> [    0.383705] pci 0000:08:00.0: setting latency timer to 64
> [    0.383705] ACPI: PCI Interrupt Link [AE4A] enabled at IRQ 16
> [    0.383705] xen: registering gsi 16 triggering 0 polarity 1
> [    0.383705] xen_allocate_pirq: returning irq 16 for gsi 16
> [    0.383705] xen: --> irq=16
> [    0.383705] xen_set_ioapic_routing: irq 16 gsi 16 vector 16 ioapic 0 pin 
> 16 triggering 1 polarity 1
> [    0.383705] pci 0000:00:14.0: PCI INT A -> Link[AE4A] -> GSI 16 (level, 
> low) -> IRQ 16
> [    0.383705] pci 0000:00:14.0: setting latency timer to 64
> [    0.383705] pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
> [    0.383705] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
> [    0.383705] pci_bus 0000:01: resource 0 io:  [0xe000-0xefff]
> [    0.383705] pci_bus 0000:01: resource 1 mem: [0xfde00000-0xfdefffff]
> [    0.383705] pci_bus 0000:01: resource 2 pref mem [0xfdd00000-0xfddfffff]
> [    0.383705] pci_bus 0000:01: resource 3 io:  [0x00-0xffff]
> [    0.383705] pci_bus 0000:01: resource 4 mem: [0x000000-0xffffffffffffffff]
> [    0.383705] pci_bus 0000:02: resource 0 io:  [0xd000-0xdfff]
> [    0.383705] pci_bus 0000:02: resource 1 mem: [0xfb000000-0xfcffffff]
> [    0.383705] pci_bus 0000:02: resource 2 pref mem [0xd8000000-0xe7ffffff]
> [    0.383705] pci_bus 0000:03: resource 0 io:  [0xa000-0xcfff]
> [    0.383705] pci_bus 0000:03: resource 1 mem: [0xfda00000-0xfdcfffff]
> [    0.383705] pci_bus 0000:03: resource 2 pref mem [0xfd800000-0xfd9fffff]
> [    0.383705] pci_bus 0000:04: resource 0 io:  [0xa000-0xcfff]
> [    0.383705] pci_bus 0000:04: resource 1 mem: [0xfda00000-0xfdbfffff]
> [    0.383705] pci_bus 0000:04: resource 2 pref mem [0xfd800000-0xfd9fffff]
> [    0.383705] pci_bus 0000:05: resource 0 io:  [0xc000-0xcfff]
> [    0.383705] pci_bus 0000:05: resource 1 mem: [0xfdb00000-0xfdbfffff]
> [    0.383705] pci_bus 0000:05: resource 2 pref mem [0xfd900000-0xfd9fffff]
> [    0.383705] pci_bus 0000:06: resource 0 io:  [0xa000-0xbfff]
> [    0.383705] pci_bus 0000:06: resource 1 mem: [0xfda00000-0xfdafffff]
> [    0.383705] pci_bus 0000:06: resource 2 pref mem [0xfd800000-0xfd8fffff]
> [    0.383705] pci_bus 0000:07: resource 0 io:  [0x9000-0x9fff]
> [    0.383705] pci_bus 0000:07: resource 1 mem: [0xfd700000-0xfd7fffff]
> [    0.383705] pci_bus 0000:07: resource 2 pref mem [0xfd600000-0xfd6fffff]
> [    0.383705] pci_bus 0000:08: resource 0 io:  [0x8000-0x8fff]
> [    0.383705] pci_bus 0000:08: resource 1 mem: [0xfd500000-0xfd5fffff]
> [    0.383705] pci_bus 0000:08: resource 2 pref mem [0xfd400000-0xfd4fffff]
> [    0.383705] pci_bus 0000:09: resource 0 io:  [0x8000-0x8fff]
> [    0.383705] pci_bus 0000:09: resource 1 mem: [0xfd500000-0xfd5fffff]
> [    0.383705] pci_bus 0000:09: resource 2 pref mem [0xfd400000-0xfd4fffff]
> [    0.383705] pci_bus 0000:0a: resource 0 io:  [0x7000-0x7fff]
> [    0.383705] pci_bus 0000:0a: resource 1 mem: [0xfd300000-0xfd3fffff]
> [    0.383705] pci_bus 0000:0a: resource 2 pref mem [0xfd200000-0xfd2fffff]
> [    0.399552] NET: Registered protocol family 2
> [    0.399825] IP route cache hash table entries: 32768 (order: 6, 262144 
> bytes)
> [    0.400480] TCP established hash table entries: 131072 (order: 9, 2097152 
> bytes)
> [    0.401822] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
> [    0.402010] TCP: Hash tables configured (established 131072 bind 65536)
> [    0.402010] TCP reno registered
> [    0.403084] NET: Registered protocol family 1
> [    0.403362] Trying to unpack rootfs image as initramfs...
> [    0.411491] Freeing initrd memory: 5929k freed
> [    0.417154] Microcode Update Driver: v2.00 <tigran@xxxxxxxxxxxxxxxxxxxx>, 
> Peter Oruba
> [    0.417526] Scanning for low memory corruption every 60 seconds
> [    0.418213] audit: initializing netlink socket (disabled)
> [    0.418429] type=2000 audit(1271429129.380:1): initialized
> [    0.427225] HugeTLB registered 2 MB page size, pre-allocated 0 pages
> [    0.432513] VFS: Disk quotas dquot_6.5.2
> [    0.432846] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
> [    0.434686] fuse init (API version 7.12)
> [    0.435254] msgmni has been set to 1353
> [    0.435617] SELinux:  Registering netfilter hooks
> [    0.436367] alg: No test for stdrng (krng)
> [    0.436794] Block layer SCSI generic (bsg) driver version 0.4 loaded 
> (major 252)
> [    0.437162] io scheduler noop registered
> [    0.437360] io scheduler anticipatory registered
> [    0.437559] io scheduler deadline registered
> [    0.437813] io scheduler cfq registered (default)
> [    0.475508] pci 0000:00:08.0: Enabling HT MSI Mapping
> [    0.475901] pci 0000:00:09.0: Enabling HT MSI Mapping
> [    0.476313] pci 0000:00:0a.0: Enabling HT MSI Mapping
> [    0.476719] pci 0000:00:0b.0: Enabling HT MSI Mapping
> [    0.477149] pciback 0000:01:08.0: uhci_check_and_reset_hc: legsup = 0x2000
> [    0.477149] pciback 0000:01:08.0: Performing full reset
> [    0.477245] pciback 0000:01:08.1: uhci_check_and_reset_hc: legsup = 0x2000
> [    0.477248] pciback 0000:01:08.1: Performing full reset
> [    0.477305] pci 0000:02:00.0: Boot video device
> [    0.477927]   alloc irq_desc for 411 on node 0
> [    0.477931]   alloc kstat_irqs on node 0
> [    0.478054] pcieport-driver 0000:00:10.0: setting latency timer to 64
> [    0.478623]   alloc irq_desc for 410 on node 0
> [    0.478627]   alloc kstat_irqs on node 0
> [    0.478714] pcieport-driver 0000:00:11.0: setting latency timer to 64
> [    0.479260]   alloc irq_desc for 409 on node 0
> [    0.479264]   alloc kstat_irqs on node 0
> [    0.479359] pcieport-driver 0000:00:13.0: setting latency timer to 64
> [    0.479902]   alloc irq_desc for 408 on node 0
> [    0.479905]   alloc kstat_irqs on node 0
> [    0.479990] pcieport-driver 0000:00:14.0: setting latency timer to 64
> [    0.480349]   alloc irq_desc for 407 on node 0
> [    0.480352]   alloc kstat_irqs on node 0
> [    0.480380] pcieport-driver 0000:03:00.0: setting latency timer to 64
> [    0.480707]   alloc irq_desc for 406 on node 0
> [    0.480710]   alloc kstat_irqs on node 0
> [    0.480739] pcieport-driver 0000:04:01.0: setting latency timer to 64
> [    0.481057]   alloc irq_desc for 405 on node 0
> [    0.481060]   alloc kstat_irqs on node 0
> [    0.481096] pcieport-driver 0000:04:02.0: setting latency timer to 64
> [    0.481499] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
> [    0.482337] input: Power Button as 
> /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
> [    0.482705] ACPI: Power Button [PWRF]
> [    0.483039] input: Power Button as 
> /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
> [    0.483407] ACPI: Power Button [PWRB]
> [    0.483850] fan PNP0C0B:00: registered as cooling_device0
> [    0.484057] ACPI: Fan [FAN] (on)
> [    0.497135] ACPI Warning: \_TZ_.THRM._PSL: Return Package type mismatch at 
> index 0 - found [NULL Object Descriptor], expected Reference 20090521 
> nspredef-946
> [    0.497576] ACPI: Expecting a [Reference] package element, found type 0
> [    0.497779] ACPI: Invalid passive threshold
> [    0.498692] thermal LNXTHERM:01: registered as thermal_zone0
> [    0.498908] ACPI: Thermal Zone [THRM] (40 C)
> [    0.499404] Event-channel device installed.
> [    0.505503] blktap_device_init: blktap device major 253
> [    0.505718] blktap_ring_init: blktap ring major: 251
> [    0.507143] registering netback
> [    0.507468] pciback: pcistub_init_devices_late
> [    0.507473] pciback 0000:09:01.2: initializing...
> [    0.507476] pciback 0000:09:01.2: initializing config
> [    0.507479] pciback 0000:09:01.2: initializing virtual configuration space
> [    0.507484] pciback 0000:09:01.2: added config field at offset 0x00
> [    0.507488] pciback 0000:09:01.2: added config field at offset 0x02
> [    0.507492] pciback 0000:09:01.2: added config field at offset 0x04
> [    0.507495] pciback 0000:09:01.2: added config field at offset 0x3c
> [    0.507499] pciback 0000:09:01.2: added config field at offset 0x3d
> [    0.507503] pciback 0000:09:01.2: added config field at offset 0x0c
> [    0.507506] pciback 0000:09:01.2: added config field at offset 0x0d
> [    0.507510] pciback 0000:09:01.2: added config field at offset 0x0f
> [    0.507514] pciback 0000:09:01.2: added config field at offset 0x10
> [    0.507518] pciback 0000:09:01.2: added config field at offset 0x14
> [    0.507522] pciback 0000:09:01.2: added config field at offset 0x18
> [    0.507526] pciback 0000:09:01.2: added config field at offset 0x1c
> [    0.507530] pciback 0000:09:01.2: added config field at offset 0x20
> [    0.507534] pciback 0000:09:01.2: added config field at offset 0x24
> [    0.507538] pciback 0000:09:01.2: added config field at offset 0x30
> [    0.507562] pciback 0000:09:01.2: Found capability 0x1 at 0x40
> [    0.507566] pciback 0000:09:01.2: added config field at offset 0x40
> [    0.507570] pciback 0000:09:01.2: added config field at offset 0x42
> [    0.507576] pciback 0000:09:01.2: added config field at offset 0x44
> [    0.507579] pciback 0000:09:01.2: added config field at offset 0x46
> [    0.507583] pciback 0000:09:01.2: added config field at offset 0x47
> [    0.507587] pciback 0000:09:01.2: enabling device
> [    0.508162] ACPI: PCI Interrupt Link [AE3D] enabled at IRQ 16
> [    0.508365] xen: registering gsi 16 triggering 0 polarity 1
> [    0.508369] xen_allocate_pirq: returning irq 16 for gsi 16
> [    0.508570] xen: --> irq=16
> [    0.508573] xen_set_ioapic_routing: irq 16 gsi 16 vector 16 ioapic 0 pin 
> 16 triggering 1 polarity 1
> [    0.508950] pciback 0000:09:01.2: PCI INT C -> Link[AE3D] -> GSI 16 
> (level, low) -> IRQ 16
> [    0.509004] pciback 0000:09:01.2: reset device
> [    0.509004] pciback 0000:09:01.2: PCI INT C disabled
> [    0.509004] pciback 0000:09:01.1: initializing...
> [    0.509004] pciback 0000:09:01.1: initializing config
> [    0.509004] pciback 0000:09:01.1: initializing virtual configuration space
> [    0.509004] pciback 0000:09:01.1: added config field at offset 0x00
> [    0.509004] pciback 0000:09:01.1: added config field at offset 0x02
> [    0.509004] pciback 0000:09:01.1: added config field at offset 0x04
> [    0.509004] pciback 0000:09:01.1: added config field at offset 0x3c
> [    0.509004] pciback 0000:09:01.1: added config field at offset 0x3d
> [    0.509004] pciback 0000:09:01.1: added config field at offset 0x0c
> [    0.509004] pciback 0000:09:01.1: added config field at offset 0x0d
> [    0.509004] pciback 0000:09:01.1: added config field at offset 0x0f
> [    0.509004] pciback 0000:09:01.1: added config field at offset 0x10
> [    0.509004] pciback 0000:09:01.1: added config field at offset 0x14
> [    0.509004] pciback 0000:09:01.1: added config field at offset 0x18
> [    0.509004] pciback 0000:09:01.1: added config field at offset 0x1c
> [    0.509004] pciback 0000:09:01.1: added config field at offset 0x20
> [    0.509004] pciback 0000:09:01.1: added config field at offset 0x24
> [    0.509004] pciback 0000:09:01.1: added config field at offset 0x30
> [    0.509004] pciback 0000:09:01.1: Found capability 0x1 at 0x40
> [    0.509004] pciback 0000:09:01.1: added config field at offset 0x40
> [    0.509004] pciback 0000:09:01.1: added config field at offset 0x42
> [    0.509004] pciback 0000:09:01.1: added config field at offset 0x44
> [    0.509004] pciback 0000:09:01.1: added config field at offset 0x46
> [    0.509004] pciback 0000:09:01.1: added config field at offset 0x47
> [    0.509004] pciback 0000:09:01.1: enabling device
> [    0.509004] ACPI: PCI Interrupt Link [AE3C] enabled at IRQ 16
> [    0.509004] xen: registering gsi 16 triggering 0 polarity 1
> [    0.509004] xen_allocate_pirq: returning irq 16 for gsi 16
> [    0.509004] xen: --> irq=16
> [    0.509004] xen_set_ioapic_routing: irq 16 gsi 16 vector 16 ioapic 0 pin 
> 16 triggering 1 polarity 1
> [    0.509004] pciback 0000:09:01.1: PCI INT B -> Link[AE3C] -> GSI 16 
> (level, low) -> IRQ 16
> [    0.509004] pciback 0000:09:01.1: reset device
> [    0.509004] pciback 0000:09:01.1: PCI INT B disabled
> [    0.509004] pciback 0000:09:01.0: initializing...
> [    0.509004] pciback 0000:09:01.0: initializing config
> [    0.509004] pciback 0000:09:01.0: initializing virtual configuration space
> [    0.509004] pciback 0000:09:01.0: added config field at offset 0x00
> [    0.509004] pciback 0000:09:01.0: added config field at offset 0x02
> [    0.509004] pciback 0000:09:01.0: added config field at offset 0x04
> [    0.509004] pciback 0000:09:01.0: added config field at offset 0x3c
> [    0.509004] pciback 0000:09:01.0: added config field at offset 0x3d
> [    0.509004] pciback 0000:09:01.0: added config field at offset 0x0c
> [    0.509004] pciback 0000:09:01.0: added config field at offset 0x0d
> [    0.509004] pciback 0000:09:01.0: added config field at offset 0x0f
> [    0.509004] pciback 0000:09:01.0: added config field at offset 0x10
> [    0.509004] pciback 0000:09:01.0: added config field at offset 0x14
> [    0.509004] pciback 0000:09:01.0: added config field at offset 0x18
> [    0.509004] pciback 0000:09:01.0: added config field at offset 0x1c
> [    0.509004] pciback 0000:09:01.0: added config field at offset 0x20
> [    0.509004] pciback 0000:09:01.0: added config field at offset 0x24
> [    0.509004] pciback 0000:09:01.0: added config field at offset 0x30
> [    0.509004] pciback 0000:09:01.0: Found capability 0x1 at 0x40
> [    0.509004] pciback 0000:09:01.0: added config field at offset 0x40
> [    0.509004] pciback 0000:09:01.0: added config field at offset 0x42
> [    0.509004] pciback 0000:09:01.0: added config field at offset 0x44
> [    0.509004] pciback 0000:09:01.0: added config field at offset 0x46
> [    0.509004] pciback 0000:09:01.0: added config field at offset 0x47
> [    0.509004] pciback 0000:09:01.0: enabling device
> [    0.509004] ACPI: PCI Interrupt Link [AE3B] enabled at IRQ 16
> [    0.509004] xen: registering gsi 16 triggering 0 polarity 1
> [    0.509004] xen_allocate_pirq: returning irq 16 for gsi 16
> [    0.509004] xen: --> irq=16
> [    0.509004] xen_set_ioapic_routing: irq 16 gsi 16 vector 16 ioapic 0 pin 
> 16 triggering 1 polarity 1
> [    0.509004] pciback 0000:09:01.0: PCI INT A -> Link[AE3B] -> GSI 16 
> (level, low) -> IRQ 16
> [    0.509004] pciback 0000:09:01.0: reset device
> [    0.509004] pciback 0000:09:01.0: PCI INT A disabled
> [    0.509004] pciback 0000:05:00.0: initializing...
> [    0.509004] pciback 0000:05:00.0: initializing config
> [    0.509004] pciback 0000:05:00.0: initializing virtual configuration space
> [    0.509004] pciback 0000:05:00.0: added config field at offset 0x00
> [    0.509004] pciback 0000:05:00.0: added config field at offset 0x02
> [    0.509004] pciback 0000:05:00.0: added config field at offset 0x04
> [    0.513202] pciback 0000:05:00.0: added config field at offset 0x3c
> [    0.513205] pciback 0000:05:00.0: added config field at offset 0x3d
> [    0.513208] pciback 0000:05:00.0: added config field at offset 0x0c
> [    0.513211] pciback 0000:05:00.0: added config field at offset 0x0d
> [    0.513215] pciback 0000:05:00.0: added config field at offset 0x0f
> [    0.513218] pciback 0000:05:00.0: added config field at offset 0x10
> [    0.513221] pciback 0000:05:00.0: added config field at offset 0x14
> [    0.513225] pciback 0000:05:00.0: added config field at offset 0x18
> [    0.513228] pciback 0000:05:00.0: added config field at offset 0x1c
> [    0.513231] pciback 0000:05:00.0: added config field at offset 0x20
> [    0.513235] pciback 0000:05:00.0: added config field at offset 0x24
> [    0.513238] pciback 0000:05:00.0: added config field at offset 0x30
> [    0.513269] pciback 0000:05:00.0: Found capability 0x1 at 0x50
> [    0.513272] pciback 0000:05:00.0: added config field at offset 0x50
> [    0.513275] pciback 0000:05:00.0: added config field at offset 0x52
> [    0.513280] pciback 0000:05:00.0: added config field at offset 0x54
> [    0.513284] pciback 0000:05:00.0: added config field at offset 0x56
> [    0.513287] pciback 0000:05:00.0: added config field at offset 0x57
> [    0.513290] pciback 0000:05:00.0: enabling device
> [    0.513302] xen: registering gsi 16 triggering 0 polarity 1
> [    0.513305] xen_allocate_pirq: returning irq 16 for gsi 16
> [    0.513506] xen: --> irq=16
> [    0.513509] xen_set_ioapic_routing: irq 16 gsi 16 vector 16 ioapic 0 pin 
> 16 triggering 1 polarity 1
> [    0.513882] pciback 0000:05:00.0: PCI INT A -> Link[AE0B] -> GSI 16 
> (level, low) -> IRQ 16
> [    0.514192] pciback 0000:05:00.0: reset device
> [    0.514192] pciback 0000:05:00.0: PCI INT A disabled
> [    0.514192] pciback 0000:01:08.2: initializing...
> [    0.514192] pciback 0000:01:08.2: initializing config
> [    0.514192] pciback 0000:01:08.2: initializing virtual configuration space
> [    0.514192] pciback 0000:01:08.2: added config field at offset 0x00
> [    0.514192] pciback 0000:01:08.2: added config field at offset 0x02
> [    0.514192] pciback 0000:01:08.2: added config field at offset 0x04
> [    0.514192] pciback 0000:01:08.2: added config field at offset 0x3c
> [    0.514192] pciback 0000:01:08.2: added config field at offset 0x3d
> [    0.514192] pciback 0000:01:08.2: added config field at offset 0x0c
> [    0.514192] pciback 0000:01:08.2: added config field at offset 0x0d
> [    0.514192] pciback 0000:01:08.2: added config field at offset 0x0f
> [    0.514192] pciback 0000:01:08.2: added config field at offset 0x10
> [    0.514192] pciback 0000:01:08.2: added config field at offset 0x14
> [    0.514192] pciback 0000:01:08.2: added config field at offset 0x18
> [    0.514192] pciback 0000:01:08.2: added config field at offset 0x1c
> [    0.514192] pciback 0000:01:08.2: added config field at offset 0x20
> [    0.514192] pciback 0000:01:08.2: added config field at offset 0x24
> [    0.514192] pciback 0000:01:08.2: added config field at offset 0x30
> [    0.514192] pciback 0000:01:08.2: Found capability 0x1 at 0x80
> [    0.514192] pciback 0000:01:08.2: added config field at offset 0x80
> [    0.514192] pciback 0000:01:08.2: added config field at offset 0x82
> [    0.514192] pciback 0000:01:08.2: added config field at offset 0x84
> [    0.514192] pciback 0000:01:08.2: added config field at offset 0x86
> [    0.514192] pciback 0000:01:08.2: added config field at offset 0x87
> [    0.514192] pciback 0000:01:08.2: enabling device
> [    0.514192] ACPI: PCI Interrupt Link [APC3] enabled at IRQ 18
> [    0.514192] xen: registering gsi 18 triggering 0 polarity 1
> [    0.514192]   alloc irq_desc for 18 on node 0
> [    0.514192]   alloc kstat_irqs on node 0
> [    0.515133] xen: --> irq=18
> [    0.515136] xen_set_ioapic_routing: irq 18 gsi 18 vector 18 ioapic 0 pin 
> 18 triggering 1 polarity 1
> [    0.515514] pciback 0000:01:08.2: PCI INT C -> Link[APC3] -> GSI 18 
> (level, low) -> IRQ 18
> [    0.515881] pciback 0000:01:08.2: reset device
> [    0.515889] pciback 0000:01:08.2: PCI INT C disabled
> [    0.516091] pciback 0000:01:08.1: initializing...
> [    0.516094] pciback 0000:01:08.1: initializing config
> [    0.516096] pciback 0000:01:08.1: initializing virtual configuration space
> [    0.516099] pciback 0000:01:08.1: added config field at offset 0x00
> [    0.516102] pciback 0000:01:08.1: added config field at offset 0x02
> [    0.516105] pciback 0000:01:08.1: added config field at offset 0x04
> [    0.516108] pciback 0000:01:08.1: added config field at offset 0x3c
> [    0.516111] pciback 0000:01:08.1: added config field at offset 0x3d
> [    0.516114] pciback 0000:01:08.1: added config field at offset 0x0c
> [    0.516117] pciback 0000:01:08.1: added config field at offset 0x0d
> [    0.516120] pciback 0000:01:08.1: added config field at offset 0x0f
> [    0.516123] pciback 0000:01:08.1: added config field at offset 0x10
> [    0.516126] pciback 0000:01:08.1: added config field at offset 0x14
> [    0.516128] pciback 0000:01:08.1: added config field at offset 0x18
> [    0.516128] pciback 0000:01:08.1: added config field at offset 0x1c
> [    0.516128] pciback 0000:01:08.1: added config field at offset 0x20
> [    0.516128] pciback 0000:01:08.1: added config field at offset 0x24
> [    0.516128] pciback 0000:01:08.1: added config field at offset 0x30
> [    0.516128] pciback 0000:01:08.1: Found capability 0x1 at 0x80
> [    0.516128] pciback 0000:01:08.1: added config field at offset 0x80
> [    0.516128] pciback 0000:01:08.1: added config field at offset 0x82
> [    0.516128] pciback 0000:01:08.1: added config field at offset 0x84
> [    0.516128] pciback 0000:01:08.1: added config field at offset 0x86
> [    0.516128] pciback 0000:01:08.1: added config field at offset 0x87
> [    0.516128] pciback 0000:01:08.1: enabling device
> [    0.516128] ACPI: PCI Interrupt Link [APC2] enabled at IRQ 17
> [    0.516128] xen: registering gsi 17 triggering 0 polarity 1
> [    0.516128]   alloc irq_desc for 17 on node 0
> [    0.516128]   alloc kstat_irqs on node 0
> [    0.516762] xen: --> irq=17
> [    0.516765] xen_set_ioapic_routing: irq 17 gsi 17 vector 17 ioapic 0 pin 
> 17 triggering 1 polarity 1
> [    0.517139] pciback 0000:01:08.1: PCI INT B -> Link[APC2] -> GSI 17 
> (level, low) -> IRQ 17
> [    0.517505] pciback 0000:01:08.1: reset device
> [    0.517513] pciback 0000:01:08.1: PCI INT B disabled
> [    0.517714] pciback 0000:01:08.0: initializing...
> [    0.517717] pciback 0000:01:08.0: initializing config
> [    0.517720] pciback 0000:01:08.0: initializing virtual configuration space
> [    0.517723] pciback 0000:01:08.0: added config field at offset 0x00
> [    0.517725] pciback 0000:01:08.0: added config field at offset 0x02
> [    0.517728] pciback 0000:01:08.0: added config field at offset 0x04
> [    0.517731] pciback 0000:01:08.0: added config field at offset 0x3c
> [    0.517743] pciback 0000:01:08.0: added config field at offset 0x3d
> [    0.517746] pciback 0000:01:08.0: added config field at offset 0x0c
> [    0.517749] pciback 0000:01:08.0: added config field at offset 0x0d
> [    0.517752] pciback 0000:01:08.0: added config field at offset 0x0f
> [    0.517756] pciback 0000:01:08.0: added config field at offset 0x10
> [    0.517759] pciback 0000:01:08.0: added config field at offset 0x14
> [    0.517763] pciback 0000:01:08.0: added config field at offset 0x18
> [    0.517766] pciback 0000:01:08.0: added config field at offset 0x1c
> [    0.517769] pciback 0000:01:08.0: added config field at offset 0x20
> [    0.517772] pciback 0000:01:08.0: added config field at offset 0x24
> [    0.517776] pciback 0000:01:08.0: added config field at offset 0x30
> [    0.517791] pciback 0000:01:08.0: Found capability 0x1 at 0x80
> [    0.517794] pciback 0000:01:08.0: added config field at offset 0x80
> [    0.517798] pciback 0000:01:08.0: added config field at offset 0x82
> [    0.517803] pciback 0000:01:08.0: added config field at offset 0x84
> [    0.517806] pciback 0000:01:08.0: added config field at offset 0x86
> [    0.517809] pciback 0000:01:08.0: added config field at offset 0x87
> [    0.517812] pciback 0000:01:08.0: enabling device
> [    0.518313] ACPI: PCI Interrupt Link [APC1] enabled at IRQ 16
> [    0.518516] xen: registering gsi 16 triggering 0 polarity 1
> [    0.518519] xen_allocate_pirq: returning irq 16 for gsi 16
> [    0.518719] xen: --> irq=16
> [    0.518722] xen_set_ioapic_routing: irq 16 gsi 16 vector 16 ioapic 0 pin 
> 16 triggering 1 polarity 1
> [    0.519002] pciback 0000:01:08.0: PCI INT A -> Link[APC1] -> GSI 16 
> (level, low) -> IRQ 16
> [    0.519002] pciback 0000:01:08.0: reset device
> [    0.519002] pciback 0000:01:08.0: PCI INT A disabled
> [    0.519002] pciback 0000:00:07.0: initializing...
> [    0.519002] pciback 0000:00:07.0: initializing config
> [    0.519002] pciback 0000:00:07.0: initializing virtual configuration space
> [    0.519002] pciback 0000:00:07.0: added config field at offset 0x00
> [    0.519002] pciback 0000:00:07.0: added config field at offset 0x02
> [    0.519002] pciback 0000:00:07.0: added config field at offset 0x04
> [    0.519002] pciback 0000:00:07.0: added config field at offset 0x3c
> [    0.519002] pciback 0000:00:07.0: added config field at offset 0x3d
> [    0.519002] pciback 0000:00:07.0: added config field at offset 0x0c
> [    0.519002] pciback 0000:00:07.0: added config field at offset 0x0d
> [    0.519002] pciback 0000:00:07.0: added config field at offset 0x0f
> [    0.519002] pciback 0000:00:07.0: added config field at offset 0x10
> [    0.519002] pciback 0000:00:07.0: added config field at offset 0x14
> [    0.519002] pciback 0000:00:07.0: added config field at offset 0x18
> [    0.519002] pciback 0000:00:07.0: added config field at offset 0x1c
> [    0.519002] pciback 0000:00:07.0: added config field at offset 0x20
> [    0.519002] pciback 0000:00:07.0: added config field at offset 0x24
> [    0.519002] pciback 0000:00:07.0: added config field at offset 0x30
> [    0.519002] pciback 0000:00:07.0: Found capability 0x1 at 0x44
> [    0.519002] pciback 0000:00:07.0: added config field at offset 0x44
> [    0.519002] pciback 0000:00:07.0: added config field at offset 0x46
> [    0.519002] pciback 0000:00:07.0: added config field at offset 0x48
> [    0.519002] pciback 0000:00:07.0: added config field at offset 0x4a
> [    0.519002] pciback 0000:00:07.0: added config field at offset 0x4b
> [    0.519002] pciback 0000:00:07.0: enabling device
> [    0.519002] ACPI: PCI Interrupt Link [AAZA] enabled at IRQ 23
> [    0.519002] xen: registering gsi 23 triggering 0 polarity 1
> [    0.519002]   alloc irq_desc for 23 on node 0
> [    0.519002]   alloc kstat_irqs on node 0
> [    0.520341] xen: --> irq=23
> [    0.520344] xen_set_ioapic_routing: irq 23 gsi 23 vector 23 ioapic 0 pin 
> 23 triggering 1 polarity 1
> [    0.520717] pciback 0000:00:07.0: PCI INT A -> Link[AAZA] -> GSI 23 
> (level, low) -> IRQ 23
> [    0.521084] pciback 0000:00:07.0: reset device
> [    0.521091] pciback 0000:00:07.0: PCI INT A disabled
> [    0.527829]   alloc irq_desc for 404 on node 0
> [    0.527833]   alloc kstat_irqs on node 0
> [    0.528935] hpet_acpi_add: no address or irqs in _CRS
> [    0.529385] Non-volatile memory driver v1.3
> [    0.529712] Linux agpgart interface v0.103
> [    0.530180] [drm] Initialized drm 1.1.0 20060810
> [    0.530458] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
> [    0.774119] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
> [    0.775104] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
> [    0.778904] brd: module loaded
> [    0.843826] loop: module loaded
> [    0.844678] ahci 0000:00:09.0: version 3.0
> [    0.845277] ACPI: PCI Interrupt Link [APSI] enabled at IRQ 22
> [    0.845481] xen: registering gsi 22 triggering 0 polarity 1
> [    0.845488]   alloc irq_desc for 22 on node 0
> [    0.845491]   alloc kstat_irqs on node 0
> [    0.845497] xen: --> irq=22
> [    0.845500] xen_set_ioapic_routing: irq 22 gsi 22 vector 22 ioapic 0 pin 
> 22 triggering 1 polarity 1
> [    0.845877] ahci 0000:00:09.0: PCI INT A -> Link[APSI] -> GSI 22 (level, 
> low) -> IRQ 22
> [    0.846006]   alloc irq_desc for 403 on node 0
> [    0.846006]   alloc kstat_irqs on node 0
> [    0.846413] ahci 0000:00:09.0: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f 
> impl SATA mode
> [    0.846781] ahci 0000:00:09.0: flags: 64bit ncq sntf led clo pmp pio 
> [    0.846987] ahci 0000:00:09.0: setting latency timer to 64
> [    0.848179] scsi0 : ahci
> [    0.848642] scsi1 : ahci
> [    0.849127] scsi2 : ahci
> [    0.849521] scsi3 : ahci
> [    0.849917] scsi4 : ahci
> [    0.850338] scsi5 : ahci
> [    0.850943] ata1: SATA max UDMA/133 abar m8192@0xfe026000 port 0xfe026100 
> irq 403
> [    0.851311] ata2: SATA max UDMA/133 abar m8192@0xfe026000 port 0xfe026180 
> irq 403
> [    0.851677] ata3: SATA max UDMA/133 abar m8192@0xfe026000 port 0xfe026200 
> irq 403
> [    0.851692] ata4: SATA max UDMA/133 abar m8192@0xfe026000 port 0xfe026280 
> irq 403
> [    0.851692] ata5: SATA max UDMA/133 abar m8192@0xfe026000 port 0xfe026300 
> irq 403
> [    0.851692] ata6: SATA max UDMA/133 abar m8192@0xfe026000 port 0xfe026380 
> irq 403
> [    0.853237] xen: registering gsi 16 triggering 0 polarity 1
> [    0.853241] xen_allocate_pirq: returning irq 16 for gsi 16
> [    0.853442] xen: --> irq=16
> [    0.853446] xen_set_ioapic_routing: irq 16 gsi 16 vector 16 ioapic 0 pin 
> 16 triggering 1 polarity 1
> [    0.853822] ahci 0000:06:00.0: PCI INT A -> Link[AE0C] -> GSI 16 (level, 
> low) -> IRQ 16
> [    0.854171]   alloc irq_desc for 402 on node 0
> [    0.854171]   alloc kstat_irqs on node 0
> [    0.854362] ahci 0000:06:00.0: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 
> impl SATA mode
> [    0.854730] ahci 0000:06:00.0: flags: 64bit ncq sntf led only pmp pio slum 
> part 
> [    0.855100] ahci 0000:06:00.0: setting latency timer to 64
> [    0.855579] scsi6 : ahci
> [    0.856124] scsi7 : ahci
> [    0.856515] ata7: SATA max UDMA/133 abar m2048@0xfdaff000 port 0xfdaff100 
> irq 402
> [    0.856883] ata8: SATA max UDMA/133 abar m2048@0xfdaff000 port 0xfdaff180 
> irq 402
> [    0.857534] pata_amd 0000:00:06.0: version 0.4.1
> [    0.857593] pata_amd 0000:00:06.0: setting latency timer to 64
> [    0.857745] scsi8 : pata_amd
> [    0.865544] scsi9 : pata_amd
> [    0.866929] ata9: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xfc00 irq 14
> [    0.867135] ata10: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xfc08 irq 
> 15
> [    0.867822] Intel(R) PRO/1000 Network Driver - version 7.3.21-k3-NAPI
> [    0.868028] Copyright (c) 1999-2006 Intel Corporation.
> [    0.868330] e1000e: Intel(R) PRO/1000 Network Driver - 1.0.2-k2
> [    0.868534] e1000e: Copyright (c) 1999-2008 Intel Corporation.
> [    0.868794] xen: registering gsi 16 triggering 0 polarity 1
> [    0.868797] xen_allocate_pirq: returning irq 16 for gsi 16
> [    0.868999] xen: --> irq=16
> [    0.869002] xen_set_ioapic_routing: irq 16 gsi 16 vector 16 ioapic 0 pin 
> 16 triggering 1 polarity 1
> [    0.869317] e1000e 0000:0a:00.0: PCI INT A -> Link[AE4A] -> GSI 16 (level, 
> low) -> IRQ 16
> [    0.869317] e1000e 0000:0a:00.0: setting latency timer to 64
> [    0.869317]   alloc irq_desc for 401 on node 0
> [    0.869317]   alloc kstat_irqs on node 0
> [    1.023795] 0000:0a:00.0: eth0: (PCI Express:2.5GB/s:Width x1) 
> 00:1b:21:2c:68:fe
> [    1.024188] 0000:0a:00.0: eth0: Intel(R) PRO/1000 Network Connection
> [    1.024251] 0000:0a:00.0: eth0: MAC: 1, PHY: 4, PBA No: d50854-003
> [    1.024856] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
> [    1.025074] e100: Copyright(c) 1999-2006 Intel Corporation
> [    1.025506] sky2 driver version 1.23
> [    1.025807] forcedeth: Reverse Engineered nForce ethernet driver. Version 
> 0.64.
> [    1.026747] ACPI: PCI Interrupt Link [APCH] enabled at IRQ 21
> [    1.026963] xen: registering gsi 21 triggering 0 polarity 1
> [    1.026969]   alloc irq_desc for 21 on node 0
> [    1.026972]   alloc kstat_irqs on node 0
> [    1.026978] xen: --> irq=21
> [    1.026981] xen_set_ioapic_routing: irq 21 gsi 21 vector 21 ioapic 0 pin 
> 21 triggering 1 polarity 1
> [    1.027253] forcedeth 0000:00:0a.0: PCI INT A -> Link[APCH] -> GSI 21 
> (level, low) -> IRQ 21
> [    1.027253] forcedeth 0000:00:0a.0: setting latency timer to 64
> [    1.160267] ata4: SATA link down (SStatus 0 SControl 300)
> [    1.160494] ata3: SATA link down (SStatus 0 SControl 300)
> [    1.160713] ata2: SATA link down (SStatus 0 SControl 300)
> [    1.162017] ata6: SATA link down (SStatus 0 SControl 300)
> [    1.163025] ata7: SATA link down (SStatus 0 SControl 370)
> [    1.168018] ata5: SATA link down (SStatus 0 SControl 300)
> [    1.168247] ata8: SATA link down (SStatus 0 SControl 370)
> [    1.312020] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [    1.313489] ata1.00: ATA-8: Hitachi HDS722020ALA330, JKAOA20N, max UDMA/133
> [    1.313694] ata1.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [    1.315297] ata1.00: configured for UDMA/133
> [    1.315632] scsi 0:0:0:0: Direct-Access     ATA      Hitachi HDS72202 JKAO 
> PQ: 0 ANSI: 5
> [    1.316568] sd 0:0:0:0: Attached scsi generic sg0 type 0
> [    1.316852] sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 
> TB/1.81 TiB)
> [    1.317405] ata10: port disabled. ignoring.
> [    1.317480] sd 0:0:0:0: [sda] Write Protect is off
> [    1.317682] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
> [    1.317725] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, 
> doesn't support DPO or FUA
> [    1.318370]  sda: sda1 sda2
> [    1.325471] sd 0:0:0:0: [sda] Attached SCSI disk
> [    1.533533] forcedeth 0000:00:0a.0: ifname eth1, PHY OUI 0x1374 @ 1, addr 
> 00:1f:c6:8c:5e:b2
> [    1.533904] forcedeth 0000:00:0a.0: highdma csum pwrctl mgmt gbit lnktim 
> msi desc-v3
> [    1.534449] tun: Universal TUN/TAP device driver, 1.6
> [    1.534651] tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx>
> [    1.535019] console [netcon0] enabled
> [    1.535219] netconsole: network logging started
> [    1.535695] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
> [    1.535900] ehci_hcd: block sizes: qh 192 qtd 96 itd 192 sitd 96
> [    1.535986] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
> [    1.536190] ohci_hcd: block sizes: ed 80 td 96
> [    1.536768] ACPI: PCI Interrupt Link [AUBA] enabled at IRQ 20
> [    1.536972] xen: registering gsi 20 triggering 0 polarity 1
> [    1.536979]   alloc irq_desc for 20 on node 0
> [    1.536982]   alloc kstat_irqs on node 0
> [    1.536988] xen: --> irq=20
> [    1.536991] xen_set_ioapic_routing: irq 20 gsi 20 vector 20 ioapic 0 pin 
> 20 triggering 1 polarity 1
> [    1.537254] ohci_hcd 0000:00:02.0: PCI INT A -> Link[AUBA] -> GSI 20 
> (level, low) -> IRQ 20
> [    1.537254] ohci_hcd 0000:00:02.0: setting latency timer to 64
> [    1.537254] ohci_hcd 0000:00:02.0: OHCI Host Controller
> [    1.538009] 
> /usr/src/xen-unstable.hg/linux-2.6-pvops.git/drivers/usb/core/inode.c: 
> creating file 'devices'
> [    1.538015] 
> /usr/src/xen-unstable.hg/linux-2.6-pvops.git/drivers/usb/core/inode.c: 
> creating file '001'
> [    1.538125] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus 
> number 1
> [    1.538539] ohci_hcd 0000:00:02.0: created debug files
> [    1.538543] ohci_hcd 0000:00:02.0: supports USB remote wakeup
> [    1.538578] ohci_hcd 0000:00:02.0: irq 20, io mem 0xfe02f000
> [    1.591023] ohci_hcd 0000:00:02.0: OHCI controller state
> [    1.591027] ohci_hcd 0000:00:02.0: OHCI 1.0, NO legacy support registers
> [    1.591032] ohci_hcd 0000:00:02.0: control 0x683 RWE RWC HCFS=operational 
> CBSR=3
> [    1.591036] ohci_hcd 0000:00:02.0: cmdstatus 0x00000 SOC=0
> [    1.591041] ohci_hcd 0000:00:02.0: intrstatus 0x00000004 SF
> [    1.591045] ohci_hcd 0000:00:02.0: intrenable 0x8000005a MIE RHSC UE RD WDH
> [    1.591051] ohci_hcd 0000:00:02.0: hcca frame #0003
> [    1.591056] ohci_hcd 0000:00:02.0: roothub.a 01000206 POTPGT=1 NPS NDP=6(6)
> [    1.591060] ohci_hcd 0000:00:02.0: roothub.b 00000000 PPCM=0000 DR=0000
> [    1.591065] ohci_hcd 0000:00:02.0: roothub.status 00008000 DRWE
> [    1.591070] ohci_hcd 0000:00:02.0: roothub.portstatus [0] 0x00000100 PPS
> [    1.591075] ohci_hcd 0000:00:02.0: roothub.portstatus [1] 0x00000100 PPS
> [    1.591079] ohci_hcd 0000:00:02.0: roothub.portstatus [2] 0x00000100 PPS
> [    1.591084] ohci_hcd 0000:00:02.0: roothub.portstatus [3] 0x00000100 PPS
> [    1.591089] ohci_hcd 0000:00:02.0: roothub.portstatus [4] 0x00000100 PPS
> [    1.591094] ohci_hcd 0000:00:02.0: roothub.portstatus [5] 0x00000100 PPS
> [    1.591117] usb usb1: default language 0x0409
> [    1.591130] usb usb1: udev 1, busnum 1, minor = 0
> [    1.591133] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
> [    1.591252] usb usb1: New USB device strings: Mfr=3, Product=2, 
> SerialNumber=1
> [    1.591252] usb usb1: Product: OHCI Host Controller
> [    1.591252] usb usb1: Manufacturer: Linux 2.6.31.13 ohci_hcd
> [    1.591252] usb usb1: SerialNumber: 0000:00:02.0
> [    1.592359] usb usb1: uevent
> [    1.592438] usb usb1: usb_probe_device
> [    1.592442] usb usb1: configuration #1 chosen from 1 choice
> [    1.592653] usb usb1: adding 1-0:1.0 (config #1, interface 0)
> [    1.592672] usb 1-0:1.0: uevent
> [    1.592742] hub 1-0:1.0: usb_probe_interface
> [    1.592745] hub 1-0:1.0: usb_probe_interface - got id
> [    1.592749] hub 1-0:1.0: USB hub found
> [    1.592969] hub 1-0:1.0: 6 ports detected
> [    1.593168] hub 1-0:1.0: standalone hub
> [    1.593171] hub 1-0:1.0: no power switching (usb 1.0)
> [    1.593174] hub 1-0:1.0: global over-current protection
> [    1.593177] hub 1-0:1.0: power on to power good time: 2ms
> [    1.593186] hub 1-0:1.0: local power source is good
> [    1.593189] hub 1-0:1.0: no over-current condition exists
> [    1.593193] hub 1-0:1.0: trying to enable port power on non-switchable hub
> [    1.593223] 
> /usr/src/xen-unstable.hg/linux-2.6-pvops.git/drivers/usb/core/inode.c: 
> creating file '001'
> [    1.593784] ACPI: PCI Interrupt Link [AU1B] enabled at IRQ 23
> [    1.593987] xen: registering gsi 23 triggering 0 polarity 1
> [    1.593991] xen_allocate_pirq: returning irq 23 for gsi 23
> [    1.594192] xen: --> irq=23
> [    1.594195] xen_set_ioapic_routing: irq 23 gsi 23 vector 23 ioapic 0 pin 
> 23 triggering 1 polarity 1
> [    1.594253] ohci_hcd 0000:00:04.0: PCI INT A -> Link[AU1B] -> GSI 23 
> (level, low) -> IRQ 23
> [    1.594253] ohci_hcd 0000:00:04.0: setting latency timer to 64
> [    1.594253] ohci_hcd 0000:00:04.0: OHCI Host Controller
> [    1.595176] 
> /usr/src/xen-unstable.hg/linux-2.6-pvops.git/drivers/usb/core/inode.c: 
> creating file '002'
> [    1.595285] ohci_hcd 0000:00:04.0: new USB bus registered, assigned bus 
> number 2
> [    1.595682] ohci_hcd 0000:00:04.0: created debug files
> [    1.595685] ohci_hcd 0000:00:04.0: supports USB remote wakeup
> [    1.595715] ohci_hcd 0000:00:04.0: irq 23, io mem 0xfe02d000
> [    1.648025] ohci_hcd 0000:00:04.0: OHCI controller state
> [    1.648029] ohci_hcd 0000:00:04.0: OHCI 1.0, NO legacy support registers
> [    1.648034] ohci_hcd 0000:00:04.0: control 0x683 RWE RWC HCFS=operational 
> CBSR=3
> [    1.648038] ohci_hcd 0000:00:04.0: cmdstatus 0x00000 SOC=0
> [    1.648042] ohci_hcd 0000:00:04.0: intrstatus 0x00000004 SF
> [    1.648046] ohci_hcd 0000:00:04.0: intrenable 0x8000005a MIE RHSC UE RD WDH
> [    1.648052] ohci_hcd 0000:00:04.0: hcca frame #0003
> [    1.648057] ohci_hcd 0000:00:04.0: roothub.a 01000206 POTPGT=1 NPS NDP=6(6)
> [    1.648061] ohci_hcd 0000:00:04.0: roothub.b 00000000 PPCM=0000 DR=0000
> [    1.648066] ohci_hcd 0000:00:04.0: roothub.status 00008000 DRWE
> [    1.648070] ohci_hcd 0000:00:04.0: roothub.portstatus [0] 0x00000100 PPS
> [    1.648075] ohci_hcd 0000:00:04.0: roothub.portstatus [1] 0x00000100 PPS
> [    1.648080] ohci_hcd 0000:00:04.0: roothub.portstatus [2] 0x00000100 PPS
> [    1.648084] ohci_hcd 0000:00:04.0: roothub.portstatus [3] 0x00000100 PPS
> [    1.648089] ohci_hcd 0000:00:04.0: roothub.portstatus [4] 0x00000100 PPS
> [    1.648094] ohci_hcd 0000:00:04.0: roothub.portstatus [5] 0x00000100 PPS
> [    1.648112] usb usb2: default language 0x0409
> [    1.648124] usb usb2: udev 1, busnum 2, minor = 128
> [    1.648128] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
> [    1.648252] usb usb2: New USB device strings: Mfr=3, Product=2, 
> SerialNumber=1
> [    1.648252] usb usb2: Product: OHCI Host Controller
> [    1.648252] usb usb2: Manufacturer: Linux 2.6.31.13 ohci_hcd
> [    1.648252] usb usb2: SerialNumber: 0000:00:04.0
> [    1.649346] usb usb2: uevent
> [    1.649420] usb usb2: usb_probe_device
> [    1.649424] usb usb2: configuration #1 chosen from 1 choice
> [    1.649633] usb usb2: adding 2-0:1.0 (config #1, interface 0)
> [    1.649656] usb 2-0:1.0: uevent
> [    1.649724] hub 2-0:1.0: usb_probe_interface
> [    1.649727] hub 2-0:1.0: usb_probe_interface - got id
> [    1.649731] hub 2-0:1.0: USB hub found
> [    1.649952] hub 2-0:1.0: 6 ports detected
> [    1.650151] hub 2-0:1.0: standalone hub
> [    1.650154] hub 2-0:1.0: no power switching (usb 1.0)
> [    1.650157] hub 2-0:1.0: global over-current protection
> [    1.650160] hub 2-0:1.0: power on to power good time: 2ms
> [    1.650168] hub 2-0:1.0: local power source is good
> [    1.650171] hub 2-0:1.0: no over-current condition exists
> [    1.650174] hub 2-0:1.0: trying to enable port power on non-switchable hub
> [    1.650203] 
> /usr/src/xen-unstable.hg/linux-2.6-pvops.git/drivers/usb/core/inode.c: 
> creating file '001'
> [    1.650327] uhci_hcd: USB Universal Host Controller Interface driver
> [    1.650814] usbcore: registered new interface driver usblp
> [    1.651018] Initializing USB Mass Storage driver...
> [    1.651307] usbcore: registered new interface driver usb-storage
> [    1.651512] USB Mass Storage support registered.
> [    1.651789] usbcore: registered new interface driver libusual
> [    1.652277] PNP: No PS/2 controller found. Probing ports directly.
> [    1.653055] serio: i8042 KBD port at 0x60,0x64 irq 1
> [    1.653264] serio: i8042 AUX port at 0x60,0x64 irq 12
> [    1.653613] mice: PS/2 mouse device common for all mice
> [    1.654242] rtc_cmos 00:05: RTC can wake from S4
> [    1.654554] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
> [    1.654816] rtc0: alarms up to one year, y3k, 242 bytes nvram
> [    1.656543] applesmc: supported laptop not found!
> [    1.656745] applesmc: driver init failed (ret=-19)!
> [    1.658504] hdaps: supported laptop not found!
> [    1.658706] hdaps: driver init failed (ret=-19)!
> [    1.659198] it87: Found IT8716F chip at 0x290, revision 3
> [    1.659411] it87: in3 is VCC (+5V)
> [    1.659608] it87: in7 is VCCH (+5V Stand-By)
> [    1.659892] ACPI: I/O resource it87 [0x295-0x296] conflicts with ACPI 
> region IP__ [0x295-0x296]
> [    1.660262] ACPI: If an ACPI driver is available for this device, you 
> should use it instead of the native driver
> [    1.660714] k8temp 0000:00:18.3: Temperature readouts might be wrong - 
> check erratum #141
> [    1.661413] lis3lv02d driver loaded.
> [    1.662868] pc87360: PC8736x not detected, module not inserted.
> [    1.664350] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: 
> dm-devel@xxxxxxxxxx
> [    1.665161] cpuidle: using governor ladder
> [    1.665361] cpuidle: using governor menu
> [    1.667987] usbcore: registered new interface driver hiddev
> [    1.668322] usbcore: registered new interface driver usbhid
> [    1.668525] usbhid: v2.6:USB HID core driver
> [    1.669010] Advanced Linux Sound Architecture Driver Version 1.0.20.
> [    1.673278] ALSA device list:
> [    1.673476]   No soundcards found.
> [    1.673731] Netfilter messages via NETLINK v0.30.
> [    1.673952] nf_conntrack version 0.5.0 (6092 buckets, 24368 max)
> [    1.674474] CONFIG_NF_CT_ACCT is deprecated and will be removed soon. 
> Please use
> [    1.674841] nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack 
> module option or
> [    1.675208] sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
> [    1.675497] ctnetlink v0.93: registering with nfnetlink.
> [    1.676291] ip_tables: (C) 2000-2006 Netfilter Core Team
> [    1.676522] TCP cubic registered
> [    1.676720] Initializing XFRM netlink socket
> [    1.677333] NET: Registered protocol family 10
> [    1.678847] IPv6 over IPv4 tunneling driver
> [    1.679740] NET: Registered protocol family 17
> [    1.679997] Bridge firewalling registered
> [    1.680509] RPC: Registered udp transport module.
> [    1.680711] RPC: Registered tcp transport module.
> [    1.681223] PM: Resume from disk failed.
> [    1.681239] registered taskstats version 1
> [    1.681668]   Magic number: 6:908:788
> [    1.681929] bdi 7:118: hash matches
> [    1.682370] Freeing unused kernel memory: 560k freed
> [    1.682835] Write protecting the kernel read-only data: 8528k
> [    1.693326] hub 1-0:1.0: state 7 ports 6 chg 0000 evt 0000
> [    1.750328] hub 2-0:1.0: state 7 ports 6 chg 0000 evt 0000
> [    1.898625] usb usb1: uevent
> [    1.898658] usb 1-0:1.0: uevent
> [    1.898741] usb usb2: uevent
> [    1.898770] usb 2-0:1.0: uevent
> [    2.704274] ohci_hcd 0000:00:02.0: auto-stop root hub
> [    2.704291] ohci_hcd 0000:00:04.0: auto-stop root hub
> [    3.701025] hub 1-0:1.0: hub_suspend
> [    3.701036] usb usb1: bus auto-suspend
> [    3.701040] ohci_hcd 0000:00:02.0: suspend root hub
> [    4.701021] hub 2-0:1.0: hub_suspend
> [    4.701026] usb usb2: bus auto-suspend
> [    4.701030] ohci_hcd 0000:00:04.0: suspend root hub
> [   20.837458] PM: Starting manual resume from disk
> [   20.837663] PM: Resume from partition 252:4
> [   20.837666] PM: Checking hibernation image.
> [   20.843590] PM: Resume from disk failed.
> [   20.868643] kjournald starting.  Commit interval 5 seconds
> [   20.868657] EXT3-fs: mounted filesystem with journal data mode.
> [   21.893126] udevd version 125 started
> [   22.080025] usb usb1: uevent
> [   22.080057] usb 1-0:1.0: uevent
> [   22.080165] usb usb2: uevent
> [   22.080201] usb 2-0:1.0: uevent
> [   22.722118] ata1.00: configured for UDMA/133
> [   22.722488] ata1: EH complete
> [   24.735250] ata1.00: configured for UDMA/133
> [   24.735459] ata1: EH complete
> [   25.366518] EXT3-fs warning: maximal mount count reached, running e2fsck 
> is recommended
> [   25.372339] EXT3 FS on dm-1, internal journal
> [   27.189661] Adding 2097144k swap on /dev/mapper/serveerstertje-swap.  
> Priority:-1 extents:1 across:2097144k 
> [   28.212752] ADDRCONF(NETDEV_UP): eth1: link is not ready
> [   28.803851]   alloc irq_desc for 400 on node 0
> [   28.803855]   alloc kstat_irqs on node 0
> [   29.668048] e1000e: eth1 NIC Link is Up 100 Mbps Full Duplex, Flow 
> Control: RX/TX
> [   29.668425] 0000:0a:00.0: eth1: 10/100 speed: disabling TSO
> [   29.668900] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
> [   29.705386] eth1: IPv6 duplicate address detected!
> [   38.251258] xen_bridge: no IPv6 routers present
> [   38.656011] vpn_bridge: no IPv6 routers present
> [   39.788263] eth0: no IPv6 routers present
> [   41.988912] kjournald starting.  Commit interval 5 seconds
> [   41.997209] EXT3 FS on dm-5, internal journal
> [   41.997443] EXT3-fs: mounted filesystem with writeback data mode.
> [   42.473830] kjournald starting.  Commit interval 5 seconds
> [   42.480037] EXT3 FS on dm-6, internal journal
> [   42.480275] EXT3-fs: mounted filesystem with writeback data mode.
> [   43.067747] kjournald starting.  Commit interval 5 seconds
> [   43.095366] EXT3 FS on dm-7, internal journal
> [   43.095606] EXT3-fs: mounted filesystem with writeback data mode.
> [   43.666641] kjournald starting.  Commit interval 5 seconds
> [   43.673986] EXT3 FS on dm-8, internal journal
> [   43.674226] EXT3-fs: mounted filesystem with writeback data mode.
> [   43.928734] kjournald starting.  Commit interval 5 seconds
> [   43.939992] EXT3 FS on dm-9, internal journal
> [   43.940231] EXT3-fs: mounted filesystem with writeback data mode.
> [   44.341971] kjournald starting.  Commit interval 5 seconds
> [   44.348307] EXT3 FS on dm-12, internal journal
> [   44.348546] EXT3-fs: mounted filesystem with writeback data mode.
> [   44.745845] kjournald starting.  Commit interval 5 seconds
> [   44.758586] EXT3 FS on dm-10, internal journal
> [   44.758825] EXT3-fs: mounted filesystem with writeback data mode.
> [   47.105770]   alloc irq_desc for 399 on node 0
> [   47.105775]   alloc kstat_irqs on node 0
> [   47.105827] xenbus_probe wake_waiting
> [   47.106066] xenbus_probe wake_waiting
> [   47.106280]   alloc irq_desc for 398 on node 0
> [   47.106283]   alloc kstat_irqs on node 0
> [   47.116283] XENBUS: Unable to read cpu state
> [   47.116652] XENBUS: Unable to read cpu state
> [   47.117214] xenbus_probe_devices backend
> [   47.117575] xenbus_probe_devices failed xenbus_directory
> [   47.117777] backend_probe_and_watch devices probed ok
> [   47.118132] backend_probe_and_watch watch add ok ok
> [   47.118333] backend_probe_and_watch all done
> [   47.118532] xenbus_probe_devices device
> [   47.118893] xenbus_probe_devices failed xenbus_directory
> [   47.119010] frontend_probe_and_watch devices probed ok
> [   47.119454] frontend_probe_and_watch watch add ok ok
> [   47.119655] frontend_probe_and_watch all done
> [   50.341321]   alloc irq_desc for 397 on node 0
> [   50.341326]   alloc kstat_irqs on node 0
> [   50.476859]   alloc irq_desc for 396 on node 0
> [   50.476864]   alloc kstat_irqs on node 0
> [   50.617462] device vif1.0 entered promiscuous mode
> [   50.621072] xen_bridge: port 1(vif1.0) entering learning state
> [   50.711244] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   50.722007] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   50.728114] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   50.728261] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   51.931951] blkback: ring-ref 2047, event-channel 4, protocol 1 
> (x86_64-abi)
> [   51.932204]   alloc irq_desc for 395 on node 0
> [   51.932208]   alloc kstat_irqs on node 0
> [   52.001665] blkback: ring-ref 2046, event-channel 5, protocol 1 
> (x86_64-abi)
> [   52.001903]   alloc irq_desc for 394 on node 0
> [   52.001907]   alloc kstat_irqs on node 0
> [   58.423669] hrtimer: interrupt took 150040611 ns
> [   58.618305]   alloc irq_desc for 393 on node 0
> [   58.618310]   alloc kstat_irqs on node 0
> [   58.738885] frontend_changed: backend/vbd/1/2049: prepare for reconnect
> [   58.746173] frontend_changed: backend/vbd/1/2050: prepare for reconnect
> [   59.007040] blkback: ring-ref 8, event-channel 8, protocol 1 (x86_64-abi)
> [   59.044192] blkback: ring-ref 9, event-channel 9, protocol 1 (x86_64-abi)
> [   59.044435]   alloc irq_desc for 392 on node 0
> [   59.044439]   alloc kstat_irqs on node 0
> [   59.100025]   alloc irq_desc for 391 on node 0
> [   59.100030]   alloc kstat_irqs on node 0
> [   59.260041] device vif2.0 entered promiscuous mode
> [   59.263991] xen_bridge: port 2(vif2.0) entering learning state
> [   59.338545] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   59.338928] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   59.469723] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   59.470013] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   59.470013] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   59.574004] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   59.574261] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   59.574261] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   59.579822] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   59.580206] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   59.580261] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   59.580261] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   60.482940] blkback: ring-ref 2047, event-channel 4, protocol 1 
> (x86_64-abi)
> [   60.483199]   alloc irq_desc for 390 on node 0
> [   60.483203]   alloc kstat_irqs on node 0
> [   60.490152] blkback: ring-ref 2046, event-channel 5, protocol 1 
> (x86_64-abi)
> [   60.490396]   alloc irq_desc for 389 on node 0
> [   60.490399]   alloc kstat_irqs on node 0
> [   60.792258] vif1.0: no IPv6 routers present
> [   61.919355] FW: New not syn:IN=eth0 OUT= 
> MAC=00:1f:c6:8c:5e:b2:00:08:ae:10:46:60:08:00 SRC=65.54.189.152 
> DST=88.159.69.34 LEN=49 TOS=0x00 PREC=0x00 TTL=111 ID=23646 DF PROTO=TCP 
> SPT=1863 DPT=52714 WINDOW=64499 RES=0x00 ACK PSH URGP=0 
> [   61.920710] FW: INVALID IP PACKET: IN=eth0 OUT= 
> MAC=00:1f:c6:8c:5e:b2:00:08:ae:10:46:60:08:00 SRC=65.54.189.152 
> DST=88.159.69.34 LEN=40 TOS=0x00 PREC=0x00 TTL=111 ID=23696 DF PROTO=TCP 
> SPT=1863 DPT=52714 WINDOW=64499 RES=0x00 ACK FIN URGP=0 
> [   62.794259] FW: INVALID IP PACKET: IN=eth0 OUT= 
> MAC=00:1f:c6:8c:5e:b2:00:08:ae:10:46:60:08:00 SRC=65.54.189.152 
> DST=88.159.69.34 LEN=49 TOS=0x00 PREC=0x00 TTL=111 ID=26819 DF PROTO=TCP 
> SPT=1863 DPT=52714 WINDOW=64499 RES=0x00 ACK PSH FIN URGP=0 
> [   64.653763] FW: INVALID IP PACKET: IN=eth0 OUT= 
> MAC=00:1f:c6:8c:5e:b2:00:08:ae:10:46:60:08:00 SRC=65.54.189.152 
> DST=88.159.69.34 LEN=49 TOS=0x00 PREC=0x00 TTL=111 ID=1491 DF PROTO=TCP 
> SPT=1863 DPT=52714 WINDOW=64499 RES=0x00 ACK PSH FIN URGP=0 
> [   65.652273] xen_bridge: port 1(vif1.0) entering forwarding state
> [   66.537930] frontend_changed: backend/vbd/2/2049: prepare for reconnect
> [   66.543421] frontend_changed: backend/vbd/2/2050: prepare for reconnect
> [   66.761871] blkback: ring-ref 8, event-channel 8, protocol 1 (x86_64-abi)
> [   66.780776] blkback: ring-ref 9, event-channel 9, protocol 1 (x86_64-abi)
> [   66.781032]   alloc irq_desc for 388 on node 0
> [   66.781036]   alloc kstat_irqs on node 0
> [   66.807848]   alloc irq_desc for 387 on node 0
> [   66.807853]   alloc kstat_irqs on node 0
> [   67.127144]   alloc irq_desc for 386 on node 0
> [   67.127149]   alloc kstat_irqs on node 0
> [   67.368827] device vif3.0 entered promiscuous mode
> [   67.372840] xen_bridge: port 3(vif3.0) entering learning state
> [   67.419125] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   67.419261] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   67.419261] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   67.419261] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   67.429249] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   67.429262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   67.429262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   67.432290] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   67.432666] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   67.440309] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   67.440692] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   67.441069] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   67.441265] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   67.441265] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   67.457158] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   67.457258] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   67.457258] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   67.457258] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   67.457258] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   67.457258] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   67.762349] blkback: ring-ref 2047, event-channel 4, protocol 1 
> (x86_64-abi)
> [   67.762595]   alloc irq_desc for 385 on node 0
> [   67.762599]   alloc kstat_irqs on node 0
> [   67.771280] blkback: ring-ref 2046, event-channel 5, protocol 1 
> (x86_64-abi)
> [   67.771534]   alloc irq_desc for 384 on node 0
> [   67.771537]   alloc kstat_irqs on node 0
> [   68.262962] FW: INVALID IP PACKET: IN=eth0 OUT= 
> MAC=00:1f:c6:8c:5e:b2:00:08:ae:10:46:60:08:00 SRC=65.54.189.152 
> DST=88.159.69.34 LEN=49 TOS=0x00 PREC=0x00 TTL=111 ID=15997 DF PROTO=TCP 
> SPT=1863 DPT=52714 WINDOW=64499 RES=0x00 ACK PSH FIN URGP=0 
> [   70.069258] vif2.0: no IPv6 routers present
> [   74.253262] xen_bridge: port 2(vif2.0) entering forwarding state
> [   74.292949]   alloc irq_desc for 383 on node 0
> [   74.292953]   alloc kstat_irqs on node 0
> [   74.547404]   alloc irq_desc for 382 on node 0
> [   74.547408]   alloc kstat_irqs on node 0
> [   74.803392] frontend_changed: backend/vbd/3/2049: prepare for reconnect
> [   74.809588] frontend_changed: backend/vbd/3/2050: prepare for reconnect
> [   74.928349] device vif4.0 entered promiscuous mode
> [   74.934065] xen_bridge: port 4(vif4.0) entering learning state
> [   74.979682] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   74.980071] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   74.980263] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   74.980263] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   74.980263] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   74.980263] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   74.986564] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   74.986953] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   74.987265] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   74.987265] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   74.987265] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   74.987265] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   74.987265] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   75.001069] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   75.001466] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   75.001855] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   75.002020] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   75.002020] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   75.002020] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   75.002020] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   75.016597] blkback: ring-ref 8, event-channel 8, protocol 1 (x86_64-abi)
> [   75.021583] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   75.021968] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   75.022009] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   75.022009] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   75.022009] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   75.022009] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   75.022009] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   75.022009] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   75.033560] blkback: ring-ref 9, event-channel 9, protocol 1 (x86_64-abi)
> [   75.052021]   alloc irq_desc for 381 on node 0
> [   75.052026]   alloc kstat_irqs on node 0
> [   75.481915] FW: INVALID IP PACKET: IN=eth0 OUT= 
> MAC=00:1f:c6:8c:5e:b2:00:08:ae:10:46:60:08:00 SRC=65.54.189.152 
> DST=88.159.69.34 LEN=49 TOS=0x00 PREC=0x00 TTL=111 ID=12021 DF PROTO=TCP 
> SPT=1863 DPT=52714 WINDOW=64499 RES=0x00 ACK PSH FIN URGP=0 
> [   76.011426] blkback: ring-ref 2047, event-channel 4, protocol 1 
> (x86_64-abi)
> [   76.011667]   alloc irq_desc for 380 on node 0
> [   76.011671]   alloc kstat_irqs on node 0
> [   76.021613] blkback: ring-ref 2046, event-channel 5, protocol 1 
> (x86_64-abi)
> [   76.021833]   alloc irq_desc for 379 on node 0
> [   76.021836]   alloc kstat_irqs on node 0
> [   77.680261] vif3.0: no IPv6 routers present
> [   81.619388] FW: BLOCKED IGMP: IN=eth0 OUT= 
> MAC=01:00:5e:00:00:01:00:08:ae:04:2e:43:08:00 SRC=88.159.81.254 DST=224.0.0.1 
> LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=26699 PROTO=2 
> [   82.355268] xen_bridge: port 3(vif3.0) entering forwarding state
> [   82.396835]   alloc irq_desc for 378 on node 0
> [   82.396840]   alloc kstat_irqs on node 0
> [   82.573756]   alloc irq_desc for 377 on node 0
> [   82.573760]   alloc kstat_irqs on node 0
> [   82.787914] device vif5.0 entered promiscuous mode
> [   82.792233] xen_bridge: port 5(vif5.0) entering learning state
> [   82.851737] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   82.852123] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   82.852263] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   82.852263] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   82.852263] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   82.852263] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   82.852263] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   82.852263] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   82.860459] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   82.860851] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   82.861014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   82.861014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   82.861014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   82.861014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   82.861014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   82.861014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   82.861014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   82.872490] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   82.872888] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   82.872893] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   82.872898] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   82.872902] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   82.872908] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   82.872913] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   82.872918] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   82.872925] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   82.887229] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   82.887261] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   82.887261] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   82.887261] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   82.887261] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   82.897903] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   82.897908] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   82.897912] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   82.897916] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   82.897920] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   83.224292] frontend_changed: backend/vbd/4/2049: prepare for reconnect
> [   83.230912] frontend_changed: backend/vbd/4/2050: prepare for reconnect
> [   83.424720] blkback: ring-ref 8, event-channel 8, protocol 1 (x86_64-abi)
> [   83.439902] blkback: ring-ref 9, event-channel 9, protocol 1 (x86_64-abi)
> [   83.455606]   alloc irq_desc for 376 on node 0
> [   83.455611]   alloc kstat_irqs on node 0
> [   84.137314] blkback: ring-ref 2047, event-channel 4, protocol 1 
> (x86_64-abi)
> [   84.137559]   alloc irq_desc for 375 on node 0
> [   84.137563]   alloc kstat_irqs on node 0
> [   84.172266] blkback: ring-ref 2046, event-channel 5, protocol 1 
> (x86_64-abi)
> [   84.172512]   alloc irq_desc for 374 on node 0
> [   84.172516]   alloc kstat_irqs on node 0
> [   85.775016] vif4.0: no IPv6 routers present
> [   89.919164] FW: INVALID IP PACKET: IN=eth0 OUT= 
> MAC=00:1f:c6:8c:5e:b2:00:08:ae:10:46:60:08:00 SRC=65.54.189.152 
> DST=88.159.69.34 LEN=49 TOS=0x00 PREC=0x00 TTL=111 ID=4967 DF PROTO=TCP 
> SPT=1863 DPT=52714 WINDOW=64499 RES=0x00 ACK PSH FIN URGP=0 
> [   89.934010] xen_bridge: port 4(vif4.0) entering forwarding state
> [   91.434098]   alloc irq_desc for 373 on node 0
> [   91.434103]   alloc kstat_irqs on node 0
> [   91.721333]   alloc irq_desc for 372 on node 0
> [   91.721338]   alloc kstat_irqs on node 0
> [   91.975449] frontend_changed: backend/vbd/5/2049: prepare for reconnect
> [   92.031877] device vif6.0 entered promiscuous mode
> [   92.037331] frontend_changed: backend/vbd/5/2050: prepare for reconnect
> [   92.065832] xen_bridge: port 6(vif6.0) entering learning state
> [   92.102922] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   92.103261] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   92.103261] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   92.103261] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   92.103261] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   92.103261] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   92.103261] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   92.103261] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   92.103261] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   92.103261] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   92.113148] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   92.113260] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   92.113260] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   92.113260] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   92.113260] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   92.113260] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   92.113260] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   92.113260] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   92.113260] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   92.113260] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   92.113260] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   92.124500] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   92.124886] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   92.125262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   92.125262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   92.125262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   92.125262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   92.125262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   92.125262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   92.181061] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   92.182735] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   92.183113] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   92.190121] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   92.190263] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   92.190263] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   92.190263] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   92.190263] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   92.190263] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   92.190263] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   92.190263] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   92.190263] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   92.190263] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   92.190263] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   92.190263] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   92.267655] blkback: ring-ref 8, event-channel 8, protocol 1 (x86_64-abi)
> [   92.294819] blkback: ring-ref 9, event-channel 9, protocol 1 (x86_64-abi)
> [   92.309923]   alloc irq_desc for 371 on node 0
> [   92.309928]   alloc kstat_irqs on node 0
> [   92.496238] blkback: ring-ref 2047, event-channel 4, protocol 1 
> (x86_64-abi)
> [   92.496568]   alloc irq_desc for 370 on node 0
> [   92.496572]   alloc kstat_irqs on node 0
> [   93.075455] blkback: ring-ref 2046, event-channel 5, protocol 1 
> (x86_64-abi)
> [   93.075705]   alloc irq_desc for 369 on node 0
> [   93.075709]   alloc kstat_irqs on node 0
> [   93.432260] vif5.0: no IPv6 routers present
> [   97.813314] xen_bridge: port 5(vif5.0) entering forwarding state
> [   99.292251]   alloc irq_desc for 368 on node 0
> [   99.292256]   alloc kstat_irqs on node 0
> [   99.556575] pciback pci-7-0: allocated pdev @ 0xffff88002a5f7700
> [   99.559269] pciback pci-7-0: getting be setup
> [   99.560086] pciback pci-7-0: exporting dom 0 bus 0 slot 7 func 0
> [   99.561233] pciback 0000:00:07.0: registering for 7
> [   99.562918] pciback pci-7-0: Publishing pci roots
> [   99.563635] pciback pci-7-0: writing root 0 at 0000:00
> [   99.581964] pciback pci-7-0: fe state changed 1
> [   99.623530]   alloc irq_desc for 367 on node 0
> [   99.623535]   alloc kstat_irqs on node 0
> [   99.729821] device vif7.0 entered promiscuous mode
> [   99.734171] xen_bridge: port 7(vif7.0) entering learning state
> [   99.842416] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   99.842801] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   99.843177] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   99.843262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   99.843262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   99.843262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   99.843262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   99.843262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   99.843262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   99.843262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   99.843262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   99.843262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   99.914574] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   99.914958] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   99.915016] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   99.915016] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   99.923002] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   99.923002] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   99.923002] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   99.923002] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   99.923002] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   99.923002] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   99.923002] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   99.923002] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   99.923002] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   99.985682] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   99.986011] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   99.986011] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   99.986011] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   99.986011] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   99.986011] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   99.986011] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   99.986011] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   99.986011] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   99.986011] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   99.986011] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   99.986011] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [   99.986011] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  100.025636] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  100.026013] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  100.026013] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  100.026013] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  100.026013] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  100.026013] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  100.026013] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  100.026013] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  100.026013] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  100.026013] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  100.026013] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  100.026013] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  100.026013] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  100.026013] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  100.334997] blkback: ring-ref 2047, event-channel 4, protocol 1 
> (x86_64-abi)
> [  100.335244]   alloc irq_desc for 366 on node 0
> [  100.335248]   alloc kstat_irqs on node 0
> [  100.342110] pciback pci-7-0: fe state changed 3
> [  100.342928] pciback pci-7-0: Reading frontend config
> [  100.345333] pciback pci-7-0: Attaching to frontend resources - 
> gnt_ref=2046 evtchn=5
> [  100.345375]   alloc irq_desc for 365 on node 0
> [  100.345379]   alloc kstat_irqs on node 0
> [  100.345411] pciback pci-7-0: Attached!
> [  100.345414] pciback pci-7-0: Connecting...
> [  100.346853] pciback pci-7-0: Connected? 0
> [  100.352994] pciback pci-7-0: fe state changed 4
> [  100.358167] blkback: ring-ref 2045, event-channel 6, protocol 1 
> (x86_64-abi)
> [  100.358423]   alloc irq_desc for 364 on node 0
> [  100.358427]   alloc kstat_irqs on node 0
> [  100.571764] frontend_changed: backend/vbd/6/2049: prepare for reconnect
> [  100.580161] frontend_changed: backend/vbd/6/2050: prepare for reconnect
> [  100.793806] blkback: ring-ref 8, event-channel 8, protocol 1 (x86_64-abi)
> [  100.801520] blkback: ring-ref 9, event-channel 9, protocol 1 (x86_64-abi)
> [  100.818516]   alloc irq_desc for 363 on node 0
> [  100.818521]   alloc kstat_irqs on node 0
> [  102.313261] vif6.0: no IPv6 routers present
> [  107.064264] xen_bridge: port 6(vif6.0) entering forwarding state
> [  107.536991] frontend_changed: backend/vbd/7/2049: prepare for reconnect
> [  107.555285] frontend_changed: backend/vbd/7/2050: prepare for reconnect
> [  107.776508] blkback: ring-ref 8, event-channel 8, protocol 1 (x86_64-abi)
> [  107.798954] blkback: ring-ref 9, event-channel 9, protocol 1 (x86_64-abi)
> [  107.916627]   alloc irq_desc for 362 on node 0
> [  107.916632]   alloc kstat_irqs on node 0
> [  109.973011] vif7.0: no IPv6 routers present
> [  110.176968]   alloc irq_desc for 361 on node 0
> [  110.176973]   alloc kstat_irqs on node 0
> [  110.373960]   alloc irq_desc for 360 on node 0
> [  110.373965]   alloc kstat_irqs on node 0
> [  110.713492] device vif8.0 entered promiscuous mode
> [  110.717994] xen_bridge: port 8(vif8.0) entering learning state
> [  110.767680] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.768065] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.768264] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.768264] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.768264] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.768264] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.768264] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.768264] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.768264] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.768264] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.768264] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.768264] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.768264] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.768264] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.778856] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.779241] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.779262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.779262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.779262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.779262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.779262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.779262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.779262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.779262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.779262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.779262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.779262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.779262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.779262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.791443] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.791829] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.792011] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.792011] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.792011] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.792011] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.792011] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.792011] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.792011] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.792011] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.792011] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.792011] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.792011] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.792011] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.792011] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.804736] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.805014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.805014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.805014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.805014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.805014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.805014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.805014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.805014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.805014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.805014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.805014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.805014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.805014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.805014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  110.805014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  111.888306] blkback: ring-ref 2047, event-channel 4, protocol 1 
> (x86_64-abi)
> [  111.888555]   alloc irq_desc for 359 on node 0
> [  111.888559]   alloc kstat_irqs on node 0
> [  111.900134] blkback: ring-ref 2046, event-channel 5, protocol 1 
> (x86_64-abi)
> [  111.900383]   alloc irq_desc for 358 on node 0
> [  111.900386]   alloc kstat_irqs on node 0
> [  114.735100] xen_bridge: port 7(vif7.0) entering forwarding state
> [  119.762753]   alloc irq_desc for 357 on node 0
> [  119.762758]   alloc kstat_irqs on node 0
> [  120.464663]   alloc irq_desc for 356 on node 0
> [  120.464668]   alloc kstat_irqs on node 0
> [  120.704717] frontend_changed: backend/vbd/8/2049: prepare for reconnect
> [  120.716018] device vif9.0 entered promiscuous mode
> [  120.720906] xen_bridge: port 9(vif9.0) entering learning state
> [  120.727886] frontend_changed: backend/vbd/8/2050: prepare for reconnect
> [  120.771977] vif8.0: no IPv6 routers present
> [  120.818215] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.818257] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.818257] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.818257] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.818257] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.818257] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.818257] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.818257] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.818257] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.818257] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.818257] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.818257] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.818257] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.818257] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.818257] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.818257] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.840295] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.840678] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.841053] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.841264] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.841264] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.841264] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.841264] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.841264] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.841264] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.841264] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.841264] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.841264] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.841264] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.841264] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.841264] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.841264] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.841264] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.857031] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.857259] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.857259] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.857259] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.857259] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.857259] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.899665] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.900044] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.900293] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.900293] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.900293] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.900293] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.900293] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.900293] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.900293] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.900293] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.900293] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.919195] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.919262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.919262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.919262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.919262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.919262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.919262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.919262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.919262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.919262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.919262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.919262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.919262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.919262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.919262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.919262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.919262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  120.919262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  121.017352] blkback: ring-ref 8, event-channel 8, protocol 1 (x86_64-abi)
> [  121.048196] blkback: ring-ref 9, event-channel 9, protocol 1 (x86_64-abi)
> [  121.085720]   alloc irq_desc for 355 on node 0
> [  121.085726]   alloc kstat_irqs on node 0
> [  121.246157] blkback: ring-ref 2047, event-channel 4, protocol 1 
> (x86_64-abi)
> [  121.246414]   alloc irq_desc for 354 on node 0
> [  121.246417]   alloc kstat_irqs on node 0
> [  121.296090] blkback: ring-ref 2046, event-channel 5, protocol 1 
> (x86_64-abi)
> [  121.296340]   alloc irq_desc for 353 on node 0
> [  121.296344]   alloc kstat_irqs on node 0
> [  125.717014] xen_bridge: port 8(vif8.0) entering forwarding state
> [  129.950510] FW: INVALID IP PACKET: IN=xen_bridge OUT= PHYSIN=vif3.0 
> MAC=fe:ff:ff:ff:ff:ff:00:16:3e:82:3f:2f:08:00 SRC=192.168.1.7 DST=192.168.1.1 
> LEN=40 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=TCP SPT=989 DPT=6996 WINDOW=0 
> RES=0x00 RST URGP=0 
> [  129.974659] frontend_changed: backend/vbd/9/2049: prepare for reconnect
> [  129.993095] frontend_changed: backend/vbd/9/2050: prepare for reconnect
> [  130.634600] blkback: ring-ref 8, event-channel 8, protocol 1 (x86_64-abi)
> [  130.646172] blkback: ring-ref 9, event-channel 9, protocol 1 (x86_64-abi)
> [  131.215258] vif9.0: no IPv6 routers present
> [  133.677296]   alloc irq_desc for 352 on node 0
> [  133.677301]   alloc kstat_irqs on node 0
> [  134.338167] pciback 0000:01:08.0: enabling permissive mode configuration 
> space accesses!
> [  134.338255] pciback 0000:01:08.0: permissive mode is potentially unsafe!
> [  134.365796] device vif10.0 entered promiscuous mode
> [  134.375361] xen_bridge: port 10(vif10.0) entering learning state
> [  134.429724] pciback 0000:01:08.1: enabling permissive mode configuration 
> space accesses!
> [  134.430098] pciback 0000:01:08.1: permissive mode is potentially unsafe!
> [  134.466357] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.466740] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.467116] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.467262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.467262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.467262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.467262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.467262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.467262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.467262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.467262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.467262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.467262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.467262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.467262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.485382] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.485780] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.486154] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.507910] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.508262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.508262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.508262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.508262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.508262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.508262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.508262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.508262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.508262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.508262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.508262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.508262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.508262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.508262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.508262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.508262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.508262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.508262] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.523813] pciback 0000:01:08.2: enabling permissive mode configuration 
> space accesses!
> [  134.524197] pciback 0000:01:08.2: permissive mode is potentially unsafe!
> [  134.573734] pciback 0000:09:01.0: enabling permissive mode configuration 
> space accesses!
> [  134.574113] pciback 0000:09:01.0: permissive mode is potentially unsafe!
> [  134.596758] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.597014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.597014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.597014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.597014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.597014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.597014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.597014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.597014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.597014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.597014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.597014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.597014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.597014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.597014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.597014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.597014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.597014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.597014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.606370] pciback 0000:09:01.1: enabling permissive mode configuration 
> space accesses!
> [  134.606758] pciback 0000:09:01.1: permissive mode is potentially unsafe!
> [  134.619792] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.620020] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.620020] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.620020] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.620020] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.620020] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.620020] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.620020] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.620020] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.620020] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.620020] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.620020] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.620020] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.620020] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.620020] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.620020] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.620020] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.620020] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.620020] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.620020] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  134.633345] pciback 0000:09:01.2: enabling permissive mode configuration 
> space accesses!
> [  134.633349] pciback 0000:09:01.2: permissive mode is potentially unsafe!
> [  134.713746] pciback pci-10-0: allocated pdev @ 0xffff880008d87480
> [  134.720592] pciback pci-10-0: getting be setup
> [  134.722235] pciback pci-10-0: exporting dom 0 bus 1 slot 8 func 0
> [  134.725799] pciback 0000:01:08.0: registering for 10
> [  134.731660] pciback pci-10-0: exporting dom 0 bus 1 slot 8 func 1
> [  134.732811] pciback 0000:01:08.1: registering for 10
> [  134.734365] pciback pci-10-0: exporting dom 0 bus 1 slot 8 func 2
> [  134.735767] pciback 0000:01:08.2: registering for 10
> [  134.738552] pciback pci-10-0: exporting dom 0 bus 9 slot 1 func 0
> [  134.740343] pciback 0000:09:01.0: registering for 10
> [  134.743345] pciback pci-10-0: exporting dom 0 bus 9 slot 1 func 1
> [  134.744602] pciback 0000:09:01.1: registering for 10
> [  134.754533] pciback pci-10-0: exporting dom 0 bus 9 slot 1 func 2
> [  134.757864] pciback 0000:09:01.2: registering for 10
> [  134.759812] pciback pci-10-0: Publishing pci roots
> [  134.760530] pciback pci-10-0: writing root 0 at 0000:01
> [  134.764515] pciback pci-10-0: Publishing pci roots
> [  134.765515] pciback pci-10-0: Publishing pci roots
> [  134.767120] pciback pci-10-0: Publishing pci roots
> [  134.768520] pciback pci-10-0: writing root 1 at 0000:09
> [  134.771361] pciback pci-10-0: Publishing pci roots
> [  134.773809] pciback pci-10-0: Publishing pci roots
> [  134.813514]   alloc irq_desc for 351 on node 0
> [  134.813519]   alloc kstat_irqs on node 0
> [  134.816531] pciback pci-10-0: fe state changed 1
> [  135.721261] xen_bridge: port 9(vif9.0) entering forwarding state
> [  136.239287] blkback: ring-ref 2047, event-channel 4, protocol 1 
> (x86_64-abi)
> [  136.239542]   alloc irq_desc for 350 on node 0
> [  136.239546]   alloc kstat_irqs on node 0
> [  139.333619] pciback pci-10-0: fe state changed 3
> [  139.338747] pciback pci-10-0: Reading frontend config
> [  139.339527] pciback pci-10-0: Attaching to frontend resources - 
> gnt_ref=2046 evtchn=5
> [  139.339568]   alloc irq_desc for 349 on node 0
> [  139.339572]   alloc kstat_irqs on node 0
> [  139.339600] pciback pci-10-0: Attached!
> [  139.339603] pciback pci-10-0: Connecting...
> [  139.342463] pciback pci-10-0: Connected? 0
> [  139.345764] pciback pci-10-0: fe state changed 4
> [  139.350794] blkback: ring-ref 2045, event-channel 6, protocol 1 
> (x86_64-abi)
> [  139.351178]   alloc irq_desc for 348 on node 0
> [  139.351182]   alloc kstat_irqs on node 0
> [  139.362921] blkback: ring-ref 2044, event-channel 7, protocol 1 
> (x86_64-abi)
> [  139.363195]   alloc irq_desc for 347 on node 0
> [  139.363199]   alloc kstat_irqs on node 0
> [  145.229260] vif10.0: no IPv6 routers present
> [  147.291055] frontend_changed: backend/vbd/10/2049: prepare for reconnect
> [  147.337119] frontend_changed: backend/vbd/10/2050: prepare for reconnect
> [  147.387601] frontend_changed: backend/vbd/10/2065: prepare for reconnect
> [  147.842437] blkback: ring-ref 8, event-channel 12, protocol 1 (x86_64-abi)
> [  147.850524] blkback: ring-ref 9, event-channel 13, protocol 1 (x86_64-abi)
> [  147.860941] blkback: ring-ref 10, event-channel 14, protocol 1 (x86_64-abi)
> [  147.861213]   alloc irq_desc for 346 on node 0
> [  147.861217]   alloc kstat_irqs on node 0
> [  147.881780]   alloc irq_desc for 345 on node 0
> [  147.881784]   alloc kstat_irqs on node 0
> [  149.375262] xen_bridge: port 10(vif10.0) entering forwarding state
> [  150.079932]   alloc irq_desc for 344 on node 0
> [  150.079937]   alloc kstat_irqs on node 0
> [  150.258836]   alloc irq_desc for 343 on node 0
> [  150.258840]   alloc kstat_irqs on node 0
> [  151.221592] device vif11.0 entered promiscuous mode
> [  151.225757] xen_bridge: port 11(vif11.0) entering learning state
> [  153.780693] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.781013] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.781013] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.781013] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.781013] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.781013] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.781013] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.781013] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.781013] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.781013] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.781013] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.781013] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.781013] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.781013] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.781013] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.781013] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.781013] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.781013] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.781013] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.781013] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.803508] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.803893] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.804015] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.804015] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.804015] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.804015] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.804015] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.804015] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.804015] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.804015] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.804015] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.804015] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.804015] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.804015] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.804015] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.804015] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.804015] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.804015] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.804015] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.804015] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.804015] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.830471] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.830862] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.831015] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.831015] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.831015] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.831015] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.831015] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.831015] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.831015] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.831015] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.831015] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.831015] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.831015] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.831015] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.831015] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.831015] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.831015] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.831015] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.831015] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.831015] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.831015] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.846573] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.846958] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.847014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.847014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.847014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.847014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.847014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.847014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.847014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.847014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.847014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.847014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.847014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.847014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.847014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.847014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.847014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.847014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.847014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.847014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.847014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  153.847014] physdev match: using --physdev-out in the OUTPUT, FORWARD and 
> POSTROUTING chains for non-bridged traffic is not supported anymore.
> [  155.154898] blkback: ring-ref 2047, event-channel 4, protocol 1 
> (x86_64-abi)
> [  155.155171]   alloc irq_desc for 342 on node 0
> [  155.155175]   alloc kstat_irqs on node 0
> [  155.166747] blkback: ring-ref 2046, event-channel 5, protocol 1 
> (x86_64-abi)
> [  155.167022]   alloc irq_desc for 341 on node 0
> [  155.167025]   alloc kstat_irqs on node 0
> [  162.103011] vif11.0: no IPv6 routers present
> [  163.260208] frontend_changed: backend/vbd/11/2049: prepare for reconnect
> [  163.270227] frontend_changed: backend/vbd/11/2050: prepare for reconnect
> [  163.486538] blkback: ring-ref 8, event-channel 8, protocol 1 (x86_64-abi)
> [  163.498054] blkback: ring-ref 9, event-channel 9, protocol 1 (x86_64-abi)
> [  163.522073]   alloc irq_desc for 340 on node 0
> [  163.522078]   alloc kstat_irqs on node 0
> [  166.225013] xen_bridge: port 11(vif11.0) entering forwarding state
> [  168.242471] FW: INVALID IP PACKET: IN=eth0 OUT= 
> MAC=00:1f:c6:8c:5e:b2:00:08:ae:10:46:60:08:00 SRC=70.42.241.107 
> DST=88.159.69.34 LEN=40 TOS=0x00 PREC=0x00 TTL=54 ID=0 DF PROTO=TCP SPT=80 
> DPT=57639 WINDOW=1716 RES=0x00 RST URGP=0 
> [  168.246168] FW: INVALID IP PACKET: IN=eth0 OUT= 
> MAC=00:1f:c6:8c:5e:b2:00:08:ae:10:46:60:08:00 SRC=70.42.241.107 
> DST=88.159.69.34 LEN=68 TOS=0x00 PREC=0x00 TTL=245 ID=28573 PROTO=ICMP TYPE=3 
> CODE=10 [SRC=88.159.69.34 DST=70.42.241.107 LEN=40 TOS=0x00 PREC=0x00 TTL=64 
> ID=0 DF PROTO=TCP SPT=57639 DPT=80 WINDOW=108 RES=0x00 RST URGP=0 ] 
> [  170.240148] FW: INVALID IP PACKET: IN=eth0 OUT= 
> MAC=00:1f:c6:8c:5e:b2:00:08:ae:10:46:60:08:00 SRC=70.42.241.107 
> DST=88.159.69.34 LEN=40 TOS=0x00 PREC=0x00 TTL=54 ID=0 DF PROTO=TCP SPT=80 
> DPT=57640 WINDOW=1716 RES=0x00 RST URGP=0 
> [  170.241477] FW: INVALID IP PACKET: IN=eth0 OUT= 
> MAC=00:1f:c6:8c:5e:b2:00:08:ae:10:46:60:08:00 SRC=70.42.241.107 
> DST=88.159.69.34 LEN=68 TOS=0x00 PREC=0x00 TTL=245 ID=28574 PROTO=ICMP TYPE=3 
> CODE=10 [SRC=88.159.69.34 DST=70.42.241.107 LEN=40 TOS=0x00 PREC=0x00 TTL=64 
> ID=0 DF PROTO=TCP SPT=57640 DPT=80 WINDOW=108 RES=0x00 RST URGP=0 ] 
> [  196.241665] FW: INVALID IP PACKET: IN=eth0 OUT= 
> MAC=00:1f:c6:8c:5e:b2:00:08:ae:10:46:60:08:00 SRC=70.42.241.107 
> DST=88.159.69.34 LEN=40 TOS=0x00 PREC=0x00 TTL=54 ID=0 DF PROTO=TCP SPT=80 
> DPT=57641 WINDOW=1716 RES=0x00 RST URGP=0 
> [  196.243966] FW: INVALID IP PACKET: IN=eth0 OUT= 
> MAC=00:1f:c6:8c:5e:b2:00:08:ae:10:46:60:08:00 SRC=70.42.241.107 
> DST=88.159.69.34 LEN=68 TOS=0x00 PREC=0x00 TTL=245 ID=28575 PROTO=ICMP TYPE=3 
> CODE=10 [SRC=88.159.69.34 DST=70.42.241.107 LEN=40 TOS=0x00 PREC=0x00 TTL=64 
> ID=0 DF PROTO=TCP SPT=57641 DPT=80 WINDOW=108 RES=0x00 RST URGP=0 ] 
> [  206.614583] FW: BLOCKED IGMP: IN=eth0 OUT= 
> MAC=01:00:5e:00:00:01:00:08:ae:04:2e:43:08:00 SRC=88.159.81.254 DST=224.0.0.1 
> LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=27052 PROTO=2 
> [  306.233574] FW: INVALID IP PACKET: IN=eth0 OUT= 
> MAC=00:1f:c6:8c:5e:b2:00:08:ae:10:46:60:08:00 SRC=70.42.241.107 
> DST=88.159.69.34 LEN=40 TOS=0x00 PREC=0x00 TTL=54 ID=0 DF PROTO=TCP SPT=80 
> DPT=50070 WINDOW=1716 RES=0x00 RST URGP=0 
> [  306.235056] FW: INVALID IP PACKET: IN=eth0 OUT= 
> MAC=00:1f:c6:8c:5e:b2:00:08:ae:10:46:60:08:00 SRC=70.42.241.107 
> DST=88.159.69.34 LEN=68 TOS=0x00 PREC=0x00 TTL=245 ID=28576 PROTO=ICMP TYPE=3 
> CODE=10 [SRC=88.159.69.34 DST=70.42.241.107 LEN=40 TOS=0x00 PREC=0x00 TTL=64 
> ID=0 DF PROTO=TCP SPT=50070 DPT=80 WINDOW=108 RES=0x00 RST URGP=0 ] 
> [  331.618549] FW: BLOCKED IGMP: IN=eth0 OUT= 
> MAC=01:00:5e:00:00:01:00:08:ae:04:2e:43:08:00 SRC=88.159.81.254 DST=224.0.0.1 
> LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=27439 PROTO=2 
> [  368.230109] FW: INVALID IP PACKET: IN=eth0 OUT= 
> MAC=00:1f:c6:8c:5e:b2:00:08:ae:10:46:60:08:00 SRC=70.42.241.107 
> DST=88.159.69.34 LEN=40 TOS=0x00 PREC=0x00 TTL=54 ID=0 DF PROTO=TCP SPT=80 
> DPT=50072 WINDOW=1716 RES=0x00 RST URGP=0 
> [  368.231591] FW: INVALID IP PACKET: IN=eth0 OUT= 
> MAC=00:1f:c6:8c:5e:b2:00:08:ae:10:46:60:08:00 SRC=70.42.241.107 
> DST=88.159.69.34 LEN=68 TOS=0x00 PREC=0x00 TTL=245 ID=28577 PROTO=ICMP TYPE=3 
> CODE=10 [SRC=88.159.69.34 DST=70.42.241.107 LEN=40 TOS=0x00 PREC=0x00 TTL=64 
> ID=0 DF PROTO=TCP SPT=50072 DPT=80 WINDOW=108 RES=0x00 RST URGP=0 ] 
> [  456.620259] FW: BLOCKED IGMP: IN=eth0 OUT= 
> MAC=01:00:5e:00:00:01:00:08:ae:04:2e:43:08:00 SRC=88.159.81.254 DST=224.0.0.1 
> LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=27792 PROTO=2 
> [  581.625771] FW: BLOCKED IGMP: IN=eth0 OUT= 
> MAC=01:00:5e:00:00:01:00:08:ae:04:2e:43:08:00 SRC=88.159.81.254 DST=224.0.0.1 
> LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=28143 PROTO=2 

> 00:00.0 RAM memory [0500]: nVidia Corporation MCP78S [GeForce 8200] Memory 
> Controller [10de:0754] (rev a2)
>       Subsystem: ASUSTeK Computer Inc. Device [1043:82e8]
>       Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
> Stepping- SERR- FastB2B- DisINTx-
>       Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- 
> <MAbort- >SERR- <PERR- INTx-
>       Latency: 0
>       Capabilities: [94] HyperTransport: #1a
>       Capabilities: [60] HyperTransport: Retry Mode
>       Capabilities: [44] HyperTransport: Slave or Primary Interface
>               Command: BaseUnitID=0 UnitCnt=0 MastHost- DefDir- DUL-
>               Link Control 0: CFlE- CST- CFE- <LkFail- Init+ EOC- TXO- 
> <CRCErr=0 IsocEn- LSEn- ExtCTL- 64b-
>               Link Config 0: MLWI=16bit DwFcIn- MLWO=16bit DwFcOut- LWI=16bit 
> DwFcInEn- LWO=16bit DwFcOutEn-
>               Link Control 1: CFlE- CST- CFE- <LkFail+ Init- EOC+ TXO+ 
> <CRCErr=0 IsocEn- LSEn- ExtCTL- 64b-
>               Link Config 1: MLWI=8bit DwFcIn- MLWO=8bit DwFcOut- LWI=8bit 
> DwFcInEn- LWO=8bit DwFcOutEn-
>               Revision ID: 3.00
>               Link Frequency 0: 1.0GHz
>               Link Error 0: <Prot+ <Ovfl- <EOC- CTLTm-
>               Link Frequency Capability 0: 200MHz+ 300MHz- 400MHz+ 500MHz- 
> 600MHz+ 800MHz+ 1.0GHz+ 1.2GHz+ 1.4GHz- 1.6GHz- Vend-
>               Feature Capability: IsocFC+ LDTSTOP+ CRCTM- ECTLT- 64bA- UIDRD+
>               Link Frequency 1: 200MHz
>               Link Error 1: <Prot- <Ovfl- <EOC- CTLTm-
>               Link Frequency Capability 1: 200MHz- 300MHz- 400MHz- 500MHz- 
> 600MHz- 800MHz- 1.0GHz- 1.2GHz- 1.4GHz- 1.6GHz- Vend-
>               Error Handling: PFlE- OFlE- PFE- OFE- EOCFE- RFE- CRCFE- 
> SERRFE- CF- RE- PNFE- ONFE- EOCNFE- RNFE- CRCNFE- SERRNFE-
>               Prefetchable memory behind bridge Upper: 00-00
>               Bus Number: 00
>       Capabilities: [d0] HyperTransport: #1c
> 
> 00:01.0 ISA bridge [0601]: nVidia Corporation Device [10de:075d] (rev a2)
>       Subsystem: ASUSTeK Computer Inc. Device [1043:82e8]
>       Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- 
> Stepping- SERR- FastB2B- DisINTx-
>       Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- 
> <MAbort- >SERR- <PERR- INTx-
>       Latency: 0
> 
> 00:01.1 SMBus [0c05]: nVidia Corporation MCP78S [GeForce 8200] SMBus 
> [10de:0752] (rev a1)
>       Subsystem: ASUSTeK Computer Inc. Device [1043:82e8]
>       Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
> Stepping- SERR- FastB2B- DisINTx-
>       Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- 
> <MAbort- >SERR- <PERR- INTx-
>       Interrupt: pin A routed to IRQ 255
>       Region 0: I/O ports at ff00 [size=64]
>       Region 4: I/O ports at 1c00 [size=64]
>       Region 5: I/O ports at 1c40 [size=64]
>       Capabilities: [44] Power Management version 2
>               Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
> PME(D0-,D1-,D2-,D3hot+,D3cold+)
>               Status: D0 PME-Enable- DSel=0 DScale=0 PME-
> 
> 00:01.2 RAM memory [0500]: nVidia Corporation MCP78S [GeForce 8200] Memory 
> Controller [10de:0751] (rev a1)
>       Subsystem: ASUSTeK Computer Inc. Device [1043:82e8]
>       Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
> Stepping- SERR- FastB2B- DisINTx+
>       Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- 
> <MAbort- >SERR- <PERR- INTx-
> 
> 00:01.3 Co-processor [0b40]: nVidia Corporation MCP78S [GeForce 8200] 
> Co-Processor [10de:0753] (rev a2)
>       Subsystem: ASUSTeK Computer Inc. Device [1043:82e8]
>       Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
> Stepping- SERR- FastB2B- DisINTx-
>       Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- 
> <MAbort- >SERR- <PERR- INTx-
>       Latency: 0 (750ns min, 250ns max)
>       Interrupt: pin B routed to IRQ 7
>       Region 0: Memory at fdf80000 (32-bit, non-prefetchable) [size=512K]
> 
> 00:01.4 RAM memory [0500]: nVidia Corporation MCP78S [GeForce 8200] Memory 
> Controller [10de:0568] (rev a1)
>       Subsystem: ASUSTeK Computer Inc. Device [1043:82e8]
>       Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
> Stepping- SERR- FastB2B- DisINTx+
>       Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- 
> <MAbort- >SERR- <PERR- INTx-
> 
> 00:02.0 USB Controller [0c03]: nVidia Corporation MCP78S [GeForce 8200] OHCI 
> USB 1.1 Controller [10de:077b] (rev a1) (prog-if 10 [OHCI])
>       Subsystem: ASUSTeK Computer Inc. Device [1043:82e8]
>       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
> Stepping- SERR- FastB2B- DisINTx-
>       Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- 
> <MAbort- >SERR- <PERR- INTx-
>       Latency: 0 (750ns min, 250ns max)
>       Interrupt: pin A routed to IRQ 20
>       Region 0: Memory at fe02f000 (32-bit, non-prefetchable) [size=4K]
>       Capabilities: [44] Power Management version 2
>               Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
> PME(D0+,D1+,D2+,D3hot+,D3cold+)
>               Status: D0 PME-Enable- DSel=0 DScale=0 PME-
>       Kernel driver in use: ohci_hcd
> 
> 00:04.0 USB Controller [0c03]: nVidia Corporation MCP78S [GeForce 8200] OHCI 
> USB 1.1 Controller [10de:077d] (rev a1) (prog-if 10 [OHCI])
>       Subsystem: ASUSTeK Computer Inc. Device [1043:82e8]
>       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
> Stepping- SERR- FastB2B- DisINTx-
>       Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- 
> <MAbort- >SERR- <PERR- INTx-
>       Latency: 0 (750ns min, 250ns max)
>       Interrupt: pin A routed to IRQ 23
>       Region 0: Memory at fe02d000 (32-bit, non-prefetchable) [size=4K]
>       Capabilities: [44] Power Management version 2
>               Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
> PME(D0+,D1+,D2+,D3hot+,D3cold+)
>               Status: D0 PME-Enable- DSel=0 DScale=0 PME-
>       Kernel driver in use: ohci_hcd
> 
> 00:06.0 IDE interface [0101]: nVidia Corporation MCP78S [GeForce 8200] IDE 
> [10de:0759] (rev a1) (prog-if 8a [Master SecP PriP])
>       Subsystem: ASUSTeK Computer Inc. Device [1043:82e8]
>       Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
> Stepping- SERR- FastB2B- DisINTx-
>       Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- 
> <MAbort- >SERR- <PERR- INTx-
>       Latency: 0 (750ns min, 250ns max)
>       Region 0: [virtual] Memory at 000001f0 (32-bit, non-prefetchable) 
> [disabled] [size=8]
>       Region 1: [virtual] Memory at 000003f0 (type 3, non-prefetchable) 
> [disabled] [size=1]
>       Region 2: [virtual] Memory at 00000170 (32-bit, non-prefetchable) 
> [disabled] [size=8]
>       Region 3: [virtual] Memory at 00000370 (type 3, non-prefetchable) 
> [disabled] [size=1]
>       Region 4: I/O ports at fc00 [size=16]
>       Capabilities: [44] Power Management version 2
>               Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
> PME(D0-,D1-,D2-,D3hot-,D3cold-)
>               Status: D0 PME-Enable- DSel=0 DScale=0 PME-
>       Kernel driver in use: pata_amd
> 
> 00:07.0 Audio device [0403]: nVidia Corporation Device [10de:0774] (rev a1)
>       Subsystem: ASUSTeK Computer Inc. Device [1043:82fe]
>       Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
> Stepping- SERR- FastB2B- DisINTx-
>       Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- 
> <MAbort- >SERR- <PERR- INTx-
>       Interrupt: pin A routed to IRQ 23
>       Region 0: Memory at fe020000 (32-bit, non-prefetchable) [disabled] 
> [size=16K]
>       Capabilities: [44] Power Management version 2
>               Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
> PME(D0-,D1-,D2-,D3hot+,D3cold+)
>               Status: D0 PME-Enable- DSel=0 DScale=0 PME-
>       Kernel driver in use: pciback
> 
> 00:08.0 PCI bridge [0604]: nVidia Corporation MCP78S [GeForce 8200] PCI 
> Bridge [10de:075a] (rev a1) (prog-if 01 [Subtractive decode])
>       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
> Stepping- SERR- FastB2B- DisINTx-
>       Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- 
> <MAbort- >SERR- <PERR- INTx-
>       Latency: 0
>       Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
>       I/O behind bridge: 0000e000-0000efff
>       Memory behind bridge: fde00000-fdefffff
>       Prefetchable memory behind bridge: fdd00000-fddfffff
>       Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
> <TAbort- <MAbort+ <SERR- <PERR-
>       BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
>               PriDiscTmr- SecDiscTmr+ DiscTmrStat- DiscTmrSERREn-
>       Capabilities: [b8] Subsystem: ASUSTeK Computer Inc. Device [1043:82e8]
>       Capabilities: [8c] HyperTransport: MSI Mapping Enable+ Fixed-
>               Mapping Address Base: 00000000fee00000
> 
> 00:09.0 SATA controller [0106]: nVidia Corporation MCP78S [GeForce 8200] AHCI 
> Controller [10de:0ad4] (rev a2) (prog-if 01 [AHCI 1.0])
>       Subsystem: ASUSTeK Computer Inc. Device [1043:82e8]
>       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
> Stepping- SERR- FastB2B- DisINTx+
>       Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- 
> <MAbort- >SERR- <PERR- INTx-
>       Latency: 0 (750ns min, 250ns max)
>       Interrupt: pin A routed to IRQ 403
>       Region 0: I/O ports at 09f0 [size=8]
>       Region 1: I/O ports at 0bf0 [size=4]
>       Region 2: I/O ports at 0970 [size=8]
>       Region 3: I/O ports at 0b70 [size=4]
>       Region 4: I/O ports at f700 [size=16]
>       Region 5: Memory at fe026000 (32-bit, non-prefetchable) [size=8K]
>       Capabilities: [44] Power Management version 2
>               Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
> PME(D0-,D1-,D2-,D3hot-,D3cold-)
>               Status: D0 PME-Enable- DSel=0 DScale=0 PME-
>       Capabilities: [8c] SATA HBA <?>
>       Capabilities: [b0] Message Signalled Interrupts: Mask- 64bit+ Queue=0/3 
> Enable+
>               Address: 00000000fee0100c  Data: 4159
>       Capabilities: [ec] HyperTransport: MSI Mapping Enable+ Fixed+
>       Kernel driver in use: ahci
> 
> 00:0a.0 Ethernet controller [0200]: nVidia Corporation MCP78S [GeForce 8200] 
> Ethernet [10de:0760] (rev a2)
>       Subsystem: ASUSTeK Computer Inc. Device [1043:82e8]
>       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
> Stepping- SERR- FastB2B- DisINTx+
>       Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- 
> <MAbort- >SERR- <PERR- INTx-
>       Latency: 0 (250ns min, 5000ns max)
>       Interrupt: pin A routed to IRQ 400
>       Region 0: Memory at fe02b000 (32-bit, non-prefetchable) [size=4K]
>       Region 1: I/O ports at f600 [size=8]
>       Region 2: Memory at fe02a000 (32-bit, non-prefetchable) [size=256]
>       Region 3: Memory at fe029000 (32-bit, non-prefetchable) [size=16]
>       Capabilities: [44] Power Management version 2
>               Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
> PME(D0+,D1+,D2+,D3hot+,D3cold+)
>               Status: D0 PME-Enable+ DSel=0 DScale=0 PME-
>       Capabilities: [50] Message Signalled Interrupts: Mask+ 64bit+ Queue=0/4 
> Enable+
>               Address: 00000000fee0100c  Data: 4181
>               Masking: 0000fffe  Pending: 00000000
>       Capabilities: [6c] HyperTransport: MSI Mapping Enable+ Fixed+
>       Kernel driver in use: forcedeth
> 
> 00:0b.0 PCI bridge [0604]: nVidia Corporation MCP78S [GeForce 8200] PCI 
> Express Bridge [10de:0569] (rev a1) (prog-if 00 [Normal decode])
>       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
> Stepping- SERR- FastB2B- DisINTx-
>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
> <MAbort- >SERR- <PERR- INTx-
>       Latency: 0, Cache Line Size: 32 bytes
>       Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
>       I/O behind bridge: 0000d000-0000dfff
>       Memory behind bridge: fb000000-fcffffff
>       Prefetchable memory behind bridge: 00000000d8000000-00000000e7ffffff
>       Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
> <MAbort- <SERR- <PERR-
>       BridgeCtl: Parity- SERR- NoISA- VGA+ MAbort- >Reset- FastB2B-
>               PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
>       Capabilities: [40] Subsystem: ASUSTeK Computer Inc. Device [1043:82e8]
>       Capabilities: [48] Power Management version 2
>               Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
> PME(D0+,D1+,D2+,D3hot+,D3cold+)
>               Status: D0 PME-Enable- DSel=0 DScale=0 PME-
>       Capabilities: [60] HyperTransport: MSI Mapping Enable+ Fixed-
>               Mapping Address Base: 00000000fee00000
> 
> 00:10.0 PCI bridge [0604]: nVidia Corporation MCP78S [GeForce 8200] PCI 
> Express Bridge [10de:0778] (rev a1) (prog-if 00 [Normal decode])
>       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
> Stepping- SERR- FastB2B- DisINTx+
>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
> <MAbort- >SERR- <PERR- INTx-
>       Latency: 0, Cache Line Size: 32 bytes
>       Bus: primary=00, secondary=03, subordinate=06, sec-latency=0
>       I/O behind bridge: 0000a000-0000cfff
>       Memory behind bridge: fda00000-fdcfffff
>       Prefetchable memory behind bridge: 00000000fd800000-00000000fd9fffff
>       Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
> <MAbort- <SERR- <PERR-
>       BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
>               PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
>       Capabilities: [40] Subsystem: ASUSTeK Computer Inc. Device [1043:82e8]
>       Capabilities: [48] Power Management version 3
>               Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
> PME(D0+,D1+,D2+,D3hot+,D3cold+)
>               Status: D0 PME-Enable- DSel=0 DScale=0 PME-
>       Capabilities: [50] Message Signalled Interrupts: Mask- 64bit+ Queue=0/1 
> Enable+
>               Address: 00000000fee0100c  Data: 4121
>       Capabilities: [60] HyperTransport: MSI Mapping Enable+ Fixed-
>               Mapping Address Base: 00000000fee00000
>       Capabilities: [80] Express (v2) Root Port (Slot+), MSI 00
>               DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, 
> L1 <1us
>                       ExtTag+ RBE+ FLReset-
>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
> Unsupported-
>                       RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
>               DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
> TransPend-
>               LnkCap: Port #0, Speed 5GT/s, Width x8, ASPM L0s L1, Latency L0 
> <512ns, L1 <4us
>                       ClockPM- Suprise- LLActRep+ BwNot+
>               LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
>                       ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>               LnkSta: Speed 5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ 
> BWMgmt+ ABWMgmt+
>               SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- 
> Surpise-
>                       Slot #  1, PowerLimit 75.000000; Interlock- NoCompl-
>               SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- 
> LinkChg-
>                       Control: AttnInd Off, PwrInd On, Power- Interlock-
>               SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ 
> Interlock-
>                       Changed: MRL- PresDet+ LinkState+
>               RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- 
> CRSVisible-
>               RootCap: CRSVisible-
>               RootSta: PME ReqID 0000, PMEStatus- PMEPending-
>       Kernel driver in use: pcieport-driver
> 
> 00:11.0 PCI bridge [0604]: nVidia Corporation Device [10de:0779] (rev a1) 
> (prog-if 00 [Normal decode])
>       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
> Stepping- SERR- FastB2B- DisINTx+
>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
> <MAbort- >SERR- <PERR- INTx-
>       Latency: 0, Cache Line Size: 32 bytes
>       Bus: primary=00, secondary=07, subordinate=07, sec-latency=0
>       I/O behind bridge: 00009000-00009fff
>       Memory behind bridge: fd700000-fd7fffff
>       Prefetchable memory behind bridge: 00000000fd600000-00000000fd6fffff
>       Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
> <MAbort- <SERR- <PERR-
>       BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
>               PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
>       Capabilities: [40] Subsystem: ASUSTeK Computer Inc. Device [1043:82e8]
>       Capabilities: [48] Power Management version 3
>               Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
> PME(D0+,D1+,D2+,D3hot+,D3cold+)
>               Status: D0 PME-Enable- DSel=0 DScale=0 PME-
>       Capabilities: [50] Message Signalled Interrupts: Mask- 64bit+ Queue=0/1 
> Enable+
>               Address: 00000000fee0100c  Data: 4129
>       Capabilities: [60] HyperTransport: MSI Mapping Enable+ Fixed-
>               Mapping Address Base: 00000000fee00000
>       Capabilities: [80] Express (v2) Root Port (Slot+), MSI 00
>               DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, 
> L1 <1us
>                       ExtTag+ RBE+ FLReset-
>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
> Unsupported-
>                       RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
>                       MaxPayload 256 bytes, MaxReadReq 512 bytes
>               DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
> TransPend-
>               LnkCap: Port #1, Speed 2.5GT/s, Width x8, ASPM L0s L1, Latency 
> L0 <512ns, L1 <4us
>                       ClockPM- Suprise- LLActRep+ BwNot+
>               LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
>                       ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>               LnkSta: Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+ 
> DLActive- BWMgmt- ABWMgmt-
>               SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- 
> Surpise-
>                       Slot #  2, PowerLimit 10.000000; Interlock- NoCompl-
>               SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- 
> LinkChg-
>                       Control: AttnInd Off, PwrInd On, Power- Interlock-
>               SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- 
> Interlock-
>                       Changed: MRL- PresDet- LinkState-
>               RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- 
> CRSVisible-
>               RootCap: CRSVisible-
>               RootSta: PME ReqID 0000, PMEStatus- PMEPending-
>       Kernel driver in use: pcieport-driver
> 
> 00:13.0 PCI bridge [0604]: nVidia Corporation Device [10de:077a] (rev a1) 
> (prog-if 00 [Normal decode])
>       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
> Stepping- SERR- FastB2B- DisINTx+
>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
> <MAbort- >SERR- <PERR- INTx-
>       Latency: 0, Cache Line Size: 32 bytes
>       Bus: primary=00, secondary=08, subordinate=09, sec-latency=0
>       I/O behind bridge: 00008000-00008fff
>       Memory behind bridge: fd500000-fd5fffff
>       Prefetchable memory behind bridge: 00000000fd400000-00000000fd4fffff
>       Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
> <MAbort- <SERR- <PERR-
>       BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
>               PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
>       Capabilities: [40] Subsystem: ASUSTeK Computer Inc. Device [1043:82e8]
>       Capabilities: [48] Power Management version 3
>               Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
> PME(D0+,D1+,D2+,D3hot+,D3cold+)
>               Status: D0 PME-Enable- DSel=0 DScale=0 PME-
>       Capabilities: [50] Message Signalled Interrupts: Mask- 64bit+ Queue=0/1 
> Enable+
>               Address: 00000000fee0100c  Data: 4131
>       Capabilities: [60] HyperTransport: MSI Mapping Enable+ Fixed-
>               Mapping Address Base: 00000000fee00000
>       Capabilities: [80] Express (v1) Root Port (Slot+), MSI 00
>               DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, 
> L1 <1us
>                       ExtTag+ RBE+ FLReset-
>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
> Unsupported-
>                       RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
>                       MaxPayload 256 bytes, MaxReadReq 512 bytes
>               DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
> TransPend-
>               LnkCap: Port #3, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency 
> L0 <512ns, L1 <4us
>                       ClockPM- Suprise- LLActRep+ BwNot-
>               LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
>                       ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>               LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ 
> DLActive+ BWMgmt- ABWMgmt-
>               SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- 
> Surpise-
>                       Slot #  4, PowerLimit 10.000000; Interlock- NoCompl-
>               SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- 
> LinkChg-
>                       Control: AttnInd Off, PwrInd On, Power- Interlock-
>               SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ 
> Interlock-
>                       Changed: MRL- PresDet+ LinkState+
>               RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- 
> CRSVisible-
>               RootCap: CRSVisible-
>               RootSta: PME ReqID 0000, PMEStatus- PMEPending-
>       Kernel driver in use: pcieport-driver
> 
> 00:14.0 PCI bridge [0604]: nVidia Corporation Device [10de:077a] (rev a1) 
> (prog-if 00 [Normal decode])
>       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
> Stepping- SERR- FastB2B- DisINTx+
>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
> <MAbort- >SERR- <PERR- INTx-
>       Latency: 0, Cache Line Size: 32 bytes
>       Bus: primary=00, secondary=0a, subordinate=0a, sec-latency=0
>       I/O behind bridge: 00007000-00007fff
>       Memory behind bridge: fd300000-fd3fffff
>       Prefetchable memory behind bridge: 00000000fd200000-00000000fd2fffff
>       Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
> <MAbort- <SERR- <PERR-
>       BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
>               PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
>       Capabilities: [40] Subsystem: ASUSTeK Computer Inc. Device [1043:82e8]
>       Capabilities: [48] Power Management version 3
>               Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
> PME(D0+,D1+,D2+,D3hot+,D3cold+)
>               Status: D0 PME-Enable- DSel=0 DScale=0 PME-
>       Capabilities: [50] Message Signalled Interrupts: Mask- 64bit+ Queue=0/1 
> Enable+
>               Address: 00000000fee0100c  Data: 4139
>       Capabilities: [60] HyperTransport: MSI Mapping Enable+ Fixed-
>               Mapping Address Base: 00000000fee00000
>       Capabilities: [80] Express (v1) Root Port (Slot+), MSI 00
>               DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, 
> L1 <1us
>                       ExtTag+ RBE+ FLReset-
>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
> Unsupported-
>                       RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
>               DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
> TransPend-
>               LnkCap: Port #4, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency 
> L0 <512ns, L1 <4us
>                       ClockPM- Suprise- LLActRep+ BwNot-
>               LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
>                       ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>               LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ 
> DLActive+ BWMgmt- ABWMgmt-
>               SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- 
> Surpise-
>                       Slot #  5, PowerLimit 10.000000; Interlock- NoCompl-
>               SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- 
> LinkChg-
>                       Control: AttnInd Off, PwrInd On, Power- Interlock-
>               SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ 
> Interlock-
>                       Changed: MRL- PresDet+ LinkState+
>               RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- 
> CRSVisible-
>               RootCap: CRSVisible-
>               RootSta: PME ReqID 0000, PMEStatus- PMEPending-
>       Kernel driver in use: pcieport-driver
> 
> 00:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] K8 
> [Athlon64/Opteron] HyperTransport Technology Configuration [1022:1100]
>       Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
> Stepping- SERR- FastB2B- DisINTx-
>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
> <MAbort- >SERR- <PERR- INTx-
>       Capabilities: [80] HyperTransport: Host or Secondary Interface
>               !!! Possibly incomplete decoding
>               Command: WarmRst+ DblEnd-
>               Link Control: CFlE- CST- CFE- <LkFail- Init+ EOC- TXO- <CRCErr=0
>               Link Config: MLWI=16bit MLWO=16bit LWI=16bit LWO=16bit
>               Revision ID: 1.02
> 
> 00:18.1 Host bridge [0600]: Advanced Micro Devices [AMD] K8 
> [Athlon64/Opteron] Address Map [1022:1101]
>       Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
> Stepping- SERR- FastB2B- DisINTx-
>       Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
> <MAbort- >SERR- <PERR- INTx-
> 
> 00:18.2 Host bridge [0600]: Advanced Micro Devices [AMD] K8 
> [Athlon64/Opteron] DRAM Controller [1022:1102]
>       Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
> Stepping- SERR- FastB2B- DisINTx-
>       Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
> <MAbort- >SERR- <PERR- INTx-
> 
> 00:18.3 Host bridge [0600]: Advanced Micro Devices [AMD] K8 
> [Athlon64/Opteron] Miscellaneous Control [1022:1103]
>       Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
> Stepping- SERR- FastB2B- DisINTx-
>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
> <MAbort- >SERR- <PERR- INTx-
>       Capabilities: [f0] Secure device <?>
>       Kernel driver in use: k8temp
> 
> 01:08.0 USB Controller [0c03]: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 
> Controller [1106:3038] (rev 62) (prog-if 00 [UHCI])
>       Subsystem: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller 
> [1106:3038]
>       Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
> Stepping- SERR- FastB2B- DisINTx-
>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>       Interrupt: pin A routed to IRQ 16
>       Region 4: I/O ports at ec00 [disabled] [size=32]
>       Capabilities: [80] Power Management version 2
>               Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA 
> PME(D0+,D1+,D2+,D3hot+,D3cold+)
>               Status: D0 PME-Enable- DSel=0 DScale=0 PME-
>       Kernel driver in use: pciback
> 
> 01:08.1 USB Controller [0c03]: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 
> Controller [1106:3038] (rev 62) (prog-if 00 [UHCI])
>       Subsystem: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller 
> [1106:3038]
>       Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
> Stepping- SERR- FastB2B- DisINTx-
>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>       Interrupt: pin B routed to IRQ 17
>       Region 4: I/O ports at e800 [disabled] [size=32]
>       Capabilities: [80] Power Management version 2
>               Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA 
> PME(D0+,D1+,D2+,D3hot+,D3cold+)
>               Status: D0 PME-Enable- DSel=0 DScale=0 PME-
>       Kernel driver in use: pciback
> 
> 01:08.2 USB Controller [0c03]: VIA Technologies, Inc. USB 2.0 [1106:3104] 
> (rev 65) (prog-if 20 [EHCI])
>       Subsystem: VIA Technologies, Inc. USB 2.0 [1106:3104]
>       Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
> Stepping- SERR- FastB2B- DisINTx-
>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>       Interrupt: pin C routed to IRQ 18
>       Region 0: Memory at fdeff000 (32-bit, non-prefetchable) [disabled] 
> [size=256]
>       Capabilities: [80] Power Management version 2
>               Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA 
> PME(D0+,D1+,D2+,D3hot+,D3cold+)
>               Status: D0 PME-Enable- DSel=0 DScale=0 PME-
>       Kernel driver in use: pciback
> 
> 02:00.0 VGA compatible controller [0300]: nVidia Corporation Device 
> [10de:084d] (rev a2) (prog-if 00 [VGA controller])
>       Subsystem: ASUSTeK Computer Inc. Device [1043:82e8]
>       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
> Stepping- SERR+ FastB2B- DisINTx-
>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
> <MAbort- >SERR- <PERR- INTx-
>       Latency: 0
>       Interrupt: pin A routed to IRQ 11
>       Region 0: Memory at fb000000 (32-bit, non-prefetchable) [size=16M]
>       Region 1: Memory at d8000000 (64-bit, prefetchable) [size=128M]
>       Region 3: Memory at e6000000 (64-bit, prefetchable) [size=32M]
>       Region 5: I/O ports at dc00 [size=128]
>       [virtual] Expansion ROM at e0000000 [disabled] [size=128K]
>       Capabilities: [60] Power Management version 2
>               Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
> PME(D0-,D1-,D2-,D3hot-,D3cold-)
>               Status: D0 PME-Enable- DSel=0 DScale=0 PME-
>       Capabilities: [68] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 
> Enable-
>               Address: 0000000000000000  Data: 0000
> 
> 03:00.0 PCI bridge [0604]: PLX Technology, Inc. Device [10b5:8613] (rev ba) 
> (prog-if 00 [Normal decode])
>       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
> Stepping- SERR- FastB2B- DisINTx+
>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
> <MAbort- >SERR- <PERR- INTx-
>       Latency: 0, Cache Line Size: 32 bytes
>       Region 0: Memory at fdce0000 (32-bit, non-prefetchable) [size=128K]
>       Bus: primary=03, secondary=04, subordinate=06, sec-latency=0
>       I/O behind bridge: 0000a000-0000cfff
>       Memory behind bridge: fda00000-fdbfffff
>       Prefetchable memory behind bridge: 00000000fd800000-00000000fd9fffff
>       Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
> <MAbort- <SERR- <PERR-
>       BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
>               PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
>       Capabilities: [40] Power Management version 3
>               Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
> PME(D0+,D1-,D2-,D3hot+,D3cold+)
>               Status: D0 PME-Enable- DSel=0 DScale=0 PME-
>       Capabilities: [48] Message Signalled Interrupts: Mask+ 64bit+ Queue=0/2 
> Enable+
>               Address: 00000000fee0100c  Data: 4141
>               Masking: 00000001  Pending: 00000000
>       Capabilities: [68] Express (v2) Upstream Port, MSI 00
>               DevCap: MaxPayload 2048 bytes, PhantFunc 0, Latency L0s <64ns, 
> L1 <1us
>                       ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ 
> FLReset-SlotPowerLimit 0.000000W
>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
> Unsupported-
>                       RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
>                       MaxPayload 128 bytes, MaxReadReq 128 bytes
>               DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- 
> TransPend-
>               LnkCap: Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Latency L0 
> <1us, L1 <2us
>                       ClockPM- Suprise- LLActRep- BwNot-
>               LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk-
>                       ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>               LnkSta: Speed 5GT/s, Width x4, TrErr- Train- SlotClk- DLActive- 
> BWMgmt- ABWMgmt-
>       Capabilities: [a4] Subsystem: PLX Technology, Inc. Device [10b5:8613]
>       Capabilities: [100] Device Serial Number 00-0e-df-b5-10-01-86-ba
>       Capabilities: [fb4] Advanced Error Reporting <?>
>       Capabilities: [138] Power Budgeting <?>
>       Capabilities: [148] Virtual Channel <?>
>       Capabilities: [448] Vendor Specific Information <?>
>       Capabilities: [950] Vendor Specific Information <?>
>       Kernel driver in use: pcieport-driver
> 
> 04:01.0 PCI bridge [0604]: PLX Technology, Inc. Device [10b5:8613] (rev ba) 
> (prog-if 00 [Normal decode])
>       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
> Stepping- SERR- FastB2B- DisINTx+
>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
> <MAbort- >SERR- <PERR- INTx-
>       Latency: 0, Cache Line Size: 32 bytes
>       Bus: primary=04, secondary=05, subordinate=05, sec-latency=0
>       I/O behind bridge: 0000c000-0000cfff
>       Memory behind bridge: fdb00000-fdbfffff
>       Prefetchable memory behind bridge: 00000000fd900000-00000000fd9fffff
>       Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
> <MAbort- <SERR- <PERR-
>       BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
>               PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
>       Capabilities: [40] Power Management version 3
>               Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
> PME(D0+,D1-,D2-,D3hot+,D3cold+)
>               Status: D0 PME-Enable- DSel=0 DScale=0 PME-
>       Capabilities: [48] Message Signalled Interrupts: Mask+ 64bit+ Queue=0/2 
> Enable+
>               Address: 00000000fee0100c  Data: 4149
>               Masking: 00000001  Pending: 00000000
>       Capabilities: [68] Express (v2) Downstream Port (Slot+), MSI 00
>               DevCap: MaxPayload 2048 bytes, PhantFunc 0, Latency L0s <64ns, 
> L1 <1us
>                       ExtTag- RBE+ FLReset-
>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
> Unsupported-
>                       RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
>                       MaxPayload 128 bytes, MaxReadReq 128 bytes
>               DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- 
> TransPend-
>               LnkCap: Port #1, Speed 5GT/s, Width x4, ASPM L0s L1, Latency L0 
> <1us, L1 <2us
>                       ClockPM- Suprise+ LLActRep+ BwNot+
>               LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk-
>                       ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>               LnkSta: Speed 5GT/s, Width x1, TrErr- Train- SlotClk- DLActive+ 
> BWMgmt- ABWMgmt+
>               SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- 
> Surpise-
>                       Slot # 71, PowerLimit 25.000000; Interlock- NoCompl-
>               SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- 
> LinkChg-
>                       Control: AttnInd Off, PwrInd Off, Power- Interlock-
>               SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ 
> Interlock-
>                       Changed: MRL- PresDet+ LinkState+
>       Capabilities: [a4] Subsystem: PLX Technology, Inc. Device [10b5:8613]
>       Capabilities: [100] Device Serial Number 00-0e-df-b5-10-01-86-ba
>       Capabilities: [fb4] Advanced Error Reporting <?>
>       Capabilities: [148] Virtual Channel <?>
>       Capabilities: [520] Access Controls <?>
>       Capabilities: [950] Vendor Specific Information <?>
>       Kernel driver in use: pcieport-driver
> 
> 04:02.0 PCI bridge [0604]: PLX Technology, Inc. Device [10b5:8613] (rev ba) 
> (prog-if 00 [Normal decode])
>       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
> Stepping- SERR- FastB2B- DisINTx+
>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
> <MAbort- >SERR- <PERR- INTx-
>       Latency: 0, Cache Line Size: 32 bytes
>       Bus: primary=04, secondary=06, subordinate=06, sec-latency=0
>       I/O behind bridge: 0000a000-0000bfff
>       Memory behind bridge: fda00000-fdafffff
>       Prefetchable memory behind bridge: 00000000fd800000-00000000fd8fffff
>       Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
> <MAbort- <SERR- <PERR-
>       BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
>               PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
>       Capabilities: [40] Power Management version 3
>               Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
> PME(D0+,D1-,D2-,D3hot+,D3cold+)
>               Status: D0 PME-Enable- DSel=0 DScale=0 PME-
>       Capabilities: [48] Message Signalled Interrupts: Mask+ 64bit+ Queue=0/2 
> Enable+
>               Address: 00000000fee0100c  Data: 4151
>               Masking: 00000001  Pending: 00000000
>       Capabilities: [68] Express (v2) Downstream Port (Slot+), MSI 00
>               DevCap: MaxPayload 2048 bytes, PhantFunc 0, Latency L0s <64ns, 
> L1 <1us
>                       ExtTag- RBE+ FLReset-
>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
> Unsupported-
>                       RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
>                       MaxPayload 128 bytes, MaxReadReq 128 bytes
>               DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- 
> TransPend-
>               LnkCap: Port #2, Speed 5GT/s, Width x4, ASPM L0s L1, Latency L0 
> <1us, L1 <2us
>                       ClockPM- Suprise+ LLActRep+ BwNot+
>               LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk-
>                       ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>               LnkSta: Speed 5GT/s, Width x1, TrErr- Train- SlotClk- DLActive+ 
> BWMgmt- ABWMgmt+
>               SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- 
> Surpise-
>                       Slot # 72, PowerLimit 25.000000; Interlock- NoCompl-
>               SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- 
> LinkChg-
>                       Control: AttnInd Off, PwrInd Off, Power- Interlock-
>               SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ 
> Interlock-
>                       Changed: MRL- PresDet+ LinkState+
>       Capabilities: [a4] Subsystem: PLX Technology, Inc. Device [10b5:8613]
>       Capabilities: [100] Device Serial Number 00-0e-df-b5-10-01-86-ba
>       Capabilities: [fb4] Advanced Error Reporting <?>
>       Capabilities: [148] Virtual Channel <?>
>       Capabilities: [520] Access Controls <?>
>       Capabilities: [950] Vendor Specific Information <?>
>       Kernel driver in use: pcieport-driver
> 
> 05:00.0 USB Controller [0c03]: NEC Corporation Device [1033:0194] (rev 03) 
> (prog-if 30)
>       Subsystem: ASUSTeK Computer Inc. Device [1043:8413]
>       Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
> Stepping- SERR- FastB2B- DisINTx-
>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
> <MAbort- >SERR- <PERR- INTx-
>       Interrupt: pin A routed to IRQ 16
>       Region 0: Memory at fdbfe000 (64-bit, non-prefetchable) [disabled] 
> [size=8K]
>       Capabilities: [50] Power Management version 3
>               Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
> PME(D0+,D1-,D2-,D3hot+,D3cold-)
>               Status: D0 PME-Enable- DSel=0 DScale=0 PME-
>       Capabilities: [70] Message Signalled Interrupts: Mask- 64bit+ Queue=0/3 
> Enable-
>               Address: 0000000000000000  Data: 0000
>       Capabilities: [90] MSI-X: Enable- Mask- TabSize=8
>               Vector table: BAR=0 offset=00001000
>               PBA: BAR=0 offset=00001080
>       Capabilities: [a0] Express (v2) Endpoint, MSI 00
>               DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s 
> unlimited, L1 unlimited
>                       ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
> Unsupported-
>                       RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
>               DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- 
> TransPend-
>               LnkCap: Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 
> <4us, L1 unlimited
>                       ClockPM+ Suprise- LLActRep- BwNot-
>               LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
>                       ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
>               LnkSta: Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- 
> BWMgmt- ABWMgmt-
>       Capabilities: [100] Advanced Error Reporting <?>
>       Capabilities: [140] Device Serial Number ff-ff-ff-ff-ff-ff-ff-ff
>       Capabilities: [150] #18
>       Kernel driver in use: pciback
> 
> 06:00.0 SATA controller [0106]: Device [1b4b:9123] (rev 10) (prog-if 01 [AHCI 
> 1.0])
>       Subsystem: ASUSTeK Computer Inc. Device [1043:8400]
>       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
> Stepping- SERR- FastB2B- DisINTx+
>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
> <MAbort- >SERR- <PERR- INTx-
>       Latency: 0, Cache Line Size: 32 bytes
>       Interrupt: pin A routed to IRQ 402
>       Region 0: I/O ports at bc00 [size=8]
>       Region 1: I/O ports at b800 [size=4]
>       Region 2: I/O ports at b400 [size=8]
>       Region 3: I/O ports at b000 [size=4]
>       Region 4: I/O ports at ac00 [size=16]
>       Region 5: Memory at fdaff000 (32-bit, non-prefetchable) [size=2K]
>       Expansion ROM at fdae0000 [disabled] [size=64K]
>       Capabilities: [40] Power Management version 3
>               Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
> PME(D0-,D1-,D2-,D3hot+,D3cold-)
>               Status: D0 PME-Enable- DSel=0 DScale=0 PME-
>       Capabilities: [50] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 
> Enable+
>               Address: fee0100c  Data: 4161
>       Capabilities: [70] Express (v2) Legacy Endpoint, MSI 00
>               DevCap: MaxPayload 512 bytes, PhantFunc 0, Latency L0s <1us, L1 
> <8us
>                       ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
> Unsupported-
>                       RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop-
>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
>               DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- 
> TransPend-
>               LnkCap: Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 
> <512ns, L1 <64us
>                       ClockPM- Suprise- LLActRep- BwNot-
>               LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
>                       ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>               LnkSta: Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- 
> BWMgmt- ABWMgmt-
>       Capabilities: [100] Advanced Error Reporting <?>
>       Kernel driver in use: ahci
> 
> 08:00.0 PCI bridge [0604]: Texas Instruments XIO2000(A)/XIO2200(A) PCI 
> Express-to-PCI Bridge [104c:8231] (rev 03) (prog-if 00 [Normal decode])
>       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
> Stepping- SERR- FastB2B- DisINTx-
>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
> <MAbort- >SERR- <PERR- INTx-
>       Latency: 0, Cache Line Size: 32 bytes
>       Bus: primary=08, secondary=09, subordinate=09, sec-latency=32
>       I/O behind bridge: 00008000-00008fff
>       Memory behind bridge: fd500000-fd5fffff
>       Prefetchable memory behind bridge: 00000000fd400000-00000000fd4fffff
>       Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
> <TAbort- <MAbort- <SERR- <PERR-
>       BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
>               PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
>       Capabilities: [50] Power Management version 2
>               Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
> PME(D0-,D1-,D2-,D3hot-,D3cold-)
>               Status: D0 PME-Enable- DSel=0 DScale=0 PME-
>               Bridge: PM- B3+
>       Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/4 
> Enable-
>               Address: 0000000000000000  Data: 0000
>       Capabilities: [80] Subsystem: Gammagraphx, Inc. Device [0000:0000]
>       Capabilities: [90] Express (v1) PCI/PCI-X Bridge, MSI 00
>               DevCap: MaxPayload 512 bytes, PhantFunc 0, Latency L0s <4us, L1 
> <64us
>                       ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
> Unsupported-
>                       RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+ BrConfRtry-
>                       MaxPayload 256 bytes, MaxReadReq 512 bytes
>               DevSta: CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr+ 
> TransPend-
>               LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency 
> L0 <512ns, L1 <16us
>                       ClockPM- Suprise- LLActRep- BwNot-
>               LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk+
>                       ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>               LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ 
> DLActive- BWMgmt- ABWMgmt-
>       Capabilities: [100] Advanced Error Reporting <?>
> 
> 09:01.0 USB Controller [0c03]: NEC Corporation USB [1033:0035] (rev 43) 
> (prog-if 10 [OHCI])
>       Subsystem: NEC Corporation Hama USB 2.0 CardBus [1033:0035]
>       Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
> Stepping- SERR- FastB2B- DisINTx-
>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>       Interrupt: pin A routed to IRQ 16
>       Region 0: Memory at fd5ff000 (32-bit, non-prefetchable) [disabled] 
> [size=4K]
>       Capabilities: [40] Power Management version 2
>               Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
> PME(D0+,D1+,D2+,D3hot+,D3cold-)
>               Status: D0 PME-Enable- DSel=0 DScale=0 PME-
>       Kernel driver in use: pciback
> 
> 09:01.1 USB Controller [0c03]: NEC Corporation USB [1033:0035] (rev 43) 
> (prog-if 10 [OHCI])
>       Subsystem: NEC Corporation Hama USB 2.0 CardBus [1033:0035]
>       Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
> Stepping- SERR- FastB2B- DisINTx-
>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>       Interrupt: pin B routed to IRQ 16
>       Region 0: Memory at fd5fe000 (32-bit, non-prefetchable) [disabled] 
> [size=4K]
>       Capabilities: [40] Power Management version 2
>               Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
> PME(D0+,D1+,D2+,D3hot+,D3cold-)
>               Status: D0 PME-Enable- DSel=0 DScale=0 PME-
>       Kernel driver in use: pciback
> 
> 09:01.2 USB Controller [0c03]: NEC Corporation USB 2.0 [1033:00e0] (rev 04) 
> (prog-if 20 [EHCI])
>       Subsystem: Device [1838:1074]
>       Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
> Stepping- SERR- FastB2B- DisINTx-
>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
> <TAbort- <MAbort- >SERR- <PERR- INTx-
>       Interrupt: pin C routed to IRQ 16
>       Region 0: Memory at fd5fd000 (32-bit, non-prefetchable) [disabled] 
> [size=256]
>       Capabilities: [40] Power Management version 2
>               Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
> PME(D0+,D1+,D2+,D3hot+,D3cold-)
>               Status: D0 PME-Enable- DSel=0 DScale=0 PME-
>       Kernel driver in use: pciback
> 
> 0a:00.0 Ethernet controller [0200]: Intel Corporation 82572EI Gigabit 
> Ethernet Controller (Copper) [8086:10b9] (rev 06)
>       Subsystem: Intel Corporation PRO/1000 PT Desktop Adapter [8086:1083]
>       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
> Stepping- SERR- FastB2B- DisINTx+
>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
> <MAbort- >SERR- <PERR- INTx-
>       Latency: 0, Cache Line Size: 32 bytes
>       Interrupt: pin A routed to IRQ 401
>       Region 0: Memory at fd3e0000 (32-bit, non-prefetchable) [size=128K]
>       Region 1: Memory at fd3c0000 (32-bit, non-prefetchable) [size=128K]
>       Region 2: I/O ports at 7c00 [size=32]
>       Expansion ROM at fd3a0000 [disabled] [size=128K]
>       Capabilities: [c8] Power Management version 2
>               Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA 
> PME(D0+,D1-,D2-,D3hot+,D3cold+)
>               Status: D0 PME-Enable- DSel=0 DScale=1 PME-
>       Capabilities: [d0] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 
> Enable+
>               Address: 00000000fee0100c  Data: 4179
>       Capabilities: [e0] Express (v1) Endpoint, MSI 00
>               DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, 
> L1 <64us
>                       ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
>               DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+ 
> Unsupported+
>                       RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
>               DevSta: CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr+ 
> TransPend-
>               LnkCap: Port #4, Speed 2.5GT/s, Width x1, ASPM L0s, Latency L0 
> <4us, L1 <64us
>                       ClockPM- Suprise- LLActRep- BwNot-
>               LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
>                       ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>               LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ 
> DLActive- BWMgmt- ABWMgmt-
>       Capabilities: [100] Advanced Error Reporting <?>
>       Capabilities: [140] Device Serial Number fe-68-2c-ff-ff-21-1b-00
>       Kernel driver in use: e1000e
> 

>  __  __            _  _    ___   _             _                   
>  \ \/ /___ _ __   | || |  / _ \ / |   _ __ ___/ |   _ __  _ __ ___ 
>   \  // _ \ \047_ \  | || |_| | | || |__| \047__/ __| |__| \047_ \| \047__/ _ 
> \
>   /  \  __/ | | | |__   _| |_| || |__| | | (__| |__| |_) | | |  __/
>  /_/\_\___|_| |_|    |_|(_)___(_)_|  |_|  \___|_|  | .__/|_|  \___|
>                                                    |_|             
> (XEN) Xen version 4.0.1-rc1-pre (root@) (gcc version 4.3.2 (Debian 4.3.2-1.1) 
> ) Fri Apr 16 16:39:44 CEST 2010
> (XEN) Latest ChangeSet: Mon Apr 12 18:29:36 2010 +0100 21107:11010cf627c8
> (XEN) Command line: dom0_mem=768M loglvl=all loglvl_guest=all
> (XEN) Video information:
> (XEN)  VGA is text mode 80x25, font 8x0
> (XEN)  VBE/DDC methods: none; EDID transfer time: 0 seconds
> (XEN)  EDID info not retrieved because no DDC retrieval method detected
> (XEN) Disc information:
> (XEN)  Found 1 MBR signatures
> (XEN)  Found 1 EDD information structures
> (XEN) Xen-e820 RAM map:
> (XEN)  0000000000000000 - 000000000009dc00 (usable)
> (XEN)  000000000009dc00 - 00000000000a0000 (reserved)
> (XEN)  00000000000f0000 - 0000000000100000 (reserved)
> (XEN)  0000000000100000 - 00000000afee0000 (usable)
> (XEN)  00000000afee0000 - 00000000afee3000 (ACPI NVS)
> (XEN)  00000000afee3000 - 00000000afef0000 (ACPI data)
> (XEN)  00000000afef0000 - 00000000aff00000 (reserved)
> (XEN)  00000000b0000000 - 00000000c0000000 (reserved)
> (XEN)  00000000f0000000 - 00000000f4000000 (reserved)
> (XEN)  00000000fec00000 - 0000000100000000 (reserved)
> (XEN)  0000000100000000 - 0000000200000000 (usable)
> (XEN) ACPI: RSDP 000F7550, 0024 (r2 Nvidia)
> (XEN) ACPI: XSDT AFEE3100, 004C (r1 Nvidia ASUSACPI 42302E31 AWRD        0)
> (XEN) ACPI: FACP AFEED3C0, 00F4 (r3 Nvidia ASUSACPI 42302E31 AWRD        0)
> (XEN) ACPI Warning (tbfadt-0444): Optional field "Pm2ControlBlock" has zero 
> address or length: 0000000000000000/1 [20070126]
> (XEN) ACPI: DSDT AFEE3280, A0D8 (r1 NVIDIA ASUSACPI     1000 MSFT  3000000)
> (XEN) ACPI: FACS AFEE0A80, 0040
> (XEN) ACPI: SSDT AFEED600, 028A (r1 PTLTD  POWERNOW        1  LTP        1)
> (XEN) ACPI: HPET AFEED900, 0038 (r1 Nvidia ASUSACPI 42302E31 AWRD       98)
> (XEN) ACPI: MCFG AFEED980, 003C (r1 Nvidia ASUSACPI 42302E31 AWRD        0)
> (XEN) ACPI: APIC AFEED500, 008E (r1 Nvidia ASUSACPI 42302E31 AWRD        0)
> (XEN) System RAM: 6881MB (7046192kB)
> (XEN) No NUMA configuration found
> (XEN) Faking a node at 0000000000000000-0000000200000000
> (XEN) Domain heap initialised
> (XEN) found SMP MP-table at 000f59c0
> (XEN) DMI 2.5 present.
> (XEN) Using APIC driver default
> (XEN) ACPI: PM-Timer IO Port: 0x1008
> (XEN) ACPI: ACPI SLEEP INFO: pm1x_cnt[1004,0], pm1x_evt[1000,0]
> (XEN) ACPI:                  wakeup_vec[afee0a8c], vec_size[20]
> (XEN) ACPI: Local APIC address 0xfee00000
> (XEN) ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
> (XEN) Processor #0 15:11 APIC version 16
> (XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
> (XEN) Processor #1 15:11 APIC version 16
> (XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
> (XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
> (XEN) ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
> (XEN) ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
> (XEN) ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
> (XEN) ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
> (XEN) ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
> (XEN) IOAPIC[0]: apic_id 4, version 17, address 0xfec00000, GSI 0-23
> (XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
> (XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
> (XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
> (XEN) ACPI: IRQ0 used by override.
> (XEN) ACPI: IRQ2 used by override.
> (XEN) ACPI: IRQ9 used by override.
> (XEN) ACPI: IRQ14 used by override.
> (XEN) Enabling APIC mode:  Flat.  Using 1 I/O APICs
> (XEN) ACPI: HPET id: 0x10de8201 base: 0xfeff0000
> (XEN) PCI: MCFG configuration 0: base f0000000 segment 0 buses 0 - 63
> (XEN) PCI: MCFG area at f0000000 reserved in E820
> (XEN) Using ACPI (MADT) for SMP configuration information
> (XEN) Using scheduler: SMP Credit Scheduler (credit)
> (XEN) Detected 2500.058 MHz processor.
> (XEN) Initing memory sharing.
> (XEN) CPU0: AMD Flush Filter disabled
> (XEN) HVM: ASIDs enabled.
> (XEN) HVM: SVM enabled
> (XEN) AMD K8 machine check reporting enabled
> (XEN) AMD-Vi: IOMMU not found!
> (XEN) I/O virtualisation disabled
> (XEN) CPU1: AMD Flush Filter disabled
> (XEN) AMD: Disabling C1 Clock Ramping Node #0
> (XEN) Total of 2 processors activated.
> (XEN) ENABLING IO-APIC IRQs
> (XEN)  -> Using new ACK method
> (XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1
> (XEN) checking TSC synchronization across 2 CPUs: 
> (XEN) CPU#0 had -351 usecs TSC skew, fixed it up.
> (XEN) CPU#1 had 351 usecs TSC skew, fixed it up.
> (XEN) Platform timer is 25.000MHz HPET
> (XEN) Allocated console ring of 16 KiB.
> (XEN) Brought up 2 CPUs
> (XEN) HPET: 3 timers in total, 0 timers will be used for broadcast
> (XEN) ACPI sleep modes: S3
> (XEN) MCA: Use hw thresholding to adjust polling frequency
> (XEN) mcheck_poll: Machine check polling timer started.
> (XEN) *** LOADING DOMAIN 0 ***
> (XEN)  Xen  kernel: 64-bit, lsb, compat32
> (XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x1000000 -> 0x1b40000
> (XEN) PHYSICAL MEMORY ARRANGEMENT:
> (XEN)  Dom0 alloc.:   00000001f4000000->00000001f8000000 (180224 pages to be 
> allocated)
> (XEN) VIRTUAL MEMORY ARRANGEMENT:
> (XEN)  Loaded kernel: ffffffff81000000->ffffffff81b40000
> (XEN)  Init. ramdisk: ffffffff81b40000->ffffffff8210a600
> (XEN)  Phys-Mach map: ffffffff8210b000->ffffffff8228b000
> (XEN)  Start info:    ffffffff8228b000->ffffffff8228b4b4
> (XEN)  Page tables:   ffffffff8228c000->ffffffff822a1000
> (XEN)  Boot stack:    ffffffff822a1000->ffffffff822a2000
> (XEN)  TOTAL:         ffffffff80000000->ffffffff82400000
> (XEN)  ENTRY ADDRESS: ffffffff81991a20
> (XEN) Dom0 has maximum 2 VCPUs
> (XEN) Scrubbing Free RAM: 
> .............................................................done.
> (XEN) Xen trace buffers: disabled
> (XEN) Std. Loglevel: All
> (XEN) Guest Loglevel: Nothing (Rate-limited: Errors and warnings)
> (XEN) Xen is relinquishing VGA console.
> (XEN) *** Serial input -> DOM0 (type \047CTRL-a\047 three times to switch 
> input to Xen)
> (XEN) Freed 164kB init memory.
> (XEN) io_apic.c:2290: 
> (XEN) ioapic_guest_write: apic=0, pin=0, irq=0
> (XEN) ioapic_guest_write: new_entry=000109f0
> (XEN) ioapic_guest_write: old_entry=00010000 pirq=0
> (XEN) ioapic_guest_write: Attempt to modify IO-APIC pin for in-use IRQ!
> (XEN) io_apic.c:2290: 
> (XEN) ioapic_guest_write: apic=0, pin=2, irq=0
> (XEN) ioapic_guest_write: new_entry=000109f0
> (XEN) ioapic_guest_write: old_entry=000009f0 pirq=0
> (XEN) ioapic_guest_write: Attempt to modify IO-APIC pin for in-use IRQ!
> (XEN) irq.c:1445: dom0: pirq 0 or irq 3 already mapped
> (XEN) irq.c:1445: dom0: pirq 0 or irq 4 already mapped
> (XEN) irq.c:1445: dom0: pirq 0 or irq 5 already mapped
> (XEN) irq.c:1445: dom0: pirq 0 or irq 6 already mapped
> (XEN) irq.c:1445: dom0: pirq 0 or irq 7 already mapped
> (XEN) irq.c:1445: dom0: pirq 0 or irq 8 already mapped
> (XEN) irq.c:1445: dom0: pirq 0 or irq 9 already mapped
> (XEN) irq.c:1445: dom0: pirq 0 or irq 10 already mapped
> (XEN) irq.c:1445: dom0: pirq 0 or irq 11 already mapped
> (XEN) irq.c:1445: dom0: pirq 0 or irq 12 already mapped
> (XEN) allocated vector a0 for irq 16
> (XEN) allocated vector a8 for irq 17
> (XEN) allocated vector b0 for irq 18
> (XEN) allocated vector b8 for irq 19
> (XEN) allocated vector c0 for irq 20
> (XEN) allocated vector c8 for irq 21
> (XEN) allocated vector d0 for irq 22
> (XEN) allocated vector d8 for irq 23
> (XEN) io_apic.c:2290: 
> (XEN) ioapic_guest_write: apic=0, pin=0, irq=0
> (XEN) ioapic_guest_write: new_entry=000009f0
> (XEN) ioapic_guest_write: old_entry=00010000 pirq=0
> (XEN) ioapic_guest_write: Attempt to modify IO-APIC pin for in-use IRQ!
> (XEN) PCI add device 00:00.0
> (XEN) PCI add device 00:01.0
> (XEN) PCI add device 00:01.1
> (XEN) PCI add device 00:01.2
> (XEN) PCI add device 00:01.3
> (XEN) PCI add device 00:01.4
> (XEN) PCI add device 00:02.0
> (XEN) PCI add device 00:04.0
> (XEN) PCI add device 00:06.0
> (XEN) PCI add device 00:07.0
> (XEN) PCI add device 00:08.0
> (XEN) PCI add device 00:09.0
> (XEN) PCI add device 00:0a.0
> (XEN) PCI add device 00:0b.0
> (XEN) PCI add device 00:10.0
> (XEN) PCI add device 00:11.0
> (XEN) PCI add device 00:13.0
> (XEN) PCI add device 00:14.0
> (XEN) PCI add device 00:18.0
> (XEN) PCI add device 00:18.1
> (XEN) PCI add device 00:18.2
> (XEN) PCI add device 00:18.3
> (XEN) PCI add device 01:08.0
> (XEN) PCI add device 01:08.1
> (XEN) PCI add device 01:08.2
> (XEN) PCI add device 02:00.0
> (XEN) PCI add device 03:00.0
> (XEN) PCI add device 04:01.0
> (XEN) PCI add device 04:02.0
> (XEN) PCI add device 05:00.0
> (XEN) PCI add device 06:00.0
> (XEN) PCI add device 08:00.0
> (XEN) PCI add device 09:01.0
> (XEN) PCI add device 09:01.1
> (XEN) PCI add device 09:01.2
> (XEN) PCI add device 0a:00.0
> (XEN) printk: 11 messages suppressed.
> (XEN) mm.c:3847:d10 Bad page 00000000001beab4: ed=ffff830151210000(10), 
> sd=ffff830151210000, caf=8000000000000002, taf=7400000000000001
> (XEN) mm.c:3847:d10 Bad page 00000000001beab4: ed=ffff830151210000(10), 
> sd=ffff830151210000, caf=8000000000000002, taf=7400000000000001
> (XEN) mm.c:3847:d10 Bad page 00000000001beab4: ed=ffff830151210000(10), 
> sd=ffff830151210000, caf=8000000000000002, taf=7400000000000001
> (XEN) mm.c:3847:d10 Bad page 00000000001beab4: ed=ffff830151210000(10), 
> sd=ffff830151210000, caf=8000000000000002, taf=7400000000000001
> (XEN) mm.c:3847:d10 Bad page 00000000001beab4: ed=ffff830151210000(10), 
> sd=ffff830151210000, caf=8000000000000002, taf=7400000000000001
> (XEN) mm.c:3847:d10 Bad page 00000000001beab4: ed=ffff830151210000(10), 
> sd=ffff830151210000, caf=8000000000000002, taf=7400000000000001

> host                   : serveerstertje
> release                : 2.6.31.13
> version                : #3 SMP Fri Apr 16 15:40:16 CEST 2010
> machine                : x86_64
> nr_cpus                : 2
> nr_nodes               : 1
> cores_per_socket       : 2
> threads_per_core       : 1
> cpu_mhz                : 2500
> hw_caps                : 
> 178bf3ff:ebd3fbff:00000000:00000010:00002001:00000000:0000011f:00000000
> virt_caps              : hvm
> total_memory           : 6881
> free_memory            : 2995
> node_to_cpu            : node0:0-1
> node_to_memory         : node0:2995
> node_to_dma32_mem      : node0:2731
> max_node_id            : 0
> xen_major              : 4
> xen_minor              : 0
> xen_extra              : .1-rc1-pre
> 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          : Mon Apr 12 18:29:36 2010 +0100 21107:11010cf627c8
> xen_commandline        : dom0_mem=768M loglvl=all loglvl_guest=all
> cc_compiler            : gcc version 4.3.2 (Debian 4.3.2-1.1) 
> cc_compile_by          : root
> cc_compile_domain      : 
> cc_compile_date        : Fri Apr 16 16:39:44 CEST 2010
> xend_config_format     : 4

> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>