All of lore.kernel.org
 help / color / mirror / Atom feed
From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: "Mr. Teo En Ming (Zhang Enming)" <space.time.universe@gmail.com>
Cc: Jeremy Fitzhardinge <jeremy@goop.org>, xen-devel@lists.xensource.com
Subject: Re: Fire-wire passthrough with Linux pv-ops (2.6.31.1)
Date: Tue, 13 Oct 2009 10:22:53 -0400	[thread overview]
Message-ID: <20091013142253.GB19950@phenom.dumpdata.com> (raw)
In-Reply-To: <f712b9cf0910121832o55c2b1a5v22fa01624f49bdfc@mail.gmail.com>

On Tue, Oct 13, 2009 at 09:32:08AM +0800, Mr. Teo En Ming (Zhang Enming) wrote:
> Hi,
> 
> I have a firewire passthrough script passthru-firewire.sh.
> 
> #!/bin/sh
> echo "11c1 5811" > /sys/bus/pci/drivers/pci-stub/new_id
> echo "0000:02:01.0" > /sys/bus/pci/devices/0000:02:01.0/driver/unbind
> echo "0000:02:01.0" > /sys/bus/pci/drivers/pci-stub/bind
> 
> #Unload firewire driver
> rmmod firewire_ohci
> rmmod firewire_core
> 
> I have the pci directive in winxp domU config:
> 
> # nvidia & firewire
> pci = [ '01:00.0','02:01.0' ]
> 
> 01:00.0 is for passing through the nvidia pci express x16 graphics
> card and 02:01.0 is the BDF of the OHCI firewire controller.
> 
> And I also added the vendorid and productid of the firewire controller
> in xend-pci-permissive.sxp.
> 
> (unconstrained_dev_ids
>      #('0123:4567:89AB:CDEF')
>      ('11c1:5811')
> )
> 
> This is the first time I am trying to get it to work.

It should not work. I am saying this b/c the pciback which is required to
pass-through PCI writes/reads has not been ported over to 2.6.31.1 yet. I am
working on this right now.

The pci-stub is just what it says. A stub.

  parent reply	other threads:[~2009-10-13 14:22 UTC|newest]

Thread overview: 62+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-10 12:28 Video Presentation on PCI Express x16 VGA Pass Through to Xen-based Windows XP Home Edition HVM Virtual Machine Mr. Teo En Ming (Zhang Enming)
2009-09-10 14:03 ` Pasi Kärkkäinen
2009-09-10 18:17   ` Jeremy Fitzhardinge
2009-09-11  0:19     ` Mr. Teo En Ming (Zhang Enming)
2009-09-11 15:37       ` Mr. Teo En Ming (Zhang Enming)
2009-09-11 16:03         ` Pasi Kärkkäinen
2009-09-12  2:52           ` Mr. Teo En Ming (Zhang Enming)
2009-09-12  8:44             ` Mr. Teo En Ming (Zhang Enming)
2009-09-12 10:11               ` Mr. Teo En Ming (Zhang Enming)
2009-09-12 12:23                 ` Mr. Teo En Ming (Zhang Enming)
2009-09-13  0:31                   ` Mr. Teo En Ming (Zhang Enming)
2009-09-13  9:12                     ` Pasi Kärkkäinen
2009-09-13 18:22                       ` Mr. Teo En Ming (Zhang Enming)
2009-09-13 18:28                         ` Mr. Teo En Ming (Zhang Enming)
2009-09-13 19:01                           ` Mr. Teo En Ming (Zhang Enming)
2009-09-13 19:26                         ` Pasi Kärkkäinen
2009-09-13 19:33                           ` Mr. Teo En Ming (Zhang Enming)
2009-09-13 19:45                             ` Pasi Kärkkäinen
2009-09-15 23:40             ` Jeremy Fitzhardinge
2009-09-19 16:44               ` Mr. Teo En Ming (Zhang Enming)
2009-09-19 17:03                 ` Mr. Teo En Ming (Zhang Enming)
2009-09-20  3:25                   ` Mr. Teo En Ming (Zhang Enming)
2009-09-20  3:36                     ` Mr. Teo En Ming (Zhang Enming)
2009-09-20  5:16                       ` Mr. Teo En Ming (Zhang Enming)
     [not found]                         ` <121797886.20090920160210@eikelenboom.it>
