]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuBuildDriveDevStr: Prefer default alias for SATA bus
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 15 Nov 2017 14:18:43 +0000 (15:18 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 20 Nov 2017 09:35:03 +0000 (10:35 +0100)
commitf66e5896ad6013c2f31eef1c909999b33ba8847e
tree0c7e9e71fa214c8679915f49a5c6186e7e64e515
parent481f8fdca1528f1398ef458b7c37ba57ea55dc68
qemuBuildDriveDevStr: Prefer default alias for SATA bus

https://bugzilla.redhat.com/show_bug.cgi?id=1434451

Just like in 9324f67a572f9b32 we need to put default sata alias
(which is hardcoded to "ide", obvious, right?) onto the command
line instead of the one provided by user.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_command.c
tests/qemuxml2argvdata/qemuxml2argv-user-aliases2.args [new symlink]
tests/qemuxml2argvdata/qemuxml2argv-user-aliases2.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c