• O
    qemu: Rename qemu_driver->sharedDisks to qemu_driver->sharedDevices · 539d0e19
    Osier Yang 提交于
    "Shared disk" is not only the thing we should care about after "scsi
    hostdev" is introduced. A same scsi device can be used as "disk" for
    one domain, and as "scsi hostdev" for another domain at the same time.
    That's why this patch renames qemu_driver->sharedDisks. Related functions
    and structs are also renamed.
    539d0e19
qemu_conf.h 8.9 KB