Re: [PATCH 02/19] grub-shell: pseries: don't pass fw_opt to qemu

2021-10-20 Thread Daniel Kiper
On Tue, Oct 12, 2021 at 01:57:43PM -0500, Glenn Washburn wrote: > On Tue, 12 Oct 2021 18:29:51 +1100 > Daniel Axtens wrote: > > > At some point this started to break the test - qemu just rejects the > > command line. Just don't pass it in, it's seabios specific. > > > > Signed-off-by: Daniel

Re: [PATCH 02/19] grub-shell: pseries: don't pass fw_opt to qemu

2021-10-12 Thread Glenn Washburn
On Tue, 12 Oct 2021 18:29:51 +1100 Daniel Axtens wrote: > At some point this started to break the test - qemu just rejects the > command line. Just don't pass it in, it's seabios specific. > > Signed-off-by: Daniel Axtens > --- > tests/util/grub-shell.in | 6 +- > 1 file changed, 5

[PATCH 02/19] grub-shell: pseries: don't pass fw_opt to qemu

2021-10-12 Thread Daniel Axtens
At some point this started to break the test - qemu just rejects the command line. Just don't pass it in, it's seabios specific. Signed-off-by: Daniel Axtens --- tests/util/grub-shell.in | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/util/grub-shell.in