2009-09-21  0:33                           ` Re[2]: " Mr. Teo En Ming (Zhang Enming)
2009-09-21  7:28                             ` Re[4]: " Sander Eikelenboom
2009-10-08 13:36               ` Mr. Teo En Ming (Zhang Enming)
2009-10-08 13:48                 ` Mr. Teo En Ming (Zhang Enming)
2009-10-08 13:59                   ` Konrad Rzeszutek Wilk
2009-10-08 14:13                     ` Mr. Teo En Ming (Zhang Enming)
2009-10-08 14:22                       ` Konrad Rzeszutek Wilk
2009-10-08 14:44                         ` Mr. Teo En Ming (Zhang Enming)
2009-10-08 14:49                           ` Konrad Rzeszutek Wilk
2009-10-08 15:05                             ` Mr. Teo En Ming (Zhang Enming)
2009-10-09  0:54                               ` Mr. Teo En Ming (Zhang Enming)
2009-10-09  7:11                                 ` Pasi Kärkkäinen
2009-10-09  7:52                                   ` Mr. Teo En Ming (Zhang Enming)
2009-10-09 21:41                                     ` Jeremy Fitzhardinge
2009-10-11  7:22                                       ` Mr. Teo En Ming (Zhang Enming)
2009-10-12 18:10                                         ` Fire-wire passthrough with Linux pv-ops (2.6.31.1) Konrad Rzeszutek Wilk
2009-10-13  1:32                                           ` Mr. Teo En Ming (Zhang Enming)
2009-10-13  3:49                                             ` Mr. Teo En Ming (Zhang Enming)
2009-10-13 14:22                                             ` Konrad Rzeszutek Wilk [this message]
2009-10-13 14:39                                               ` Mr. Teo En Ming (Zhang Enming)
2009-10-13 17:04                                                 ` Konrad Rzeszutek Wilk
2009-10-23 17:47                                                   ` Mr. Teo En Ming (Zhang Enming)
2009-10-23 17:57                                                     ` Konrad Rzeszutek Wilk
2009-10-23 18:19                                                       ` Mr. Teo En Ming (Zhang Enming)
2009-11-01 14:07                                                         ` Mr. Teo En Ming (Zhang Enming)
2009-11-02 10:29                                                           ` [Xen-devel] " Mr. Teo En Ming (Zhang Enming)
2009-11-02 14:13                                                           ` Konrad Rzeszutek Wilk
2009-11-02 15:19                                                             ` Mr. Teo En Ming (Zhang Enming)
2009-11-02 16:05                                                               ` Konrad Rzeszutek Wilk
2009-11-10 22:46                                                                 ` Mr. Teo En Ming (Zhang Enming)
2009-11-03  1:47                                                           ` Han, Weidong
2009-11-03 12:27                                                             ` Mr. Teo En Ming (Zhang Enming)
2009-11-03 13:06                                                               ` [Xen-devel] " Mr. Teo En Ming (Zhang Enming)
2009-11-04  2:44                                                                 ` Han, Weidong
2009-10-13 14:48                                               ` Sander Eikelenboom
2009-10-13 15:24                                                 ` Mr. Teo En Ming (Zhang Enming)
2009-10-14 10:26                                         ` Video Presentation on PCI Express x16 VGA Pass Through to Xen-based Windows XP Home Edition HVM Virtual Machine Mr. Teo En Ming (Zhang Enming)
2009-10-08 14:06                   ` Mr. Teo En Ming (Zhang Enming)

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=20091013142253.GB19950@phenom.dumpdata.com \
    --to=konrad.wilk@oracle.com \
    --cc=jeremy@goop.org \
    --cc=space.time.universe@gmail.com \
    --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 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.