• P
    virsh: doc: Fix supported driver types for attach-disk command · 2ad83bf4
    Peter Krempa 提交于
    Virsh man page lists driver types to be used with attach-device
    command, but does not specify that those are usable only with the XEN
    Hypervisor.
    
    This patch adds statement, that those options specified are applicable
    only on the Xen hypervisor and adds option usable with qemu emulator.
    
    This patch also changes type of error returned by QEMU driver if the
    user specifies incompatible driver type from VIR_ERR_INTERNAL_ERROR to
    VIR_ERR_CONFIG_UNSUPPORTED.
    2ad83bf4
qemu_driver.c 335.8 KB