From: Bruce Cran <bruce@cran.org.uk>
To: unlisted-recipients:; (no To-header on input)
Cc: kvm@vger.kernel.org
Subject: Re: Problems using vfio pcie passthrough (pci-assign works)
Date: Thu, 02 Oct 2014 09:42:41 -0600 [thread overview]
Message-ID: <542D7271.30502@cran.org.uk> (raw)
In-Reply-To: <1412259902.7360.253.camel@ul30vt.home>
On 10/2/2014 8:25 AM, Alex Williamson wrote:
> What's the device you're trying to assign and the scripts you're using
> to do so? vfio-pci is fully supported, but I'd recommend a kernel newer
> than 3.11 (maybe a newer QEMU too, you didn't specify a version) unless
> openSUSE is specifically pulling vfio features and fixes into their
> distro. vfio does work with OVMF, most of the testing of this is with
> GPU assignment. It does require an OVMF image built from a fairly
> recent tree (not more than a few months old), but if you're getting into
> the guest OS you're probably fine. Provide more details and I can try
> to help.
Thanks, the device is a mass storage device that I work on; it's in
iommu group 1 so the script I'm running is:
for i in $(ls /sys/kernel/iommu_groups/1/devices/); do
echo $i | sudo tee \
/sys/kernel/iommu_groups/1/devices/$i/driver/unbind
VEN=$(cat /sys/kernel/iommu_groups/1/devices/$i/vendor)
DEV=$(cat /sys/kernel/iommu_groups/1/devices/$i/device)
echo $VEN $DEV | sudo tee \
/sys/bus/pci/drivers/vfio-pci/new_id
done
I started out trying to use the version of qemu that openSUSE provides
which is 1.6.2 but I also built 2.1.2 from source and that didn't help.
In terms of OVMF, I've tried an OVMF-pure-efi.fd binary from
https://www.kraxel.org/repos/jenkins/edk2/ as well as building a debug
OVMF.fd binary from the edk2 project
(https://github.com/tianocore/edk2/commit/23a2df76783ad7694918916f28e24cd1a1f84daf).
If you think it might help, I can certainly install a newer kernel.
--
Bruce
next prev parent reply other threads:[~2014-10-02 15:42 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-02 13:39 Problems using vfio pcie passthrough (pci-assign works) Bruce Cran
2014-10-02 14:25 ` Alex Williamson
2014-10-02 15:42 ` Bruce Cran [this message]
2014-10-02 15:54 ` Alex Williamson
2014-10-02 17:03 ` Bruce Cran
2014-10-02 17:05 ` Alex Williamson
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=542D7271.30502@cran.org.uk \
--to=bruce@cran.org.uk \
--cc=kvm@vger.kernel.org \
/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.