• J
    Add wrappers for virDomainDiskIndexBy* · 865109b3
    Jiri Denemark 提交于
    Sometimes the only thing we need is the pointer to virDomainDiskDef and
    having to call virDomainDiskIndexBy* APIs, storing the disk index, and
    looking it up in the disks array is ugly. After this patch, we can just
    call virDomainDiskBy* and get the pointer in one step.
    Signed-off-by: NJiri Denemark <jdenemar@redhat.com>
    865109b3
libvirt_private.syms 54.3 KB