]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Introduce qemuDomainDefMachinePostParse()
authorAndrea Bolognani <abologna@redhat.com>
Fri, 20 Jan 2023 16:04:28 +0000 (17:04 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 3 Mar 2023 12:40:57 +0000 (13:40 +0100)
commit7e126103872cc7176d0feaebd643bf35767aa52b
treebf109b1112b6d5bd7afc08b7fa753883c5059d37
parent6f1c6534a8ba8f8bbc3c93c7ba6bc4adc98a0596
qemu: Introduce qemuDomainDefMachinePostParse()

Move all the machine type related parts of
qemuDomainDefPostParse() to a separate helper.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_domain.c