All of lore.kernel.org
 help / color / mirror / Atom feed
* VTD not working on Intel DX58SO w/ Xen 4.0.1
@ 2010-11-29 16:13 chris
  2010-11-29 17:13 ` Konrad Rzeszutek Wilk
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: chris @ 2010-11-29 16:13 UTC (permalink / raw)
  To: Xen-Users List; +Cc: Xen-Devel List

Hello,

I'm having problems with VTD on this board. The board/cpu/bios all
support vt-d and I think maybe I'm just missing something?
Any feedback would be much appreciated :)

Output below:

root@vm:~# xm create /etc/xen/vm-nine.cfg
Using config file "/etc/xen/vm-nine.cfg".
Error: Failed to assign device to IOMMU
(0000:05:00.0@100,msitranslate=1,power_mgmt=0)

root@vm:~# lspci -s 05:00
05:00.0 USB Controller: NEC Corporation USB (rev 43)
05:00.1 USB Controller: NEC Corporation USB (rev 43)
05:00.2 USB Controller: NEC Corporation USB 2.0 (rev 04)

root@vm:~# cat /etc/xen/vm-nine.cfg
kernel = '/usr/lib/xen/boot/hvmloader'
builder = 'hvm'
memory = '1024'
device_model='/usr/lib/xen/bin/qemu-dm'
# Disks
disk = [ 'phy:/dev/storage/vm-nine,ioemu:hda,w',
'phy:/dev/sr0,ioemu:hdc:cdrom,r'
]

# Hostname
name = 'vm-nine'

# Networking
vif = ['type=ioemu, bridge=eth0, mac=00:16:3D:37:A2:38']

# Behaviour
boot='dc'
vcpus=1
acpi=1
ahci=1
vnc=1
vncviewer=1
sdl=0
timer_mode=1
usb=1
usbdevice='tablet'
localtime=1
viridian=1
pci=['05:00.0','05:00.1','05:00.2']

root@vm:~# dmesg | grep seiz
[    1.880424] pciback 0000:05:00.0: seizing device
[    1.880482] pciback 0000:05:00.1: seizing device
[    1.880539] pciback 0000:05:00.2: seizing device

root@vm:~# cat /boot/grub/grub.cfg  | grep pciback
        module  /boot/vmlinuz-2.6.32-5-xen-amd64 placeholder
root=UUID=aebc8747-abb3-413a-b808-b345a9a19111 ro
pci=resource_alignment=05:00.0 xen-pciback.permissive
xen-pciback.hide=(05:00.0)(05:00.1)(05:00.2)

root@vm:~# xm info
host                   : vm
release                : 2.6.32-5-xen-amd64
version                : #1 SMP Sat Oct 30 17:04:10 UTC 2010
machine                : x86_64
nr_cpus                : 8
nr_nodes               : 1
cores_per_socket       : 4
threads_per_core       : 2
cpu_mhz                : 3066
hw_caps                :
bfebfbff:28100800:00000000:00001b40:0098e3bd:00000000:00000001:00000000
virt_caps              : hvm hvm_directio
total_memory           : 8180
free_memory            : 1493
node_to_cpu            : node0:0-7
node_to_memory         : node0:1493
node_to_dma32_mem      : node0:743
max_node_id            : 0
xen_major              : 4
xen_minor              : 0
xen_extra              : .1
xen_caps               : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32
hvm-3.0-x86_32p hvm-3.0-x86_64
xen_scheduler          : credit
xen_pagesize           : 4096
platform_params        : virt_start=0xffff800000000000
xen_changeset          : unavailable
xen_commandline        : placeholder
cc_compiler            : gcc version 4.4.5 20100824 (prerelease)
(Debian 4.4.4-11)
cc_compile_by          : waldi
cc_compile_domain      : debian.org
cc_compile_date        : Fri Sep  3 15:38:12 UTC 2010
xend_config_format     : 4

- chris

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: VTD not working on Intel DX58SO w/ Xen 4.0.1
  2010-11-29 16:13 VTD not working on Intel DX58SO w/ Xen 4.0.1 chris
@ 2010-11-29 17:13 ` Konrad Rzeszutek Wilk
  2010-11-29 17:31 ` alarson
  2010-11-29 18:42 ` [Xen-users] " Pasi Kärkkäinen
  2 siblings, 0 replies; 14+ messages in thread
From: Konrad Rzeszutek Wilk @ 2010-11-29 17:13 UTC (permalink / raw)
  To: chris; +Cc: Xen-Devel List, Xen-Users List

On Mon, Nov 29, 2010 at 11:13:18AM -0500, chris wrote:
> Hello,
> 
> I'm having problems with VTD on this board. The board/cpu/bios all
> support vt-d and I think maybe I'm just missing something?
> Any feedback would be much appreciated :)

Please follow the steps outlined in http://wiki.xensource.com/xenwiki/XenParavirtOps
in the sections with the word "troubleshoot". We need the full Xen serial output.

Also look in http://wiki.xensource.com/xenwiki/XenCommonProblems.

> 
> Output below:
> 
> root@vm:~# xm create /etc/xen/vm-nine.cfg
> Using config file "/etc/xen/vm-nine.cfg".
> Error: Failed to assign device to IOMMU
> (0000:05:00.0@100,msitranslate=1,power_mgmt=0)
> 
> root@vm:~# lspci -s 05:00
> 05:00.0 USB Controller: NEC Corporation USB (rev 43)
> 05:00.1 USB Controller: NEC Corporation USB (rev 43)
> 05:00.2 USB Controller: NEC Corporation USB 2.0 (rev 04)
> 
> root@vm:~# cat /etc/xen/vm-nine.cfg
> kernel = '/usr/lib/xen/boot/hvmloader'
> builder = 'hvm'
> memory = '1024'
> device_model='/usr/lib/xen/bin/qemu-dm'
> # Disks
> disk = [ 'phy:/dev/storage/vm-nine,ioemu:hda,w',
> 'phy:/dev/sr0,ioemu:hdc:cdrom,r'
> ]
> 
> # Hostname
> name = 'vm-nine'
> 
> # Networking
> vif = ['type=ioemu, bridge=eth0, mac=00:16:3D:37:A2:38']
> 
> # Behaviour
> boot='dc'
> vcpus=1
> acpi=1
> ahci=1
> vnc=1
> vncviewer=1
> sdl=0
> timer_mode=1
> usb=1
> usbdevice='tablet'
> localtime=1
> viridian=1
> pci=['05:00.0','05:00.1','05:00.2']
> 
> root@vm:~# dmesg | grep seiz
> [    1.880424] pciback 0000:05:00.0: seizing device
> [    1.880482] pciback 0000:05:00.1: seizing device
> [    1.880539] pciback 0000:05:00.2: seizing device
> 
> root@vm:~# cat /boot/grub/grub.cfg  | grep pciback
>         module  /boot/vmlinuz-2.6.32-5-xen-amd64 placeholder
> root=UUID=aebc8747-abb3-413a-b808-b345a9a19111 ro
> pci=resource_alignment=05:00.0 xen-pciback.permissive
> xen-pciback.hide=(05:00.0)(05:00.1)(05:00.2)
> 
> root@vm:~# xm info
> host                   : vm
> release                : 2.6.32-5-xen-amd64
> version                : #1 SMP Sat Oct 30 17:04:10 UTC 2010
> machine                : x86_64
> nr_cpus                : 8
> nr_nodes               : 1
> cores_per_socket       : 4
> threads_per_core       : 2
> cpu_mhz                : 3066
> hw_caps                :
> bfebfbff:28100800:00000000:00001b40:0098e3bd:00000000:00000001:00000000
> virt_caps              : hvm hvm_directio
> total_memory           : 8180
> free_memory            : 1493
> node_to_cpu            : node0:0-7
> node_to_memory         : node0:1493
> node_to_dma32_mem      : node0:743
> max_node_id            : 0
> xen_major              : 4
> xen_minor              : 0
> xen_extra              : .1
> xen_caps               : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32
> hvm-3.0-x86_32p hvm-3.0-x86_64
> xen_scheduler          : credit
> xen_pagesize           : 4096
> platform_params        : virt_start=0xffff800000000000
> xen_changeset          : unavailable
> xen_commandline        : placeholder
> cc_compiler            : gcc version 4.4.5 20100824 (prerelease)
> (Debian 4.4.4-11)
> cc_compile_by          : waldi
> cc_compile_domain      : debian.org
> cc_compile_date        : Fri Sep  3 15:38:12 UTC 2010
> xend_config_format     : 4
> 
> - chris
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: VTD not working on Intel DX58SO w/ Xen 4.0.1
  2010-11-29 16:13 VTD not working on Intel DX58SO w/ Xen 4.0.1 chris
  2010-11-29 17:13 ` Konrad Rzeszutek Wilk
@ 2010-11-29 17:31 ` alarson
  2010-11-29 17:39   ` chris
  2010-11-29 18:42 ` [Xen-users] " Pasi Kärkkäinen
  2 siblings, 1 reply; 14+ messages in thread
From: alarson @ 2010-11-29 17:31 UTC (permalink / raw)
  To: Xen-Devel List, Xen-Users List

xen-devel-bounces@lists.xensource.com wrote on 11/29/2010 10:13:18 AM:

> I'm having problems with VTD on this board. The board/cpu/bios all
> support vt-d and I think maybe I'm just missing something?

