]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Xen: Defer setting default vram value to Xen drivers
authorJim Fehlig <jfehlig@suse.com>
Fri, 19 Sep 2014 16:13:40 +0000 (10:13 -0600)
committerJim Fehlig <jfehlig@suse.com>
Fri, 10 Oct 2014 21:08:36 +0000 (15:08 -0600)
commit9320c3ff194da90ac6c402e449a2bd57dc4c5bb5
tree07ad18e0f73111d34260585f477401547c249138
parentbe28ae1658b8ee31149a64c5fc629ce1f2c418b3
Xen: Defer setting default vram value to Xen drivers

Allow the Xen drivers to determine default vram values.  Sane
default vaules depend on the device model being used, so the
drivers are in the best position to determine the defaults.

For the legacy xen driver, it is best to maintain the existing
logic for setting default vram values to ensure there are no
regressions.  The libxl driver currently does not support
configuring a video device.  Support will be added in a
subsequent patch, where the benefit of this change will be
reaped.

Signed-off-by: Jim Fehlig <jfehlig@suse.com>
src/conf/domain_conf.c
src/xen/xen_driver.c