I only have one 16x slot left. I have 2 16x slots and one slot
will be used by passthough of a Sata controller to a FreeNas kvm.
Therefore I am trying to use a single card. Passthrough of a secondary
card works already, however I want to remove the second card.
I could also buy a new Motherboad, h
> This doesn't make any sense. A driver can certainly reserve device
> resources regardless of the device being downstream of a bridge.
Got that wrong, thank you for correcting that!
Alex
___
vfio-users mailing list
vfio-users@redhat.com
https://www.r
On Mon, Aug 20, 2018 at 05:41:57PM +0200, Konrad Eisele wrote:
> How can I dump the rom image?
> I used
> $cd /sys/devices/pci:00/:00:02.0/:01:00.0
> $echo 1>rom
> $cat rom > /mnt/nvidia_bios.rom
This method did not work for me with a 1080 GTX. I reseated the GPU in PCIe lane
2 of my b
Considering how difficult passing through a primary adapter is I suggest
simply purchasing another graphics card.
You can obtain a fanless low profile model for around $20-$30 or so I
had purchased a 5450 do to that and it works fine.
Alternatively if you want to play games but are strapped for c
How can I dump the rom image?
I used
$cd /sys/devices/pci:00/:00:02.0/:01:00.0
$echo 1>rom
$cat rom > /mnt/nvidia_bios.rom
to use it in qemu:
"-device
vfio-pci,host=01:00.0,multifunction=on,romfile=/mnt/nvidia_bios.rom"
However when using rom-parser it shows "Error, ran off the end"
>
>
> Have you checked if you have a PCI bridge connecting to your graphics card
> in
> the same IOMMU group? Or any other device?
>
> In that case you should not be able to reserve memory at all, but no harm
> checking.
>
>
Yes, I checked that.
root@server:/sys/kernel/iommu_groups# ls -la 14/devic
On Mon, 20 Aug 2018 12:34:37 +0800
Alex John wrote:
> On Sun, Aug 19, 2018 at 10:57:44PM +0200, Konrad Eisele wrote:
> > I try to passthrough the primary graphic card (GForce 710b
> > at slot :01:0.0) to a win kvm guest. The host runs
> > headless. I have blacklisted the nvidia drivers and bo
On Sun, 19 Aug 2018 22:57:44 +0200
Konrad Eisele wrote:
> I try to passthrough the primary graphic card (GForce 710b
> at slot :01:0.0) to a win kvm guest. The host runs
> headless. I have blacklisted the nvidia drivers and bound
> the drivers to vfio-pci on startup. However when starting qem