Interesting that you should mention this today.  Just last night 
I was getting ready to order the dx58so as recommended on the 
VTdHwoTo wiki page (http://wiki.xen.org/xenwiki/VTdHowTo).  But when I 
went to 
the Intel "compare products" site, it says the dx58so does *not* support 
VT-d
(http://ark.intel.com/Compare.aspx?ids=36888,42486,)

I was just going to post to see if anyone knew for sure that it did work, 
or if the wiki was wrong.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: VTD not working on Intel DX58SO w/ Xen 4.0.1
  2010-11-29 17:31 ` alarson
@ 2010-11-29 17:39   ` chris
  2010-11-29 17:46     ` Re: [Xen-devel] " Mike Viau
  0 siblings, 1 reply; 14+ messages in thread
From: chris @ 2010-11-29 17:39 UTC (permalink / raw)
  To: alarson; +Cc: Xen-Devel List, Xen-Users List

just fyi it definitely supports vt-d i have it working on another
machine with a older version of xen (3.3) and a i7 950. I remember at
that time 3.4 was the latest and i had much worse problems trying at
3.4. i am now building a new machine and wanted to give 4.x a whirl to
see if the issues had been fixed :)

i am building more a current dom0 kernel as we speak so i will post
more details fairly soon along with serial output

On Mon, Nov 29, 2010 at 12:31 PM,  <alarson@ddci.com> wrote:
> xen-devel-bounces@lists.xensource.com wrote on 11/29/2010 10:13:18 AM:
>
>> I'm having problems with VTD on this board. The board/cpu/bios all
>> support vt-d and I think maybe I'm just missing something?
>
> Interesting that you should mention this today.  Just last night
> I was getting ready to order the dx58so as recommended on the
> VTdHwoTo wiki page (http://wiki.xen.org/xenwiki/VTdHowTo).  But when I
> went to
> the Intel "compare products" site, it says the dx58so does *not* support
> VT-d
> (http://ark.intel.com/Compare.aspx?ids=36888,42486,)
>
> I was just going to post to see if anyone knew for sure that it did work,
> or if the wiki was wrong.
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>

^ permalink raw reply	[flat|nested] 14+ messages in thread

* RE: Re: [Xen-devel] VTD not working on Intel DX58SO w/ Xen 4.0.1
  2010-11-29 17:39   ` chris
@ 2010-11-29 17:46     ` Mike Viau
  0 siblings, 0 replies; 14+ messages in thread
From: Mike Viau @ 2010-11-29 17:46 UTC (permalink / raw)
  To: xen-devel, xen-users


> On Mon, 29 Nov 2010 12:39:22 -0500 <tknchris@gmail.com> wrote:
>
> just fyi it definitely supports vt-d i have it working on another
> machine with a older version of xen (3.3) and a i7 950. I remember at
> that time 3.4 was the latest and i had much worse problems trying at
> 3.4. i am now building a new machine and wanted to give 4.x a whirl to
> see if the issues had been fixed :)
>
> i am building more a current dom0 kernel as we speak so i will post
> more details fairly soon along with serial output
>

What should one look for in their output to determine if VT-d is working and detect.

My system board also claims to not support the technology, but I thought it was working in my 4.0.1 setup.

http://ark.intel.com/Product.aspx?id=40078


Thanks.

 		 	   		  

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [Xen-users] VTD not working on Intel DX58SO w/ Xen 4.0.1
  2010-11-29 16:13 VTD not working on Intel DX58SO w/ Xen 4.0.1 chris
  2010-11-29 17:13 ` Konrad Rzeszutek Wilk
  2010-11-29 17:31 ` alarson
@ 2010-11-29 18:42 ` Pasi Kärkkäinen
  2010-11-29 19:48   ` chris
  2 siblings, 1 reply; 14+ messages in thread
From: Pasi Kärkkäinen @ 2010-11-29 18:42 UTC (permalink / raw)
  To: chris; +Cc: Xen-Devel List, Xen-Users List

On Mon, Nov 29, 2010 at 11:13:18AM -0500, chris wrote:
> Hello,
> 
> I'm having problems with VTD on this board. The board/cpu/bios all
> support vt-d and I think maybe I'm just missing something?
> Any feedback would be much appreciated :)
> 
> Output below:
> 

Please add "iommu=verbose" option for xen.gz in grub.cfg,
then reboot and then paste full Xen hypervisor "xm dmesg" output.

-- Pasi

> root@vm:~# xm create /etc/xen/vm-nine.cfg
> Using config file "/etc/xen/vm-nine.cfg".
> Error: Failed to assign device to IOMMU
> (0000:05:00.0@100,msitranslate=1,power_mgmt=0)
> 
> root@vm:~# lspci -s 05:00
> 05:00.0 USB Controller: NEC Corporation USB (rev 43)
> 05:00.1 USB Controller: NEC Corporation USB (rev 43)
> 05:00.2 USB Controller: NEC Corporation USB 2.0 (rev 04)
> 
> root@vm:~# cat /etc/xen/vm-nine.cfg
> kernel = '/usr/lib/xen/boot/hvmloader'
> builder = 'hvm'
> memory = '1024'
> device_model='/usr/lib/xen/bin/qemu-dm'
> # Disks
> disk = [ 'phy:/dev/storage/vm-nine,ioemu:hda,w',
> 'phy:/dev/sr0,ioemu:hdc:cdrom,r'
> ]
> 
> # Hostname
> name = 'vm-nine'
> 
> # Networking
> vif = ['type=ioemu, bridge=eth0, mac=00:16:3D:37:A2:38']
> 
> # Behaviour
> boot='dc'
> vcpus=1
> acpi=1
> ahci=1
> vnc=1
> vncviewer=1
> sdl=0
> timer_mode=1
> usb=1
> usbdevice='tablet'
> localtime=1
> viridian=1
> pci=['05:00.0','05:00.1','05:00.2']
> 
> root@vm:~# dmesg | grep seiz
> [    1.880424] pciback 0000:05:00.0: seizing device
> [    1.880482] pciback 0000:05:00.1: seizing device
> [    1.880539] pciback 0000:05:00.2: seizing device
> 
> root@vm:~# cat /boot/grub/grub.cfg  | grep pciback
>         module  /boot/vmlinuz-2.6.32-5-xen-amd64 placeholder
> root=UUID=aebc8747-abb3-413a-b808-b345a9a19111 ro
> pci=resource_alignment=05:00.0 xen-pciback.permissive
> xen-pciback.hide=(05:00.0)(05:00.1)(05:00.2)
> 
> root@vm:~# xm info
> host                   : vm
> release                : 2.6.32-5-xen-amd64
> version                : #1 SMP Sat Oct 30 17:04:10 UTC 2010
> machine                : x86_64
> nr_cpus                : 8
> nr_nodes               : 1
> cores_per_socket       : 4
> threads_per_core       : 2
> cpu_mhz                : 3066
> hw_caps                :
> bfebfbff:28100800:00000000:00001b40:0098e3bd:00000000:00000001:00000000
> virt_caps              : hvm hvm_directio
> total_memory           : 8180
> free_memory            : 1493
> node_to_cpu            : node0:0-7
> node_to_memory         : node0:1493
> node_to_dma32_mem      : node0:743
> max_node_id            : 0
> xen_major              : 4
> xen_minor              : 0
> xen_extra              : .1
> xen_caps               : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32
> hvm-3.0-x86_32p hvm-3.0-x86_64
> xen_scheduler          : credit
> xen_pagesize           : 4096
> platform_params        : virt_start=0xffff800000000000
> xen_changeset          : unavailable
> xen_commandline        : placeholder
> cc_compiler            : gcc version 4.4.5 20100824 (prerelease)
> (Debian 4.4.4-11)
> cc_compile_by          : waldi
> cc_compile_domain      : debian.org
> cc_compile_date        : Fri Sep  3 15:38:12 UTC 2010
> xend_config_format     : 4
> 
> - chris
> 
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xensource.com
> http://lists.xensource.com/xen-users

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [Xen-users] VTD not working on Intel DX58SO w/ Xen 4.0.1
  2010-11-29 18:42 ` [Xen-users] " Pasi Kärkkäinen
@ 2010-11-29 19:48   ` chris
  2010-11-29 20:01     ` Mike Viau
                       ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: chris @ 2010-11-29 19:48 UTC (permalink / raw)
  To: Pasi Kärkkäinen; +Cc: Xen-Devel List, Xen-Users List

[-- Attachment #1: Type: text/plain, Size: 3831 bytes --]

ok here is the logs with 2.6.32.26 using pasi's config for 2.6.32.25
and iommu=verbose at boot. unfortunately this board doesnt have serial
and i dont have a spare serial card handy, so hopefully this will help
us figure it out :)

On Mon, Nov 29, 2010 at 1:42 PM, Pasi Kärkkäinen <pasik@iki.fi> wrote:
> On Mon, Nov 29, 2010 at 11:13:18AM -0500, chris wrote:
>> Hello,
>>
>> I'm having problems with VTD on this board. The board/cpu/bios all
>> support vt-d and I think maybe I'm just missing something?
>> Any feedback would be much appreciated :)
>>
>> Output below:
>>
>
> Please add "iommu=verbose" option for xen.gz in grub.cfg,
> then reboot and then paste full Xen hypervisor "xm dmesg" output.
>
> -- Pasi
>
>> root@vm:~# xm create /etc/xen/vm-nine.cfg
>> Using config file "/etc/xen/vm-nine.cfg".
>> Error: Failed to assign device to IOMMU
>> (0000:05:00.0@100,msitranslate=1,power_mgmt=0)
>>
>> root@vm:~# lspci -s 05:00
>> 05:00.0 USB Controller: NEC Corporation USB (rev 43)
>> 05:00.1 USB Controller: NEC Corporation USB (rev 43)
>> 05:00.2 USB Controller: NEC Corporation USB 2.0 (rev 04)
>>
>> root@vm:~# cat /etc/xen/vm-nine.cfg
>> kernel = '/usr/lib/xen/boot/hvmloader'
>> builder = 'hvm'
>> memory = '1024'
>> device_model='/usr/lib/xen/bin/qemu-dm'
>> # Disks
>> disk = [ 'phy:/dev/storage/vm-nine,ioemu:hda,w',
>> 'phy:/dev/sr0,ioemu:hdc:cdrom,r'
>> ]
>>
>> # Hostname
>> name = 'vm-nine'
>>
>> # Networking
>> vif = ['type=ioemu, bridge=eth0, mac=00:16:3D:37:A2:38']
>>
>> # Behaviour
>> boot='dc'
>> vcpus=1
>> acpi=1
>> ahci=1
>> vnc=1
>> vncviewer=1
>> sdl=0
>> timer_mode=1
>> usb=1
>> usbdevice='tablet'
>> localtime=1
>> viridian=1
>> pci=['05:00.0','05:00.1','05:00.2']
>>
>> root@vm:~# dmesg | grep seiz
>> [    1.880424] pciback 0000:05:00.0: seizing device
>> [    1.880482] pciback 0000:05:00.1: seizing device
>> [    1.880539] pciback 0000:05:00.2: seizing device
>>
>> root@vm:~# cat /boot/grub/grub.cfg  | grep pciback
>>         module  /boot/vmlinuz-2.6.32-5-xen-amd64 placeholder
>> root=UUID=aebc8747-abb3-413a-b808-b345a9a19111 ro
>> pci=resource_alignment=05:00.0 xen-pciback.permissive
>> xen-pciback.hide=(05:00.0)(05:00.1)(05:00.2)
>>
>> root@vm:~# xm info
>> host                   : vm
>> release                : 2.6.32-5-xen-amd64
>> version                : #1 SMP Sat Oct 30 17:04:10 UTC 2010
>> machine                : x86_64
>> nr_cpus                : 8
>> nr_nodes               : 1
>> cores_per_socket       : 4
>> threads_per_core       : 2
>> cpu_mhz                : 3066
>> hw_caps                :
>> bfebfbff:28100800:00000000:00001b40:0098e3bd:00000000:00000001:00000000
>> virt_caps              : hvm hvm_directio
>> total_memory           : 8180
>> free_memory            : 1493
>> node_to_cpu            : node0:0-7
>> node_to_memory         : node0:1493
>> node_to_dma32_mem      : node0:743
>> max_node_id            : 0
>> xen_major              : 4
>> xen_minor              : 0
>> xen_extra              : .1
>> xen_caps               : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32
>> hvm-3.0-x86_32p hvm-3.0-x86_64
>> xen_scheduler          : credit
>> xen_pagesize           : 4096
>> platform_params        : virt_start=0xffff800000000000
>> xen_changeset          : unavailable
>> xen_commandline        : placeholder
>> cc_compiler            : gcc version 4.4.5 20100824 (prerelease)
>> (Debian 4.4.4-11)
>> cc_compile_by          : waldi
>> cc_compile_domain      : debian.org
>> cc_compile_date        : Fri Sep  3 15:38:12 UTC 2010
>> xend_config_format     : 4
>>
>> - chris
>>
>> _______________________________________________
>> Xen-users mailing list
>> Xen-users@lists.xensource.com
>> http://lists.xensource.com/xen-users
>

[-- Attachment #2: xmdmesg.txt --]
[-- Type: text/plain, Size: 10194 bytes --]

(XEN) Xen version 4.0.1 (Debian 4.0.1-1) (waldi@debian.org) (gcc version 4.4.5 20100824 (prerelease) (Debian 4.4.4-11) ) Fri Sep  3 15:38:12 UTC 2010
(XEN) Bootloader: GRUB 1.98+20100804-8
(XEN) Command line: placeholder iommu=verbose
(XEN) Video information:
(XEN)  VGA is text mode 80x25, font 8x16
(XEN)  VBE/DDC methods: none; EDID transfer time: 0 seconds
(XEN)  EDID info not retrieved because no DDC retrieval method detected
(XEN) Disc information:
(XEN)  Found 2 MBR signatures
(XEN)  Found 2 EDD information structures
(XEN) Xen-e820 RAM map:
(XEN)  0000000000000000 - 000000000008f000 (usable)
(XEN)  000000000008f000 - 0000000000090000 (reserved)
(XEN)  0000000000090000 - 000000000009d000 (usable)
(XEN)  000000000009d000 - 00000000000a0000 (reserved)
(XEN)  00000000000e0000 - 0000000000100000 (reserved)
(XEN)  0000000000100000 - 00000000cf4bd000 (usable)
(XEN)  00000000cf4bd000 - 00000000cf4bf000 (reserved)
(XEN)  00000000cf4bf000 - 00000000cf4c3000 (usable)
(XEN)  00000000cf4c3000 - 00000000cf7bf000 (ACPI NVS)
(XEN)  00000000cf7bf000 - 00000000cf7df000 (usable)
(XEN)  00000000cf7df000 - 00000000cf7ff000 (ACPI data)
(XEN)  00000000cf7ff000 - 00000000cf800000 (usable)
(XEN)  00000000cf800000 - 00000000d0000000 (reserved)
(XEN)  00000000f8000000 - 00000000fd000000 (reserved)
(XEN)  00000000ffe00000 - 0000000100000000 (reserved)
(XEN)  0000000100000000 - 0000000230000000 (usable)
(XEN) ACPI: RSDP 000FE020, 0024 (r2 INTEL )
(XEN) ACPI: XSDT CF7FE120, 0074 (r1 INTEL  DX58SO       11F6       1000013)
(XEN) ACPI: FACP CF7FD000, 00F4 (r3 INTEL  DX58SO       11F6 MSFT  100000D)
(XEN) ACPI Warning (tbfadt-0444): Optional field "Pm2ControlBlock" has zero address or length: 0000000000000450/0 [20070126]
(XEN) ACPI: DSDT CF7F8000, 4641 (r2 INTEL  DX58SO       11F6 MSFT  100000D)
(XEN) ACPI: FACS CF728000, 0040
(XEN) ACPI: APIC CF7F7000, 0138 (r2 INTEL  DX58SO       11F6 MSFT  100000D)
(XEN) ACPI: WDDT CF7F6000, 0040 (r1 INTEL  DX58SO       11F6 MSFT  100000D)
(XEN) ACPI: MCFG CF7F5000, 003C (r1 INTEL  DX58SO       11F6 MSFT  100000D)
(XEN) ACPI: ASF! CF7F4000, 00AC (r32 INTEL  DX58SO       11F6 MSFT  100000D)
(XEN) ACPI: HPET CF7F3000, 0038 (r1 INTEL  DX58SO       11F6 MSFT  100000D)
(XEN) ACPI: SSDT CF7E2000, E134 (r1 INTEL  SSDT  PM     11F6 MSFT  100000D)
(XEN) ACPI: DMAR CF7DF000, 0140 (r1 INTEL  DX58SO       11F6 MSFT  100000D)
(XEN) ACPI: WDTT CF7F1000, 020C (r2 INTEL  DX58SO       11F6 MSFT  100000D)
(XEN) ACPI: ASPT CF7F2000, 0034 (r4 INTEL  PerfTune     11F6 MSFT  100000D)
(XEN) System RAM: 8180MB (8376824kB)
(XEN) Domain heap initialised
(XEN) Processor #0 7:10 APIC version 21
(XEN) Processor #2 7:10 APIC version 21
(XEN) Processor #4 7:10 APIC version 21
(XEN) Processor #6 7:10 APIC version 21
(XEN) Processor #1 7:10 APIC version 21
(XEN) Processor #3 7:10 APIC version 21
(XEN) Processor #5 7:10 APIC version 21
(XEN) Processor #7 7:10 APIC version 21
(XEN) IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
(XEN) Enabling APIC mode:  Flat.  Using 1 I/O APICs
(XEN) [VT-D]dmar.c:687: Host address width 39
(XEN) [VT-D]dmar.c:702: found ACPI_DMAR_DRHD:
(XEN) [VT-D]dmar.c:398:   dmaru->address = fe711000
(XEN) [VT-D]iommu.c:1081: drhd->address = fe711000 iommu->reg = ffff82c3fff57000
(XEN) [VT-D]iommu.c:1083: cap = c9008010e60262 ecap = f0207a
(XEN) [VT-D]dmar.c:335:   endpoint: 0:1b.0
(XEN) [VT-D]dmar.c:702: found ACPI_DMAR_DRHD:
(XEN) [VT-D]dmar.c:398:   dmaru->address = fe710000
(XEN) [VT-D]iommu.c:1081: drhd->address = fe710000 iommu->reg = ffff82c3fff56000
(XEN) [VT-D]iommu.c:1083: cap = c90780106f0462 ecap = f020fa
(XEN) [VT-D]dmar.c:341:   IOAPIC: f0:1f.7
(XEN) [VT-D]dmar.c:412:   flags: INCLUDE_ALL
(XEN) [VT-D]dmar.c:707: found ACPI_DMAR_RMRR:
(XEN) [VT-D]dmar.c:335:   endpoint: 0:1d.0
(XEN) [VT-D]dmar.c:579:   RMRR region: base_addr e9000 end_address e9fff
(XEN) [VT-D]dmar.c:707: found ACPI_DMAR_RMRR:
(XEN) [VT-D]dmar.c:335:   endpoint: 0:1d.1
(XEN) [VT-D]dmar.c:579:   RMRR region: base_addr ea000 end_address eafff
(XEN) [VT-D]dmar.c:707: found ACPI_DMAR_RMRR:
(XEN) [VT-D]dmar.c:335:   endpoint: 0:1d.2
(XEN) [VT-D]dmar.c:579:   RMRR region: base_addr eb000 end_address ebfff
(XEN) [VT-D]dmar.c:707: found ACPI_DMAR_RMRR:
(XEN) [VT-D]dmar.c:335:   endpoint: 0:1a.0
(XEN) [VT-D]dmar.c:579:   RMRR region: base_addr e6000 end_address e6fff
(XEN) [VT-D]dmar.c:707: found ACPI_DMAR_RMRR:
(XEN) [VT-D]dmar.c:335:   endpoint: 0:1a.1
(XEN) [VT-D]dmar.c:579:   RMRR region: base_addr e7000 end_address e7fff
(XEN) [VT-D]dmar.c:707: found ACPI_DMAR_RMRR:
(XEN) [VT-D]dmar.c:335:   endpoint: 0:1a.2
(XEN) [VT-D]dmar.c:579:   RMRR region: base_addr e8000 end_address e8fff
(XEN) [VT-D]dmar.c:707: found ACPI_DMAR_RMRR:
(XEN) [VT-D]dmar.c:335:   endpoint: 0:1d.0
(XEN) [VT-D]dmar.c:579:   RMRR region: base_addr ec000 end_address eefff
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Detected 3066.868 MHz processor.
(XEN) Initing memory sharing.
(XEN) VMX: Supported advanced features:
(XEN)  - APIC MMIO access virtualisation
(XEN)  - APIC TPR shadow
(XEN)  - Extended Page Tables (EPT)
(XEN)  - Virtual-Processor Identifiers (VPID)
(XEN)  - Virtual NMI
(XEN)  - MSR direct-access bitmap
(XEN) EPT supports 2MB super page.
(XEN) HVM: ASIDs enabled.
(XEN) HVM: VMX enabled
(XEN) HVM: Hardware Assisted Paging detected.
(XEN) Intel VT-d Snoop Control not supported.
(XEN) Intel VT-d DMA Passthrough not supported.
(XEN) Intel VT-d Queued Invalidation supported.
(XEN) Intel VT-d Interrupt Remapping supported.
(XEN) I/O virtualisation enabled
(XEN)  - Dom0 mode: Relaxed
(XEN) Total of 8 processors activated.
(XEN) ENABLING IO-APIC IRQs
(XEN)  -> Using new ACK method
(XEN) TSC is reliable, synchronization unnecessary
(XEN) Platform timer is 14.318MHz HPET
(XEN) Allocated console ring of 16 KiB.
(XEN) Brought up 8 CPUs
(XEN) *** LOADING DOMAIN 0 ***
(XEN)  Xen  kernel: 64-bit, lsb, compat32
(XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x1000000 -> 0x2752000
(XEN) PHYSICAL MEMORY ARRANGEMENT:
(XEN)  Dom0 alloc.:   0000000200000000->0000000220000000 (1905193 pages to be allocated)
(XEN) VIRTUAL MEMORY ARRANGEMENT:
(XEN)  Loaded kernel: ffffffff81000000->ffffffff82752000
(XEN)  Init. ramdisk: ffffffff82752000->ffffffff92b56000
(XEN)  Phys-Mach map: ffffffff92b56000->ffffffff93adf148
(XEN)  Start info:    ffffffff93ae0000->ffffffff93ae04b4
(XEN)  Page tables:   ffffffff93ae1000->ffffffff93b84000
(XEN)  Boot stack:    ffffffff93b84000->ffffffff93b85000
(XEN)  TOTAL:         ffffffff80000000->ffffffff94000000
(XEN)  ENTRY ADDRESS: ffffffff81989200
(XEN) Dom0 has maximum 8 VCPUs
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 0:0.0
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 0:10.0
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 0:10.1
(XEN) [VT-D]iommu.c:1332: d0:PCIe: map bdf = 0:14.0
(XEN) [VT-D]iommu.c:1332: d0:PCIe: map bdf = 0:14.1
(XEN) [VT-D]iommu.c:1332: d0:PCIe: map bdf = 0:14.2
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 0:14.3
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 0:19.0
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 0:1a.0
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 0:1a.1
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 0:1a.2
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 0:1a.7
(XEN) [VT-D]iommu.c:1332: d0:PCIe: map bdf = 0:1b.0
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 0:1d.0
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 0:1d.1
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 0:1d.2
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 0:1d.7
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 0:1f.0
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 0:1f.2
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 0:1f.3
(XEN) [VT-D]iommu.c:1332: d0:PCIe: map bdf = 3:0.0
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 5:0.0
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 5:0.1
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 5:0.2
(XEN) [VT-D]iommu.c:1332: d0:PCIe: map bdf = 7:0.0
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 8:2.0
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 8:2.1
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 8:3.0
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 8:3.1
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 8:3.2
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 8:3.3
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 8:3.4
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 8:3.5
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 8:3.6
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 8:3.7
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 3f:0.0
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 3f:0.1
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 3f:2.0
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 3f:2.1
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 3f:3.0
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 3f:3.1
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 3f:3.4
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 3f:4.0
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 3f:4.1
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 3f:4.2
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 3f:4.3
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 3f:5.0
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 3f:5.1
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 3f:5.2
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 3f:5.3
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 3f:6.0
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 3f:6.1
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 3f:6.2
(XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 3f:6.3
(XEN) [VT-D]iommu.c:698: iommu_enable_translation: iommu->reg = ffff82c3fff57000
(XEN) [VT-D]iommu.c:698: iommu_enable_translation: iommu->reg = ffff82c3fff56000
(XEN) Scrubbing Free RAM: .done.
(XEN) Xen trace buffers: disabled
(XEN) Std. Loglevel: Errors and warnings
(XEN) Guest Loglevel: Nothing (Rate-limited: Errors and warnings)
(XEN) Xen is relinquishing VGA console.
(XEN) *** Serial input -> DOM0 (type \047CTRL-a\047 three times to switch input to Xen)
(XEN) Freed 176kB init memory.
(XEN) [VT-D]iommu.c:1468: d0:PCI: unmap bdf = 5:0.0
(XEN) [VT-D]iommu.c:1339: d1:PCI: map bdf = 5:0.0
(XEN) domctl.c:846:d0 XEN_DOMCTL_assign_device: assign device (5:0.0) failed

[-- Attachment #3: dmesg.txt --]
[-- Type: text/plain, Size: 54186 bytes --]

Initializing cgroup subsys cpuset
Initializing cgroup subsys cpu
Linux version 2.6.32.26 (root@vm) (gcc version 4.4.5 (Debian 4.4.5-8) ) #2 SMP Mon Nov 29 14:35:53 EST 2010
Command line: placeholder root=UUID=aebc8747-abb3-413a-b808-b345a9a19111 ro xen-pciback.permissive xen-pciback.hide=(05:00.0)(05:00.1)(05:00.2)
KERNEL supported cpus:
  Intel GenuineIntel
  AMD AuthenticAMD
  Centaur CentaurHauls
xen_release_chunk: looking at area pfn d0000-f8000: 163840 pages freed
xen_release_chunk: looking at area pfn fd000-fec00: 7168 pages freed
xen_release_chunk: looking at area pfn fec01-fee00: 511 pages freed
xen_release_chunk: looking at area pfn fee01-ffe00: 4095 pages freed
released 175614 pages of unused memory
BIOS-provided physical RAM map:
 Xen: 0000000000000000 - 000000000008f000 (usable)
 Xen: 000000000008f000 - 0000000000090000 (reserved)
 Xen: 0000000000090000 - 000000000009d000 (usable)
 Xen: 000000000009d000 - 0000000000100000 (reserved)
 Xen: 0000000000100000 - 00000000cf4bd000 (usable)
 Xen: 00000000cf4bd000 - 00000000cf4bf000 (reserved)
 Xen: 00000000cf4bf000 - 00000000cf4c3000 (usable)
 Xen: 00000000cf4c3000 - 00000000cf7bf000 (ACPI NVS)
 Xen: 00000000cf7bf000 - 00000000cf7df000 (usable)
 Xen: 00000000cf7df000 - 00000000cf7ff000 (ACPI data)
 Xen: 00000000cf7ff000 - 00000000cf800000 (usable)
 Xen: 00000000cf800000 - 00000000d0000000 (reserved)
 Xen: 00000000f8000000 - 00000000fd000000 (reserved)
 Xen: 00000000fec00000 - 00000000fec01000 (reserved)
 Xen: 00000000fee00000 - 00000000fee01000 (reserved)
 Xen: 00000000ffe00000 - 0000000100000000 (reserved)
 Xen: 0000000100000000 - 000000025adfe000 (usable)
DMI 2.5 present.
last_pfn = 0x25adfe max_arch_pfn = 0x400000000
x86 PAT enabled: cpu 0, old 0x50100070406, new 0x7010600070106
last_pfn = 0xcf800 max_arch_pfn = 0x400000000
initial memory mapped : 0 - 147ff000
init_memory_mapping: 0000000000000000-00000000cf800000
 0000000000 - 00cf800000 page 4k
kernel direct mapping tables up to cf800000 @ 100000-781000
init_memory_mapping: 0000000100000000-000000025adfe000
 0100000000 - 025adfe000 page 4k
kernel direct mapping tables up to 25adfe000 @ 13b84000-14e66000
RAMDISK: 02752000 - 12b56000
ACPI: RSDP 00000000000fe020 00024 (v02 INTEL )
ACPI: XSDT 00000000cf7fe120 00074 (v01 INTEL  DX58SO   000011F6      01000013)
ACPI: FACP 00000000cf7fd000 000F4 (v03 INTEL  DX58SO   000011F6 MSFT 0100000D)
ACPI Warning: Optional field Pm2ControlBlock has zero address or length: 0000000000000450/0 (20090903/tbfadt-557)
ACPI Warning: Invalid length for Pm2ControlBlock: 0, using default 8 (20090903/tbfadt-607)
ACPI: DSDT 00000000cf7f8000 04641 (v02 INTEL  DX58SO   000011F6 MSFT 0100000D)
ACPI: FACS 00000000cf728000 00040
ACPI: APIC 00000000cf7f7000 00138 (v02 INTEL  DX58SO   000011F6 MSFT 0100000D)
ACPI: WDDT 00000000cf7f6000 00040 (v01 INTEL  DX58SO   000011F6 MSFT 0100000D)
ACPI: MCFG 00000000cf7f5000 0003C (v01 INTEL  DX58SO   000011F6 MSFT 0100000D)
ACPI: ASF! 00000000cf7f4000 000AC (v32 INTEL  DX58SO   000011F6 MSFT 0100000D)
ACPI: HPET 00000000cf7f3000 00038 (v01 INTEL  DX58SO   000011F6 MSFT 0100000D)
ACPI: SSDT 00000000cf7e2000 0E134 (v01 INTEL  SSDT  PM 000011F6 MSFT 0100000D)
ACPI: XMAR 00000000cf7df000 00140 (v01 INTEL  DX58SO   000011F6 MSFT 0100000D)
ACPI: WDTT 00000000cf7f1000 0020C (v02 INTEL  DX58SO   000011F6 MSFT 0100000D)
ACPI: ASPT 00000000cf7f2000 00034 (v04 INTEL  PerfTune 000011F6 MSFT 0100000D)
ACPI: Local APIC address 0xfee00000
No NUMA configuration found
Faking a node at 0000000000000000-000000025adfe000
Bootmem setup node 0 0000000000000000-000000025adfe000
  NODE_DATA [0000000000008000 - 000000000001ffff]
  bootmap [0000000000020000 -  000000000006b5bf] pages 4c
(10 early reservations) ==> bootmem [0000000000 - 025adfe000]
  #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
  #1 [0013ae1000 - 0013b84000]   XEN PAGETABLES ==> [0013ae1000 - 0013b84000]
  #2 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
  #3 [0001000000 - 0002627e78]    TEXT DATA BSS ==> [0001000000 - 0002627e78]
  #4 [0002752000 - 0012b56000]          RAMDISK ==> [0002752000 - 0012b56000]
  #5 [0012b56000 - 0013ae1000]   XEN START INFO ==> [0012b56000 - 0013ae1000]
  #6 [01f1229000 - 025adfe000]        XEN EXTRA ==> [01f1229000 - 025adfe000]
  #7 [0002628000 - 000264215e]              BRK ==> [0002628000 - 000264215e]
  #8 [0000100000 - 00006db000]          PGTABLE ==> [0000100000 - 00006db000]
  #9 [0013b84000 - 0014661000]          PGTABLE ==> [0013b84000 - 0014661000]
Zone PFN ranges:
  DMA      0x00000000 -> 0x00001000
  DMA32    0x00001000 -> 0x00100000
  Normal   0x00100000 -> 0x0025adfe
Movable zone start PFN for each node
early_node_map[7] active PFN ranges
    0: 0x00000000 -> 0x0000008f
    0: 0x00000090 -> 0x0000009d
    0: 0x00000100 -> 0x000cf4bd
    0: 0x000cf4bf -> 0x000cf4c3
    0: 0x000cf7bf -> 0x000cf7df
    0: 0x000cf7ff -> 0x000cf800
    0: 0x00100000 -> 0x0025adfe
On node 0 totalpages: 2269820
  DMA zone: 104 pages used for memmap
  DMA zone: 1502 pages reserved
  DMA zone: 2390 pages, LIFO batch:0
  DMA32 zone: 26520 pages used for memmap
  DMA32 zone: 818506 pages, LIFO batch:31
  Normal zone: 36075 pages used for memmap
  Normal zone: 1384723 pages, LIFO batch:31
ACPI: PM-Timer IO Port: 0x408
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x02] enabled)
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] enabled)
ACPI: LAPIC (acpi_id[0x03] lapic_id[0x06] enabled)
ACPI: LAPIC (acpi_id[0x04] lapic_id[0x01] enabled)
ACPI: LAPIC (acpi_id[0x05] lapic_id[0x03] enabled)
ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled)
ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] enabled)
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x10] disabled)
ACPI: LAPIC (acpi_id[0x03] lapic_id[0x12] disabled)
ACPI: LAPIC (acpi_id[0x05] lapic_id[0x14] disabled)
ACPI: LAPIC (acpi_id[0x07] lapic_id[0x16] disabled)
ACPI: LAPIC (acpi_id[0x09] lapic_id[0x11] disabled)
ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x13] disabled)
ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x15] disabled)
ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x17] disabled)
ACPI: LAPIC_NMI (acpi_id[0x00] high level lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x01] high level lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x03] high level lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x04] high level lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x05] high level lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x06] high level lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x07] high level lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x08] high level lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x09] high level lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0a] high level lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0b] high level lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0c] high level lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0d] high level lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0e] high level lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0f] high level lint[0x1])
ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 8, version 0, address 0xfec00000, GSI 0-0
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ERROR: Unable to locate IOAPIC for GSI 2
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ERROR: Unable to locate IOAPIC for GSI 9
Using ACPI (MADT) for SMP configuration information
ACPI: HPET id: 0x8086a301 base: 0xfed00000
SMP: Allowing 8 CPUs, 0 hotplug CPUs
nr_irqs_gsi: 256
PM: Registered nosave memory: 000000000008f000 - 0000000000090000
PM: Registered nosave memory: 000000000009d000 - 0000000000100000
PM: Registered nosave memory: 00000000cf4bd000 - 00000000cf4bf000
PM: Registered nosave memory: 00000000cf4c3000 - 00000000cf7bf000
PM: Registered nosave memory: 00000000cf7df000 - 00000000cf7ff000
PM: Registered nosave memory: 00000000cf800000 - 00000000d0000000
PM: Registered nosave memory: 00000000d0000000 - 00000000f8000000
PM: Registered nosave memory: 00000000f8000000 - 00000000fd000000
PM: Registered nosave memory: 00000000fd000000 - 00000000fec00000
PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
PM: Registered nosave memory: 00000000fec01000 - 00000000fee00000
PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
PM: Registered nosave memory: 00000000fee01000 - 00000000ffe00000
PM: Registered nosave memory: 00000000ffe00000 - 0000000100000000
Allocating PCI resources starting at d0000000 (gap: d0000000:28000000)
Booting paravirtualized kernel on Xen
Xen version: 4.0.1 (preserve-AD) (dom0)
NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:8 nr_node_ids:1
PERCPU: Embedded 478 pages/cpu @ffff8800367f8000 s1927128 r8192 d22568 u1957888
pcpu-alloc: s1927128 r8192 d22568 u1957888 alloc=478*4096
pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7 
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 2205619
Policy zone: Normal
Kernel command line: placeholder root=UUID=aebc8747-abb3-413a-b808-b345a9a19111 ro xen-pciback.permissive xen-pciback.hide=(05:00.0)(05:00.1)(05:00.2)
PID hash table entries: 4096 (order: 3, 32768 bytes)
Initializing CPU#0
DMA: Placing 64MB software IO TLB between ffff880020000000 - ffff880024000000
DMA: software IO TLB at phys 0x20000000 - 0x24000000
xen_swiotlb_fixup: buf=ffff880020000000 size=67108864
xen_swiotlb_fixup: buf=ffff880024060000 size=32768
Memory: 6708584k/9877496k available (4665k kernel code, 798216k absent, 2370696k reserved, 3207k data, 3376k init)
SLUB: Genslabs=14, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Hierarchical RCU implementation.
NR_IRQS:4352 nr_irqs:2304
xen: --> irq=0
xen: --> irq=1
xen: --> irq=2
xen: --> irq=3
xen: --> irq=4
xen: --> irq=5
xen: --> irq=6
xen: --> irq=7
xen: --> irq=8
xen: --> irq=9
xen: --> irq=10
xen: --> irq=11
xen: --> irq=12
xen: --> irq=13
xen: --> irq=14
xen: --> irq=15
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)
xen: sci override: source_irq=9 global_irq=9 trigger=c polarity=1
xen: registering gsi 9 triggering 0 polarity 0
xen_allocate_pirq: returning irq 9 for gsi 9
xen: --> irq=9
xen: acpi sci 9
Console: colour VGA+ 80x25
console [tty0] enabled
Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
... MAX_LOCKDEP_SUBCLASSES:  8
... MAX_LOCK_DEPTH:          48
... MAX_LOCKDEP_KEYS:        8191
... CLASSHASH_SIZE:          4096
... MAX_LOCKDEP_ENTRIES:     16384
... MAX_LOCKDEP_CHAINS:      32768
... CHAINHASH_SIZE:          16384
 memory used by lock dependency info: 6367 kB
 per task-struct memory footprint: 2688 bytes
