On a Thursday in 2021, Peter Krempa wrote:
'effectiveBootIndex' is a copy of 'bootIndex' if
'<boot order=' was
present and left unassigned if not. This allows hypervisor drivers to
reinterpret <os><boot> without being visible in the XML.
QEMU driver had a internal implementation for disks, which is now
replaced. Additionally this will simplify a refactor of network boot
assignment.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/conf/device_conf.h | 4 ++++
src/conf/domain_conf.c | 2 ++
src/qemu/qemu_command.c | 10 ++++------
src/qemu/qemu_domain.h | 4 ----
src/qemu/qemu_process.c | 15 ++++++---------
5 files changed, 16 insertions(+), 19 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano