]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh domxml-from-native to treat SCSI as the bus type for pseries by default
authorShivaprasad G Bhat <shivaprasadbhat@gmail.com>
Fri, 22 Nov 2013 17:27:25 +0000 (22:57 +0530)
committerCole Robinson <crobinso@redhat.com>
Mon, 25 Nov 2013 15:44:46 +0000 (10:44 -0500)
commitec1c34498ba37e534bf7aac0b53e3a886c74ecc6
tree97039ba5796485cd60c5c23aadf2bef8e14667ac
parentf5580bd6d653e74a22f742cf20a9e864c8f52837
virsh domxml-from-native to treat SCSI as the bus type for pseries by default

The bus type IDE being enum Zero, the bus type on pseries system appears as IDE for all the -hda/-cdrom and for disk drives with if="none" type. Pseries platform needs this to appear as SCSI instead of IDE. The ide being not supported, the explicit requests for ide devices will return an error.

Signed-off-by: Shivaprasad G Bhat <sbhat@linux.vnet.ibm.com>
src/qemu/qemu_command.c
tests/qemuargv2xmltest.c
tests/qemuxml2argvdata/qemuxml2argv-pseries-disk.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-pseries-disk.xml [new file with mode: 0644]