]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Implement GIC
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 27 Apr 2015 12:54:19 +0000 (14:54 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 5 May 2015 07:45:52 +0000 (09:45 +0200)
commit608c95c76cee49fe98b913d1b7beb1d728b7ca99
tree25dbf11f424ad83f81160fafdc32683624e5accd
parent921c52b0db3ac898d5cc4eda19fb861ad58d9a9e
qemu: Implement GIC

The only version that's supported in QEMU is version 2, currently.
Fortunately, it is enabled by aarch64 automatically, so there's
nothing for us that needs to be put onto command line.

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