xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: listmail <listmail@triad.rr.com>
To: "Pasi Kärkkäinen" <pasik@iki.fi>
Cc: xen-devel@lists.xensource.com
Subject: Re: Re: vt-d p7p55d evo: Success
Date: Thu, 15 Apr 2010 20:57:38 -0400	[thread overview]
Message-ID: <4BC7B602.8050609@triad.rr.com> (raw)
In-Reply-To: <20100412072524.GX1878@reaktio.net>

Pasi Kärkkäinen wrote:
> On Sun, Apr 11, 2010 at 02:50:08PM -0400, listmail wrote:
>   
>> - Xen version
>> 4.0-rc8
>>
>> - Dom0 kernel version, and if it's pvops or xenlinux based / Guest OS  
>> and driver version
>> same kernel for both, via git clone of xen/stable-2.6.32 @ commit  
>> 062aaac18de6d875fcc646359179449218f486c5
>> packaged for install via debian's make-kpkg
>> used the .config attached here:  
>> http://lists.xensource.com/archives/html/xen-users/2010-03/msg00878.html
>>
>> -- "lspci" output for the graphics card to get the PCI IDs and model  
>> information
>> dom0 lspci -vv
>> <snip>
>>
>> - Did you passthru all the PCI IDs or just one?
>> I'm only aware of one ID -> xen-pciback.hide=(01:00.0)
>>
>>     
>
> Btw did you try without hiding from dom0? 
>
> I've added your info to the wiki page now.
>
> Thanks!
>
> -- Pasi
>
>   
Just a small follow up

late binding
# VGA
#01:00.0 0300: 10de:0600 (rev a2)
echo "10de 0600" > /sys/bus/pci/drivers/pci-stub/new_id
echo "0000:01:00.0" > /sys/bus/pci/devices/0000:01:00.0/driver/unbind
echo "0000:01:00.0" > /sys/bus/pci/drivers/pci-stub/bind

# USB
#00:1a.0 0c03: 8086:3b3c (rev 05)
echo "8086 3b3c" > /sys/bus/pci/drivers/pci-stub/new_id
echo "0000:00:1a.0" > /sys/bus/pci/devices/0000:00:1a.0/driver/unbind
echo "0000:00:1a.0" > /sys/bus/pci/drivers/pci-stub/bind

# USB
#00:1d.0 0c03: 8086:3b34 (rev 05)
echo "8086 3b34" > /sys/bus/pci/drivers/pci-stub/new_id
echo "0000:00:1d.0" > /sys/bus/pci/devices/0000:00:1d.0/driver/unbind
echo "0000:00:1d.0" > /sys/bus/pci/drivers/pci-stub/bind

Results were the same.  I noticed a message:
pciback pci-1-0: 22 Couldn't locate PCI device (0000:01:00.0)! perhaps 
already in-use?

Maybe this is because I'm doing all of this from script and immediately 
starting the hvm.  Could use a delay?


I also patched in load BIOS from file and results were the same

The only thing *new* that I've noticed is that when power saving/screen 
blank occurred on console, mouse/keyboard (usb controllers passed 
through per above) movement from domU would not wake it up.  I  thought 
perhaps it was actually coming in from setterm on dom0.  If this is the 
case I assume setterm -blank 0 -powersave off -powerdown 0 may handle that.

  parent reply	other threads:[~2010-04-16  0:57 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <4BB6B79D.3070305@triad.rr.com>
2010-04-03 22:46 ` vt-d p7p55d evo Mark Hurenkamp
2010-04-04  6:14   ` listmail
2010-04-04 11:28     ` Mark Hurenkamp
2010-04-04 14:33       ` listmail
2010-04-04 18:26         ` Mark Hurenkamp
2010-04-05 21:24       ` Sander Eikelenboom
2010-04-08 23:57         ` Mark Hurenkamp
2010-04-11  1:30           ` Re: vt-d p7p55d evo: Success Mark Hurenkamp
2010-04-11  2:02             ` listmail
2010-04-11 11:18               ` Pasi Kärkkäinen
2010-04-11 13:50                 ` Pasi Kärkkäinen
2010-04-11 18:50                   ` listmail
2010-04-12  6:55                     ` Dietmar Hahn
2010-04-12  7:54                       ` Pasi Kärkkäinen
2010-04-12  8:34                         ` Dietmar Hahn
2010-04-12 13:04                       ` listmail
2010-04-12 13:24                         ` Dietmar Hahn
2010-04-12  7:25                     ` Pasi Kärkkäinen
2010-04-12 13:18                       ` listmail
2010-04-16  0:57                       ` listmail [this message]
2010-04-18 19:50                     ` Mark Hurenkamp
2010-04-11 18:53                 ` listmail
2010-04-12  7:01                   ` Pasi Kärkkäinen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4BC7B602.8050609@triad.rr.com \
    --to=listmail@triad.rr.com \
    --cc=pasik@iki.fi \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).