]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: qemu: Taint VMs using custom device tree blob
authorPeter Krempa <pkrempa@redhat.com>
Fri, 26 Jun 2015 08:59:33 +0000 (10:59 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 1 Jul 2015 08:34:25 +0000 (10:34 +0200)
commit4b48ba4af5eb0efd60bb53558dcc27ae86415b32
tree9cf7bc54f3bf57cc6dd52fb3c8a5c500c14696d3
parent91081979dd3e33f2e39e3de234e52d0e69ffcccb
conf: qemu: Taint VMs using custom device tree blob

Using a custom device tree image may cause unexpected behavior in
architectures that use this approach to detect platform devices. Since
usually the device tree is generated by qemu and thus it's not normally
used let's taint VMs using it to make it obvious as a possible source of
problems.
src/conf/domain_conf.c
src/conf/domain_conf.h
src/qemu/qemu_domain.c