search for: virdomainopendevicelogfil

Displaying 2 results from an estimated 2 matches for "virdomainopendevicelogfil".

2018 Dec 03
2
Re: console type tcp with logging
пн, 3 дек. 2018 г. в 12:27, Daniel P. Berrangé <berrange@redhat.com>: > > We don't have any plans to add it, but if someone's interested we'd > accept patches. It would need to integrate with our virStream APIs > to allow download, in similar way to how virStorageVolDownload() works What args this function need to receive? VolDownload this args:
2018 Dec 03
0
Re: console type tcp with logging
...unsigned long long offset, > unsigned long long length, > unsigned int flags) > > I think that we can use all of this, but instead of vol, what we need to recv? We need the domain object, and the device alias name, eg virDomainOpenDeviceLogFile(virDomainPtr dom, const char *name, unsigned long long offset, unsigned long long length, unsigned int flags); Where name maps to <alias name=.../>. Regards, Daniel -- |: h...