]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Add controllers in specified order
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 5 Nov 2012 10:51:44 +0000 (11:51 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 6 Nov 2012 09:11:34 +0000 (10:11 +0100)
commit0f720ab35a1a836aa23b66ef4bafbc5e57290357
treeb717f5f0740e7af995a4cca494971a8e2deda5eb
parent77b93dbc3e5fdffec60f631cd52c4dba0f2e0f29
qemu: Add controllers in specified order

qemu is sensitive to the order of arguments passed. Hence, if a
device requires a controller, the controller cmd string must
precede device cmd string. The same apply for controllers, when
for instance ccid controller requires usb controller. So
controllers create partial ordering in which they should be added
to qemu cmd line.
src/qemu/qemu_command.c