Displaying 20 results from an estimated 10000 matches similar to: "Re: How to assign to PCI slot 0"
2020 Feb 06
1
Re: PCI/GPU Passthrough with xen
I know these are mostly gamers but they have a lot of experience doing
PCI pass though: https://discord.gg/du9ecG
I have found them extremely helpful in the past doing libvirt PCI
passthough.
*Paul O'Rorke*
On 2020-02-05 10:13 a.m., Jim Fehlig wrote:
> On 2/4/20 1:04 AM, Christoph wrote:
>> this config does not work... why?
>
> Without more details, I don't know why
2020 Feb 04
0
Re: PCI/GPU Passthrough with xen
this config does not work... why?
<domain type='xen'>
<name>marax.chao5.int</name>
<uuid>72f8f7cf-d538-41cd-828a-9945b9157719</uuid>
<memory unit='GiB'>32</memory>
<currentMemory unit='GiB'>32</currentMemory>
<vcpu placement='static'>16</vcpu>
<os>
<type
2015 Aug 12
0
Re: PCI passthrough fails in virsh: iommu group is not viable
On 08/12/2015 02:34 PM, Alex Holst wrote:
> I would really appreciate some pointers on what I am doing wrong here.
>
> I have a need to run multiple virtual guests which have each their own GPU and
> some USB controllers passed-through. I am able to run one of the guests like
> this (assuming vfio stuff has happened elsewhere), but I would prefer to use
> virsh:
>
> kvm -M
2016 Feb 08
2
Re: Getting "unknown device type" when attaching NPIV (vHBA) to vm
Thank you for your reply,
I'm still getting hard time to attach the hostdev, I couldn't make it work out of the doc.
I took the address details from:
# ll /sys/bus/scsi/devices/7:*
lrwxrwxrwx 1 root root 0 Feb 8 12:58 /sys/bus/scsi/devices/7:0:0:0 -> ../../../devices/pci0000:00/0000:00:03.0/0000:08:00.1/host7/rport-7:0-0/target7:0:0/7:0:0:0
lrwxrwxrwx 1 root root 0 Feb 8 12:58
2012 Jun 25
0
PCI Passthrough
Hi,
I'm trying to passthrough legacy PCI ISDN controller to a KVM based
virtual machine:
<hostdev mode='subsystem' type='pci' managed='yes'>
<source>
<address domain='0x0000' bus='0x04' slot='0x00' function='0x0'/>
</source>
<address type='pci' domain='0x0000' bus='0x00'
2016 Feb 09
0
Re: Getting "unknown device type" when attaching NPIV (vHBA) to vm
On 02/08/2016 06:01 PM, Vaknin, Rami wrote:
> Thank you for your reply,
> I'm still getting hard time to attach the hostdev, I couldn't make it work out of the doc.
>
> I took the address details from:
>
> # ll /sys/bus/scsi/devices/7:*
> lrwxrwxrwx 1 root root 0 Feb 8 12:58 /sys/bus/scsi/devices/7:0:0:0 ->
2012 Mar 29
2
PCI passthrough error
Hi folks,
Has anyone encountered the following PCI passthrough error?
error: internal error Process exited while reading console \
log output: char device redirected to /dev/pts/1
assigned_dev_pci_read: pread failed, ret = 0 errno = 2
It's produced after I've detached the PCI device from the base OS and
have tried to start up the guest domain.
To get to this point, I
2013 Jan 02
1
can someone explain why the domain, function bus, slot function is used in this xml
I don't understand the domain bus slot fuction in below xml,becase,
this is used when deal with management of host devices that can be
handed to guests via passthrough as <hostdev> elements in the domain
XML.( from http://libvirt.org/formatnode.html)
I don't see it use passthrough feature, why it has "domain" bus" slot"
and function here
<disk
2014 Mar 12
1
Re: PCI Passthrough of 2 identical devices
hi laine,
thx for the fast answer.
i tried VFIO as it seems supported and got at least one step further.
starting the guest with one of the DVB cards is possible now, even when the other card is in the hosts pci config (not removed soft or hard).
adding the second card/device thru ...
> <hostdev mode='subsystem' type='pci' managed='yes'>
>
2014 Nov 24
0
Error starting domain: internal error: missing IFLA_VF_INFO in netlink response
Hi,
We try PCI Passthrough of host network devices on PPC platform.
http://wiki.libvirt.org/page/Networking#Assignment_with_.3Cinterface_type.3D.27hostdev.27.3E_.28SRIOV_devices_only.29
But we got a similar issue as below that reported on RedHat before:
https://bugzilla.redhat.com/show_bug.cgi?id=1040626
With <hostdev>, it could start VM successfully.
<hostdev
2015 Sep 03
0
Assigning a PCI sound device to a VM
On Thu, Sep 3, 2015 at 2:29 AM, Robert Nichols
<rnicholsNOSPAM at comcast.net> wrote:
> I have a PCI sound card that I would like to assign to a VM, but
> when I try to do so the VM fails to start and displays this message:
>
> Error starting domain: Unable to read from monitor: Connection reset by peer
>
> Traceback (most recent call last):
> File
2015 Sep 03
2
Assigning a PCI sound device to a VM
I have a PCI sound card that I would like to assign to a VM, but
when I try to do so the VM fails to start and displays this message:
Error starting domain: Unable to read from monitor: Connection reset by peer
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 44, in
cb_wrapper
callback(asyncjob, *args, **kwargs)
File
2015 Jan 08
0
Re: Error starting domain: internal error: missing IFLA_VF_INFO in netlink response
Hi Laine,
Sorry to disturb you.
It seemed this issue had been fixed in libvirt-1.2.2/libnl-3.2.22/linux-3.12. But we still got the error on PowerPC platform.
I'll appreciate if you could give any suggestion. We are not sure if any netlink implementation in kernel space is missed.
The scenario is a little complicated. We installed internal PF and VF kernel modules and want to use
2013 Nov 19
0
Re: Using hostdev to plug a PCI-E host device into Q35 pcie-root port
On 11/15/2013 03:35 PM, Thomas Kuther wrote:
> Hello,
>
> I'm trying to migrate a working qemu command line configuration to
> libvirt.
> The part I'm currently failing on is:
>
> $ qemu-system-x86_64 -M Q35 ... -device vfio-pci,host=05:00.0,bus=pcie.0
>
> The right way to translate this into libvirt XML seems to be using
> <hostdev>, but I seem to be
2018 May 01
0
Re: connecting host and guest vm using a dummy nic
On 04/30/2018 03:16 PM, daggs wrote:
> Greetings Laine,
>
>> Sent: Monday, April 30, 2018 at 8:31 PM
>> From: "Laine Stump" <laine@redhat.com>
>> To: libvirt-users@redhat.com
>> Cc: daggs <daggs@gmx.com>
>> Subject: Re: [libvirt-users] connecting host and guest vm using a dummy nic
>>
>> On 04/27/2018 06:39 PM, daggs wrote:
2016 Feb 07
1
GPU passthrough failed to find romfile
Hello guys,
this drives me insane. I am trying to pass romfile of my GPU for UEFI boot
This is an error I am getting :
[root@brutus-coreos opt]# virsh start winos1
error: Failed to start domain winos1
error: internal error: early end of file from monitor: possible problem:
2016-02-07T16:56:09.358285Z qemu-system-x86_64: -device
2018 Jul 03
1
multiple devices in the same iommu group in L1 guest
Hi,
I have a guest enabled vIOMMU, but on the guest there are several devices
in the same iommu group.
Could someone help to check if I missed something?
Thank you very much!
1. guest xml:
# virsh edit q
...
<os>
<type arch='x86_64' machine='pc-q35-rhel7.5.0'>hvm</type>
<loader readonly='yes' secure='yes'
2019 Oct 14
0
Re: [libvirt] Add support for vhost-user-scsi-pci/vhost-user-blk-pci
On 10/14/19 3:12 AM, Li Feng wrote:
> Hi Cole & Michal,
>
> I'm sorry for my late response, I just end my journey today.
> Thank your response, your suggestion is very helpful to me.
>
> I have added Michal in this mail, Michal helps me review my initial patchset.
> (https://www.spinics.net/linux/fedora/libvir/msg191339.html)
>
Whoops I missed that posting, I
2014 Mar 12
1
PCI Passthrough of 2 identical devices
hi,
i have a small trouble with pci-passthrough.
i have a working configuration passing a tv card into the guest, all is fine and dandy.
as soon as i add my second identical card into the host i cant start the guest anymore, whether i add the second card to the guest or not. error message is identical in both cases.
message of virt-manager|virsh|libvirtd.log:
> libvirtError: internal error:
2013 Nov 19
1
Re: Using hostdev to plug a PCI-E host device into Q35 pcie-root port
Am 19.11.2013 11:36, schrieb Laine Stump:
> On 11/15/2013 03:35 PM, Thomas Kuther wrote:
>> Hello,
>>
>> I'm trying to migrate a working qemu command line configuration to
>> libvirt.
>> The part I'm currently failing on is:
>>
>> $ qemu-system-x86_64 -M Q35 ... -device
>> vfio-pci,host=05:00.0,bus=pcie.0
>>
>> The right