]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuBuildFloppyCommandLineControllerOptionsExplicit: Generate via JSON
authorPeter Krempa <pkrempa@redhat.com>
Mon, 11 Oct 2021 19:45:25 +0000 (21:45 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 12 Oct 2021 18:54:53 +0000 (20:54 +0200)
commit926864ba453b23286f4a90c5ed57c74ce95d97dc
tree80d090da2e8ce4c65db1ab9d2d9f05d23d4269b7
parent245e8a12fdff455a0d04605e2187bfcf1bd10266
qemuBuildFloppyCommandLineControllerOptionsExplicit: Generate via JSON

QEMU declares the bootindex types as:

  bootindexA=<int32>
  bootindexB=<int32>

The driveA/driveB parameters were deprecated and removed in qemu-6.0.
We'll keep them for compatibility, but they are not used with -blockdev.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_command.c