Displaying 3 results from an estimated 3 matches for "fokin".
Did you mean:
foken
2020 Mar 18
2
Re[2]: pointer to "spice" device by virNodeDeviceLookupByName
...ly make any sense.
>
>Regards,
>Daniel
>--
>|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
>|: https://libvirt.org -o- https://fstop138.berrange.com :|
>|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
>
BRG,
Andrey Fokin
2020 Mar 18
2
pointer to "spice" device by virNodeDeviceLookupByName
Is possible to get a pointer to «spice» by virNodeDeviceLookupByName API?
What «name» I should use for?
Thanks a lot!
--
Андрей Фокин
2020 Mar 18
0
Re: pointer to "spice" device by virNodeDeviceLookupByName
On Wed, Mar 18, 2020 at 01:25:28PM +0300, Andrey Fokin wrote:
>
> Thanks, clear!
> But may be is a method to get XML description for spice params, like it could be possible for physical devices?
virDomainGetXMLDesc() will give you the XML config for the guest.
You can get specific data from this using many common XML APIs.
Regards,
Daniel...