]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Introduce qemuDomainDefBootPostParse()
authorAndrea Bolognani <abologna@redhat.com>
Fri, 20 Jan 2023 16:13:00 +0000 (17:13 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 3 Mar 2023 12:41:04 +0000 (13:41 +0100)
commit79e7d2c60220c4e0b4de1434fe48c6ec4cc1e020
tree5ccaa8eeea0f34de574b7e67350961ecd6a86b15
parent7e126103872cc7176d0feaebd643bf35767aa52b
qemu: Introduce qemuDomainDefBootPostParse()

Move all the boot 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