Re: [libvirt] [PATCH 1/4] qemu: delete methods which are no longer supported

2019-06-27 Thread Daniel P . Berrangé
On Thu, Jun 27, 2019 at 08:02:54AM +0200, Peter Krempa wrote: > On Wed, Jun 26, 2019 at 16:54:40 +0100, Daniel Berrange wrote: > > The public API entry points will report VIR_ERR_NO_SUPPORT to the > > caller when a driver does not provide an implementation of a particular > > method. > > > > Signe

Re: [libvirt] [PATCH 1/4] qemu: delete methods which are no longer supported

2019-06-27 Thread Andrea Bolognani
On Thu, 2019-06-27 at 08:02 +0200, Peter Krempa wrote: > On Wed, Jun 26, 2019 at 16:54:40 +0100, Daniel Berrange wrote: > > @@ -22271,7 +22242,6 @@ static virHypervisorDriver qemuHypervisorDriver = { > > .domainGetSecurityLabelList = qemuDomainGetSecurityLabelList, /* > > 0.10.0 */ > > .

Re: [libvirt] [PATCH 1/4] qemu: delete methods which are no longer supported

2019-06-26 Thread Peter Krempa
On Wed, Jun 26, 2019 at 16:54:40 +0100, Daniel Berrange wrote: > The public API entry points will report VIR_ERR_NO_SUPPORT to the > caller when a driver does not provide an implementation of a particular > method. > > Signed-off-by: Daniel P. Berrangé > --- > src/qemu/qemu_driver.c | 31 ---

Re: [libvirt] [PATCH 1/4] qemu: delete methods which are no longer supported

2019-06-26 Thread Ján Tomko
On Wed, Jun 26, 2019 at 04:54:40PM +0100, Daniel P. Berrangé wrote: The public API entry points will report VIR_ERR_NO_SUPPORT to the caller when a driver does not provide an implementation of a particular method. Signed-off-by: Daniel P. Berrangé --- src/qemu/qemu_driver.c | 31 ---

[libvirt] [PATCH 1/4] qemu: delete methods which are no longer supported

2019-06-26 Thread Daniel P . Berrangé
The public API entry points will report VIR_ERR_NO_SUPPORT to the caller when a driver does not provide an implementation of a particular method. Signed-off-by: Daniel P. Berrangé --- src/qemu/qemu_driver.c | 31 --- 1 file changed, 31 deletions(-) diff --git a/src/q