]> xenbits.xensource.com Git - libvirt.git/commit
conf: Add rom.enabled attribute for PCI devices
authorAndrea Bolognani <abologna@redhat.com>
Thu, 19 Apr 2018 15:55:41 +0000 (17:55 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 23 Apr 2018 13:20:54 +0000 (15:20 +0200)
commitc4466179f49742a22ba94ec0747ae153a00133cc
tree3ca5414d44f60bd63a70283f206a4e319019628c
parent868136624f40a665a106280f5d3971d108cf7c4d
conf: Add rom.enabled attribute for PCI devices

The attribute can be used to disable ROM loading completely
for a device.

This might be needed because, even when the guest is configured
such that the PCI ROM will not be loaded in the PCI BAR, some
hypervisors (eg. QEMU) might still make it available to the
guest in a form (eg. fw_cfg) that some firmwares (eg. SeaBIOS)
will consume, thus not achieving the desired result.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
docs/formatdomain.html.in
docs/schemas/domaincommon.rng
src/conf/device_conf.h
src/conf/domain_conf.c