allocated 91750400 bytes of page_cgroup
please try 'cgroup_disable=memory' option if you don't want memory cgroups
ODEBUG: 16 of 16 active objects replaced
Xen: using vcpuop timer interface
installing Xen timer for CPU 0
  alloc irq_desc for 2303 on node 0
  alloc kstat_irqs on node 0
Detected 3066.868 MHz processor.
Calibrating delay loop (skipped), value calculated using timer frequency.. 6133.73 BogoMIPS (lpj=3066868)
Security Framework initialized
SELinux:  Initializing.
SELinux:  Starting in permissive mode
Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
Inode-cache hash table entries: 1048576 (order: 11, 8388608 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: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 8192K
CPU 0/0x0 -> Node 0
CPU: Unsupported number of siblings 16
mce: CPU supports 9 MCE banks
Performance Events: unsupported p6 CPU model 26 no PMU driver, software events only.
lockdep: fixing up alternatives.
SMP alternatives: switching to UP code
ACPI: Core revision 20090903
ftrace: converting mcount calls to 0f 1f 44 00 00
ftrace: allocating 23530 entries in 93 pages
  alloc irq_desc for 2302 on node 0
  alloc kstat_irqs on node 0
  alloc irq_desc for 2301 on node 0
  alloc kstat_irqs on node 0
  alloc irq_desc for 2300 on node 0
  alloc kstat_irqs on node 0
  alloc irq_desc for 2299 on node 0
  alloc kstat_irqs on node 0
installing Xen timer for CPU 1
  alloc irq_desc for 2298 on node 0
  alloc kstat_irqs on node 0
lockdep: fixing up alternatives.
SMP alternatives: switching to SMP code
  alloc irq_desc for 2297 on node 0
  alloc kstat_irqs on node 0
  alloc irq_desc for 2296 on node 0
  alloc kstat_irqs on node 0
  alloc irq_desc for 2295 on node 0
  alloc kstat_irqs on node 0
  alloc irq_desc for 2294 on node 0
  alloc kstat_irqs on node 0
Initializing CPU#1
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 8192K
CPU 1/0x0 -> Node 0
CPU: Unsupported number of siblings 16
installing Xen timer for CPU 2
  alloc irq_desc for 2293 on node 0
  alloc kstat_irqs on node 0
  alloc irq_desc for 2292 on node 0
  alloc kstat_irqs on node 0
  alloc irq_desc for 2291 on node 0
  alloc kstat_irqs on node 0
  alloc irq_desc for 2290 on node 0
  alloc kstat_irqs on node 0
  alloc irq_desc for 2289 on node 0
  alloc kstat_irqs on node 0
Initializing CPU#2
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 8192K
CPU 2/0x0 -> Node 0
CPU: Unsupported number of siblings 16
installing Xen timer for CPU 3
  alloc irq_desc for 2288 on node 0
  alloc kstat_irqs on node 0
  alloc irq_desc for 2287 on node 0
  alloc kstat_irqs on node 0
  alloc irq_desc for 2286 on node 0
  alloc kstat_irqs on node 0
  alloc irq_desc for 2285 on node 0
  alloc kstat_irqs on node 0
  alloc irq_desc for 2284 on node 0
  alloc kstat_irqs on node 0
Initializing CPU#3
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 8192K
CPU 3/0x0 -> Node 0
CPU: Unsupported number of siblings 16
installing Xen timer for CPU 4
  alloc irq_desc for 2283 on node 0
  alloc kstat_irqs on node 0
  alloc irq_desc for 2282 on node 0
  alloc kstat_irqs on node 0
  alloc irq_desc for 2281 on node 0
  alloc kstat_irqs on node 0
  alloc irq_desc for 2280 on node 0
  alloc kstat_irqs on node 0
  alloc irq_desc for 2279 on node 0
  alloc kstat_irqs on node 0
Initializing CPU#4
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 8192K
CPU 4/0x0 -> Node 0
CPU: Unsupported number of siblings 16
installing Xen timer for CPU 5
  alloc irq_desc for 2278 on node 0
  alloc kstat_irqs on node 0
  alloc irq_desc for 2277 on node 0
  alloc kstat_irqs on node 0
  alloc irq_desc for 2276 on node 0
  alloc kstat_irqs on node 0
  alloc irq_desc for 2275 on node 0
  alloc kstat_irqs on node 0
  alloc irq_desc for 2274 on node 0
  alloc kstat_irqs on node 0
Initializing CPU#5
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 8192K
CPU 5/0x0 -> Node 0
CPU: Unsupported number of siblings 16
installing Xen timer for CPU 6
  alloc irq_desc for 2273 on node 0
  alloc kstat_irqs on node 0
  alloc irq_desc for 2272 on node 0
  alloc kstat_irqs on node 0
  alloc irq_desc for 2271 on node 0
  alloc kstat_irqs on node 0
  alloc irq_desc for 2270 on node 0
  alloc kstat_irqs on node 0
  alloc irq_desc for 2269 on node 0
  alloc kstat_irqs on node 0
Initializing CPU#6
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 8192K
CPU 6/0x0 -> Node 0
CPU: Unsupported number of siblings 16
installing Xen timer for CPU 7
  alloc irq_desc for 2268 on node 0
  alloc kstat_irqs on node 0
  alloc irq_desc for 2267 on node 0
  alloc kstat_irqs on node 0
  alloc irq_desc for 2266 on node 0
  alloc kstat_irqs on node 0
  alloc irq_desc for 2265 on node 0
  alloc kstat_irqs on node 0
  alloc irq_desc for 2264 on node 0
  alloc kstat_irqs on node 0
Initializing CPU#7
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 8192K
CPU 7/0x0 -> Node 0
CPU: Unsupported number of siblings 16
Brought up 8 CPUs
CPU0 attaching sched-domain:
 domain 0: span 0-7 level CPU
  groups: 0 1 2 3 4 5 6 7
CPU1 attaching sched-domain:
 domain 0: span 0-7 level CPU
  groups: 1 2 3 4 5 6 7 0
CPU2 attaching sched-domain:
 domain 0: span 0-7 level CPU
  groups: 2 3 4 5 6 7 0 1
CPU3 attaching sched-domain:
 domain 0: span 0-7 level CPU
  groups: 3 4 5 6 7 0 1 2
CPU4 attaching sched-domain:
 domain 0: span 0-7 level CPU
  groups: 4 5 6 7 0 1 2 3
CPU5 attaching sched-domain:
 domain 0: span 0-7 level CPU
  groups: 5 6 7 0 1 2 3 4
CPU6 attaching sched-domain:
 domain 0: span 0-7 level CPU
  groups: 6 7 0 1 2 3 4 5
CPU7 attaching sched-domain:
 domain 0: span 0-7 level CPU
  groups: 7 0 1 2 3 4 5 6
Grant table initialized
regulator: core version 0.5
Time: 19:42:53  Date: 11/29/10
NET: Registered protocol family 16
  alloc irq_desc for 2263 on node 0
  alloc kstat_irqs on node 0
ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
ACPI: bus type pci registered
sync cpu 0 get result 1 max_id 7
sync cpu 1 get result 1 max_id 7
sync cpu 2 get result 1 max_id 7
sync cpu 3 get result 1 max_id 7
sync cpu 4 get result 1 max_id 7
sync cpu 5 get result 1 max_id 7
sync cpu 6 get result 1 max_id 7
sync cpu 7 get result 1 max_id 7
  alloc irq_desc for 2262 on node 0
  alloc kstat_irqs on node 0
PCI: MCFG configuration 0: base f8000000 segment 0 buses 0 - 63
PCI: MCFG area at f8000000 reserved in E820
PCI: Using MMCONFIG at f8000000 - fbffffff
PCI: Using configuration type 1 for base access
bio: create slab <bio-0> at 0
ERROR: Unable to locate IOAPIC for GSI 9
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: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:07.0: PME# supported from D0 D3hot D3cold
pci 0000:00:07.0: PME# disabled
pci 0000:00:19.0: reg 10 32bit mmio: [0xd3300000-0xd331ffff]
pci 0000:00:19.0: reg 14 32bit mmio: [0xd3323000-0xd3323fff]
pci 0000:00:19.0: reg 18 io port: [0x4100-0x411f]
pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
pci 0000:00:19.0: PME# disabled
pci 0000:00:1a.0: reg 20 io port: [0x40e0-0x40ff]
pci 0000:00:1a.1: reg 20 io port: [0x40c0-0x40df]
pci 0000:00:1a.2: reg 20 io port: [0x40a0-0x40bf]
pci 0000:00:1a.7: reg 10 32bit mmio: [0xd3322000-0xd33223ff]
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: [0xf0000000-0xf0003fff]
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.1: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.1: PME# disabled
pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.4: PME# disabled
pci 0000:00:1d.0: reg 20 io port: [0x4080-0x409f]
pci 0000:00:1d.1: reg 20 io port: [0x4060-0x407f]
pci 0000:00:1d.2: reg 20 io port: [0x4040-0x405f]
pci 0000:00:1d.7: reg 10 32bit mmio: [0xd3321000-0xd33213ff]
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 0400-047f 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 0680 (mask 007f)
pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0810 (mask 007f)
pci 0000:00:1f.2: reg 10 io port: [0x4128-0x412f]
pci 0000:00:1f.2: reg 14 io port: [0x4134-0x4137]
pci 0000:00:1f.2: reg 18 io port: [0x4120-0x4127]
pci 0000:00:1f.2: reg 1c io port: [0x4130-0x4133]
pci 0000:00:1f.2: reg 20 io port: [0x4020-0x403f]
pci 0000:00:1f.2: reg 24 32bit mmio: [0xd3320000-0xd33207ff]
pci 0000:00:1f.2: PME# supported from D3hot
pci 0000:00:1f.2: PME# disabled
pci 0000:00:1f.3: reg 10 64bit mmio: [0xf0004000-0xf00040ff]
pci 0000:00:1f.3: reg 20 io port: [0x4000-0x401f]
pci 0000:03:00.0: reg 10 32bit mmio: [0xd2000000-0xd2ffffff]
pci 0000:03:00.0: reg 14 64bit mmio pref: [0xe0000000-0xefffffff]
pci 0000:03:00.0: reg 1c 64bit mmio: [0xd0000000-0xd1ffffff]
pci 0000:03:00.0: reg 24 io port: [0x3000-0x307f]
pci 0000:03:00.0: reg 30 32bit mmio pref: [0xfffe0000-0xffffffff]
pci 0000:00:07.0: bridge io port: [0x3000-0x3fff]
pci 0000:00:07.0: bridge 32bit mmio: [0xd0000000-0xd2ffffff]
pci 0000:00:07.0: bridge 64bit mmio pref: [0xe0000000-0xefffffff]
pci 0000:04:00.0: supports D1 D2
pci 0000:04:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
pci 0000:00:1c.0: bridge 32bit mmio: [0xd3200000-0xd32fffff]
pci 0000:05:00.0: reg 10 32bit mmio: [0xd3202000-0xd3202fff]
pci 0000:05:00.0: supports D1 D2
pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot
pci 0000:05:00.0: PME# disabled
pci 0000:05:00.1: reg 10 32bit mmio: [0xd3201000-0xd3201fff]
pci 0000:05:00.1: supports D1 D2
pci 0000:05:00.1: PME# supported from D0 D1 D2 D3hot
pci 0000:05:00.1: PME# disabled
pci 0000:05:00.2: reg 10 32bit mmio: [0xd3200000-0xd32000ff]
pci 0000:05:00.2: supports D1 D2
pci 0000:05:00.2: PME# supported from D0 D1 D2 D3hot
pci 0000:05:00.2: PME# disabled
pci 0000:04:00.0: bridge 32bit mmio: [0xd3200000-0xd32fffff]
pci 0000:07:00.0: reg 10 io port: [0x2018-0x201f]
pci 0000:07:00.0: reg 14 io port: [0x2024-0x2027]
pci 0000:07:00.0: reg 18 io port: [0x2010-0x2017]
pci 0000:07:00.0: reg 1c io port: [0x2020-0x2023]
pci 0000:07:00.0: reg 20 io port: [0x2000-0x200f]
pci 0000:07:00.0: reg 24 32bit mmio: [0xd3100000-0xd31003ff]
pci 0000:07:00.0: supports D1
pci 0000:07:00.0: PME# supported from D0 D1 D3hot
pci 0000:07:00.0: PME# disabled
pci 0000:07:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
pci 0000:00:1c.4: bridge io port: [0x2000-0x2fff]
pci 0000:00:1c.4: bridge 32bit mmio: [0xd3100000-0xd31fffff]
pci 0000:08:02.0: reg 10 io port: [0x1000-0x101f]
pci 0000:08:02.0: supports D1 D2
pci 0000:08:02.1: reg 10 io port: [0x1020-0x1027]
pci 0000:08:02.1: supports D1 D2
pci 0000:08:03.0: reg 10 32bit mmio: [0xd3004000-0xd30047ff]
pci 0000:08:03.0: reg 14 32bit mmio: [0xd3000000-0xd3003fff]
pci 0000:08:03.0: supports D1 D2
pci 0000:08:03.0: PME# supported from D0 D1 D2 D3hot
pci 0000:08:03.0: PME# disabled
pci 0000:00:1e.0: transparent bridge
pci 0000:00:1e.0: bridge io port: [0x1000-0x1fff]
pci 0000:00:1e.0: bridge 32bit mmio: [0xd3000000-0xd30fffff]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P32_._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG1._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG3._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG7._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX1._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX4._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
xen_balloon: Initialising balloon driver with page order 0.
last_pfn = 0x25adfe max_arch_pfn = 0x400000000
vgaarb: device added: PCI:0000:03:00.0,decodes=io+mem,owns=io+mem,locks=none
vgaarb: loaded
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
Switching to clocksource xen
kstop/0 used greatest stack depth: 6408 bytes left
pnp: PnP ACPI init
ACPI: bus type pnp registered
xen: registering gsi 8 triggering 1 polarity 0
xen_allocate_pirq: returning irq 8 for gsi 8
xen: --> irq=8
xen: registering gsi 13 triggering 1 polarity 0
xen_allocate_pirq: returning irq 13 for gsi 13
xen: --> irq=13
pnp: PnP ACPI: found 9 devices
ACPI: ACPI bus type pnp unregistered
system 00:05: ioport range 0x500-0x53f has been reserved
system 00:05: ioport range 0x400-0x47f has been reserved
system 00:05: ioport range 0x680-0x6ff has been reserved
pciback 0000:05:00.0: seizing device
pciback 0000:05:00.1: seizing device
pciback 0000:05:00.2: seizing device
PM-Timer failed consistency check  (0x0xffffff) - aborting.
pci 0000:03:00.0: BAR 6: no parent found for of device [0xfffe0000-0xffffffff]
pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
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:02
pci 0000:00:03.0:   IO window: disabled
pci 0000:00:03.0:   MEM window: disabled
pci 0000:00:03.0:   PREFETCH window: disabled
pci 0000:03:00.0: BAR 6: can't allocate mem resource [0xf0000000-0xefffffff]
pci 0000:00:07.0: PCI bridge, secondary bus 0000:03
pci 0000:00:07.0:   IO window: 0x3000-0x3fff
pci 0000:00:07.0:   MEM window: 0xd0000000-0xd2ffffff
pci 0000:00:07.0:   PREFETCH window: 0x000000e0000000-0x000000efffffff
pci 0000:04:00.0: PCI bridge, secondary bus 0000:05
pci 0000:04:00.0:   IO window: disabled
pci 0000:04:00.0:   MEM window: 0xd3200000-0xd32fffff
pci 0000:04:00.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: 0xd3200000-0xd32fffff
pci 0000:00:1c.0:   PREFETCH window: disabled
pci 0000:00:1c.1: PCI bridge, secondary bus 0000:06
pci 0000:00:1c.1:   IO window: disabled
pci 0000:00:1c.1:   MEM window: disabled
pci 0000:00:1c.1:   PREFETCH window: disabled
pci 0000:00:1c.4: PCI bridge, secondary bus 0000:07
pci 0000:00:1c.4:   IO window: 0x2000-0x2fff
pci 0000:00:1c.4:   MEM window: 0xd3100000-0xd31fffff
pci 0000:00:1c.4:   PREFETCH window: disabled
pci 0000:00:1e.0: PCI bridge, secondary bus 0000:08
pci 0000:00:1e.0:   IO window: 0x1000-0x1fff
pci 0000:00:1e.0:   MEM window: 0xd3000000-0xd30fffff
pci 0000:00:1e.0:   PREFETCH window: disabled
xen: registering gsi 16 triggering 0 polarity 1
  alloc irq_desc for 16 on node 0
  alloc kstat_irqs on node 0
xen: --> irq=16
pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
pci 0000:00:01.0: setting latency timer to 64
xen: registering gsi 16 triggering 0 polarity 1
xen_allocate_pirq: returning irq 16 for gsi 16
xen: --> irq=16
Already setup the GSI :16
pci 0000:00:03.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
pci 0000:00:03.0: setting latency timer to 64
xen: registering gsi 16 triggering 0 polarity 1
xen_allocate_pirq: returning irq 16 for gsi 16
xen: --> irq=16
Already setup the GSI :16
pci 0000:00:07.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
pci 0000:00:07.0: setting latency timer to 64
xen: registering gsi 17 triggering 0 polarity 1
  alloc irq_desc for 17 on node 0
  alloc kstat_irqs on node 0
xen: --> irq=17
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:04:00.0: setting latency timer to 64
xen: registering gsi 16 triggering 0 polarity 1
xen_allocate_pirq: returning irq 16 for gsi 16
xen: --> irq=16
Already setup the GSI :16
pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
pci 0000:00:1c.1: setting latency timer to 64
xen: registering gsi 17 triggering 0 polarity 1
xen_allocate_pirq: returning irq 17 for gsi 17
xen: --> irq=17
Already setup the GSI :17
pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
pci 0000:00:1c.4: 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:03: resource 0 io:  [0x3000-0x3fff]
pci_bus 0000:03: resource 1 mem: [0xd0000000-0xd2ffffff]
pci_bus 0000:03: resource 2 pref mem [0xe0000000-0xefffffff]
pci_bus 0000:04: resource 1 mem: [0xd3200000-0xd32fffff]
pci_bus 0000:05: resource 1 mem: [0xd3200000-0xd32fffff]
pci_bus 0000:07: resource 0 io:  [0x2000-0x2fff]
pci_bus 0000:07: resource 1 mem: [0xd3100000-0xd31fffff]
pci_bus 0000:08: resource 0 io:  [0x1000-0x1fff]
pci_bus 0000:08: resource 1 mem: [0xd3000000-0xd30fffff]
pci_bus 0000:08: resource 3 io:  [0x00-0xffff]
pci_bus 0000:08: resource 4 mem: [0x000000-0xffffffffffffffff]
NET: Registered protocol family 2
IP route cache hash table entries: 524288 (order: 10, 4194304 bytes)
TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
TCP bind hash table entries: 65536 (order: 10, 4718592 bytes)
TCP: Hash tables configured (established 524288 bind 65536)
TCP reno registered
NET: Registered protocol family 1
pci 0000:03:00.0: Boot video device
pci 0000:04:00.0: TI XIO2000a quirk detected; secondary bus fast back-to-back transfers disabled
Trying to unpack rootfs image as initramfs...
Freeing initrd memory: 266256k freed
DMA-API: preallocated 32768 debug entries
DMA-API: debugging enabled by kernel config
PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
DMA: Placing 64MB software IO TLB between ffff880020000000 - ffff880024000000
DMA: software IO TLB at phys 0x20000000 - 0x24000000
audit: initializing netlink socket (disabled)
type=2000 audit(1291059774.146: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 13622
SELinux:  Registering netfilter hooks
cryptomgr_test used greatest stack depth: 5720 bytes left
cryptomgr_test used greatest stack depth: 5656 bytes left
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)
  alloc irq_desc for 2261 on node 0
  alloc kstat_irqs on node 0
pcieport 0000:00:01.0: setting latency timer to 64
  alloc irq_desc for 2260 on node 0
  alloc kstat_irqs on node 0
pcieport 0000:00:03.0: setting latency timer to 64
  alloc irq_desc for 2259 on node 0
  alloc kstat_irqs on node 0
pcieport 0000:00:07.0: setting latency timer to 64
  alloc irq_desc for 2258 on node 0
  alloc kstat_irqs on node 0
pcieport 0000:00:1c.0: setting latency timer to 64
  alloc irq_desc for 2257 on node 0
  alloc kstat_irqs on node 0
pcieport 0000:00:1c.1: setting latency timer to 64
  alloc irq_desc for 2256 on node 0
  alloc kstat_irqs on node 0
pcieport 0000:00:1c.4: setting latency timer to 64
aer 0000:00:01.0:pcie02: service driver aer loaded
aer 0000:00:03.0:pcie02: service driver aer loaded
aer 0000:00:07.0:pcie02: service driver aer loaded
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
pci-stub: invalid id string ""
input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
ACPI: Sleep Button [SLPB]
input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
ACPI: Power Button [PWRF]
Event-channel device installed.
xen: registering gsi 18 triggering 0 polarity 1
  alloc irq_desc for 18 on node 0
  alloc kstat_irqs on node 0
xen: --> irq=18
pciback 0000:05:00.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
pciback 0000:05:00.2: PCI INT C disabled
xen: registering gsi 17 triggering 0 polarity 1
xen_allocate_pirq: returning irq 17 for gsi 17
xen: --> irq=17
Already setup the GSI :17
pciback 0000:05:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
pciback 0000:05:00.1: PCI INT B disabled
xen: registering gsi 16 triggering 0 polarity 1
xen_allocate_pirq: returning irq 16 for gsi 16
xen: --> irq=16
Already setup the GSI :16
pciback 0000:05:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
pciback 0000:05:00.0: PCI INT A disabled
registering netback
  alloc irq_desc for 2255 on node 0
  alloc kstat_irqs on node 0
  alloc irq_desc for 2254 on node 0
  alloc kstat_irqs on node 0
hpet_acpi_add: no address or irqs in _CRS
Non-volatile memory driver v1.3
Linux agpgart interface v0.103
Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a NS16550A
brd: module loaded
loop: module loaded
input: Macintosh mouse button emulation as /devices/virtual/input/input2
ahci 0000:00:1f.2: version 3.0
xen: registering gsi 19 triggering 0 polarity 1
  alloc irq_desc for 19 on node 0
  alloc kstat_irqs on node 0
xen: --> irq=19
ahci 0000:00:1f.2: PCI INT A -> GSI 19 (level, low) -> IRQ 19
  alloc irq_desc for 2253 on node 0
  alloc kstat_irqs on node 0
ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ccc ems 
ahci 0000:00:1f.2: setting latency timer to 64
scsi0 : ahci
scsi1 : ahci
scsi2 : ahci
scsi3 : ahci
scsi4 : ahci
scsi5 : ahci
ata1: SATA max UDMA/133 irq_stat 0x00400040, connection status changed irq 2253
ata2: SATA max UDMA/133 irq_stat 0x00400040, connection status changed irq 2253
ata3: SATA max UDMA/133 abar m2048@0xd3320000 port 0xd3320200 irq 2253
ata4: SATA max UDMA/133 irq_stat 0x00400040, connection status changed irq 2253
ata5: SATA max UDMA/133 abar m2048@0xd3320000 port 0xd3320300 irq 2253
ata6: SATA max UDMA/133 abar m2048@0xd3320000 port 0xd3320380 irq 2253
Fixed MDIO Bus: probed
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
xen: registering gsi 18 triggering 0 polarity 1
xen_allocate_pirq: returning irq 18 for gsi 18
xen: --> irq=18
Already setup the GSI :18
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 0xd3322000
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.32.26 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
xen: registering gsi 23 triggering 0 polarity 1
  alloc irq_desc for 23 on node 0
  alloc kstat_irqs on node 0
xen: --> irq=23
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 0xd3321000
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.32.26 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
xen: registering gsi 16 triggering 0 polarity 1
xen_allocate_pirq: returning irq 16 for gsi 16
xen: --> irq=16
Already setup the GSI :16
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 0x000040e0
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.32.26 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
xen: registering gsi 21 triggering 0 polarity 1
  alloc irq_desc for 21 on node 0
  alloc kstat_irqs on node 0
xen: --> irq=21
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 0x000040c0
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.32.26 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
xen: registering gsi 19 triggering 0 polarity 1
xen_allocate_pirq: returning irq 19 for gsi 19
xen: --> irq=19
Already setup the GSI :19
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 0x000040a0
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.32.26 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
xen: registering gsi 23 triggering 0 polarity 1
xen_allocate_pirq: returning irq 23 for gsi 23
xen: --> irq=23
Already setup the GSI :23
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 0x00004080
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.32.26 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
xen: registering gsi 19 triggering 0 polarity 1
xen_allocate_pirq: returning irq 19 for gsi 19
xen: --> irq=19
Already setup the GSI :19
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 0x00004060
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.32.26 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
xen: registering gsi 18 triggering 0 polarity 1
xen_allocate_pirq: returning irq 18 for gsi 18
xen: --> irq=18
Already setup the GSI :18
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 0x00004040
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.32.26 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:02: RTC can wake from S4
rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
rtc0: alarms up to one month, y3k, 114 bytes nvram
md: raid1 personality registered for level 1
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
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 parameter, 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
PM: Resume from disk failed.
registered taskstats version 1
No TPM chip found, activating TPM-bypass!
  Magic number: 2:910:749
tty ttyS0: hash matches
rtc_cmos 00:02: setting system clock to 2010-11-29 19:42:54 UTC (1291059774)
Initalizing network drop monitor service
ata5: SATA link down (SStatus 0 SControl 300)
ata3: SATA link down (SStatus 0 SControl 300)
ata6: SATA link down (SStatus 0 SControl 300)
usb 8-2: new full speed USB device using uhci_hcd and address 2
usb 8-2: New USB device found, idVendor=05ac, idProduct=1002
usb 8-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 8-2: Product: Hub in Apple Extended USB Keyboard
usb 8-2: Manufacturer: Alps Electric
usb 8-2: configuration #1 chosen from 1 choice
hub 8-2:1.0: USB hub found
hub 8-2:1.0: 3 ports detected
ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata4.00: ATAPI: HL-DT-ST DVDRAM GH22LS50, TL02, max UDMA/100
ata1.00: ATA-8: WDC WD5001AALS-00E3A0, 05.01D05, max UDMA/133
ata1.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
ata4.00: configured for UDMA/100
ata2.00: ATA-8: WDC WD5001AALS-00E3A0, 05.01D05, max UDMA/133
ata2.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
ata1.00: configured for UDMA/133
ata2.00: configured for UDMA/133
scsi 0:0:0:0: Direct-Access     ATA      WDC WD5001AALS-0 05.0 PQ: 0 ANSI: 5
sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
sd 0:0:0:0: Attached scsi generic sg0 type 0
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
scsi 1:0:0:0: Direct-Access     ATA      WDC WD5001AALS-0 05.0 PQ: 0 ANSI: 5
sd 1:0:0:0: Attached scsi generic sg1 type 0
sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
 sda:
sd 1:0:0:0: [sdb] Write Protect is off
sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
 sdb: sda1 sda2
scsi 3:0:0:0: CD-ROM            HL-DT-ST DVDRAM GH22LS50  TL02 PQ: 0 ANSI: 5
 sda3
sd 0:0:0:0: [sda] Attached SCSI disk
sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.20
sr 3:0:0:0: Attached scsi CD-ROM sr0
sr 3:0:0:0: Attached scsi generic sg2 type 5
 sdb1 sdb2 sdb3
sd 1:0:0:0: [sdb] Attached SCSI disk
Freeing unused kernel memory: 3376k freed
Write protecting the kernel read-only data: 6924k
busybox used greatest stack depth: 5440 bytes left
modprobe used greatest stack depth: 5232 bytes left
exe used greatest stack depth: 5032 bytes left
exe used greatest stack depth: 4944 bytes left
usb 8-2.1: new full speed USB device using uhci_hcd and address 3
e1000e: Intel(R) PRO/1000 Network Driver - 1.0.2-k2
e1000e: Copyright (c) 1999-2008 Intel Corporation.
xen: registering gsi 20 triggering 0 polarity 1
  alloc irq_desc for 20 on node 0
  alloc kstat_irqs on node 0
xen: --> irq=20
e1000e 0000:00:19.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
e1000e 0000:00:19.0: setting latency timer to 64
  alloc irq_desc for 2252 on node 0
  alloc kstat_irqs on node 0
xen: registering gsi 16 triggering 0 polarity 1
xen_allocate_pirq: returning irq 16 for gsi 16
xen: --> irq=16
Already setup the GSI :16
pata_marvell 0000:07:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
pata_marvell 0000:07:00.0: setting latency timer to 64
scsi6 : pata_marvell
scsi7 : pata_marvell
ata7: PATA max UDMA/100 cmd 0x2018 ctl 0x2024 bmdma 0x2000 irq 16
ata8: PATA max UDMA/133 cmd 0x2010 ctl 0x2020 bmdma 0x2008 irq 16
scsi_id used greatest stack depth: 4144 bytes left
usb 8-2.1: New USB device found, idVendor=05ac, idProduct=0204
usb 8-2.1: New USB device strings: Mfr=1, Product=3, SerialNumber=0
usb 8-2.1: Product: Apple Extended USB Keyboard
usb 8-2.1: Manufacturer: Alps Electric
usb 8-2.1: configuration #1 chosen from 1 choice
input: Alps Electric Apple Extended USB Keyboard as /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2.1/8-2.1:1.0/input/input3
generic-usb 0003:05AC:0204.0001: input,hidraw0: USB HID v1.10 Keyboard [Alps Electric Apple Extended USB Keyboard] on usb-0000:00:1d.2-2.1/input0
input: Alps Electric Apple Extended USB Keyboard as /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2.1/8-2.1:1.1/input/input4
generic-usb 0003:05AC:0204.0002: input,hidraw1: USB HID v1.10 Device [Alps Electric Apple Extended USB Keyboard] on usb-0000:00:1d.2-2.1/input1
0000:00:19.0: eth0: (PCI Express:2.5GB/s:Width x1) 00:1c:c0:f3:b1:4f
0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
0000:00:19.0: eth0: MAC: 7, PHY: 8, PBA No: ffffff-0ff
blkid used greatest stack depth: 3968 bytes left
scsi_id used greatest stack depth: 3504 bytes left
xen: registering gsi 19 triggering 0 polarity 1
xen_allocate_pirq: returning irq 19 for gsi 19
xen: --> irq=19
Already setup the GSI :19
firewire_ohci 0000:08:03.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
firewire_ohci: Added fw-ohci device 0000:08:03.0, OHCI version 1.10
md: md0 stopped.
md: bind<sdb1>
md: bind<sda1>
raid1: raid set md0 active with 2 out of 2 mirrors
md0: detected capacity change from 0 to 7997476864
 md0: unknown partition table
md: md1 stopped.
md: bind<sdb2>
md: bind<sda2>
raid1: raid set md1 active with 2 out of 2 mirrors
md1: detected capacity change from 0 to 490099040256
 md1: unknown partition table
firewire_core: created device fw0: GUID 00902700026880b3, S400
md: md2 stopped.
md: bind<sdb3>
md: bind<sda3>
raid1: raid set md2 active with 2 out of 2 mirrors
md2: detected capacity change from 0 to 2006962176
 md2: unknown partition table
PM: Starting manual resume from disk
PM: Resume from partition 9:2
PM: Checking hibernation image.
PM: Error -22 checking image file
PM: Resume from disk failed.
kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
grep used greatest stack depth: 3248 bytes left
udev[465]: starting version 164
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
ACPI: WMI: Mapper loaded
input: PC Speaker as /devices/platform/pcspkr/input/input5
gameport: EMU10K1 is pci0000:08:02.1/gameport0, io 0x1020, speed 651kHz
xen: registering gsi 18 triggering 0 polarity 1
xen_allocate_pirq: returning irq 18 for gsi 18
xen: --> irq=18
Already setup the GSI :18
i801_smbus 0000:00:1f.3: PCI INT B -> GSI 18 (level, low) -> IRQ 18
Error: Driver 'pcspkr' is already registered, aborting...
xen: registering gsi 22 triggering 0 polarity 1
  alloc irq_desc for 22 on node 0
  alloc kstat_irqs on node 0
xen: --> irq=22
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
xen: registering gsi 18 triggering 0 polarity 1
xen_allocate_pirq: returning irq 18 for gsi 18
xen: --> irq=18
Already setup the GSI :18
EMU10K1_Audigy 0000:08:02.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input6
Adding 1959912k swap on /dev/md2.  Priority:-1 extents:1 across:1959912k 
EXT3 FS on md0, internal journal
rc used greatest stack depth: 2960 bytes left
xenfs: Unable to register filesystem!
------------[ cut here ]------------
WARNING: at fs/sysfs/dir.c:491 sysfs_add_one+0xd9/0xf3()
Hardware name:         
sysfs: cannot create duplicate filename '/devices/virtual/misc/xen!evtchn'
Modules linked in: xen_evtchn(+) firewire_sbp2 snd_hda_codec_realtek snd_emu10k1 snd_rawmidi snd_ac97_codec snd_hda_intel ac97_bus snd_hda_codec snd_seq_device snd_util_mem i2c_i801 snd_pcm snd_hwdep snd_timer i2c_core emu10k1_gp pcspkr snd serio_raw gameport soundcore wmi snd_page_alloc shpchp firewire_ohci ata_generic pata_acpi firewire_core crc_itu_t pata_marvell e1000e [last unloaded: scsi_wait_scan]
Pid: 1140, comm: modprobe Not tainted 2.6.32.26 #2
Call Trace:
 [<ffffffff8105af09>] warn_slowpath_common+0x7c/0x94
 [<ffffffff8105af78>] warn_slowpath_fmt+0x41/0x43
 [<ffffffff81187f08>] sysfs_add_one+0xd9/0xf3
 [<ffffffff81187f7f>] create_dir+0x5d/0x8d
 [<ffffffff8100f64f>] ? xen_restore_fl_direct_end+0x0/0x1
 [<ffffffff81187fec>] sysfs_create_dir+0x3d/0x50
 [<ffffffff81487830>] ? _spin_unlock+0x2b/0x30
 [<ffffffff8123d25e>] kobject_add_internal+0x11c/0x1f9
 [<ffffffff8100f662>] ? check_events+0x12/0x20
 [<ffffffff8123d411>] kobject_add_varg+0x41/0x50
 [<ffffffff8123d4db>] kobject_add+0x64/0x66
 [<ffffffff81486004>] ? mutex_unlock+0xe/0x10
 [<ffffffff81302bd7>] ? get_device_parent+0x10a/0x184
 [<ffffffff81303d1f>] device_add+0xe9/0x574
 [<ffffffff8124754a>] ? __spin_lock_init+0x31/0x53
 [<ffffffff813041c8>] device_register+0x1e/0x22
 [<ffffffff81304262>] device_create_vargs+0x96/0xc7
 [<ffffffff813042c4>] device_create+0x31/0x33
 [<ffffffff814865ad>] ? mutex_lock_nested+0x3e/0x43
 [<ffffffff812de2c1>] misc_register+0xd5/0x124
 [<ffffffffa012105d>] evtchn_init+0x5d/0x7e [xen_evtchn]
 [<ffffffffa0121000>] ? evtchn_init+0x0/0x7e [xen_evtchn]
 [<ffffffff8100a07d>] do_one_initcall+0x72/0x18a
 [<ffffffff8109c22a>] sys_init_module+0xd8/0x23a
 [<ffffffff81012cb2>] system_call_fastpath+0x16/0x1b
---[ end trace 43c669d5c7fe4068 ]---
kobject_add_internal failed for xen!evtchn with -EEXIST, don't try to register things with the same name in the same directory.
Pid: 1140, comm: modprobe Tainted: G        W  2.6.32.26 #2
Call Trace:
 [<ffffffff8123d2ef>] kobject_add_internal+0x1ad/0x1f9
 [<ffffffff8100f662>] ? check_events+0x12/0x20
 [<ffffffff8123d411>] kobject_add_varg+0x41/0x50
 [<ffffffff8123d4db>] kobject_add+0x64/0x66
 [<ffffffff81486004>] ? mutex_unlock+0xe/0x10
 [<ffffffff81302bd7>] ? get_device_parent+0x10a/0x184
 [<ffffffff81303d1f>] device_add+0xe9/0x574
 [<ffffffff8124754a>] ? __spin_lock_init+0x31/0x53
 [<ffffffff813041c8>] device_register+0x1e/0x22
 [<ffffffff81304262>] device_create_vargs+0x96/0xc7
 [<ffffffff813042c4>] device_create+0x31/0x33
 [<ffffffff814865ad>] ? mutex_lock_nested+0x3e/0x43
 [<ffffffff812de2c1>] misc_register+0xd5/0x124
 [<ffffffffa012105d>] evtchn_init+0x5d/0x7e [xen_evtchn]
 [<ffffffffa0121000>] ? evtchn_init+0x0/0x7e [xen_evtchn]
 [<ffffffff8100a07d>] do_one_initcall+0x72/0x18a
 [<ffffffff8109c22a>] sys_init_module+0xd8/0x23a
 [<ffffffff81012cb2>] system_call_fastpath+0x16/0x1b
Could not register /dev/misc/evtchn
  alloc irq_desc for 2251 on node 0
  alloc kstat_irqs on node 0
  alloc irq_desc for 2250 on node 0
  alloc kstat_irqs on node 0
XENBUS: Unable to read cpu state
XENBUS: Unable to read cpu state
XENBUS: Unable to read cpu state
XENBUS: Unable to read cpu state
XENBUS: Unable to read cpu state
XENBUS: Unable to read cpu state
XENBUS: Unable to read cpu state
XENBUS: Unable to read cpu state
Bridge firewalling registered
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
ADDRCONF(NETDEV_UP): peth0: link is not ready
e1000e: peth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
ADDRCONF(NETDEV_CHANGE): peth0: link becomes ready
device peth0 entered promiscuous mode
eth0: port 1(peth0) entering forwarding state
peth0: no IPv6 routers present
eth0: no IPv6 routers present
  alloc irq_desc for 2249 on node 0
  alloc kstat_irqs on node 0
device vif1.0 entered promiscuous mode
eth0: port 2(vif1.0) entering forwarding state
physdev match: using --physdev-out in the OUTPUT, FORWARD and POSTROUTING chains for non-bridged traffic is not supported anymore.
eth0: port 2(vif1.0) entering disabled state
eth0: port 2(vif1.0) entering disabled state
physdev match: using --physdev-out in the OUTPUT, FORWARD and POSTROUTING chains for non-bridged traffic is not supported anymore.

[-- Attachment #4: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

* RE: [Xen-users] VTD not working on Intel DX58SO w/ Xen 4.0.1
  2010-11-29 19:48   ` chris
@ 2010-11-29 20:01     ` Mike Viau
  2010-11-29 20:06       ` chris
  2010-11-29 20:28     ` Pasi Kärkkäinen
  2010-11-30  8:31     ` Jan Beulich
  2 siblings, 1 reply; 14+ messages in thread
From: Mike Viau @ 2010-11-29 20:01 UTC (permalink / raw)
  To: xen-devel, xen-users


On Mon, 29 Nov 2010 14:48:08 -0500 <tknchris@gmail.com> wrote:

ok here is the logs with 2.6.32.26 using pasi's config for 2.6.32.25
and iommu=verbose at boot. unfortunately this board doesnt have serial
and i dont have a spare serial card handy, so hopefully this will help
us figure it out :)

-------------

For reference here is what my Intel® Desktop Board DP55WG (http://ark.intel.com/Product.aspx?id=40078) reported:


(XEN) VMX: Supported advanced features:
(XEN)  - APIC MMIO access virtualisation
(XEN)  - APIC TPR shadow
(XEN)  - Extended Page Tables (EPT)
(XEN)  - Virtual-Processor Identifiers (VPID)
(XEN)  - Virtual NMI
(XEN)  - MSR direct-access bitmap
(XEN) EPT supports 2MB super page.
(XEN) HVM: ASIDs enabled.
(XEN) HVM: VMX enabled
(XEN) HVM: Hardware Assisted Paging detected.
(XEN) Intel VT-d Snoop Control supported.
(XEN) Intel VT-d DMA Passthrough not supported.
(XEN) Intel VT-d Queued Invalidation supported.
(XEN) Intel VT-d Interrupt Remapping not supported.
(XEN) I/O virtualisation enabled



Also stating no support for Intel® Virtualization Technology (Intel® VT) for Directed I/O (Intel® VT-d) on Intel's website


Intel® Virtualization Technology (Intel® VT) for Directed I/O (Intel® VT-d)Intel®
Virtualization Technology for Directed I/O (VT-d) extends Intel's
Virtualization Technology (VT) roadmap by providing hardware assists
for virtualization solution. VT-d continues from the existing support
for IA-32 (VT-x) and Itanium® processor (VT-i) virtualization adding
new support for I/O-device virtualization. Intel VT-d can help end
users improve security and reliability of the systems and also improve
performance of I/O devices in virtualized environment. These inherently
helps IT managers reduce the overall total cost of ownership by
reducing potential down time and increasing productive throughput by
better utilization of the data center resources.

 		 	   		  

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: RE: [Xen-users] VTD not working on Intel DX58SO w/ Xen 4.0.1
  2010-11-29 20:01     ` Mike Viau
@ 2010-11-29 20:06       ` chris
  0 siblings, 0 replies; 14+ messages in thread
From: chris @ 2010-11-29 20:06 UTC (permalink / raw)
  To: Mike Viau; +Cc: xen-devel, xen-users

please start a new thread for your board if you need help.

pasi/konrad any ideas?

On Mon, Nov 29, 2010 at 3:01 PM, Mike Viau <viaum@sheridanc.on.ca> wrote:
>
> On Mon, 29 Nov 2010 14:48:08 -0500 <tknchris@gmail.com> wrote:
>
> ok here is the logs with 2.6.32.26 using pasi's config for 2.6.32.25
> and iommu=verbose at boot. unfortunately this board doesnt have serial
> and i dont have a spare serial card handy, so hopefully this will help
> us figure it out :)
>
> -------------
>
> For reference here is what my Intel® Desktop Board DP55WG (http://ark.intel.com/Product.aspx?id=40078) reported:
>
>
> (XEN) VMX: Supported advanced features:
> (XEN)  - APIC MMIO access virtualisation
> (XEN)  - APIC TPR shadow
> (XEN)  - Extended Page Tables (EPT)
> (XEN)  - Virtual-Processor Identifiers (VPID)
> (XEN)  - Virtual NMI
> (XEN)  - MSR direct-access bitmap
> (XEN) EPT supports 2MB super page.
> (XEN) HVM: ASIDs enabled.
> (XEN) HVM: VMX enabled
> (XEN) HVM: Hardware Assisted Paging detected.
> (XEN) Intel VT-d Snoop Control supported.
> (XEN) Intel VT-d DMA Passthrough not supported.
> (XEN) Intel VT-d Queued Invalidation supported.
> (XEN) Intel VT-d Interrupt Remapping not supported.
> (XEN) I/O virtualisation enabled
>
>
>
> Also stating no support for Intel® Virtualization Technology (Intel® VT) for Directed I/O (Intel® VT-d) on Intel's website
>
>
> Intel® Virtualization Technology (Intel® VT) for Directed I/O (Intel® VT-d)Intel®
> Virtualization Technology for Directed I/O (VT-d) extends Intel's
> Virtualization Technology (VT) roadmap by providing hardware assists
> for virtualization solution. VT-d continues from the existing support
> for IA-32 (VT-x) and Itanium® processor (VT-i) virtualization adding
> new support for I/O-device virtualization. Intel VT-d can help end
> users improve security and reliability of the systems and also improve
> performance of I/O devices in virtualized environment. These inherently
> helps IT managers reduce the overall total cost of ownership by
> reducing potential down time and increasing productive throughput by
> better utilization of the data center resources.
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [Xen-users] VTD not working on Intel DX58SO w/ Xen 4.0.1
  2010-11-29 19:48   ` chris
  2010-11-29 20:01     ` Mike Viau
@ 2010-11-29 20:28     ` Pasi Kärkkäinen
  2010-11-30  8:31     ` Jan Beulich
  2 siblings, 0 replies; 14+ messages in thread
From: Pasi Kärkkäinen @ 2010-11-29 20:28 UTC (permalink / raw)
  To: chris; +Cc: Xen-Devel List, Xen-Users List

On Mon, Nov 29, 2010 at 02:48:08PM -0500, chris wrote:
> ok here is the logs with 2.6.32.26 using pasi's config for 2.6.32.25
> and iommu=verbose at boot. unfortunately this board doesnt have serial
> and i dont have a spare serial card handy, so hopefully this will help
> us figure it out :)
> 

Yep, this is the needed info.


> On Mon, Nov 29, 2010 at 1:42 PM, Pasi Kärkkäinen <pasik@iki.fi> wrote:
> > On Mon, Nov 29, 2010 at 11:13:18AM -0500, chris wrote:
> >> Hello,
> >>
> >> I'm having problems with VTD on this board. The board/cpu/bios all
> >> support vt-d and I think maybe I'm just missing something?
> >> Any feedback would be much appreciated :)
> >>
> >> Output below:
> >>
> >
> > Please add "iommu=verbose" option for xen.gz in grub.cfg,
> > then reboot and then paste full Xen hypervisor "xm dmesg" output.
> >
> > -- Pasi
> >
> >> root@vm:~# xm create /etc/xen/vm-nine.cfg
> >> Using config file "/etc/xen/vm-nine.cfg".
> >> Error: Failed to assign device to IOMMU
> >> (0000:05:00.0@100,msitranslate=1,power_mgmt=0)
> >>
> >> pci=['05:00.0','05:00.1','05:00.2']
> >>
> >> root@vm:~# dmesg | grep seiz
> >> [    1.880424] pciback 0000:05:00.0: seizing device
> >> [    1.880482] pciback 0000:05:00.1: seizing device
> >> [    1.880539] pciback 0000:05:00.2: seizing device
> >>
> >> root@vm:~# cat /boot/grub/grub.cfg  | grep pciback
> >>         module  /boot/vmlinuz-2.6.32-5-xen-amd64 placeholder
> >> root=UUID=aebc8747-abb3-413a-b808-b345a9a19111 ro
> >> pci=resource_alignment=05:00.0 xen-pciback.permissive
> >> xen-pciback.hide=(05:00.0)(05:00.1)(05:00.2)
> >>

> (XEN) Xen version 4.0.1 (Debian 4.0.1-1) (waldi@debian.org) (gcc version 4.4.5 20100824 (prerelease) (Debian 4.4.4-11) ) Fri Sep  3 15:38:12 UTC 2010
> (XEN) Bootloader: GRUB 1.98+20100804-8
> (XEN) Command line: placeholder iommu=verbose

..

> (XEN) [VT-D]dmar.c:687: Host address width 39
> (XEN) [VT-D]dmar.c:702: found ACPI_DMAR_DRHD:
> (XEN) [VT-D]dmar.c:398:   dmaru->address = fe711000
> (XEN) [VT-D]iommu.c:1081: drhd->address = fe711000 iommu->reg = ffff82c3fff57000
> (XEN) [VT-D]iommu.c:1083: cap = c9008010e60262 ecap = f0207a
> (XEN) [VT-D]dmar.c:335:   endpoint: 0:1b.0
> (XEN) [VT-D]dmar.c:702: found ACPI_DMAR_DRHD:
> (XEN) [VT-D]dmar.c:398:   dmaru->address = fe710000
> (XEN) [VT-D]iommu.c:1081: drhd->address = fe710000 iommu->reg = ffff82c3fff56000
> (XEN) [VT-D]iommu.c:1083: cap = c90780106f0462 ecap = f020fa
> (XEN) [VT-D]dmar.c:341:   IOAPIC: f0:1f.7
> (XEN) [VT-D]dmar.c:412:   flags: INCLUDE_ALL
> (XEN) [VT-D]dmar.c:707: found ACPI_DMAR_RMRR:
> (XEN) [VT-D]dmar.c:335:   endpoint: 0:1d.0
> (XEN) [VT-D]dmar.c:579:   RMRR region: base_addr e9000 end_address e9fff
> (XEN) [VT-D]dmar.c:707: found ACPI_DMAR_RMRR:
> (XEN) [VT-D]dmar.c:335:   endpoint: 0:1d.1
> (XEN) [VT-D]dmar.c:579:   RMRR region: base_addr ea000 end_address eafff
> (XEN) [VT-D]dmar.c:707: found ACPI_DMAR_RMRR:
> (XEN) [VT-D]dmar.c:335:   endpoint: 0:1d.2
> (XEN) [VT-D]dmar.c:579:   RMRR region: base_addr eb000 end_address ebfff
> (XEN) [VT-D]dmar.c:707: found ACPI_DMAR_RMRR:
> (XEN) [VT-D]dmar.c:335:   endpoint: 0:1a.0
> (XEN) [VT-D]dmar.c:579:   RMRR region: base_addr e6000 end_address e6fff
> (XEN) [VT-D]dmar.c:707: found ACPI_DMAR_RMRR:
> (XEN) [VT-D]dmar.c:335:   endpoint: 0:1a.1
> (XEN) [VT-D]dmar.c:579:   RMRR region: base_addr e7000 end_address e7fff
> (XEN) [VT-D]dmar.c:707: found ACPI_DMAR_RMRR:
> (XEN) [VT-D]dmar.c:335:   endpoint: 0:1a.2
> (XEN) [VT-D]dmar.c:579:   RMRR region: base_addr e8000 end_address e8fff
> (XEN) [VT-D]dmar.c:707: found ACPI_DMAR_RMRR:
> (XEN) [VT-D]dmar.c:335:   endpoint: 0:1d.0
> (XEN) [VT-D]dmar.c:579:   RMRR region: base_addr ec000 end_address eefff
> (XEN) Using scheduler: SMP Credit Scheduler (credit)
> (XEN) Detected 3066.868 MHz processor.
> (XEN) Initing memory sharing.
> (XEN) VMX: Supported advanced features:
> (XEN)  - APIC MMIO access virtualisation
> (XEN)  - APIC TPR shadow
> (XEN)  - Extended Page Tables (EPT)
> (XEN)  - Virtual-Processor Identifiers (VPID)
> (XEN)  - Virtual NMI
> (XEN)  - MSR direct-access bitmap
> (XEN) EPT supports 2MB super page.
> (XEN) HVM: ASIDs enabled.
> (XEN) HVM: VMX enabled
> (XEN) HVM: Hardware Assisted Paging detected.
> (XEN) Intel VT-d Snoop Control not supported.
> (XEN) Intel VT-d DMA Passthrough not supported.
> (XEN) Intel VT-d Queued Invalidation supported.
> (XEN) Intel VT-d Interrupt Remapping supported.
> (XEN) I/O virtualisation enabled
> (XEN)  - Dom0 mode: Relaxed

..

> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 0:0.0
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 0:10.0
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 0:10.1
> (XEN) [VT-D]iommu.c:1332: d0:PCIe: map bdf = 0:14.0
> (XEN) [VT-D]iommu.c:1332: d0:PCIe: map bdf = 0:14.1
> (XEN) [VT-D]iommu.c:1332: d0:PCIe: map bdf = 0:14.2
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 0:14.3
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 0:19.0
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 0:1a.0
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 0:1a.1
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 0:1a.2
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 0:1a.7
> (XEN) [VT-D]iommu.c:1332: d0:PCIe: map bdf = 0:1b.0
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 0:1d.0
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 0:1d.1
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 0:1d.2
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 0:1d.7
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 0:1f.0
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 0:1f.2
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 0:1f.3
> (XEN) [VT-D]iommu.c:1332: d0:PCIe: map bdf = 3:0.0
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 5:0.0
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 5:0.1
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 5:0.2
> (XEN) [VT-D]iommu.c:1332: d0:PCIe: map bdf = 7:0.0
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 8:2.0
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 8:2.1
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 8:3.0
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 8:3.1
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 8:3.2
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 8:3.3
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 8:3.4
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 8:3.5
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 8:3.6
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 8:3.7
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 3f:0.0
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 3f:0.1
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 3f:2.0
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 3f:2.1
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 3f:3.0
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 3f:3.1
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 3f:3.4
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 3f:4.0
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 3f:4.1
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 3f:4.2
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 3f:4.3
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 3f:5.0
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 3f:5.1
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 3f:5.2
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 3f:5.3
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 3f:6.0
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 3f:6.1
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 3f:6.2
> (XEN) [VT-D]iommu.c:1339: d0:PCI: map bdf = 3f:6.3
> (XEN) [VT-D]iommu.c:698: iommu_enable_translation: iommu->reg = ffff82c3fff57000
> (XEN) [VT-D]iommu.c:698: iommu_enable_translation: iommu->reg = ffff82c3fff56000

...

> (XEN) [VT-D]iommu.c:1468: d0:PCI: unmap bdf = 5:0.0
> (XEN) [VT-D]iommu.c:1339: d1:PCI: map bdf = 5:0.0
> (XEN) domctl.c:846:d0 XEN_DOMCTL_assign_device: assign device (5:0.0) failed


-- Pasi

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [Xen-users] VTD not working on Intel DX58SO w/ Xen 4.0.1
  2010-11-29 19:48   ` chris
  2010-11-29 20:01     ` Mike Viau
  2010-11-29 20:28     ` Pasi Kärkkäinen
@ 2010-11-30  8:31     ` Jan Beulich
  2010-12-02 15:25       ` [Xen-devel] " chris
  2 siblings, 1 reply; 14+ messages in thread
From: Jan Beulich @ 2010-11-30  8:31 UTC (permalink / raw)
  To: chris; +Cc: Xen-Devel List, Xen-Users List

>>> On 29.11.10 at 20:48, chris <tknchris@gmail.com> wrote:
> ok here is the logs with 2.6.32.26 using pasi's config for 2.6.32.25
> and iommu=verbose at boot. unfortunately this board doesnt have serial
> and i dont have a spare serial card handy, so hopefully this will help
> us figure it out :)

With this, you could give -unstable c/s 22348
(http://xenbits.xensource.com/xen-unstable.hg?rev/2dfba250c50b)
a try (backported already as c/s 21379,
http://xenbits.xensource.com/xen-4.0-testing.hg?rev/4bd91466a085).

Jan

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [Xen-devel] Re: VTD not working on Intel DX58SO w/ Xen 4.0.1
  2010-11-30  8:31     ` Jan Beulich
@ 2010-12-02 15:25       ` chris
  2010-12-07 18:46         ` chris
  0 siblings, 1 reply; 14+ messages in thread
From: chris @ 2010-12-02 15:25 UTC (permalink / raw)
  To: Jan Beulich; +Cc: Xen-Devel List, Xen-Users List, pasik

sorry but can you tell me how to pull this from git?

On Tue, Nov 30, 2010 at 3:31 AM, Jan Beulich <JBeulich@novell.com> wrote:
>>>> On 29.11.10 at 20:48, chris <tknchris@gmail.com> wrote:
>> ok here is the logs with 2.6.32.26 using pasi's config for 2.6.32.25
>> and iommu=verbose at boot. unfortunately this board doesnt have serial
>> and i dont have a spare serial card handy, so hopefully this will help
>> us figure it out :)
>
> With this, you could give -unstable c/s 22348
> (http://xenbits.xensource.com/xen-unstable.hg?rev/2dfba250c50b)
> a try (backported already as c/s 21379,
> http://xenbits.xensource.com/xen-4.0-testing.hg?rev/4bd91466a085).
>
> Jan
>
>

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [Xen-devel] Re: VTD not working on Intel DX58SO w/ Xen 4.0.1
  2010-12-02 15:25       ` [Xen-devel] " chris
@ 2010-12-07 18:46         ` chris
  2011-01-22  3:52           ` chris
  0 siblings, 1 reply; 14+ messages in thread
From: chris @ 2010-12-07 18:46 UTC (permalink / raw)
  To: Jan Beulich; +Cc: Xen-Devel List, Xen-Users List, pasik

I'm willing/wanting to test if this fixes it, but how do I pull the
sources? Is this is a fix for the hypervisor or dom0?

On Thu, Dec 2, 2010 at 10:25 AM, chris <tknchris@gmail.com> wrote:
> sorry but can you tell me how to pull this from git?
>
> On Tue, Nov 30, 2010 at 3:31 AM, Jan Beulich <JBeulich@novell.com> wrote:
>>>>> On 29.11.10 at 20:48, chris <tknchris@gmail.com> wrote:
>>> ok here is the logs with 2.6.32.26 using pasi's config for 2.6.32.25
>>> and iommu=verbose at boot. unfortunately this board doesnt have serial
>>> and i dont have a spare serial card handy, so hopefully this will help
>>> us figure it out :)
>>
>> With this, you could give -unstable c/s 22348
>> (http://xenbits.xensource.com/xen-unstable.hg?rev/2dfba250c50b)
>> a try (backported already as c/s 21379,
>> http://xenbits.xensource.com/xen-4.0-testing.hg?rev/4bd91466a085).
>>
>> Jan
>>
>>
>

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [Xen-devel] Re: VTD not working on Intel DX58SO w/ Xen 4.0.1
  2010-12-07 18:46         ` chris
@ 2011-01-22  3:52           ` chris
  0 siblings, 0 replies; 14+ messages in thread
From: chris @ 2011-01-22  3:52 UTC (permalink / raw)
  To: Jan Beulich; +Cc: Xen-Devel List, Xen-Users List, pasik

hey Jan,

I was finally able to test that changeset, and I've made it a little
further. Now upon starting the domain I get:

# xm create vm-nine.cfg
Using config file "./vm-nine.cfg".
Error: Timed out waiting for device model action

Some background:

# xm pci-list-assignable-devices
0000:02:00.0
0000:02:00.1
0000:02:00.2

# xm dmesg
(XEN) [VT-D]iommu.c:1785: VT-d page table not sharing with EPT table
(XEN) [VT-D]iommu.c:1500: d0:PCI: unmap bdf = 2:0.0
(XEN) [VT-D]iommu.c:1373: d4:PCI: map bdf = 2:0.0

What can I do to help troubleshoot further?

On Tue, Dec 7, 2010 at 1:46 PM, chris <tknchris@gmail.com> wrote:
> I'm willing/wanting to test if this fixes it, but how do I pull the
> sources? Is this is a fix for the hypervisor or dom0?
>
> On Thu, Dec 2, 2010 at 10:25 AM, chris <tknchris@gmail.com> wrote:
>> sorry but can you tell me how to pull this from git?
>>
>> On Tue, Nov 30, 2010 at 3:31 AM, Jan Beulich <JBeulich@novell.com> wrote:
>>>>>> On 29.11.10 at 20:48, chris <tknchris@gmail.com> wrote:
>>>> ok here is the logs with 2.6.32.26 using pasi's config for 2.6.32.25
>>>> and iommu=verbose at boot. unfortunately this board doesnt have serial
>>>> and i dont have a spare serial card handy, so hopefully this will help
>>>> us figure it out :)
>>>
>>> With this, you could give -unstable c/s 22348
>>> (http://xenbits.xensource.com/xen-unstable.hg?rev/2dfba250c50b)
>>> a try (backported already as c/s 21379,
>>> http://xenbits.xensource.com/xen-4.0-testing.hg?rev/4bd91466a085).
>>>
>>> Jan
>>>
>>>
>>
>

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2011-01-22  3:52 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-29 16:13 VTD not working on Intel DX58SO w/ Xen 4.0.1 chris
2010-11-29 17:13 ` Konrad Rzeszutek Wilk
2010-11-29 17:31 ` alarson
2010-11-29 17:39   ` chris
2010-11-29 17:46     ` Re: [Xen-devel] " Mike Viau
2010-11-29 18:42 ` [Xen-users] " Pasi Kärkkäinen
2010-11-29 19:48   ` chris
2010-11-29 20:01     ` Mike Viau
2010-11-29 20:06       ` chris
2010-11-29 20:28     ` Pasi Kärkkäinen
2010-11-30  8:31     ` Jan Beulich
2010-12-02 15:25       ` [Xen-devel] " chris
2010-12-07 18:46         ` chris
2011-01-22  3:52           ` chris

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.