mirror of
https://git.proxmox.com/git/qemu
synced 2025-06-24 17:45:02 +00:00

One use case will be file for drives (no filename quoting issues), i.e. -drive id=test,if=virtio -set drive.test.file=/vmdisk/test-virtio.img It will work for any other option (assuming handled by QemuOpts) though. Except for id= for obvious reasons ;). Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Message-Id:
4 lines
76 B
C
4 lines
76 B
C
extern QemuOptsList qemu_drive_opts;
|
|
|
|
int qemu_set_option(const char *str);
|