• J
    qemu: Translate boot config into bootindex if possible · c3068d4d
    Jiri Denemark 提交于
    Prefer bootindex=N option for -device over the old way -boot ORDER
    possibly accompanied with boot=on option for -drive. This gives us full
    control over which device will actually be used for booting guest OS.
    Moreover, if qemu doesn't support boot=on, this is the only way to boot
    of certain disks in some configurations (such as virtio disks when used
    together IDE disks) without transforming domain XML to use per device
    boot elements.
    c3068d4d
qemuxml2argvtest.c 20.5 KB