Re: [libvirt] [PATCH 2/2] test_driver: implement virDomainGetFSInfo

2019-07-02 Thread Erik Skultety
On Tue, Jul 02, 2019 at 02:49:02PM +0200, Ilias Stamatis wrote: > On Tue, Jul 2, 2019 at 2:41 PM Erik Skultety wrote: > > > > On Tue, Jun 25, 2019 at 11:58:07PM +0200, Ilias Stamatis wrote: > > > Always return / and /boot as the mount points imitating a default > > > Fedora installation. Use the f

Re: [libvirt] [PATCH 2/2] test_driver: implement virDomainGetFSInfo

2019-07-02 Thread Ilias Stamatis
On Tue, Jul 2, 2019 at 2:41 PM Erik Skultety wrote: > > On Tue, Jun 25, 2019 at 11:58:07PM +0200, Ilias Stamatis wrote: > > Always return / and /boot as the mount points imitating a default > > Fedora installation. Use the first disk found, otherwise if no disk > > device of type VIR_DOMAIN_DISK_D

Re: [libvirt] [PATCH 2/2] test_driver: implement virDomainGetFSInfo

2019-07-02 Thread Erik Skultety
On Tue, Jun 25, 2019 at 11:58:07PM +0200, Ilias Stamatis wrote: > Always return / and /boot as the mount points imitating a default > Fedora installation. Use the first disk found, otherwise if no disk > device of type VIR_DOMAIN_DISK_DEVICE_DISK is present, return 0 mount > points. > > Signed-off-

[libvirt] [PATCH 2/2] test_driver: implement virDomainGetFSInfo

2019-06-25 Thread Ilias Stamatis
Always return / and /boot as the mount points imitating a default Fedora installation. Use the first disk found, otherwise if no disk device of type VIR_DOMAIN_DISK_DEVICE_DISK is present, return 0 mount points. Signed-off-by: Ilias Stamatis --- src/test/test_driver.c | 66 ++