Re: KVM x86_64 with SR-IOV..?

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

 



On Mon, 2009-05-04 at 16:20 +0800, Sheng Yang wrote:
> On Monday 04 May 2009 12:36:04 Nicholas A. Bellinger wrote:
> > On Mon, 2009-05-04 at 10:09 +0800, Sheng Yang wrote:
> > > On Monday 04 May 2009 08:53:07 Nicholas A. Bellinger wrote:
> > > > On Sat, 2009-05-02 at 18:22 +0800, Sheng Yang wrote:
> > > > > On Thu, Apr 30, 2009 at 01:22:54PM -0700, Nicholas A. Bellinger wrote:
> > > > > > Greetings KVM folks,
> > > > > >
> > > > > > I wondering if any information exists for doing SR-IOV on the new
> > > > > > VT-d capable chipsets with KVM..?  From what I understand the
> > > > > > patches for doing this with KVM are floating around, but I have
> > > > > > been unable to find any user-level docs for actually making it all
> > > > > > go against a upstream v2.6.30-rc3 code..
> > > > > >
> > > > > > So far I have been doing IOV testing with Xen 3.3 and 3.4.0-pre,
> > > > > > and I am really hoping to be able to jump to KVM for
> > > > > > single-function and and then multi-function SR-IOV.  I know that
> > > > > > the VM migration stuff for IOV in Xen is up and running,  and I
> > > > > > assume it is being worked in for KVM instance migration as well..? 
> > > > > > This part is less important (at least for me :-) than getting a
> > > > > > stable SR-IOV setup running under the KVM hypervisor..  Does anyone
> > > > > > have any pointers for this..?
> > > > > >
> > > > > > Any comments or suggestions are appreciated!
> > > > >
> > > > > Hi Nicholas
> > > > >
> > > > > The patches are not floating around now. As you know, SR-IOV for
> > > > > Linux have been in 2.6.30, so then you can use upstream KVM and
> > > > > qemu-kvm(or recent released kvm-85) with 2.6.30-rc3 as host kernel.
> > > > > And some time ago, there are several SRIOV related patches for
> > > > > qemu-kvm, and now they all have been checked in.
> > > > >
> > > > > And for KVM, the extra document is not necessary, for you can simple
> > > > > assign a VF to guest like any other devices. And how to create VF is
> > > > > specific for each device driver. So just create a VF then assign it
> > > > > to KVM guest is fine.
> > > >
> > > > Greetings Sheng,
> > > >
> > > > So, I have been trying the latest kvm-85 release on a v2.6.30-rc3
> > > > checkout from linux-2.6.git on a CentOS 5u3 x86_64 install on Intel
> > > > IOH-5520 based dual socket Nehalem board.  I have enabled DMAR and
> > > > Interrupt Remapping my KVM host using v2.6.30-rc3 and from what I can
> > > > tell, the KVM_CAP_* defines from libkvm are enabled with building
> > > > kvm-85 after './configure --kerneldir=/usr/src/linux-2.6.git' and the
> > > > PCI passthrough code is being enabled in
> > > > kvm-85/qemu/hw/device-assignment.c AFAICT..
> > > >
> > > > >From there, I use the freshly installed qemu-x86_64-system binary to
> > > >
> > > > start a Debian 5 x86_64 HVM (that previously had been moving network
> > > > packets under Xen for PCIe passthrough). I see the MSI-X interrupt
> > > > remapping working on the KVM host for the passed -pcidevice, and the
> > > > MMIO mappings from the qemu build that I also saw while using
> > > > Xen/qemu-dm built with PCI passthrough are there as well..
> > >
> > > Hi Nicholas
> > >
> > > > But while the KVM guest is booting, I see the following exception(s)
> > > > from qemu-x86_64-system for one of the VFs for a multi-function PCIe
> > > > device:
> > > >
> > > > BUG: kvm_destroy_phys_mem: invalid parameters (slot=-1)
> > >
> > > This one is mostly harmless.
> >
> > Ok, good to know..  :-)
> >
> > > > I try with one of the on-board e1000e ports (02:00.0) and I see the
> > > > same exception along with some MSI-X exceptions from qemu-x86_64-system
> > > > in KVM guest.. However, I am still able to see the e1000e and the other
> > > > vxge multi-function device with lspci, but I am unable to dhcp or ping
> > > > with the e1000e and VF from multi-function device fails to register the
> > > > MSI-X interrupt in the guest..
> > >
> > > Did you see the interrupt in the guest and host side?
> >
> > Ok, I am restarting the e1000e test with a fresh Fedora 11 install and
> > KVM host kernel 2.6.29.1-111.fc11.x86_64.   After unbinding and
> > attaching the e1000e single-function device at 02:00.0 to pci-stub with:
> >
> >    echo "8086 10d3" > /sys/bus/pci/drivers/pci-stub/new_id
> >    echo 0000:02:00.0 > /sys/bus/pci/devices/0000:02:00.0/driver/unbind
> >    echo 0000:02:00.0 > /sys/bus/pci/drivers/pci-stub/bind
> >
> > I see the following the KVM host kernel ring buffer:
> >
> >    e1000e 0000:02:00.0: PCI INT A disabled
> >    pci-stub 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
> >    pci-stub 0000:02:00.0: irq 58 for MSI/MSI-X
> >
> > >  I think you can try on-
> > > board e1000e for MSI-X first. And please ensure correlated driver have
> > > been loaded correctly.
> >
> > <nod>..
> >
> > >  And what do you mean by "some MSI-X exceptions"? Better with
> > > the log.
> >
> > Ok, with the Fedora 11 installed qemu-kemu, I see the expected
> > kvm_destroy_phys_mem() statements:
> >
> > #kvm-host qemu-kvm -m 2048 -smp 8 -pcidevice host=02:00.0
> > lenny64guest1-orig.img BUG: kvm_destroy_phys_mem: invalid parameters
> > (slot=-1)
> > BUG: kvm_destroy_phys_mem: invalid parameters (slot=-1)
> >
> > However I still see the following in the KVM guest kernel ring buffer
> > running v2.6.30-rc in the HVM guest.
> >
> > [    5.523790] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10
> > [    5.524582] e1000e 0000:00:05.0: PCI INT A -> Link[LNKA] -> GSI 10
> > (level, high) -> IRQ 10 [    5.525710] e1000e 0000:00:05.0: setting latency
> > timer to 64
> > [    5.526048] 0000:00:05.0: 0000:00:05.0: Failed to initialize MSI-X
> > interrupts.  Falling back to MSI interrupts. [    5.527200] 0000:00:05.0:
> > 0000:00:05.0: Failed to initialize MSI interrupts.  Falling back to legacy
> > interrupts. [    5.829988] 0000:00:05.0: eth0: (PCI Express:2.5GB/s:Width
> > x1) 00:e0:81:c0:90:b2 [    5.830672] 0000:00:05.0: eth0: Intel(R) PRO/1000
> > Network Connection [    5.831240] 0000:00:05.0: eth0: MAC: 3, PHY: 8, PBA
> > No: ffffff-0ff
> >
> 
> Hi Nicholas
> 
> I think something need to be clarify:
> 1. For SRIOV, you need 2.6.30 as host kernel... But it's better to know if 
> normal device assignment work in your environment at first.
> 2. The Fedora's userspace is even more old... You'd better try qemu-kvm 
> upstream, which is more convenient for us to track the problem(and kvm-85 is 
> also ok). And as you see above, your QEmu don't support MSI/MSIX...
> 

Ok, got it..

> So you can:
> 1. Use latest qemu-kvm or kvm-85's QEmu. As well as latest KVM.

Ok, I am now updated on in the FC 11 Host with kvm-85 kernel modules and
am using the built qemu-system-x86_64 from the kvm-85 source package:

loaded kvm module (kvm-85)
QEMU PC emulator version 0.10.0 (kvm-85), Copyright (c) 2003-2008 Fabrice Bellard

> 2. Your host kernel is Fedora 11 Preview, that should be fine with device 
> assignment at first(and let's solve it first, SRIOV the next step).

Ok, yeah I will stick with the v2.6.29 fc11 kernel on the KVM host for
the momemt to get e1000e working.  But I will start building a
v2.6.30-rc3 kernel again for my fc11 host kernel as I do need SR-IOV at
some point... :-)

