• P
    lib: Don't force the key argument when deleting metadata · 3b6784d1
    Peter Krempa 提交于
    virDomainSetMetadata when operating on the metadata element was
    requesting the @key argument to be passed even if @metadata was NULL
    used to delete the corresponding metadata element. This is not needed as
    the key is only used when adding the element and matching is done via
    the XML namespace.
    3b6784d1
libvirt.c 665.1 KB