]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fill out default vram in DeviceDefPostParse
authorJán Tomko <jtomko@redhat.com>
Wed, 11 May 2016 10:39:52 +0000 (12:39 +0200)
committerJán Tomko <jtomko@redhat.com>
Thu, 12 May 2016 06:22:08 +0000 (08:22 +0200)
commit538012c8a30230065d1bfe09892279dd8b89193f
tree95a2ce1ad6e79985d3b730cb5ebf6e8fa24d9870
parent3e4286703273b06a21ae07f3e76a66f9661199dc
Fill out default vram in DeviceDefPostParse

Move filling out the default video (v)ram to DeviceDefPostParse.

This means it can be removed from virDomainVideoDefParseXML
and qemuParseCommandLine. Also, we no longer need to special case
VIR_DOMAIN_VIRT_XEN, since the per-driver callback gets called
before the generic one.
src/conf/domain_conf.c
src/qemu/qemu_parse_command.c