]> xenbits.xensource.com Git - libvirt.git/commit
qemu: command: Always execute memory device formatter
authorPeter Krempa <pkrempa@redhat.com>
Wed, 7 Oct 2015 13:40:58 +0000 (15:40 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 18 Nov 2015 09:32:18 +0000 (10:32 +0100)
commita4b10a60ad22e1371ea96493bfa6e9a661dea126
treee257c3e4f84a76430fce0b158f70ae38dc1f822d
parent0621f15ac7bf3d84289f951f091c2fa8d0906180
qemu: command: Always execute memory device formatter

Since we already make sure before that the domain configuration is
valid we may execute it always at the cost of doing 0 iterations of the
for loop.

This patch will simplify later refactor as it will avoid whitespace
changes.
src/qemu/qemu_command.c