From: "Marek Marczykowski-Górecki" <marmarek@invisiblethingslab.com>
To: Soumyajyotii Ssarkar <soumyajyotisarkar23@gmail.com>
Cc: xen-devel@lists.xenproject.org, sarkarsoumyajyoti23@gmail.com,
"Roger Pau Monné" <roger.pau@citrix.com>,
"Andrew Cooper" <andrew.cooper3@citrix.com>,
"Jan Beulich" <jbeulich@suse.com>,
"Daniel P . Smith" <dpsmith@apertussolutions.com>
Subject: Re: [PATCH v4 1/3] x86/efi: Add BGRT image preservation infrastructure
Date: Tue, 24 Mar 2026 12:12:34 +0100 [thread overview]
Message-ID: <acJxoijDI6vhs5wo@mail-itl> (raw)
In-Reply-To: <20260324101726.6929-2-soumyajyotisarkar23@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 740 bytes --]
On Tue, Mar 24, 2026 at 03:47:24PM +0530, Soumyajyotii Ssarkar wrote:
> diff --git a/xen/common/efi/common-stub.c b/xen/common/efi/common-stub.c
> index 77f138a6c5..9e595600d7 100644
> --- a/xen/common/efi/common-stub.c
> +++ b/xen/common/efi/common-stub.c
> @@ -20,6 +20,7 @@ unsigned long efi_get_time(void)
>
> void efi_halt_system(void) { }
> void efi_reset_system(bool warm) { }
> +void __init efi_bgrt_status_info(void) { }
This has a minor conflict with the current staging, but then for __init
you'd need include xen/init.h.
See:
https://gitlab.com/xen-project/people/marmarek/xen/-/pipelines/2405049544
Did it built for you without it?
--
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
next prev parent reply other threads:[~2026-03-24 11:12 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-24 10:17 [PATCH v4 0/3] Fixing ACPI BGRT (Boot Graphics Resource Table) corruption Soumyajyotii Ssarkar
2026-03-24 10:17 ` [PATCH v4 1/3] x86/efi: Add BGRT image preservation infrastructure Soumyajyotii Ssarkar
2026-03-24 11:12 ` Marek Marczykowski-Górecki [this message]
2026-03-24 11:23 ` Jan Beulich
2026-03-24 11:30 ` Marek Marczykowski-Górecki
2026-03-24 11:36 ` Jan Beulich
2026-03-24 10:17 ` [PATCH v4 2/3] x86/acpi: Integrate BGRT preservation with status reporting Soumyajyotii Ssarkar
2026-03-24 10:17 ` [PATCH v4 3/3] x86/efi: Add opt-out mechanism for BGRT preservation Soumyajyotii Ssarkar
2026-03-24 10:21 ` [PATCH v4 0/3] Fixing ACPI BGRT (Boot Graphics Resource Table) corruption Jan Beulich
-- strict thread matches above, loose matches on Subject: below --
2026-03-24 10:08 Soumyajyotii Ssarkar
2026-03-24 10:08 ` [PATCH v4 1/3] x86/efi: Add BGRT image preservation infrastructure Soumyajyotii Ssarkar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=acJxoijDI6vhs5wo@mail-itl \
--to=marmarek@invisiblethingslab.com \
--cc=andrew.cooper3@citrix.com \
--cc=dpsmith@apertussolutions.com \
--cc=jbeulich@suse.com \
--cc=roger.pau@citrix.com \
--cc=sarkarsoumyajyoti23@gmail.com \
--cc=soumyajyotisarkar23@gmail.com \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.