> 3. Your KVM version seems like kvm-85, you may provide some dmesg on host 
> side(I think you didn't use the KVM come along with kernel).

Ok, now within the KVM guest running v2.6.29.2, I see the following:

[    2.669243] e1000e: Intel(R) PRO/1000 Network Driver - 0.3.3.3-k6
[    2.672931] e1000e: Copyright (c) 1999-2008 Intel Corporation.
[    2.674932] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10
[    2.675181] 8139too Fast Ethernet driver 0.9.28
[    2.676783] e1000e 0000:00:05.0: PCI INT A -> Link[LNKA] -> GSI 10
(level, high) -> IRQ 10
[    2.678143] e1000e 0000:00:05.0: setting latency timer to 64
[    2.679539] e1000e 0000:00:05.0: irq 24 for MSI/MSI-X
[    2.679603] e1000e 0000:00:05.0: irq 25 for MSI/MSI-X
[    2.679659] e1000e 0000:00:05.0: irq 26 for MSI/MSI-X
[    2.698039] FDC 0 is a S82078B
[    2.801673] 0000:00:05.0: eth0: (PCI Express:2.5GB/s:Width x1)
00:e0:81:c0:90:b2
[    2.802811] 0000:00:05.0: eth0: Intel(R) PRO/1000 Network Connection
[    2.803697] 0000:00:05.0: eth0: MAC: 3, PHY: 8, PBA No: ffffff-0ff

And the folllowing from /proc/interrupts inside of the KVM guest:

 24:        117          0          0          0          0          0          0          0          0          0   PCI-MSI-edge      eth1-rx-0
 25:          0          0          0          0          0          0          0          0          0          0   PCI-MSI-edge      eth1-tx-0
 26:          2          0          0          0          0          0          0          0          0          0   PCI-MSI-edge      eth1

ethtool eth1 reports that Link is detected, but I am still unable to get
a dhcp to work.

However, I do not see the netdev watchdog TX timeouts this time with
kvm-85, but still no ping to eth1 from KVM guest..

> 4. Your guest kernel is somehow new, maybe you can change it to something like 
> 2.6.29.x which is more stable(but it may not matter). And you are right, no 
> special setup needed for guest kernel (just suppose it's run in a no-VT 
> capability machine).

I will retest with the v2.6.20-rc3 guest and see if MSI-X is able to
successfully come-up and get dhcp.

> 
> And you can post your _host_ dmesg, as well as the output of debug for 

Attached is the dmesg from the 2.6.29.1-111.fc11.x86_64-iov-dmesg KVM
host machine.

> kvm-85/qemu/hw/device-assignment.c when you don't get response from dhcp.

[root@barret ~]#  qemu-system-x86_64 -m 2048 -smp 10 -pcidevice host=02:00.0 lenny64guest1-orig.img 
init_assigned_device: Registering real physical device 02:00.0 (bus=2 dev=0 func=0)
get_real_device: region 0 size 131072 start 0xfb5e0000 type 512 resource_fd 21
get_real_device: region 2 size 32 start 0xdc00 type 256 resource_fd 0
get_real_device: region 3 size 16384 start 0xfb5dc000 type 512 resource_fd 22
assigned_dev_pci_read_config: (5.0): address=0000 val=0x00008086 len=2
assigned_dev_pci_read_config: (5.0): address=0002 val=0x000010d3 len=2
assigned_dev_pci_read_config: (5.0): address=0000 val=0x00008086 len=2
assigned_dev_pci_read_config: (5.0): address=0002 val=0x000010d3 len=2
assigned_dev_pci_read_config: (5.0): address=0000 val=0x00008086 len=2
assigned_dev_pci_read_config: (5.0): address=0002 val=0x000010d3 len=2
assigned_dev_pci_read_config: (5.0): address=000a val=0x00000200 len=2
assigned_dev_pci_read_config: (5.0): address=0000 val=0x00008086 len=2
assigned_dev_pci_read_config: (5.0): address=0002 val=0x000010d3 len=2
assigned_dev_pci_write_config: (5.0): address=0010 val=0xffffffff len=4
assigned_dev_pci_read_config: (5.0): address=0010 val=0xfffe0000 len=4
assigned_dev_pci_read_config: (5.0): address=0010 val=0xfffe0000 len=4
assigned_dev_pci_write_config: (5.0): address=0010 val=0xf2020000 len=4
assigned_dev_iomem_map: e_phys=f2020000 r_virt=0x7f4a24018000 type=0 len=00020000 region_num=0 
assigned_dev_pci_read_config: (5.0): address=0004 val=0x00000403 len=2
assigned_dev_pci_write_config: (5.0): address=0004 val=0x00000403 len=2
assigned_dev_pci_write_config: NON BAR (5.0): address=0004 val=0x00000403 len=2
assigned_dev_pci_write_config: (5.0): address=0014 val=0xffffffff len=4
assigned_dev_pci_read_config: (5.0): address=0014 val=0x00000000 len=4
assigned_dev_pci_write_config: (5.0): address=0018 val=0xffffffff len=4
assigned_dev_pci_read_config: (5.0): address=0018 val=0xffffffe1 len=4
assigned_dev_pci_read_config: (5.0): address=0018 val=0xffffffe1 len=4
assigned_dev_pci_write_config: (5.0): address=0018 val=0x0000c220 len=4
assigned_dev_ioport_map: e_phys=0xc220 r_baseport=dc00 type=0x1 len=32 region_num=2 
assigned_dev_pci_read_config: (5.0): address=0004 val=0x00000403 len=2
assigned_dev_pci_write_config: (5.0): address=0004 val=0x00000403 len=2
assigned_dev_pci_write_config: NON BAR (5.0): address=0004 val=0x00000403 len=2
assigned_dev_pci_write_config: (5.0): address=001c val=0xffffffff len=4
assigned_dev_pci_read_config: (5.0): address=001c val=0xffffc000 len=4
assigned_dev_pci_read_config: (5.0): address=001c val=0xffffc000 len=4
assigned_dev_pci_write_config: (5.0): address=001c val=0xf2040000 len=4
assigned_dev_iomem_map: e_phys=f2040000 r_virt=0x7f4a24014000 type=0 len=00004000 region_num=3 
assigned_dev_iomem_map: munmap done, virt_base 0x0x7f4a24014000
assigned_dev_pci_read_config: (5.0): address=0004 val=0x00000403 len=2
assigned_dev_pci_write_config: (5.0): address=0004 val=0x00000403 len=2
assigned_dev_pci_write_config: NON BAR (5.0): address=0004 val=0x00000403 len=2
assigned_dev_pci_write_config: (5.0): address=0020 val=0xffffffff len=4
assigned_dev_pci_read_config: (5.0): address=0020 val=0x00000000 len=4
assigned_dev_pci_write_config: (5.0): address=0024 val=0xffffffff len=4
assigned_dev_pci_read_config: (5.0): address=0024 val=0x00000000 len=4
assigned_dev_pci_write_config: (5.0): address=0030 val=0xffffffff len=4
assigned_dev_pci_write_config: NON BAR (5.0): address=0030 val=0xffffffff len=4
assigned_dev_pci_read_config: (5.0): address=0030 val=0x00000000 len=4
assigned_dev_pci_read_config: (5.0): address=003d val=0x00000001 len=1
assigned_dev_pci_write_config: (5.0): address=003c val=0x0000000a len=1
assigned_dev_pci_read_config: (5.0): address=0000 val=0x10d38086 len=4
assigned_dev_pci_read_config: (5.0): address=000a val=0x00000200 len=2
assigned_dev_pci_read_config: (5.0): address=0000 val=0x00008086 len=2
assigned_dev_pci_read_config: (5.0): address=0002 val=0x000010d3 len=2
assigned_dev_pci_read_config: (5.0): address=000e val=0x00000000 len=1
assigned_dev_pci_read_config: (5.0): address=0008 val=0x02000000 len=4
assigned_dev_pci_read_config: (5.0): address=000e val=0x00000000 len=1
assigned_dev_pci_read_config: (5.0): address=0000 val=0x10d38086 len=4
assigned_dev_pci_read_config: (5.0): address=000e val=0x00000000 len=1
assigned_dev_pci_read_config: (5.0): address=0006 val=0x00000010 len=2
assigned_dev_pci_read_config: (5.0): address=0034 val=0x00000040 len=1
assigned_dev_pci_read_config: (5.0): address=0040 val=0x00000005 len=1
assigned_dev_pci_read_config: (5.0): address=0041 val=0x00000050 len=1
assigned_dev_pci_read_config: (5.0): address=0050 val=0x00000011 len=1
assigned_dev_pci_read_config: (5.0): address=0051 val=0x00000000 len=1
assigned_dev_pci_read_config: (5.0): address=0008 val=0x02000000 len=4
assigned_dev_pci_read_config: (5.0): address=003d val=0x00000001 len=1
assigned_dev_pci_read_config: (5.0): address=003c val=0x0000000a len=1
assigned_dev_pci_read_config: (5.0): address=0010 val=0xf2020000 len=4
assigned_dev_pci_write_config: (5.0): address=0010 val=0xffffffff len=4
assigned_dev_pci_read_config: (5.0): address=0010 val=0xfffe0000 len=4
assigned_dev_pci_write_config: (5.0): address=0010 val=0xf2020000 len=4
assigned_dev_iomem_map: e_phys=f2020000 r_virt=0x7f4a24018000 type=0 len=00020000 region_num=0 
BUG: kvm_destroy_phys_mem: invalid parameters (slot=-1)
assigned_dev_pci_read_config: (5.0): address=0014 val=0x00000000 len=4
assigned_dev_pci_write_config: (5.0): address=0014 val=0xffffffff len=4
assigned_dev_pci_read_config: (5.0): address=0014 val=0x00000000 len=4
assigned_dev_pci_write_config: (5.0): address=0014 val=0x00000000 len=4
assigned_dev_pci_read_config: (5.0): address=0018 val=0x0000c221 len=4
assigned_dev_pci_write_config: (5.0): address=0018 val=0xffffffff len=4
assigned_dev_pci_read_config: (5.0): address=0018 val=0xffffffe1 len=4
assigned_dev_pci_write_config: (5.0): address=0018 val=0x0000c221 len=4
assigned_dev_ioport_map: e_phys=0xc220 r_baseport=dc00 type=0x1 len=32 region_num=2 
assigned_dev_pci_read_config: (5.0): address=001c val=0xf2040000 len=4
assigned_dev_pci_write_config: (5.0): address=001c val=0xffffffff len=4
assigned_dev_pci_read_config: (5.0): address=001c val=0xffffc000 len=4
assigned_dev_pci_write_config: (5.0): address=001c val=0xf2040000 len=4
assigned_dev_iomem_map: e_phys=f2040000 r_virt=0x7f4a24014000 type=0 len=00004000 region_num=3 
BUG: kvm_destroy_phys_mem: invalid parameters (slot=-1)
assigned_dev_iomem_map: munmap done, virt_base 0x0x7f4a24014000
assigned_dev_pci_read_config: (5.0): address=0020 val=0x00000000 len=4
assigned_dev_pci_write_config: (5.0): address=0020 val=0xffffffff len=4
assigned_dev_pci_read_config: (5.0): address=0020 val=0x00000000 len=4
assigned_dev_pci_write_config: (5.0): address=0020 val=0x00000000 len=4
assigned_dev_pci_read_config: (5.0): address=0024 val=0x00000000 len=4
assigned_dev_pci_write_config: (5.0): address=0024 val=0xffffffff len=4
assigned_dev_pci_read_config: (5.0): address=0024 val=0x00000000 len=4
assigned_dev_pci_write_config: (5.0): address=0024 val=0x00000000 len=4
assigned_dev_pci_read_config: (5.0): address=0030 val=0x00000000 len=4
assigned_dev_pci_write_config: (5.0): address=0030 val=0xfffffffe len=4
assigned_dev_pci_write_config: NON BAR (5.0): address=0030 val=0xfffffffe len=4
assigned_dev_pci_read_config: (5.0): address=0030 val=0x00000000 len=4
assigned_dev_pci_write_config: (5.0): address=0030 val=0x00000000 len=4
assigned_dev_pci_write_config: NON BAR (5.0): address=0030 val=0x00000000 len=4
assigned_dev_pci_read_config: (5.0): address=002c val=0x00008086 len=2
assigned_dev_pci_read_config: (5.0): address=002e val=0x00000000 len=2
assigned_dev_pci_read_config: (5.0): address=0006 val=0x00000010 len=2
assigned_dev_pci_read_config: (5.0): address=0034 val=0x00000040 len=1
assigned_dev_pci_read_config: (5.0): address=0040 val=0x00000005 len=1
assigned_dev_pci_read_config: (5.0): address=0041 val=0x00000050 len=1
assigned_dev_pci_read_config: (5.0): address=0050 val=0x00000011 len=1
assigned_dev_pci_read_config: (5.0): address=0051 val=0x00000000 len=1
assigned_dev_pci_read_config: (5.0): address=0006 val=0x00000010 len=2
assigned_dev_pci_read_config: (5.0): address=0034 val=0x00000040 len=1
assigned_dev_pci_read_config: (5.0): address=0040 val=0x00000005 len=1
assigned_dev_pci_read_config: (5.0): address=0041 val=0x00000050 len=1
assigned_dev_pci_read_config: (5.0): address=0050 val=0x00000011 len=1
assigned_dev_pci_read_config: (5.0): address=0051 val=0x00000000 len=1
assigned_dev_pci_read_config: (5.0): address=0006 val=0x00000010 len=2
assigned_dev_pci_read_config: (5.0): address=0034 val=0x00000040 len=1
assigned_dev_pci_read_config: (5.0): address=0040 val=0x00000005 len=1
assigned_dev_pci_read_config: (5.0): address=0041 val=0x00000050 len=1
assigned_dev_pci_read_config: (5.0): address=0050 val=0x00000011 len=1
assigned_dev_pci_read_config: (5.0): address=0051 val=0x00000000 len=1
assigned_dev_pci_read_config: (5.0): address=0006 val=0x00000010 len=2
assigned_dev_pci_read_config: (5.0): address=0034 val=0x00000040 len=1
assigned_dev_pci_read_config: (5.0): address=0040 val=0x00000005 len=1
assigned_dev_pci_read_config: (5.0): address=0041 val=0x00000050 len=1
assigned_dev_pci_read_config: (5.0): address=0050 val=0x00000011 len=1
assigned_dev_pci_read_config: (5.0): address=0051 val=0x00000000 len=1
assigned_dev_pci_read_config: (5.0): address=0006 val=0x00000010 len=2
assigned_dev_pci_read_config: (5.0): address=0034 val=0x00000040 len=1
assigned_dev_pci_read_config: (5.0): address=0040 val=0x00000005 len=1
assigned_dev_pci_read_config: (5.0): address=0041 val=0x00000050 len=1
assigned_dev_pci_read_config: (5.0): address=0050 val=0x00000011 len=1
assigned_dev_pci_read_config: (5.0): address=0051 val=0x00000000 len=1
assigned_dev_pci_read_config: (5.0): address=0006 val=0x00000010 len=2
assigned_dev_pci_read_config: (5.0): address=0034 val=0x00000040 len=1
assigned_dev_pci_read_config: (5.0): address=0040 val=0x00000005 len=1
assigned_dev_pci_read_config: (5.0): address=0041 val=0x00000050 len=1
assigned_dev_pci_read_config: (5.0): address=0050 val=0x00000011 len=1
assigned_dev_pci_read_config: (5.0): address=0051 val=0x00000000 len=1
assigned_dev_pci_read_config: (5.0): address=0004 val=0x00000403 len=2
assigned_dev_pci_read_config: (5.0): address=0004 val=0x00000403 len=2
assigned_dev_pci_read_config: (5.0): address=0006 val=0x00000010 len=2
assigned_dev_pci_read_config: (5.0): address=0034 val=0x00000040 len=1
assigned_dev_pci_read_config: (5.0): address=0040 val=0x00000005 len=1
assigned_dev_pci_read_config: (5.0): address=0041 val=0x00000050 len=1
assigned_dev_pci_read_config: (5.0): address=0050 val=0x00000011 len=1
assigned_dev_pci_read_config: (5.0): address=0051 val=0x00000000 len=1
assigned_dev_pci_read_config: (5.0): address=0010 val=0x00000000 len=2
assigned_dev_pci_read_config: (5.0): address=0004 val=0x00000403 len=2
assigned_dev_pci_read_config: (5.0): address=0004 val=0x00000403 len=2
assigned_dev_pci_write_config: (5.0): address=0004 val=0x00000407 len=2
assigned_dev_pci_write_config: NON BAR (5.0): address=0004 val=0x00000407 len=2
assigned_dev_pci_read_config: (5.0): address=000d val=0x00000000 len=1
assigned_dev_pci_write_config: (5.0): address=000d val=0x00000040 len=1
assigned_dev_pci_write_config: NON BAR (5.0): address=000d val=0x00000040 len=1
assigned_dev_pci_read_config: (5.0): address=0000 val=0x10d38086 len=4
assigned_dev_pci_read_config: (5.0): address=0004 val=0x00100407 len=4
assigned_dev_pci_read_config: (5.0): address=0008 val=0x02000000 len=4
assigned_dev_pci_read_config: (5.0): address=000c val=0x00000010 len=4
assigned_dev_pci_read_config: (5.0): address=0010 val=0xf2020000 len=4
assigned_dev_pci_read_config: (5.0): address=0014 val=0x00000000 len=4
assigned_dev_pci_read_config: (5.0): address=0018 val=0x0000c221 len=4
assigned_dev_pci_read_config: (5.0): address=001c val=0xf2040000 len=4
assigned_dev_pci_read_config: (5.0): address=0020 val=0x00000000 len=4
assigned_dev_pci_read_config: (5.0): address=0024 val=0x00000000 len=4
assigned_dev_pci_read_config: (5.0): address=0028 val=0x00000000 len=4
assigned_dev_pci_read_config: (5.0): address=002c val=0x00008086 len=4
assigned_dev_pci_read_config: (5.0): address=0030 val=0x00000000 len=4
assigned_dev_pci_read_config: (5.0): address=0034 val=0x00000040 len=4
assigned_dev_pci_read_config: (5.0): address=0038 val=0x00000000 len=4
assigned_dev_pci_read_config: (5.0): address=003c val=0x0000010a len=4
assigned_dev_pci_read_config: (5.0): address=0006 val=0x00000010 len=2
assigned_dev_pci_read_config: (5.0): address=0034 val=0x00000040 len=1
assigned_dev_pci_read_config: (5.0): address=0040 val=0x00000005 len=1
assigned_dev_pci_read_config: (5.0): address=0041 val=0x00000050 len=1
assigned_dev_pci_read_config: (5.0): address=0050 val=0x00000011 len=1
assigned_dev_pci_read_config: (5.0): address=0051 val=0x00000000 len=1
assigned_dev_pci_read_config: (5.0): address=0006 val=0x00000010 len=2
assigned_dev_pci_read_config: (5.0): address=0034 val=0x00000040 len=1
assigned_dev_pci_read_config: (5.0): address=0040 val=0x00000005 len=1
assigned_dev_pci_read_config: (5.0): address=0041 val=0x00000050 len=1
assigned_dev_pci_read_config: (5.0): address=0050 val=0x00000011 len=1
assigned_dev_pci_read_config: (5.0): address=0051 val=0x00000000 len=1
assigned_dev_pci_read_config: (5.0): address=0006 val=0x00000010 len=2
assigned_dev_pci_read_config: (5.0): address=0034 val=0x00000040 len=1
assigned_dev_pci_read_config: (5.0): address=0040 val=0x00000005 len=1
assigned_dev_pci_read_config: (5.0): address=0041 val=0x00000050 len=1
assigned_dev_pci_read_config: (5.0): address=0050 val=0x00000011 len=1
assigned_dev_pci_read_config: (5.0): address=0006 val=0x00000010 len=2
assigned_dev_pci_read_config: (5.0): address=0034 val=0x00000040 len=1
assigned_dev_pci_read_config: (5.0): address=0040 val=0x00000005 len=1
assigned_dev_pci_read_config: (5.0): address=0041 val=0x00000050 len=1
assigned_dev_pci_read_config: (5.0): address=0050 val=0x00000011 len=1
assigned_dev_pci_read_config: (5.0): address=0052 val=0x00000004 len=2
assigned_dev_pci_read_config: (5.0): address=0006 val=0x00000010 len=2
assigned_dev_pci_read_config: (5.0): address=0034 val=0x00000040 len=1
assigned_dev_pci_read_config: (5.0): address=0040 val=0x00000005 len=1
assigned_dev_pci_read_config: (5.0): address=0041 val=0x00000050 len=1
assigned_dev_pci_read_config: (5.0): address=0050 val=0x00000011 len=1
assigned_dev_pci_read_config: (5.0): address=0052 val=0x00000004 len=2
assigned_dev_pci_write_config: (5.0): address=0052 val=0x00000004 len=2
assigned_dev_pci_read_config: (5.0): address=0006 val=0x00000010 len=2
assigned_dev_pci_read_config: (5.0): address=0034 val=0x00000040 len=1
assigned_dev_pci_read_config: (5.0): address=0040 val=0x00000005 len=1
assigned_dev_pci_read_config: (5.0): address=0041 val=0x00000050 len=1
assigned_dev_pci_read_config: (5.0): address=0050 val=0x00000011 len=1
assigned_dev_pci_read_config: (5.0): address=0052 val=0x00000004 len=2
assigned_dev_pci_read_config: (5.0): address=0054 val=0x00000003 len=4
msix_mmio_writel: write to MSI-X entry table mmio offset 0x0, val 0xfee00000
msix_mmio_writel: write to MSI-X entry table mmio offset 0x4, val 0x0
msix_mmio_writel: write to MSI-X entry table mmio offset 0x8, val 0x4049
msix_mmio_writel: write to MSI-X entry table mmio offset 0x10, val 0xfee00000
msix_mmio_writel: write to MSI-X entry table mmio offset 0x14, val 0x0
msix_mmio_writel: write to MSI-X entry table mmio offset 0x18, val 0x4051
msix_mmio_writel: write to MSI-X entry table mmio offset 0x20, val 0xfee00000
msix_mmio_writel: write to MSI-X entry table mmio offset 0x24, val 0x0
msix_mmio_writel: write to MSI-X entry table mmio offset 0x28, val 0x4059
assigned_dev_pci_read_config: (5.0): address=0004 val=0x00000007 len=2
assigned_dev_pci_write_config: (5.0): address=0004 val=0x00000407 len=2
assigned_dev_pci_write_config: NON BAR (5.0): address=0004 val=0x00000407 len=2
assigned_dev_pci_read_config: (5.0): address=0006 val=0x00000010 len=2
assigned_dev_pci_read_config: (5.0): address=0034 val=0x00000040 len=1
assigned_dev_pci_read_config: (5.0): address=0040 val=0x00000005 len=1
assigned_dev_pci_read_config: (5.0): address=0041 val=0x00000050 len=1
assigned_dev_pci_read_config: (5.0): address=0050 val=0x00000011 len=1
assigned_dev_pci_read_config: (5.0): address=0052 val=0x00000004 len=2
assigned_dev_pci_write_config: (5.0): address=0052 val=0x00008004 len=2
assigned_dev_update_msix_mmio: MSI-X data 0x4049, MSI-X addr_lo 0xfee00000
!assigned_dev_update_msix_mmio: MSI-X entry gsi 0x18, entry 0
!assigned_dev_update_msix_mmio: MSI-X data 0x4051, MSI-X addr_lo 0xfee00000
!assigned_dev_update_msix_mmio: MSI-X entry gsi 0x19, entry 1
!assigned_dev_update_msix_mmio: MSI-X data 0x4059, MSI-X addr_lo 0xfee00000
!assigned_dev_update_msix_mmio: MSI-X entry gsi 0x1a, entry 2
!assigned_dev_pci_read_config: (5.0): address=0006 val=0x00000010 len=2
assigned_dev_pci_read_config: (5.0): address=0034 val=0x00000040 len=1
assigned_dev_pci_read_config: (5.0): address=0040 val=0x00000005 len=1
assigned_dev_pci_read_config: (5.0): address=0041 val=0x00000050 len=1
assigned_dev_pci_read_config: (5.0): address=0050 val=0x00000011 len=1
assigned_dev_pci_read_config: (5.0): address=0051 val=0x00000000 len=1
assigned_dev_pci_read_config: (5.0): address=000e val=0x00000000 len=2
msix_mmio_writel: write to MSI-X entry table mmio offset 0xc, val 0x0
msix_mmio_writel: write to MSI-X entry table mmio offset 0x0, val 0xfee00000
msix_mmio_writel: write to MSI-X entry table mmio offset 0x4, val 0x0
msix_mmio_writel: write to MSI-X entry table mmio offset 0x8, val 0x4049
msix_mmio_writel: write to MSI-X entry table mmio offset 0x1c, val 0x0
msix_mmio_writel: write to MSI-X entry table mmio offset 0x10, val 0xfee00000
msix_mmio_writel: write to MSI-X entry table mmio offset 0x14, val 0x0
msix_mmio_writel: write to MSI-X entry table mmio offset 0x18, val 0x4051
msix_mmio_writel: write to MSI-X entry table mmio offset 0x2c, val 0x0
msix_mmio_writel: write to MSI-X entry table mmio offset 0x20, val 0xfee00000
msix_mmio_writel: write to MSI-X entry table mmio offset 0x24, val 0x0
msix_mmio_writel: write to MSI-X entry table mmio offset 0x28, val 0x4059


> Unhandled MSR doesn't matter - and I thought they have already been discard 
> long ago?
> 
> I saw the interrupt of host assigned device seems fine, you can also check if 
> guest have interrupt for that device.
> 
> Thanks.
> 

Thanks!

--nab

Initializing cgroup subsys cpuset
Initializing cgroup subsys cpu
Linux version 2.6.29.1-111.fc11.x86_64 (mockbuild@xxxxxxxxxxxxxxxxxxxxxxxxxxx) (gcc version 4.4.0 20090423 (Red Hat 4.4.0-1) (GCC) ) #1 SMP Fri Apr 24 10:57:09 EDT 2009
Command line: ro root=/dev/mapper/vg_barret-lv_root rhgb pci=resource_alignment=06:00.0;06:00.1;06:00.2;06:00.3;06:00.4;06:00.5;06:00.6;06:00.7;07:00.0;07:00.1;07:00.2;07:00.3;07:00.4;07:00.5;07:00.6;07:00.7
KERNEL supported cpus:
  Intel GenuineIntel
  AMD AuthenticAMD
  Centaur CentaurHauls
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009ec00 (usable)
 BIOS-e820: 000000000009ec00 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 00000000bf780000 (usable)
 BIOS-e820: 00000000bf780000 - 00000000bf78e000 (ACPI data)
 BIOS-e820: 00000000bf78e000 - 00000000bf7d0000 (ACPI NVS)
 BIOS-e820: 00000000bf7d0000 - 00000000bf7e0000 (reserved)
 BIOS-e820: 00000000bf7ec000 - 00000000c0000000 (reserved)
 BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
 BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
 BIOS-e820: 00000000ffa00000 - 0000000100000000 (reserved)
 BIOS-e820: 0000000100000000 - 0000000240000000 (usable)
PCI: Unknown option `resource_alignment=06:00.0;06:00.1;06:00.2;06:00.3;06:00.4;06:00.5;06:00.6;06:00.7;07:00.0;07:00.1;07:00.2;07:00.3;07:00.4;07:00.5;07:00.6;07:00.7'
DMI present.
AMI BIOS detected: BIOS may corrupt low RAM, working around it.
last_pfn = 0x240000 max_arch_pfn = 0x100000000
x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
original variable MTRRs
reg 0, base: 0GB, range: 8GB, type WB
reg 1, base: 8GB, range: 1GB, type WB
reg 2, base: 3GB, range: 1GB, type UC
reg 3, base: 3064MB, range: 8MB, type UC
total RAM coverred: 8184M
Found optimal setting for mtrr clean up
 gran_size: 64K 	chunk_size: 16M 	num_reg: 5  	lose cover RAM: 0G
New variable MTRRs
reg 0, base: 0GB, range: 2GB, type WB
reg 1, base: 2GB, range: 1GB, type WB
reg 2, base: 3064MB, range: 8MB, type UC
reg 3, base: 4GB, range: 4GB, type WB
reg 4, base: 8GB, range: 1GB, type WB
x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
last_pfn = 0xbf780 max_arch_pfn = 0x100000000
init_memory_mapping: 0000000000000000-00000000bf780000
 0000000000 - 00bf600000 page 2M
 00bf600000 - 00bf780000 page 4k
kernel direct mapping tables up to bf780000 @ 10000-15000
last_map_addr: bf780000 end: bf780000
init_memory_mapping: 0000000100000000-0000000240000000
 0100000000 - 0240000000 page 2M
kernel direct mapping tables up to 240000000 @ 13000-1d000
last_map_addr: 240000000 end: 240000000
RAMDISK: 37ce4000 - 37fef167
ACPI: RSDP 000FA420, 0024 (r2 ACPIAM)
ACPI: XSDT BF780100, 0064 (r1 042109 XSDT1027 20090421 MSFT       97)
ACPI: FACP BF780290, 00F4 (r4 042109 FACP1027 20090421 MSFT       97)
ACPI Warning (tbfadt-0568): 32/64X length mismatch in Gpe0Block: 128/64 [20081204]
FADT: X_PM1a_EVT_BLK.bit_width (16) does not match PM1_EVT_LEN (4)
ACPI: DSDT BF7804B0, 5E8E (r2  7010_ 7010_001        1 INTL 20051117)
ACPI: FACS BF78E000, 0040
ACPI: APIC BF780390, 00DE (r2 042109 APIC1027 20090421 MSFT       97)
ACPI: MCFG BF780470, 003C (r1 042109 OEMMCFG  20090421 MSFT       97)
ACPI: OEMB BF78E040, 007A (r1 042109 OEMB1027 20090421 MSFT       97)
ACPI: HPET BF78A4B0, 0038 (r1 042109 OEMHPET  20090421 MSFT       97)
ACPI: SRAT BF78A4F0, 01D0 (r1 042109 OEMSRAT         1 INTL        1)
ACPI: DMAR BF78E0C0, 0128 (r1    AMI  OEMDMAR        1 MSFT       97)
ACPI: SSDT BF791E00, 0363 (r1 DpgPmm    CpuPm       12 INTL 20051117)
ACPI: Local APIC address 0xfee00000
SRAT: PXM 0 -> APIC 0 -> Node 0
SRAT: PXM 0 -> APIC 2 -> Node 0
SRAT: PXM 0 -> APIC 4 -> Node 0
SRAT: PXM 0 -> APIC 6 -> Node 0
SRAT: PXM 0 -> APIC 1 -> Node 0
SRAT: PXM 0 -> APIC 3 -> Node 0
SRAT: PXM 0 -> APIC 5 -> Node 0
SRAT: PXM 0 -> APIC 7 -> Node 0
SRAT: PXM 1 -> APIC 16 -> Node 1
SRAT: PXM 1 -> APIC 18 -> Node 1
SRAT: PXM 1 -> APIC 20 -> Node 1
SRAT: PXM 1 -> APIC 22 -> Node 1
SRAT: PXM 1 -> APIC 17 -> Node 1
SRAT: PXM 1 -> APIC 19 -> Node 1
SRAT: PXM 1 -> APIC 21 -> Node 1
SRAT: PXM 1 -> APIC 23 -> Node 1
SRAT: Node 0 PXM 0 0-a0000
SRAT: Node 0 PXM 0 100000-c0000000
SRAT: Node 0 PXM 0 100000000-140000000
SRAT: Node 2 PXM 257 140000000-240000000
NUMA: Allocated memnodemap from 18000 - 1c880
NUMA: Using 20 for the hash shift.
Bootmem setup node 0 0000000000000000-0000000140000000
  NODE_DATA [000000000001c880 - 000000000003187f]
  bootmap [0000000000032000 -  0000000000059fff] pages 28
(8 early reservations) ==> bootmem [0000000000 - 0140000000]
  #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
  #1 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
  #2 [0000200000 - 0000acb00c]    TEXT DATA BSS ==> [0000200000 - 0000acb00c]
  #3 [0037ce4000 - 0037fef167]          RAMDISK ==> [0037ce4000 - 0037fef167]
  #4 [000009ec00 - 0000100000]    BIOS reserved ==> [000009ec00 - 0000100000]
  #5 [0000010000 - 0000013000]          PGTABLE ==> [0000010000 - 0000013000]
  #6 [0000013000 - 0000018000]          PGTABLE ==> [0000013000 - 0000018000]
  #7 [0000018000 - 000001c880]       MEMNODEMAP ==> [0000018000 - 000001c880]
Bootmem setup node 2 0000000140000000-0000000240000000
  NODE_DATA [0000000140000000 - 0000000140014fff]
  bootmap [0000000140015000 -  0000000140034fff] pages 20
(8 early reservations) ==> bootmem [0140000000 - 0240000000]
  #0 [0000000000 - 0000001000]   BIOS data page
  #1 [0000006000 - 0000008000]       TRAMPOLINE
  #2 [0000200000 - 0000acb00c]    TEXT DATA BSS
  #3 [0037ce4000 - 0037fef167]          RAMDISK
  #4 [000009ec00 - 0000100000]    BIOS reserved
  #5 [0000010000 - 0000013000]          PGTABLE
  #6 [0000013000 - 0000018000]          PGTABLE
  #7 [0000018000 - 000001c880]       MEMNODEMAP
found SMP MP-table at [ffff8800000ff780] 000ff780
 [ffffe20000000000-ffffe200045fffff] PMD -> [ffff880028200000-ffff88002b9fffff] on node 0
 [ffffe20004600000-ffffe20007dfffff] PMD -> [ffff880140200000-ffff8801439fffff] on node 2
Zone PFN ranges:
  DMA      0x00000010 -> 0x00001000
  DMA32    0x00001000 -> 0x00100000
  Normal   0x00100000 -> 0x00240000
Movable zone start PFN for each node
early_node_map[4] active PFN ranges
    0: 0x00000010 -> 0x0000009e
    0: 0x00000100 -> 0x000bf780
    0: 0x00100000 -> 0x00140000
    2: 0x00140000 -> 0x00240000
On node 0 totalpages: 1046286
  DMA zone: 56 pages used for memmap
  DMA zone: 2365 pages reserved
  DMA zone: 1561 pages, LIFO batch:0
  DMA32 zone: 14280 pages used for memmap
  DMA32 zone: 765880 pages, LIFO batch:31
  Normal zone: 3584 pages used for memmap
  Normal zone: 258560 pages, LIFO batch:31
On node 2 totalpages: 1048576
  Normal zone: 14336 pages used for memmap
  Normal zone: 1034240 pages, LIFO batch:31
ACPI: PM-Timer IO Port: 0x808
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
ACPI: LAPIC (acpi_id[0x05] lapic_id[0x10] enabled)
ACPI: LAPIC (acpi_id[0x06] lapic_id[0x12] enabled)
ACPI: LAPIC (acpi_id[0x07] lapic_id[0x14] enabled)
ACPI: LAPIC (acpi_id[0x08] lapic_id[0x16] enabled)
ACPI: LAPIC (acpi_id[0x09] lapic_id[0x01] enabled)
ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x03] enabled)
ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x05] enabled)
ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x07] enabled)
ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x11] enabled)
ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x13] enabled)
ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x15] enabled)
ACPI: LAPIC (acpi_id[0x10] lapic_id[0x17] enabled)
ACPI: LAPIC_NMI (acpi_id[0xff] high dfl lint[0x1])
ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 8, version 0, address 0xfec00000, GSI 0-23
ACPI: IOAPIC (id[0x09] address[0xfec8a000] gsi_base[24])
IOAPIC[1]: apic_id 9, version 0, address 0xfec8a000, GSI 24-47
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Using ACPI (MADT) for SMP configuration information
ACPI: HPET id: 0x8086a301 base: 0xfed00000
SMP: Allowing 16 CPUs, 0 hotplug CPUs
nr_irqs_gsi: 48
PM: Registered nosave memory: 000000000009e000 - 000000000009f000
PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
PM: Registered nosave memory: 00000000bf780000 - 00000000bf78e000
PM: Registered nosave memory: 00000000bf78e000 - 00000000bf7d0000
PM: Registered nosave memory: 00000000bf7d0000 - 00000000bf7e0000
PM: Registered nosave memory: 00000000bf7e0000 - 00000000bf7ec000
PM: Registered nosave memory: 00000000bf7ec000 - 00000000c0000000
PM: Registered nosave memory: 00000000c0000000 - 00000000e0000000
PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
PM: Registered nosave memory: 00000000f0000000 - 00000000fee00000
PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
PM: Registered nosave memory: 00000000fee01000 - 00000000ffa00000
PM: Registered nosave memory: 00000000ffa00000 - 0000000100000000
Allocating PCI resources starting at c2000000 (gap: c0000000:20000000)
NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:16 nr_node_ids:3
PERCPU: Allocating 65536 bytes of per cpu data
Built 2 zonelists in Node order, mobility grouping on.  Total pages: 2060241
Policy zone: Normal
Kernel command line: ro root=/dev/mapper/vg_barret-lv_root rhgb pci=resource_alignment=06:00.0;06:00.1;06:00.2;06:00.3;06:00.4;06:00.5;06:00.6;06:00.7;07:00.0;07:00.1;07:00.2;07:00.3;07:00.4;07:00.5;07:00.6;07:00.7
Initializing CPU#0
PID hash table entries: 4096 (order: 12, 32768 bytes)
Extended CMOS year: 2000
Fast TSC calibration using PIT
Detected 2266.877 MHz processor.
Console: colour VGA+ 80x25
console [tty0] enabled
allocated 83886080 bytes of page_cgroup
please try cgroup_disable=memory option if you don't want
Checking aperture...
No AGP bridge found
Calgary: detecting Calgary via BIOS EBDA area
Calgary: Unable to locate Rio Grande table in EBDA - bailing!
PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Placing 64MB software IO TLB between ffff880020000000 - ffff880024000000
software IO TLB at phys 0x20000000 - 0x24000000
Memory: 8103140k/9437184k available (3788k kernel code, 1057736k absent, 276308k reserved, 2295k data, 1312k init)
SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=3
hpet clockevent registered
HPET: 4 timers in total, 0 timers will be used for per-cpu timer
Calibrating delay loop (skipped), value calculated using timer frequency.. 4533.75 BogoMIPS (lpj=2266877)
Security Framework initialized
SELinux:  Initializing.
SELinux:  Starting in permissive mode
Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
Mount-cache hash table entries: 256
Initializing cgroup subsys ns
Initializing cgroup subsys cpuacct
Initializing cgroup subsys memory
Initializing cgroup subsys devices
Initializing cgroup subsys freezer
Initializing cgroup subsys net_cls
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 8192K
CPU 0/0x0 -> Node 0
CPU0: Thermal monitoring enabled (TM1)
using mwait in idle threads.
ACPI: Core revision 20081204
ftrace: converting mcount calls to 0f 1f 44 00 00
ftrace: allocating 18898 entries in 149 pages
Setting APIC routing to physical flat
..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
CPU0: Intel(R) Xeon(R) CPU           E5520  @ 2.27GHz stepping 05
APIC calibration not consistent with PM Timer: 119ms instead of 100ms
APIC delta adjusted to PM-Timer: 833336 (998607)
Booting processor 1 APIC 0x2 ip 0x6000
Initializing CPU#1
Calibrating delay using timer specific routine.. 4532.64 BogoMIPS (lpj=2266323)
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 1
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 8192K
CPU 1/0x2 -> Node 0
CPU1: Thermal monitoring enabled (TM1)
x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
CPU1: Intel(R) Xeon(R) CPU           E5520  @ 2.27GHz stepping 05
checking TSC synchronization [CPU#0 -> CPU#1]: passed.
Booting processor 2 APIC 0x4 ip 0x6000
Initializing CPU#2
Calibrating delay using timer specific routine.. 4532.64 BogoMIPS (lpj=2266324)
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 2
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 8192K
CPU 2/0x4 -> Node 0
CPU2: Thermal monitoring enabled (TM1)
x86 PAT enabled: cpu 2, old 0x7040600070406, new 0x7010600070106
CPU2: Intel(R) Xeon(R) CPU           E5520  @ 2.27GHz stepping 05
checking TSC synchronization [CPU#0 -> CPU#2]: passed.
Booting processor 3 APIC 0x6 ip 0x6000
Initializing CPU#3
Calibrating delay using timer specific routine.. 4532.64 BogoMIPS (lpj=2266322)
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 3
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 8192K
CPU 3/0x6 -> Node 0
CPU3: Thermal monitoring enabled (TM1)
x86 PAT enabled: cpu 3, old 0x7040600070406, new 0x7010600070106
CPU3: Intel(R) Xeon(R) CPU           E5520  @ 2.27GHz stepping 05
checking TSC synchronization [CPU#0 -> CPU#3]: passed.
Booting processor 4 APIC 0x10 ip 0x6000
Initializing CPU#4
Calibrating delay using timer specific routine.. 4532.67 BogoMIPS (lpj=2266339)
CPU: Physical Processor ID: 1
CPU: Processor Core ID: 0
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 8192K
CPU 4/0x10 -> Node 0
CPU4: Thermal monitoring enabled (TM1)
x86 PAT enabled: cpu 4, old 0x7040600070406, new 0x7010600070106
CPU4: Intel(R) Xeon(R) CPU           E5520  @ 2.27GHz stepping 05
checking TSC synchronization [CPU#0 -> CPU#4]: passed.
Booting processor 5 APIC 0x12 ip 0x6000
Initializing CPU#5
Calibrating delay using timer specific routine.. 4532.67 BogoMIPS (lpj=2266339)
CPU: Physical Processor ID: 1
CPU: Processor Core ID: 1
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 8192K
CPU 5/0x12 -> Node 0
CPU5: Thermal monitoring enabled (TM1)
x86 PAT enabled: cpu 5, old 0x7040600070406, new 0x7010600070106
CPU5: Intel(R) Xeon(R) CPU           E5520  @ 2.27GHz stepping 05
checking TSC synchronization [CPU#0 -> CPU#5]: passed.
Booting processor 6 APIC 0x14 ip 0x6000
Initializing CPU#6
Calibrating delay using timer specific routine.. 4532.68 BogoMIPS (lpj=2266341)
CPU: Physical Processor ID: 1
CPU: Processor Core ID: 2
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 8192K
CPU 6/0x14 -> Node 0
CPU6: Thermal monitoring enabled (TM1)
x86 PAT enabled: cpu 6, old 0x7040600070406, new 0x7010600070106
CPU6: Intel(R) Xeon(R) CPU           E5520  @ 2.27GHz stepping 05
checking TSC synchronization [CPU#0 -> CPU#6]: passed.
Booting processor 7 APIC 0x16 ip 0x6000
Initializing CPU#7
Calibrating delay using timer specific routine.. 4532.68 BogoMIPS (lpj=2266342)
CPU: Physical Processor ID: 1
CPU: Processor Core ID: 3
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 8192K
CPU 7/0x16 -> Node 0
CPU7: Thermal monitoring enabled (TM1)
x86 PAT enabled: cpu 7, old 0x7040600070406, new 0x7010600070106
CPU7: Intel(R) Xeon(R) CPU           E5520  @ 2.27GHz stepping 05
checking TSC synchronization [CPU#0 -> CPU#7]: passed.
Booting processor 8 APIC 0x1 ip 0x6000
Initializing CPU#8
Calibrating delay using timer specific routine.. 4532.67 BogoMIPS (lpj=2266339)
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 8192K
CPU 8/0x1 -> Node 0
CPU8: Thermal monitoring enabled (TM1)
x86 PAT enabled: cpu 8, old 0x7040600070406, new 0x7010600070106
CPU8: Intel(R) Xeon(R) CPU           E5520  @ 2.27GHz stepping 05
checking TSC synchronization [CPU#0 -> CPU#8]: passed.
Booting processor 9 APIC 0x3 ip 0x6000
Initializing CPU#9
Calibrating delay using timer specific routine.. 4532.67 BogoMIPS (lpj=2266339)
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 1
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 8192K
CPU 9/0x3 -> Node 0
CPU9: Thermal monitoring enabled (TM1)
x86 PAT enabled: cpu 9, old 0x7040600070406, new 0x7010600070106
CPU9: Intel(R) Xeon(R) CPU           E5520  @ 2.27GHz stepping 05
checking TSC synchronization [CPU#0 -> CPU#9]: passed.
Booting processor 10 APIC 0x5 ip 0x6000
Initializing CPU#10
Calibrating delay using timer specific routine.. 4532.67 BogoMIPS (lpj=2266339)
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 2
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 8192K
CPU 10/0x5 -> Node 0
CPU10: Thermal monitoring enabled (TM1)
x86 PAT enabled: cpu 10, old 0x7040600070406, new 0x7010600070106
CPU10: Intel(R) Xeon(R) CPU           E5520  @ 2.27GHz stepping 05
checking TSC synchronization [CPU#0 -> CPU#10]: passed.
Booting processor 11 APIC 0x7 ip 0x6000
Initializing CPU#11
Calibrating delay using timer specific routine.. 4532.66 BogoMIPS (lpj=2266334)
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 3
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 8192K
CPU 11/0x7 -> Node 0
CPU11: Thermal monitoring enabled (TM1)
x86 PAT enabled: cpu 11, old 0x7040600070406, new 0x7010600070106
CPU11: Intel(R) Xeon(R) CPU           E5520  @ 2.27GHz stepping 05
checking TSC synchronization [CPU#0 -> CPU#11]: passed.
Booting processor 12 APIC 0x11 ip 0x6000
Initializing CPU#12
Calibrating delay using timer specific routine.. 16952.03 BogoMIPS (lpj=8476017)
CPU: Physical Processor ID: 1
CPU: Processor Core ID: 0
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 8192K
CPU 12/0x11 -> Node 0
CPU12: Thermal monitoring enabled (TM1)
x86 PAT enabled: cpu 12, old 0x7040600070406, new 0x7010600070106
CPU12: Intel(R) Xeon(R) CPU           E5520  @ 2.27GHz stepping 05
checking TSC synchronization [CPU#0 -> CPU#12]: passed.
Booting processor 13 APIC 0x13 ip 0x6000
Initializing CPU#13
Calibrating delay using timer specific routine.. 4532.67 BogoMIPS (lpj=2266339)
CPU: Physical Processor ID: 1
CPU: Processor Core ID: 1
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 8192K
CPU 13/0x13 -> Node 0
CPU13: Thermal monitoring enabled (TM1)
x86 PAT enabled: cpu 13, old 0x7040600070406, new 0x7010600070106
CPU13: Intel(R) Xeon(R) CPU           E5520  @ 2.27GHz stepping 05
checking TSC synchronization [CPU#0 -> CPU#13]: passed.
Booting processor 14 APIC 0x15 ip 0x6000
Initializing CPU#14
Calibrating delay using timer specific routine.. 4532.67 BogoMIPS (lpj=2266339)
CPU: Physical Processor ID: 1
CPU: Processor Core ID: 2
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 8192K
CPU 14/0x15 -> Node 0
CPU14: Thermal monitoring enabled (TM1)
x86 PAT enabled: cpu 14, old 0x7040600070406, new 0x7010600070106
CPU14: Intel(R) Xeon(R) CPU           E5520  @ 2.27GHz stepping 05
checking TSC synchronization [CPU#0 -> CPU#14]: passed.
Booting processor 15 APIC 0x17 ip 0x6000
Initializing CPU#15
Calibrating delay using timer specific routine.. 4532.68 BogoMIPS (lpj=2266340)
CPU: Physical Processor ID: 1
CPU: Processor Core ID: 3
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 8192K
CPU 15/0x17 -> Node 0
CPU15: Thermal monitoring enabled (TM1)
x86 PAT enabled: cpu 15, old 0x7040600070406, new 0x7010600070106
CPU15: Intel(R) Xeon(R) CPU           E5520  @ 2.27GHz stepping 05
checking TSC synchronization [CPU#0 -> CPU#15]: passed.
Brought up 16 CPUs
Total of 16 processors activated (84943.18 BogoMIPS).
sizeof(vma)=176 bytes
sizeof(page)=56 bytes
sizeof(inode)=560 bytes
sizeof(dentry)=192 bytes
sizeof(ext3inode)=760 bytes
sizeof(buffer_head)=104 bytes
sizeof(skbuff)=232 bytes
sizeof(task_struct)=5920 bytes
CPU0 attaching sched-domain:
 domain 0: span 0,8 level SIBLING
  groups: 0 8
  domain 1: span 0-3,8-11 level MC
   groups: 0,8 1,9 2,10 3,11
   domain 2: span 0-15 level CPU
    groups: 0-3,8-11 4-7,12-15
    domain 3: span 0-15 level NODE
     groups: 0-15
CPU1 attaching sched-domain:
 domain 0: span 1,9 level SIBLING
  groups: 1 9
  domain 1: span 0-3,8-11 level MC
   groups: 1,9 2,10 3,11 0,8
   domain 2: span 0-15 level CPU
    groups: 0-3,8-11 4-7,12-15
    domain 3: span 0-15 level NODE
     groups: 0-15
CPU2 attaching sched-domain:
 domain 0: span 2,10 level SIBLING
  groups: 2 10
  domain 1: span 0-3,8-11 level MC
   groups: 2,10 3,11 0,8 1,9
   domain 2: span 0-15 level CPU
    groups: 0-3,8-11 4-7,12-15
    domain 3: span 0-15 level NODE
     groups: 0-15
CPU3 attaching sched-domain:
 domain 0: span 3,11 level SIBLING
  groups: 3 11
  domain 1: span 0-3,8-11 level MC
   groups: 3,11 0,8 1,9 2,10
   domain 2: span 0-15 level CPU
    groups: 0-3,8-11 4-7,12-15
    domain 3: span 0-15 level NODE
     groups: 0-15
CPU4 attaching sched-domain:
 domain 0: span 4,12 level SIBLING
  groups: 4 12
  domain 1: span 4-7,12-15 level MC
   groups: 4,12 5,13 6,14 7,15
   domain 2: span 0-15 level CPU
    groups: 4-7,12-15 0-3,8-11
    domain 3: span 0-15 level NODE
     groups: 0-15
CPU5 attaching sched-domain:
 domain 0: span 5,13 level SIBLING
  groups: 5 13
  domain 1: span 4-7,12-15 level MC
   groups: 5,13 6,14 7,15 4,12
   domain 2: span 0-15 level CPU
    groups: 4-7,12-15 0-3,8-11
    domain 3: span 0-15 level NODE
     groups: 0-15
CPU6 attaching sched-domain:
 domain 0: span 6,14 level SIBLING
  groups: 6 14
  domain 1: span 4-7,12-15 level MC
   groups: 6,14 7,15 4,12 5,13
   domain 2: span 0-15 level CPU
    groups: 4-7,12-15 0-3,8-11
    domain 3: span 0-15 level NODE
     groups: 0-15
CPU7 attaching sched-domain:
 domain 0: span 7,15 level SIBLING
  groups: 7 15
  domain 1: span 4-7,12-15 level MC
   groups: 7,15 4,12 5,13 6,14
   domain 2: span 0-15 level CPU
    groups: 4-7,12-15 0-3,8-11
    domain 3: span 0-15 level NODE
     groups: 0-15
CPU8 attaching sched-domain:
 domain 0: span 0,8 level SIBLING
  groups: 8 0
  domain 1: span 0-3,8-11 level MC
   groups: 0,8 1,9 2,10 3,11
   domain 2: span 0-15 level CPU
    groups: 0-3,8-11 4-7,12-15
    domain 3: span 0-15 level NODE
     groups: 0-15
CPU9 attaching sched-domain:
 domain 0: span 1,9 level SIBLING
  groups: 9 1
  domain 1: span 0-3,8-11 level MC
   groups: 1,9 2,10 3,11 0,8
   domain 2: span 0-15 level CPU
    groups: 0-3,8-11 4-7,12-15
    domain 3: span 0-15 level NODE
     groups: 0-15
CPU10 attaching sched-domain:
 domain 0: span 2,10 level SIBLING
  groups: 10 2
  domain 1: span 0-3,8-11 level MC
   groups: 2,10 3,11 0,8 1,9
   domain 2: span 0-15 level CPU
    groups: 0-3,8-11 4-7,12-15
    domain 3: span 0-15 level NODE
     groups: 0-15
CPU11 attaching sched-domain:
 domain 0: span 3,11 level SIBLING
  groups: 11 3
  domain 1: span 0-3,8-11 level MC
   groups: 3,11 0,8 1,9 2,10
   domain 2: span 0-15 level CPU
    groups: 0-3,8-11 4-7,12-15
    domain 3: span 0-15 level NODE
     groups: 0-15
CPU12 attaching sched-domain:
 domain 0: span 4,12 level SIBLING
  groups: 12 4
  domain 1: span 4-7,12-15 level MC
   groups: 4,12 5,13 6,14 7,15
   domain 2: span 0-15 level CPU
    groups: 4-7,12-15 0-3,8-11
    domain 3: span 0-15 level NODE
     groups: 0-15
CPU13 attaching sched-domain:
 domain 0: span 5,13 level SIBLING
  groups: 13 5
  domain 1: span 4-7,12-15 level MC
   groups: 5,13 6,14 7,15 4,12
   domain 2: span 0-15 level CPU
    groups: 4-7,12-15 0-3,8-11
    domain 3: span 0-15 level NODE
     groups: 0-15
CPU14 attaching sched-domain:
 domain 0: span 6,14 level SIBLING
  groups: 14 6
  domain 1: span 4-7,12-15 level MC
   groups: 6,14 7,15 4,12 5,13
   domain 2: span 0-15 level CPU
    groups: 4-7,12-15 0-3,8-11
    domain 3: span 0-15 level NODE
     groups: 0-15
CPU15 attaching sched-domain:
 domain 0: span 7,15 level SIBLING
  groups: 15 7
  domain 1: span 4-7,12-15 level MC
   groups: 7,15 4,12 5,13 6,14
   domain 2: span 0-15 level CPU
    groups: 4-7,12-15 0-3,8-11
    domain 3: span 0-15 level NODE
     groups: 0-15
net_namespace: 1904 bytes
Booting paravirtualized kernel on bare hardware
regulator: core version 0.5
Time:  8:42:24  Date: 05/04/09
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
PCI: MCFG area at e0000000 reserved in E820
PCI: Using MMCONFIG at e0000000 - efffffff
PCI: Using configuration type 1 for base access
bio: create slab <bio-0> at 0
ACPI: EC: Look up EC in DSDT
ACPI: Interpreter enabled
ACPI: (supports S0 S1 S3 S4 S5)
ACPI: Using IOAPIC for interrupt routing
ACPI: No dock devices found.
ACPI: PCI Root Bridge [PCI0] (0000:00)
pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
pci 0000:00:00.0: PME# disabled
pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
pci 0000:00:01.0: PME# disabled
pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
pci 0000:00:03.0: PME# disabled
pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
pci 0000:00:05.0: PME# disabled
pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
pci 0000:00:07.0: PME# disabled
pci 0000:00:13.0: reg 10 32bit mmio: [0xfec8a000-0xfec8afff]
pci 0000:00:13.0: PME# supported from D0 D3hot D3cold
pci 0000:00:13.0: PME# disabled
pci 0000:00:16.0: reg 10 64bit mmio: [0xfa6d4000-0xfa6d7fff]
pci 0000:00:16.1: reg 10 64bit mmio: [0xfa6d8000-0xfa6dbfff]
pci 0000:00:16.2: reg 10 64bit mmio: [0xfa6dc000-0xfa6dffff]
pci 0000:00:16.3: reg 10 64bit mmio: [0xfa6e0000-0xfa6e3fff]
pci 0000:00:16.4: reg 10 64bit mmio: [0xfa6e4000-0xfa6e7fff]
pci 0000:00:16.5: reg 10 64bit mmio: [0xfa6e8000-0xfa6ebfff]
pci 0000:00:16.6: reg 10 64bit mmio: [0xfa6ec000-0xfa6effff]
pci 0000:00:16.7: reg 10 64bit mmio: [0xfa6f0000-0xfa6f3fff]
pci 0000:00:1a.0: reg 20 io port: [0x9400-0x941f]
pci 0000:00:1a.1: reg 20 io port: [0x9480-0x949f]
pci 0000:00:1a.2: reg 20 io port: [0x9800-0x981f]
pci 0000:00:1a.7: reg 10 32bit mmio: [0xfa6f6000-0xfa6f63ff]
pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
pci 0000:00:1a.7: PME# disabled
pci 0000:00:1b.0: reg 10 64bit mmio: [0xfa6f8000-0xfa6fbfff]
pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1b.0: PME# disabled
pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.0: PME# disabled
pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.4: PME# disabled
pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.5: PME# disabled
pci 0000:00:1d.0: reg 20 io port: [0x9880-0x989f]
pci 0000:00:1d.1: reg 20 io port: [0x9c00-0x9c1f]
pci 0000:00:1d.2: reg 20 io port: [0xa000-0xa01f]
pci 0000:00:1d.7: reg 10 32bit mmio: [0xfa6fc000-0xfa6fc3ff]
pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.7: PME# disabled
pci 0000:00:1f.0: quirk: region 0800-087f claimed by ICH6 ACPI/GPIO/TCO
pci 0000:00:1f.0: quirk: region 0500-053f claimed by ICH6 GPIO
pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0a00 (mask 00ff)
pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0ca0 (mask 000f)
pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at f700 (mask 000f)
pci 0000:00:1f.2: reg 10 io port: [0xac00-0xac07]
pci 0000:00:1f.2: reg 14 io port: [0xa880-0xa883]
pci 0000:00:1f.2: reg 18 io port: [0xa800-0xa807]
pci 0000:00:1f.2: reg 1c io port: [0xa480-0xa483]
pci 0000:00:1f.2: reg 20 io port: [0xa400-0xa40f]
pci 0000:00:1f.2: reg 24 io port: [0xa080-0xa08f]
pci 0000:00:1f.3: reg 10 64bit mmio: [0xfa6fe000-0xfa6fe0ff]
pci 0000:00:1f.3: reg 20 io port: [0x400-0x41f]
pci 0000:00:1f.5: reg 10 io port: [0xbc00-0xbc07]
pci 0000:00:1f.5: reg 14 io port: [0xb880-0xb883]
pci 0000:00:1f.5: reg 18 io port: [0xb800-0xb807]
pci 0000:00:1f.5: reg 1c io port: [0xb480-0xb483]
pci 0000:00:1f.5: reg 20 io port: [0xb400-0xb40f]
pci 0000:00:1f.5: reg 24 io port: [0xb080-0xb08f]
pci 0000:07:00.0: reg 10 64bit mmio: [0xf2800000-0xf2ffffff]
pci 0000:07:00.0: reg 18 64bit mmio: [0xf27ff000-0xf27fffff]
pci 0000:07:00.0: reg 20 64bit mmio: [0xf27fec00-0xf27fecff]
pci 0000:07:00.0: reg 30 32bit mmio: [0xfbb00000-0xfbb7ffff]
pci 0000:07:00.0: supports D1 D2
pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot
pci 0000:07:00.0: PME# disabled
pci 0000:07:00.1: reg 10 64bit mmio: [0xf3800000-0xf3ffffff]
pci 0000:07:00.1: reg 18 64bit mmio: [0xf37ff000-0xf37fffff]
pci 0000:07:00.1: reg 20 64bit mmio: [0xf37fec00-0xf37fecff]
pci 0000:07:00.1: reg 30 32bit mmio: [0xfbb80000-0xfbbfffff]
pci 0000:07:00.1: supports D1 D2
pci 0000:07:00.1: PME# supported from D0 D1 D2 D3hot
pci 0000:07:00.1: PME# disabled
pci 0000:07:00.2: reg 10 64bit mmio: [0xf4800000-0xf4ffffff]
pci 0000:07:00.2: reg 18 64bit mmio: [0xf47ff000-0xf47fffff]
pci 0000:07:00.2: reg 20 64bit mmio: [0xf47fec00-0xf47fecff]
pci 0000:07:00.2: reg 30 32bit mmio: [0xfbc00000-0xfbc7ffff]
pci 0000:07:00.2: supports D1 D2
pci 0000:07:00.2: PME# supported from D0 D1 D2 D3hot
pci 0000:07:00.2: PME# disabled
pci 0000:07:00.3: reg 10 64bit mmio: [0xf5800000-0xf5ffffff]
pci 0000:07:00.3: reg 18 64bit mmio: [0xf57ff000-0xf57fffff]
pci 0000:07:00.3: reg 20 64bit mmio: [0xf57fec00-0xf57fecff]
pci 0000:07:00.3: reg 30 32bit mmio: [0xfbc80000-0xfbcfffff]
pci 0000:07:00.3: supports D1 D2
pci 0000:07:00.3: PME# supported from D0 D1 D2 D3hot
pci 0000:07:00.3: PME# disabled
pci 0000:07:00.4: reg 10 64bit mmio: [0xf6800000-0xf6ffffff]
pci 0000:07:00.4: reg 18 64bit mmio: [0xf67ff000-0xf67fffff]
pci 0000:07:00.4: reg 20 64bit mmio: [0xf67fec00-0xf67fecff]
pci 0000:07:00.4: reg 30 32bit mmio: [0xfbd00000-0xfbd7ffff]
pci 0000:07:00.4: supports D1 D2
pci 0000:07:00.4: PME# supported from D0 D1 D2 D3hot
pci 0000:07:00.4: PME# disabled
pci 0000:07:00.5: reg 10 64bit mmio: [0xf7800000-0xf7ffffff]
pci 0000:07:00.5: reg 18 64bit mmio: [0xf77ff000-0xf77fffff]
pci 0000:07:00.5: reg 20 64bit mmio: [0xf77fec00-0xf77fecff]
pci 0000:07:00.5: reg 30 32bit mmio: [0xfbd80000-0xfbdfffff]
pci 0000:07:00.5: supports D1 D2
pci 0000:07:00.5: PME# supported from D0 D1 D2 D3hot
pci 0000:07:00.5: PME# disabled
pci 0000:07:00.6: reg 10 64bit mmio: [0xf8800000-0xf8ffffff]
pci 0000:07:00.6: reg 18 64bit mmio: [0xf87ff000-0xf87fffff]
pci 0000:07:00.6: reg 20 64bit mmio: [0xf87fec00-0xf87fecff]
pci 0000:07:00.6: reg 30 32bit mmio: [0xfbe00000-0xfbe7ffff]
pci 0000:07:00.6: supports D1 D2
pci 0000:07:00.6: PME# supported from D0 D1 D2 D3hot
pci 0000:07:00.6: PME# disabled
pci 0000:07:00.7: reg 10 64bit mmio: [0xf9800000-0xf9ffffff]
pci 0000:07:00.7: reg 18 64bit mmio: [0xf97ff000-0xf97fffff]
pci 0000:07:00.7: reg 20 64bit mmio: [0xf97fec00-0xf97fecff]
pci 0000:07:00.7: reg 30 32bit mmio: [0xfbe80000-0xfbefffff]
pci 0000:07:00.7: supports D1 D2
pci 0000:07:00.7: PME# supported from D0 D1 D2 D3hot
pci 0000:07:00.7: PME# disabled
pci 0000:00:03.0: bridge 32bit mmio: [0xfbb00000-0xfbefffff]
pci 0000:00:03.0: bridge 64bit mmio pref: [0xf2700000-0xf9ffffff]
pci 0000:06:00.0: reg 10 64bit mmio: [0xd8800000-0xd8ffffff]
pci 0000:06:00.0: reg 18 64bit mmio: [0xd87ff000-0xd87fffff]
pci 0000:06:00.0: reg 20 64bit mmio: [0xd87fec00-0xd87fecff]
pci 0000:06:00.0: reg 30 32bit mmio: [0xfb700000-0xfb77ffff]
pci 0000:06:00.0: supports D1 D2
pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot
pci 0000:06:00.0: PME# disabled
pci 0000:06:00.1: reg 10 64bit mmio: [0xd9800000-0xd9ffffff]
pci 0000:06:00.1: reg 18 64bit mmio: [0xd97ff000-0xd97fffff]
pci 0000:06:00.1: reg 20 64bit mmio: [0xd97fec00-0xd97fecff]
pci 0000:06:00.1: reg 30 32bit mmio: [0xfb780000-0xfb7fffff]
pci 0000:06:00.1: supports D1 D2
pci 0000:06:00.1: PME# supported from D0 D1 D2 D3hot
pci 0000:06:00.1: PME# disabled
pci 0000:06:00.2: reg 10 64bit mmio: [0xda800000-0xdaffffff]
pci 0000:06:00.2: reg 18 64bit mmio: [0xda7ff000-0xda7fffff]
pci 0000:06:00.2: reg 20 64bit mmio: [0xda7fec00-0xda7fecff]
pci 0000:06:00.2: reg 30 32bit mmio: [0xfb800000-0xfb87ffff]
pci 0000:06:00.2: supports D1 D2
pci 0000:06:00.2: PME# supported from D0 D1 D2 D3hot
pci 0000:06:00.2: PME# disabled
pci 0000:06:00.3: reg 10 64bit mmio: [0xdb800000-0xdbffffff]
pci 0000:06:00.3: reg 18 64bit mmio: [0xdb7ff000-0xdb7fffff]
pci 0000:06:00.3: reg 20 64bit mmio: [0xdb7fec00-0xdb7fecff]
pci 0000:06:00.3: reg 30 32bit mmio: [0xfb880000-0xfb8fffff]
pci 0000:06:00.3: supports D1 D2
pci 0000:06:00.3: PME# supported from D0 D1 D2 D3hot
pci 0000:06:00.3: PME# disabled
pci 0000:06:00.4: reg 10 64bit mmio: [0xdc800000-0xdcffffff]
pci 0000:06:00.4: reg 18 64bit mmio: [0xdc7ff000-0xdc7fffff]
pci 0000:06:00.4: reg 20 64bit mmio: [0xdc7fec00-0xdc7fecff]
pci 0000:06:00.4: reg 30 32bit mmio: [0xfb900000-0xfb97ffff]
pci 0000:06:00.4: supports D1 D2
pci 0000:06:00.4: PME# supported from D0 D1 D2 D3hot
pci 0000:06:00.4: PME# disabled
pci 0000:06:00.5: reg 10 64bit mmio: [0xdd800000-0xddffffff]
pci 0000:06:00.5: reg 18 64bit mmio: [0xdd7ff000-0xdd7fffff]
pci 0000:06:00.5: reg 20 64bit mmio: [0xdd7fec00-0xdd7fecff]
pci 0000:06:00.5: reg 30 32bit mmio: [0xfb980000-0xfb9fffff]
pci 0000:06:00.5: supports D1 D2
pci 0000:06:00.5: PME# supported from D0 D1 D2 D3hot
pci 0000:06:00.5: PME# disabled
pci 0000:06:00.6: reg 10 64bit mmio: [0xde800000-0xdeffffff]
pci 0000:06:00.6: reg 18 64bit mmio: [0xde7ff000-0xde7fffff]
pci 0000:06:00.6: reg 20 64bit mmio: [0xde7fec00-0xde7fecff]
pci 0000:06:00.6: reg 30 32bit mmio: [0xfba00000-0xfba7ffff]
pci 0000:06:00.6: supports D1 D2
pci 0000:06:00.6: PME# supported from D0 D1 D2 D3hot
pci 0000:06:00.6: PME# disabled
pci 0000:06:00.7: reg 10 64bit mmio: [0xdf800000-0xdfffffff]
pci 0000:06:00.7: reg 18 64bit mmio: [0xdf7ff000-0xdf7fffff]
pci 0000:06:00.7: reg 20 64bit mmio: [0xdf7fec00-0xdf7fecff]
pci 0000:06:00.7: reg 30 32bit mmio: [0xfba80000-0xfbafffff]
pci 0000:06:00.7: supports D1 D2
pci 0000:06:00.7: PME# supported from D0 D1 D2 D3hot
pci 0000:06:00.7: PME# disabled
pci 0000:00:05.0: bridge 32bit mmio: [0xfb700000-0xfbafffff]
pci 0000:00:05.0: bridge 64bit mmio pref: [0xd8700000-0xdfffffff]
pci 0000:03:00.0: reg 10 32bit mmio: [0xfb6e0000-0xfb6fffff]
pci 0000:03:00.0: reg 18 io port: [0xec00-0xec1f]
pci 0000:03:00.0: reg 1c 32bit mmio: [0xfb6dc000-0xfb6dffff]
pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
pci 0000:03:00.0: PME# disabled
pci 0000:00:1c.4: bridge io port: [0xe000-0xefff]
pci 0000:00:1c.4: bridge 32bit mmio: [0xfb600000-0xfb6fffff]
pci 0000:02:00.0: reg 10 32bit mmio: [0xfb5e0000-0xfb5fffff]
pci 0000:02:00.0: reg 18 io port: [0xdc00-0xdc1f]
pci 0000:02:00.0: reg 1c 32bit mmio: [0xfb5dc000-0xfb5dffff]
pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
pci 0000:02:00.0: PME# disabled
pci 0000:00:1c.5: bridge io port: [0xd000-0xdfff]
pci 0000:00:1c.5: bridge 32bit mmio: [0xfb500000-0xfb5fffff]
pci 0000:01:00.0: reg 10 32bit mmio: [0xfa800000-0xfaffffff]
pci 0000:01:00.0: reg 14 32bit mmio: [0xfa7e0000-0xfa7fffff]
pci 0000:01:00.0: reg 18 io port: [0xc880-0xc8ff]
pci 0000:01:00.0: supports D1 D2
pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:01:00.0: PME# disabled
pci 0000:01:05.0: reg 10 32bit mmio: [0xfb4fe000-0xfb4fe7ff]
pci 0000:01:05.0: reg 14 io port: [0xcc00-0xcc7f]
pci 0000:01:05.0: supports D2
pci 0000:01:05.0: PME# supported from D2 D3hot D3cold
pci 0000:01:05.0: PME# disabled
pci 0000:00:1e.0: transparent bridge
pci 0000:00:1e.0: bridge io port: [0xc000-0xcfff]
pci 0000:00:1e.0: bridge 32bit mmio: [0xfa700000-0xfb4fffff]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE1._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE3._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE5._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE7._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P8._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs *5)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 11 12 14 *15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 *6 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 6 *7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 6 7 10 11 12 *14 15)
ACPI Warning (tbutils-0242): Incorrect checksum in table [OEMB] - 9A, should be 97 [20081204]
SCSI subsystem initialized
libata version 3.00 loaded.
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
PCI: Using ACPI for IRQ routing
NetLabel: Initializing
NetLabel:  domain hash size = 128
NetLabel:  protocols = UNLABELED CIPSOv4
NetLabel:  unlabeled traffic allowed by default
DMAR:Host address width 40
DMAR:DRHD (flags: 0x00000001)base: 0x00000000fbffe000
DMAR:RMRR base: 0x00000000000ec000 end: 0x00000000000effff
DMAR:RMRR base: 0x00000000bf7ec000 end: 0x00000000bf7fffff
DMAR:Unknown DMAR structure type
IOAPIC id 8 under DRHD base 0xfbffe000
IOAPIC id 9 under DRHD base 0xfbffe000
hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
hpet0: 4 comparators, 64-bit 14.318180 MHz counter
Switched to high resolution mode on CPU 0
Switched to high resolution mode on CPU 7
Switched to high resolution mode on CPU 5
Switched to high resolution mode on CPU 14
Switched to high resolution mode on CPU 8
Switched to high resolution mode on CPU 11
Switched to high resolution mode on CPU 2
Switched to high resolution mode on CPU 9
Switched to high resolution mode on CPU 10
Switched to high resolution mode on CPU 1
Switched to high resolution mode on CPU 3
Switched to high resolution mode on CPU 13
Switched to high resolution mode on CPU 12
Switched to high resolution mode on CPU 15
Switched to high resolution mode on CPU 4
Switched to high resolution mode on CPU 6
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp: PnP ACPI: found 14 devices
ACPI: ACPI bus type pnp unregistered
system 00:01: iomem range 0xfbf00000-0xfbffffff has been reserved
system 00:01: iomem range 0xfc000000-0xfcffffff has been reserved
system 00:01: iomem range 0xfd000000-0xfdffffff has been reserved
system 00:01: iomem range 0xfe000000-0xfebfffff has been reserved
system 00:01: iomem range 0xfec8a000-0xfec8afff has been reserved
system 00:01: iomem range 0xfed10000-0xfed10fff has been reserved
system 00:08: ioport range 0xa00-0xa0f has been reserved
system 00:08: ioport range 0xa10-0xa1f has been reserved
system 00:09: ioport range 0x4d0-0x4d1 has been reserved
system 00:09: ioport range 0x800-0x87f has been reserved
system 00:09: ioport range 0x500-0x57f could not be reserved
system 00:09: iomem range 0xfed1c000-0xfed1ffff has been reserved
system 00:09: iomem range 0xfed20000-0xfed3ffff has been reserved
system 00:09: iomem range 0xfed40000-0xfed8ffff has been reserved
system 00:0b: iomem range 0xfec00000-0xfec00fff has been reserved
system 00:0b: iomem range 0xfee00000-0xfee00fff has been reserved
system 00:0c: iomem range 0xe0000000-0xefffffff has been reserved
system 00:0d: iomem range 0x0-0x9ffff could not be reserved
system 00:0d: iomem range 0xc0000-0xcffff has been reserved
system 00:0d: iomem range 0xe0000-0xfffff could not be reserved
system 00:0d: iomem range 0x100000-0xbfffffff could not be reserved
system 00:0d: iomem range 0xfed90000-0xffffffff could not be reserved
pci 0000:00:01.0: PCI bridge, secondary bus 0000:08
pci 0000:00:01.0:   IO window: disabled
pci 0000:00:01.0:   MEM window: disabled
pci 0000:00:01.0:   PREFETCH window: disabled
pci 0000:00:03.0: PCI bridge, secondary bus 0000:07
pci 0000:00:03.0:   IO window: disabled
pci 0000:00:03.0:   MEM window: 0xfbb00000-0xfbefffff
pci 0000:00:03.0:   PREFETCH window: 0x000000f2700000-0x000000f9ffffff
pci 0000:00:05.0: PCI bridge, secondary bus 0000:06
pci 0000:00:05.0:   IO window: disabled
pci 0000:00:05.0:   MEM window: 0xfb700000-0xfbafffff
pci 0000:00:05.0:   PREFETCH window: 0x000000d8700000-0x000000dfffffff
pci 0000:00:07.0: PCI bridge, secondary bus 0000:05
pci 0000:00:07.0:   IO window: disabled
pci 0000:00:07.0:   MEM window: disabled
pci 0000:00:07.0:   PREFETCH window: disabled
pci 0000:00:1c.0: PCI bridge, secondary bus 0000:04
pci 0000:00:1c.0:   IO window: disabled
pci 0000:00:1c.0:   MEM window: disabled
pci 0000:00:1c.0:   PREFETCH window: disabled
pci 0000:00:1c.4: PCI bridge, secondary bus 0000:03
pci 0000:00:1c.4:   IO window: 0xe000-0xefff
pci 0000:00:1c.4:   MEM window: 0xfb600000-0xfb6fffff
pci 0000:00:1c.4:   PREFETCH window: disabled
pci 0000:00:1c.5: PCI bridge, secondary bus 0000:02
pci 0000:00:1c.5:   IO window: 0xd000-0xdfff
pci 0000:00:1c.5:   MEM window: 0xfb500000-0xfb5fffff
pci 0000:00:1c.5:   PREFETCH window: disabled
pci 0000:00:1e.0: PCI bridge, secondary bus 0000:01
pci 0000:00:1e.0:   IO window: 0xc000-0xcfff
pci 0000:00:1e.0:   MEM window: 0xfa700000-0xfb4fffff
pci 0000:00:1e.0:   PREFETCH window: disabled
pci 0000:00:01.0: setting latency timer to 64
pci 0000:00:03.0: setting latency timer to 64
pci 0000:00:05.0: setting latency timer to 64
pci 0000:00:07.0: setting latency timer to 64
  alloc irq_desc for 17 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
pci 0000:00:1c.0: setting latency timer to 64
pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
pci 0000:00:1c.4: setting latency timer to 64
  alloc irq_desc for 16 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
pci 0000:00:1c.5: setting latency timer to 64
pci 0000:00:1e.0: setting latency timer to 64
pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
pci_bus 0000:08: resource 0 mem: [0x0-0x0]
pci_bus 0000:08: resource 1 mem: [0x0-0x0]
pci_bus 0000:08: resource 2 mem: [0x0-0x0]
pci_bus 0000:08: resource 3 mem: [0x0-0x0]
pci_bus 0000:07: resource 0 mem: [0x0-0x0]
pci_bus 0000:07: resource 1 mem: [0xfbb00000-0xfbefffff]
pci_bus 0000:07: resource 2 mem: [0xf2700000-0xf9ffffff]
pci_bus 0000:07: resource 3 mem: [0x0-0x0]
pci_bus 0000:06: resource 0 mem: [0x0-0x0]
pci_bus 0000:06: resource 1 mem: [0xfb700000-0xfbafffff]
pci_bus 0000:06: resource 2 mem: [0xd8700000-0xdfffffff]
pci_bus 0000:06: resource 3 mem: [0x0-0x0]
pci_bus 0000:05: resource 0 mem: [0x0-0x0]
pci_bus 0000:05: resource 1 mem: [0x0-0x0]
pci_bus 0000:05: resource 2 mem: [0x0-0x0]
pci_bus 0000:05: resource 3 mem: [0x0-0x0]
pci_bus 0000:04: resource 0 mem: [0x0-0x0]
pci_bus 0000:04: resource 1 mem: [0x0-0x0]
pci_bus 0000:04: resource 2 mem: [0x0-0x0]
pci_bus 0000:04: resource 3 mem: [0x0-0x0]
pci_bus 0000:03: resource 0 io:  [0xe000-0xefff]
pci_bus 0000:03: resource 1 mem: [0xfb600000-0xfb6fffff]
pci_bus 0000:03: resource 2 mem: [0x0-0x0]
pci_bus 0000:03: resource 3 mem: [0x0-0x0]
pci_bus 0000:02: resource 0 io:  [0xd000-0xdfff]
pci_bus 0000:02: resource 1 mem: [0xfb500000-0xfb5fffff]
pci_bus 0000:02: resource 2 mem: [0x0-0x0]
pci_bus 0000:02: resource 3 mem: [0x0-0x0]
pci_bus 0000:01: resource 0 io:  [0xc000-0xcfff]
pci_bus 0000:01: resource 1 mem: [0xfa700000-0xfb4fffff]
pci_bus 0000:01: resource 2 mem: [0x0-0x0]
pci_bus 0000:01: resource 3 io:  [0x00-0xffff]
pci_bus 0000:01: resource 4 mem: [0x000000-0xffffffffffffffff]
NET: Registered protocol family 2
IP route cache hash table entries: 262144 (order: 9, 2097152 bytes)
TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
TCP: Hash tables configured (established 524288 bind 65536)
TCP reno registered
NET: Registered protocol family 1
checking if image is initramfs... it is
Freeing initrd memory: 3116k freed
audit: initializing netlink socket (disabled)
type=2000 audit(1241426543.677:1): initialized
HugeTLB registered 2 MB page size, pre-allocated 0 pages
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
msgmni has been set to 15832
SELinux:  Registering netfilter hooks
alg: No test for stdrng (krng)
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
pci 0000:01:00.0: Boot video device
pcieport-driver 0000:00:01.0: setting latency timer to 64
  alloc irq_desc for 48 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
pcieport-driver 0000:00:01.0: irq 48 for MSI/MSI-X
pcieport-driver 0000:00:03.0: setting latency timer to 64
  alloc irq_desc for 49 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
pcieport-driver 0000:00:03.0: irq 49 for MSI/MSI-X
pcieport-driver 0000:00:05.0: setting latency timer to 64
  alloc irq_desc for 50 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
pcieport-driver 0000:00:05.0: irq 50 for MSI/MSI-X
pcieport-driver 0000:00:07.0: setting latency timer to 64
  alloc irq_desc for 51 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
pcieport-driver 0000:00:07.0: irq 51 for MSI/MSI-X
pcieport-driver 0000:00:1c.0: setting latency timer to 64
  alloc irq_desc for 52 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
pcieport-driver 0000:00:1c.0: irq 52 for MSI/MSI-X
pcieport-driver 0000:00:1c.4: setting latency timer to 64
  alloc irq_desc for 53 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
pcieport-driver 0000:00:1c.4: irq 53 for MSI/MSI-X
pcieport-driver 0000:00:1c.5: setting latency timer to 64
  alloc irq_desc for 54 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
pcieport-driver 0000:00:1c.5: irq 54 for MSI/MSI-X
aer 0000:00:01.0:pcie01: AER service couldn't init device: no _OSC support
aer 0000:00:03.0:pcie01: AER service couldn't init device: no _OSC support
aer 0000:00:05.0:pcie01: AER service couldn't init device: no _OSC support
aer 0000:00:07.0:pcie01: AER service couldn't init device: no _OSC support
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp: PCI Express Hot Plug Controller Driver version: 0.4
acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
ACPI: Power Button (FF) [PWRF]
input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
ACPI: Power Button (CM) [PWRB]
ACPI: SSDT BF78E1F0, 2B94 (r1 DpgPmm  P001Ist       11 INTL 20051117)
ACPI: SSDT BF790D90, 0980 (r1  PmRef  P001Cst     3001 INTL 20051117)
ACPI: SSDT BF791710, 06E2 (r1  PmRef  Cpu0Tst     3000 INTL 20051117)
Monitor-Mwait will be used to enter C-1 state
Monitor-Mwait will be used to enter C-3 state
ACPI: CPU0 (power states: C1[C1] C2[C3])
processor ACPI_CPU:00: registered as cooling_device0
ACPI: Processor [P001] (supports 8 throttling states)
ACPI: CPU1 (power states: C1[C1] C2[C3])
processor ACPI_CPU:01: registered as cooling_device1
ACPI: Processor [P002] (supports 8 throttling states)
ACPI: CPU2 (power states: C1[C1] C2[C3])
processor ACPI_CPU:02: registered as cooling_device2
ACPI: Processor [P003] (supports 8 throttling states)
ACPI: CPU3 (power states: C1[C1] C2[C3])
processor ACPI_CPU:03: registered as cooling_device3
ACPI: Processor [P004] (supports 8 throttling states)
ACPI: CPU4 (power states: C1[C1] C2[C3])
processor ACPI_CPU:04: registered as cooling_device4
ACPI: Processor [P005] (supports 8 throttling states)
ACPI: CPU5 (power states: C1[C1] C2[C3])
processor ACPI_CPU:05: registered as cooling_device5
ACPI: Processor [P006] (supports 8 throttling states)
ACPI: CPU6 (power states: C1[C1] C2[C3])
processor ACPI_CPU:06: registered as cooling_device6
ACPI: Processor [P007] (supports 8 throttling states)
ACPI: CPU7 (power states: C1[C1] C2[C3])
processor ACPI_CPU:07: registered as cooling_device7
ACPI: Processor [P008] (supports 8 throttling states)
ACPI: CPU8 (power states: C1[C1] C2[C3])
processor ACPI_CPU:08: registered as cooling_device8
ACPI: Processor [P009] (supports 8 throttling states)
ACPI: CPU9 (power states: C1[C1] C2[C3])
processor ACPI_CPU:09: registered as cooling_device9
ACPI: Processor [P010] (supports 8 throttling states)
ACPI: CPU10 (power states: C1[C1] C2[C3])
processor ACPI_CPU:0a: registered as cooling_device10
ACPI: Processor [P011] (supports 8 throttling states)
ACPI: CPU11 (power states: C1[C1] C2[C3])
processor ACPI_CPU:0b: registered as cooling_device11
ACPI: Processor [P012] (supports 8 throttling states)
ACPI: CPU12 (power states: C1[C1] C2[C3])
processor ACPI_CPU:0c: registered as cooling_device12
ACPI: Processor [P013] (supports 8 throttling states)
ACPI: CPU13 (power states: C1[C1] C2[C3])
processor ACPI_CPU:0d: registered as cooling_device13
ACPI: Processor [P014] (supports 8 throttling states)
ACPI: CPU14 (power states: C1[C1] C2[C3])
processor ACPI_CPU:0e: registered as cooling_device14
ACPI: Processor [P015] (supports 8 throttling states)
ACPI: CPU15 (power states: C1[C1] C2[C3])
processor ACPI_CPU:0f: registered as cooling_device15
ACPI: Processor [P016] (supports 8 throttling states)
Non-volatile memory driver v1.3
Linux agpgart interface v0.103
Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
00:07: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
brd: module loaded
loop: module loaded
Fixed MDIO Bus: probed
input: Macintosh mouse button emulation as /devices/virtual/input/input2
Driver 'sd' needs updating - please use bus_type methods
Driver 'sr' needs updating - please use bus_type methods
ata_piix 0000:00:1f.2: version 2.12
  alloc irq_desc for 19 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
ata_piix 0000:00:1f.2: setting latency timer to 64
scsi0 : ata_piix
scsi1 : ata_piix
ata1: SATA max UDMA/133 cmd 0xac00 ctl 0xa880 bmdma 0xa400 irq 19
ata2: SATA max UDMA/133 cmd 0xa800 ctl 0xa480 bmdma 0xa408 irq 19
ata1.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata1.01: SATA link down (SStatus 0 SControl 300)
ata1.00: ATA-6: ST380817AS, 3.42, max UDMA/133
ata1.00: 156301488 sectors, multi 16: LBA48 NCQ (not used)
ata1.00: configured for UDMA/133
scsi 0:0:0:0: Direct-Access     ATA      ST380817AS       3.42 PQ: 0 ANSI: 5
sd 0:0:0:0: [sda] 156301488 512-byte hardware sectors: (80.0 GB/74.5 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sd 0:0:0:0: [sda] 156301488 512-byte hardware sectors: (80.0 GB/74.5 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
 sda: sda1 sda2
sd 0:0:0:0: [sda] Attached SCSI disk
sd 0:0:0:0: Attached scsi generic sg0 type 0
ata2.00: SATA link down (SStatus 0 SControl 300)
ata2.01: SATA link down (SStatus 0 SControl 300)
ata_piix 0000:00:1f.5: PCI INT B -> GSI 19 (level, low) -> IRQ 19
ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
ata_piix 0000:00:1f.5: setting latency timer to 64
scsi2 : ata_piix
scsi3 : ata_piix
ata3: SATA max UDMA/133 cmd 0xbc00 ctl 0xb880 bmdma 0xb400 irq 19
ata4: SATA max UDMA/133 cmd 0xb800 ctl 0xb480 bmdma 0xb408 irq 19
ata3: SATA link down (SStatus 0 SControl 300)
ata4: SATA link down (SStatus 0 SControl 300)
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  alloc irq_desc for 18 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
ehci_hcd 0000:00:1a.7: setting latency timer to 64
ehci_hcd 0000:00:1a.7: EHCI Host Controller
ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1a.7: debug port 1
ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfa6f6000
ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: EHCI Host Controller
usb usb1: Manufacturer: Linux 2.6.29.1-111.fc11.x86_64 ehci_hcd
usb usb1: SerialNumber: 0000:00:1a.7
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 6 ports detected
  alloc irq_desc for 23 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
ehci_hcd 0000:00:1d.7: setting latency timer to 64
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
ehci_hcd 0000:00:1d.7: debug port 1
ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfa6fc000
ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb2: Product: EHCI Host Controller
usb usb2: Manufacturer: Linux 2.6.29.1-111.fc11.x86_64 ehci_hcd
usb usb2: SerialNumber: 0000:00:1d.7
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 6 ports detected
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
uhci_hcd: USB Universal Host Controller Interface driver
uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
uhci_hcd 0000:00:1a.0: setting latency timer to 64
uhci_hcd 0000:00:1a.0: UHCI Host Controller
uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1a.0: irq 16, io base 0x00009400
usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb3: Product: UHCI Host Controller
usb usb3: Manufacturer: Linux 2.6.29.1-111.fc11.x86_64 uhci_hcd
usb usb3: SerialNumber: 0000:00:1a.0
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
  alloc irq_desc for 21 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
uhci_hcd 0000:00:1a.1: setting latency timer to 64
uhci_hcd 0000:00:1a.1: UHCI Host Controller
uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:1a.1: irq 21, io base 0x00009480
usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb4: Product: UHCI Host Controller
usb usb4: Manufacturer: Linux 2.6.29.1-111.fc11.x86_64 uhci_hcd
usb usb4: SerialNumber: 0000:00:1a.1
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
uhci_hcd 0000:00:1a.2: PCI INT D -> GSI 19 (level, low) -> IRQ 19
uhci_hcd 0000:00:1a.2: setting latency timer to 64
uhci_hcd 0000:00:1a.2: UHCI Host Controller
uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
uhci_hcd 0000:00:1a.2: irq 19, io base 0x00009800
usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb5: Product: UHCI Host Controller
usb usb5: Manufacturer: Linux 2.6.29.1-111.fc11.x86_64 uhci_hcd
usb usb5: SerialNumber: 0000:00:1a.2
usb usb5: configuration #1 chosen from 1 choice
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
uhci_hcd 0000:00:1d.0: setting latency timer to 64
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
uhci_hcd 0000:00:1d.0: irq 23, io base 0x00009880
usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb6: Product: UHCI Host Controller
usb usb6: Manufacturer: Linux 2.6.29.1-111.fc11.x86_64 uhci_hcd
usb usb6: SerialNumber: 0000:00:1d.0
usb usb6: configuration #1 chosen from 1 choice
hub 6-0:1.0: USB hub found
hub 6-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
uhci_hcd 0000:00:1d.1: setting latency timer to 64
uhci_hcd 0000:00:1d.1: UHCI Host Controller
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
uhci_hcd 0000:00:1d.1: irq 19, io base 0x00009c00
usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb7: Product: UHCI Host Controller
usb usb7: Manufacturer: Linux 2.6.29.1-111.fc11.x86_64 uhci_hcd
usb usb7: SerialNumber: 0000:00:1d.1
usb usb7: configuration #1 chosen from 1 choice
hub 7-0:1.0: USB hub found
hub 7-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
uhci_hcd 0000:00:1d.2: setting latency timer to 64
uhci_hcd 0000:00:1d.2: UHCI Host Controller
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000a000
usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb8: Product: UHCI Host Controller
usb usb8: Manufacturer: Linux 2.6.29.1-111.fc11.x86_64 uhci_hcd
usb usb8: SerialNumber: 0000:00:1d.2
usb usb8: configuration #1 chosen from 1 choice
hub 8-0:1.0: USB hub found
hub 8-0:1.0: 2 ports detected
PNP: No PS/2 controller found. Probing ports directly.
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
rtc_cmos 00:03: RTC can wake from S4
rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@xxxxxxxxxx
cpuidle: using governor ladder
cpuidle: using governor menu
usbcore: registered new interface driver hiddev
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
nf_conntrack.acct=1 kernel paramater, acct=1 nf_conntrack module option or
sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
ip_tables: (C) 2000-2006 Netfilter Core Team
TCP cubic registered
Initializing XFRM netlink socket
NET: Registered protocol family 17
registered taskstats version 1
  Magic number: 9:822:724
block loop4: hash matches
Initalizing network drop monitor service
Freeing unused kernel memory: 1312k freed
Write protecting the kernel read-only data: 1844k
usb 2-5: new high speed USB device using ehci_hcd and address 2
usb 2-5: config 1 interface 0 altsetting 0 endpoint 0x81 has an invalid bInterval 255, changing to 11
usb 2-5: New USB device found, idVendor=046b, idProduct=ff01
usb 2-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 2-5: Product: Generic Hub
usb 2-5: Manufacturer: American Megatrends Inc.
usb 2-5: SerialNumber: serial
usb 2-5: configuration #1 chosen from 1 choice
hub 2-5:1.0: USB hub found
hub 2-5:1.0: 3 ports detected
EXT4-fs: barriers enabled
kjournald2 starting: pid 253, dev dm-0:8, commit interval 5 seconds
EXT4-fs: delayed allocation enabled
EXT4-fs: file extents enabled
EXT4-fs: mballoc enabled
EXT4-fs: mounted filesystem dm-0 with ordered data mode
SELinux:  Disabled at runtime.
SELinux:  Unregistering netfilter hooks
type=1404 audit(1241426546.983:2): selinux=0 auid=4294967295 ses=4294967295
usb 3-1: new full speed USB device using uhci_hcd and address 2
usb 3-1: New USB device found, idVendor=054c, idProduct=005d
usb 3-1: New USB device strings: Mfr=3, Product=1, SerialNumber=0
usb 3-1: Product: SCE USB Keyboard Hub
usb 3-1: Manufacturer: Sony Computer Entertainment Inc.
usb 3-1: configuration #1 chosen from 1 choice
hub 3-1:1.0: USB hub found
hub 3-1:1.0: 2 ports detected
usb 3-2: new low speed USB device using uhci_hcd and address 3
usb 3-2: New USB device found, idVendor=054c, idProduct=0061
usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 3-2: Product: SCE USB MOUSE
usb 3-2: Manufacturer: Sony Computer Entertainment Inc.
usb 3-2: configuration #1 chosen from 1 choice
input: Sony Computer Entertainment Inc. SCE USB MOUSE as /devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2:1.0/input/input3
generic-usb 0003:054C:0061.0001: input,hidraw0: USB HID v1.00 Mouse [Sony Computer Entertainment Inc. SCE USB MOUSE] on usb-0000:00:1a.0-2/input0
usb 2-5.1: new high speed USB device using ehci_hcd and address 3
usb 2-5.1: New USB device found, idVendor=046b, idProduct=ff10
usb 2-5.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 2-5.1: Product: Virtual Keyboard and Mouse
usb 2-5.1: Manufacturer: American Megatrends Inc.
usb 2-5.1: SerialNumber: serial
usb 2-5.1: configuration #1 chosen from 1 choice
input: American Megatrends Inc. Virtual Keyboard and Mouse as /devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5.1/2-5.1:1.0/input/input4
generic-usb 0003:046B:FF10.0002: input,hidraw1: USB HID v1.10 Keyboard [American Megatrends Inc. Virtual Keyboard and Mouse] on usb-0000:00:1d.7-5.1/input0
input: American Megatrends Inc. Virtual Keyboard and Mouse as /devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5.1/2-5.1:1.1/input/input5
generic-usb 0003:046B:FF10.0003: input,hidraw2: USB HID v1.10 Mouse [American Megatrends Inc. Virtual Keyboard and Mouse] on usb-0000:00:1d.7-5.1/input1
usb 3-1.1: new full speed USB device using uhci_hcd and address 4
usb 3-1.1: New USB device found, idVendor=054c, idProduct=005c
usb 3-1.1: New USB device strings: Mfr=3, Product=2, SerialNumber=0
usb 3-1.1: Product: SCE USB Keyboard
usb 3-1.1: Manufacturer: Sony Computer Entertainment Inc.
usb 3-1.1: configuration #1 chosen from 1 choice
input: Sony Computer Entertainment Inc. SCE USB Keyboard as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/input/input6
generic-usb 0003:054C:005C.0004: input,hidraw3: USB HID v1.00 Keyboard [Sony Computer Entertainment Inc. SCE USB Keyboard] on usb-0000:00:1a.0-1.1/input0
udev: starting version 141
input: PC Speaker as /devices/platform/pcspkr/input/input7
i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
iTCO_vendor_support: vendor-support=0
iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
iTCO_wdt: failed to reset NO_REBOOT flag, reboot disabled by hardware
iTCO_wdt: No card detected
firewire_ohci 0000:01:05.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
e1000e: Intel(R) PRO/1000 Network Driver - 0.3.3.3-k6
e1000e: Copyright (c) 1999-2008 Intel Corporation.
firewire_ohci: Added fw-ohci device 0000:01:05.0, OHCI version 1.10
  alloc irq_desc for 22 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
HDA Intel 0000:00:1b.0: setting latency timer to 64
hda_codec: Unknown model for ALC262, trying auto-probe from BIOS...
ALSA sound/pci/hda/hda_codec.c:3503: autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0)
ALSA sound/pci/hda/hda_codec.c:3507:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
ALSA sound/pci/hda/hda_codec.c:3511:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
ALSA sound/pci/hda/hda_codec.c:3512:    mono: mono_out=0x0
ALSA sound/pci/hda/hda_codec.c:3520:    inputs: mic=0x18, fmic=0x19, line=0x1a, fline=0x0, cd=0x0, aux=0x0
e1000e 0000:03:00.0: Disabling L1 ASPM
e1000e 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
e1000e 0000:03:00.0: setting latency timer to 64
  alloc irq_desc for 55 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
e1000e 0000:03:00.0: irq 55 for MSI/MSI-X
  alloc irq_desc for 56 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
e1000e 0000:03:00.0: irq 56 for MSI/MSI-X
  alloc irq_desc for 57 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
e1000e 0000:03:00.0: irq 57 for MSI/MSI-X
0000:03:00.0: eth0: (PCI Express:2.5GB/s:Width x1) 00:e0:81:c0:90:b3
0000:03:00.0: eth0: Intel(R) PRO/1000 Network Connection
0000:03:00.0: eth0: MAC: 3, PHY: 8, PBA No: ffffff-0ff
e1000e 0000:02:00.0: Disabling L1 ASPM
e1000e 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
e1000e 0000:02:00.0: setting latency timer to 64
  alloc irq_desc for 58 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
e1000e 0000:02:00.0: irq 58 for MSI/MSI-X
  alloc irq_desc for 59 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
e1000e 0000:02:00.0: irq 59 for MSI/MSI-X
  alloc irq_desc for 60 on cpu 0 node 0
  alloc kstat_irqs on cpu 0 node 0
e1000e 0000:02:00.0: irq 60 for MSI/MSI-X
0000:02:00.0: eth1: (PCI Express:2.5GB/s:Width x1) 00:e0:81:c0:90:b2
0000:02:00.0: eth1: Intel(R) PRO/1000 Network Connection
0000:02:00.0: eth1: MAC: 3, PHY: 8, PBA No: ffffff-0ff
loaded kvm module (kvm-85)
firewire_core: created device fw0: GUID 00e0810000310bb8, S400
device-mapper: multipath: version 1.0.5 loaded
EXT4 FS on dm-0, internal journal on dm-0:8
kjournald starting.  Commit interval 5 seconds
EXT3 FS on sda1, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
swap_cgroup: uses 39680 bytes of vmalloc for pointer array space and 20316160 bytes to hold mem_cgroup pointers on swap
swap_cgroup can be disabled by noswapaccount boot option.
Adding 10158072k swap on /dev/mapper/vg_barret-lv_swap.  Priority:-1 extents:1 across:10158072k 
platform microcode: firmware: requesting intel-ucode/06-1a-05
platform microcode: firmware: requesting intel-ucode/06-1a-05
platform microcode: firmware: requesting intel-ucode/06-1a-05
platform microcode: firmware: requesting intel-ucode/06-1a-05
platform microcode: firmware: requesting intel-ucode/06-1a-05
platform microcode: firmware: requesting intel-ucode/06-1a-05
platform microcode: firmware: requesting intel-ucode/06-1a-05
platform microcode: firmware: requesting intel-ucode/06-1a-05
platform microcode: firmware: requesting intel-ucode/06-1a-05
platform microcode: firmware: requesting intel-ucode/06-1a-05
platform microcode: firmware: requesting intel-ucode/06-1a-05
platform microcode: firmware: requesting intel-ucode/06-1a-05
platform microcode: firmware: requesting intel-ucode/06-1a-05
platform microcode: firmware: requesting intel-ucode/06-1a-05
platform microcode: firmware: requesting intel-ucode/06-1a-05
platform microcode: firmware: requesting intel-ucode/06-1a-05
Microcode Update Driver: v2.00 <tigran@xxxxxxxxxxxxxxxxxxxx>, Peter Oruba
Microcode Update Driver: v2.00 removed.
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
ip6_tables: (C) 2000-2006 Netfilter Core Team
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
Bluetooth: Core ver 2.15
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: L2CAP ver 2.13
Bluetooth: L2CAP socket layer initialized
Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Bluetooth: BNEP filters: protocol multicast
Bridge firewalling registered
Bluetooth: SCO (Voice Link) ver 0.6
Bluetooth: SCO socket layer initialized
virbr0: starting userspace STP failed, starting kernel STP
lo: Disabled Privacy Extensions
JBD: barrier-based sync failed on dm-0:8 - disabling barriers
ADDRCONF(NETDEV_UP): eth1: link is not ready
ADDRCONF(NETDEV_UP): eth0: link is not ready
e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
e1000e: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
virbr0: no IPv6 routers present
eth0: no IPv6 routers present
eth1: no IPv6 routers present
e1000e 0000:02:00.0: PCI INT A disabled
pci-stub 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
pci-stub 0000:02:00.0: irq 58 for MSI/MSI-X
pci-stub 0000:02:00.0: irq 58 for MSI/MSI-X
qemu-system-x86:3361 freeing invalid memtype fb5dc000-fb5dd000
pci-stub 0000:02:00.0: irq 58 for MSI/MSI-X
pci-stub 0000:02:00.0: irq 58 for MSI/MSI-X
pci-stub 0000:02:00.0: irq 58 for MSI/MSI-X
pci-stub 0000:02:00.0: irq 59 for MSI/MSI-X
pci-stub 0000:02:00.0: irq 60 for MSI/MSI-X
qemu-system-x86:3365 freeing invalid memtype fb5dd000-fb5e0000
qemu-system-x86:3365 freeing invalid memtype fb5dd000-fb5e0000
pci-stub 0000:02:00.0: PCI INT A disabled
pci-stub 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
pci-stub 0000:02:00.0: irq 58 for MSI/MSI-X
pci-stub 0000:02:00.0: irq 58 for MSI/MSI-X
qemu-system-x86:3375 freeing invalid memtype fb5dc000-fb5dd000
pci-stub 0000:02:00.0: irq 58 for MSI/MSI-X
pci-stub 0000:02:00.0: irq 58 for MSI/MSI-X
qemu-system-x86:3380 freeing invalid memtype fb5dd000-fb5e0000
qemu-system-x86:3380 freeing invalid memtype fb5dd000-fb5e0000
pci-stub 0000:02:00.0: PCI INT A disabled
pci-stub 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
pci-stub 0000:02:00.0: irq 58 for MSI/MSI-X
pci-stub 0000:02:00.0: irq 58 for MSI/MSI-X
qemu-system-x86:3388 freeing invalid memtype fb5dc000-fb5dd000
pci-stub 0000:02:00.0: irq 58 for MSI/MSI-X
pci-stub 0000:02:00.0: irq 58 for MSI/MSI-X
pci-stub 0000:02:00.0: irq 58 for MSI/MSI-X
pci-stub 0000:02:00.0: irq 59 for MSI/MSI-X
pci-stub 0000:02:00.0: irq 60 for MSI/MSI-X
qemu-system-x86:3390 freeing invalid memtype fb5dd000-fb5e0000
qemu-system-x86:3390 freeing invalid memtype fb5dd000-fb5e0000
pci-stub 0000:02:00.0: PCI INT A disabled
Machine check events logged
pci-stub 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
pci-stub 0000:02:00.0: irq 58 for MSI/MSI-X
pci-stub 0000:02:00.0: irq 58 for MSI/MSI-X
qemu-system-x86:3413 freeing invalid memtype fb5dc000-fb5dd000
pci-stub 0000:02:00.0: irq 58 for MSI/MSI-X
pci-stub 0000:02:00.0: irq 58 for MSI/MSI-X
qemu-system-x86:3418 freeing invalid memtype fb5dd000-fb5e0000
qemu-system-x86:3418 freeing invalid memtype fb5dd000-fb5e0000
pci-stub 0000:02:00.0: PCI INT A disabled
pci-stub 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
pci-stub 0000:02:00.0: irq 58 for MSI/MSI-X
pci-stub 0000:02:00.0: irq 58 for MSI/MSI-X
qemu-system-x86:3427 freeing invalid memtype fb5dc000-fb5dd000
pci-stub 0000:02:00.0: irq 58 for MSI/MSI-X
pci-stub 0000:02:00.0: irq 58 for MSI/MSI-X
pci-stub 0000:02:00.0: irq 58 for MSI/MSI-X
pci-stub 0000:02:00.0: irq 59 for MSI/MSI-X
pci-stub 0000:02:00.0: irq 60 for MSI/MSI-X

[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux