qemu: Move virBuffer inside switch() statement
commit70cdf1b52e2193524b51d7d0431bfa13dec04625
authorAndrea Bolognani <abologna@redhat.com>
Tue, 28 May 2019 10:45:26 +0000 (28 12:45 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 3 Jun 2019 15:40:41 +0000 (3 17:40 +0200)
tree6aaa3e3a746624ab2c86f2055d4201c34f3de557
parent711f8c36278ea0bc9986af5a0061bb6c962dd353
qemu: Move virBuffer inside switch() statement

This doesn't make a whole lot of difference now, but once
we introduce more virDomainIOMMUModel values the current
structure will no longer work.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_command.c