[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 5/5] multiboot2: parse vga= option when setting GOP mode
- To: Roger Pau Monne <roger.pau@xxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Mon, 5 Dec 2022 17:26:53 +0100
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=24LELqyfJD0C6+zlgxp9fTxUORASAYHd7ipAN6jmsqI=; b=mdP2AGSyIy+FFK4+F4nC15rJMjMb1pmlMImFLzBD6U0BPpVkpZaldsFcNYmCCAKt8vnlszEz4ZhRU4aDeJhMGZEN5rad5UV7/umS2FGyzsH8zKT5tpll+IKeCR9AaC8GL+X4HVsU8QZzi7ACpjzknciJmr2Z8YmE4DyeIJxPp0UbO3pm6066mxY+EPxCRnHQOJjXSxONJfw87ItrKrxZW76do3cegYuDEsa19FZGhFhDOzJaNzdOu9bTZsU3aQKiiSQUUR7l0bB7vv+H/CgNaG38V7iYNGGzsrJhruMIs09TyX6LlCwJ04/Oe/tNQN5PCFrCJuk2lKzyn9hhDcZAng==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=EQWApSRbRoWmwo3pLmnUUjr6iU+VWt7K6n/YBOCqDmQiK4m/IuS8oo1XNq59sBq/SBhLTF2aoKf7hhnfVLSxyaUMFTuTbgB4aX0CvryGq1v7axsiaG0xnrFN4p5wxFGumwxMK/qgSmv0Ag7skyt7TacF0K30o+oU4fmNcEDTaIEpHT03vIfw5UcaKNFtbV0GM9aYauVH3SvXGMRQQbuyEreFVKTAIITjyC7kmDi4SSEjQJFHdAMeBUbQBtJqwhDorIYCEWq/AVOm68pTMibZDd5xvLjEzxVflJ4DHJac6LOqGzrAM1u1WjcnBl67ejqfwrn9JUtfxQL7zcjHSKqVbQ==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: marmarek@xxxxxxxxxxxxxxxxxxxxxx, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Mon, 05 Dec 2022 16:27:43 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 23.11.2022 16:45, Roger Pau Monne wrote:
> Currently the vga command line gfx- option is ignored when booted
> using multboot2 and EFI, as the setting of the GOP mode is done way
> before the command line is processed.
>
> Add support for parsing the vga gfx- selection if present in order to
> set the selected GOP mode.
>
> Signed-off-by: Roger Pau Monné <roger.pau@xxxxxxxxxx>
Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx>
albeit personally I think this should be folded into the previous patch.
Jan
|