Re: [PATCH] x86/pvh: pass module command line to dom0

2021-01-29 Thread Ian Jackson
Roger Pau Monné writes ("Re: [PATCH] x86/pvh: pass module command line to dom0"): > On Fri, Jan 29, 2021 at 10:26:31AM +0100, Jan Beulich wrote: > > On 29.01.2021 10:05, Roger Pau Monne wrote: > > > Both the multiboot and the HVM start info structures allow passing a

Re: [PATCH] x86/pvh: pass module command line to dom0

2021-01-29 Thread Roger Pau Monné
On Fri, Jan 29, 2021 at 10:26:31AM +0100, Jan Beulich wrote: > On 29.01.2021 10:05, Roger Pau Monne wrote: > > Both the multiboot and the HVM start info structures allow passing a > > string together with a module. Implement the missing support in > > pvh_load_kernel so that module strings found in

Re: [PATCH] x86/pvh: pass module command line to dom0

2021-01-29 Thread Jan Beulich
On 29.01.2021 10:05, Roger Pau Monne wrote: > Both the multiboot and the HVM start info structures allow passing a > string together with a module. Implement the missing support in > pvh_load_kernel so that module strings found in the multiboot > structure are forwarded to dom0. > > Fixes: 62ba982

[PATCH] x86/pvh: pass module command line to dom0

2021-01-29 Thread Roger Pau Monne
Both the multiboot and the HVM start info structures allow passing a string together with a module. Implement the missing support in pvh_load_kernel so that module strings found in the multiboot structure are forwarded to dom0. Fixes: 62ba982424 ('x86: parse Dom0 kernel for PVHv2') Signed-off-by: