search for: elementshostdevsubsys

Displaying 7 results from an estimated 7 matches for "elementshostdevsubsys".

2014 Oct 19
2
HostDevev SCSI Devices
http://libvirt.org/formatdomain.html#elementsHostDevSubsys At this description used "drive"-typed address for SCSI. But when i get xml-description of scsi-devices by <code> unsigned int flags = VIR_CONNECT_LIST_NODE_DEVICES_CAP_SCSI_HOST ; int ret = virConnectListAllNodeDevices (currWorkConnect, &nodeD...
2019 Jan 04
0
Re: script called from qemu hook freezes.
...ere another way to do what I need (on startup usb hotplug) or maybe optional hotplug (e.g. don't fail the device isn't present)? I've never used it, but does the "startupPolicy" attribute do what you need? Search for that string at: https://libvirt.org/formatdomain.html#elementsHostDevSubsys
2014 Sep 11
0
trying but failing - pass-through scsi/sata
...; <address bus='0' target='0' unit='0'/> </source> <address type='drive' controller='4' bus='0' target='0' unit='0'/> </hostdev> I took it from http://libvirt.org/formatdomain.html#elementsHostDevSubsys yet a Linux guest (SL7) fails to find/detect any disks, if I dumpxml I get this: <device> <name>block_sdb_OCZ_VERTEX4_OCZ_352C77TZVQF1Y3SX</name> <path>/sys/devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sdb</path> <parent>scsi_4_0_0_0...
2014 Oct 20
0
Re: HostDevev SCSI Devices
On Sun, Oct 19, 2014 at 10:01:26PM +0400, Fl@sh wrote: > http://libvirt.org/formatdomain.html#elementsHostDevSubsys > > At this description used "drive"-typed address for SCSI. > > But when i get xml-description of scsi-devices by > <code> > unsigned int flags = > VIR_CONNECT_LIST_NODE_DEVICES_CAP_SCSI_HOST ; You've asked for the SCSI HBA here - ie the...
2020 Feb 04
0
Re: PCI/GPU Passthrough with xen
...ssthrough with xen and libvirt? >> If yes, how is the syntax? Can I get an example? > > Yes, host PCI devices can be passed to xen guests using libvirt. Below > is example config of a "managed" PCI host device. For more details see > https://libvirt.org/formatdomain.html#elementsHostDevSubsys > > <hostdev mode='subsystem' type='pci' managed='yes'> > <driver name='xen'/> > <source> > <address domain='0x0000' bus='0x0a' slot='0x10' > function='0x1'/> >...
2019 Jan 04
4
Re: script called from qemu hook freezes.
Greetings Peter, > Sent: Friday, January 04, 2019 at 4:47 PM > From: "Peter Krempa" <pkrempa@redhat.com> > To: daggs <daggs@gmx.com> > Cc: libvirt-users@redhat.com > Subject: Re: [libvirt-users] script called from qemu hook freezes. > > On Thu, Jan 03, 2019 at 18:07:58 +0100, daggs wrote: > > Greetings, > > > > I'm executing an
2020 Feb 06
1
Re: PCI/GPU Passthrough with xen
...>> If yes, how is the syntax? Can I get an example? >>> >>> Yes, host PCI devices can be passed to xen guests using libvirt. Below >>> is example config of a "managed" PCI host device. For more details see >>> https://libvirt.org/formatdomain.html#elementsHostDevSubsys >>> >>>     <hostdev mode='subsystem' type='pci' managed='yes'> >>>       <driver name='xen'/> >>>       <source> >>>         <address domain='0x0000' bus='0x0a' slot='0x10' &gt...