On Thu, Jul 06, 2023 at 12:45:41PM +0200, Jan Beulich wrote: > On 05.07.2023 13:47, Roger Pau Monne wrote: > > Parse all instances of the vga= option on the command line, in order > > to always enforce the last selection on the command line. > > > > Note that it's not safe to parse just the last occurrence of the vga= > > option, as then a command line with `vga=current vga=keep` would > > result in current being ignored. > > > > Adjust the command line documentation to describe the new behavior. > > This was likely meant to be dropped along with ... > > > Signed-off-by: Roger Pau Monné <roger....@citrix.com> > > --- > > Changes since v3: > > - Remove xen-command-line doc addition. > > ... this? Beyond that (easy to adjust while committing) > Reviewed-by: Jan Beulich <jbeul...@suse.com>
Oh, indeed, I've added the changelog and didn't adjust the commit message. Thanks, Roger.