Re: [PATCH] qemuAppendLoadparmMachineParm: add loadparm from hostdev

2023-03-09 Thread Michal Prívozník
On 3/10/23 03:38, Eric Farman wrote: > Commit 54fa1b44afc ("conf: Add loadparm boot option for a boot device") > added the ability to specify a loadparm parameter on a tag, while > commit 29ba41c2d40 ("qemu: Add loadparm to qemu command line string") > added that value to the QEMU "-machine" comma

[PATCH] qemuAppendLoadparmMachineParm: add loadparm from hostdev

2023-03-09 Thread Eric Farman
Commit 54fa1b44afc ("conf: Add loadparm boot option for a boot device") added the ability to specify a loadparm parameter on a tag, while commit 29ba41c2d40 ("qemu: Add loadparm to qemu command line string") added that value to the QEMU "-machine" command line parameters. Unfortunately, the latte