]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Add support for gic-version machine option
authorPavel Fedin <p.fedin@samsung.com>
Wed, 30 Sep 2015 11:04:10 +0000 (14:04 +0300)
committerMartin Kletzander <mkletzan@redhat.com>
Fri, 2 Oct 2015 14:14:26 +0000 (16:14 +0200)
commitb7621b7e96d01c9040fefdc31017ab38c2bc826a
tree430d12fe58c71ca03ae51ad24cea8f77f61398ab
parent399d7044cdc329b99f5792a9782c7bfab9c878d5
qemu: Add support for gic-version machine option

Support for GICv3 has been recently introduced in qemu using gic-version
option for the 'virt' machine. The option can actually take values of
'2', '3' and 'host', however, since in libvirt this is a numeric
parameter, we limit it only to 2 and 3. Value of 2 is not added to the
command line in order to keep backward compatibility with older qemu
versions.

Signed-off-by: Pavel Fedin <p.fedin@samsung.com>
src/qemu/qemu_command.c