• J
    Fix typo in error message · 68545ea6
    Ján Tomko 提交于
    by rewriting it completely from:
    error: unsupported configuration: virtio only support device address
    type 'PCI'
    
    to:
    
    error: unsupported configuration: virtio disk cannot have an address of type
    drive
    
    Since we now support CCW addresses as well.
    68545ea6
qemu_command.c 459.6 KB