[libvirt] [dbus PATCH 06/14] Implement Detach method for NodeDevice Interface

Pavel Hrdina phrdina at redhat.com
Tue Jun 19 14:54:39 UTC 2018


On Fri, Jun 15, 2018 at 07:03:42PM +0200, Katerina Koukiou wrote:
> Signed-off-by: Katerina Koukiou <kkoukiou at redhat.com>
> ---
>  data/org.libvirt.NodeDevice.xml |  5 +++++
>  src/nodedev.c                   | 25 +++++++++++++++++++++++++
>  2 files changed, 30 insertions(+)
> 
> diff --git a/data/org.libvirt.NodeDevice.xml b/data/org.libvirt.NodeDevice.xml
> index 4ca2e11..ea9bd7c 100644
> --- a/data/org.libvirt.NodeDevice.xml
> +++ b/data/org.libvirt.NodeDevice.xml
> @@ -7,5 +7,10 @@
>        <annotation name="org.gtk.GDBus.DocString"
>          value="See https://libvirt.org/html/libvirt-libvirt-nodedev.html#virNodeDeviceDestroy"/>
>      </method>
> +    <method name="Detach">
> +      <annotation name="org.gtk.GDBus.DocString"
> +        value="See https://libvirt.org/html/libvirt-libvirt-nodedev.html#virNodeDeviceDetachFlags"/>
> +      <arg name="flags" type="u" direction="in"/>

Missing driverName argument.

> +    </method>
>    </interface>
>  </node>

Reviewed-by: Pavel Hrdina <phrdina at redhat.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20180619/e9fac41f/attachment-0001.sig>


More information about the libvir-list mailing list