* [PATCH] efi: Explain OVMF acronym in OVMF_DEBUG_LOG help text
@ 2025-08-12 13:54 Geert Uytterhoeven
2025-08-13 8:03 ` Gerd Hoffmann
0 siblings, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2025-08-12 13:54 UTC (permalink / raw)
To: Ard Biesheuvel, Gerd Hoffmann; +Cc: linux-efi, linux-kernel, Geert Uytterhoeven
People not very intimate with EFI may not know the meaning of the OVMF
acronym. Write it in full, to help users with making good decisions
when configuring their kernels.
Fixes: f393a761763c5427 ("efi: add ovmf debug log driver")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
drivers/firmware/efi/Kconfig | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/drivers/firmware/efi/Kconfig b/drivers/firmware/efi/Kconfig
index d528c94c5859b5fa..29e0729299f5bd92 100644
--- a/drivers/firmware/efi/Kconfig
+++ b/drivers/firmware/efi/Kconfig
@@ -267,9 +267,10 @@ config OVMF_DEBUG_LOG
bool "Expose OVMF firmware debug log via sysfs"
depends on EFI
help
- Recent OVMF versions (edk2-stable202508 + newer) can write
- their debug log to a memory buffer. This driver exposes the
- log content via sysfs (/sys/firmware/efi/ovmf_debug_log).
+ Recent versions of the Open Virtual Machine Firmware
+ (edk2-stable202508 + newer) can write their debug log to a memory
+ buffer. This driver exposes the log content via sysfs
+ (/sys/firmware/efi/ovmf_debug_log).
config UNACCEPTED_MEMORY
bool
--
2.43.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] efi: Explain OVMF acronym in OVMF_DEBUG_LOG help text
2025-08-12 13:54 [PATCH] efi: Explain OVMF acronym in OVMF_DEBUG_LOG help text Geert Uytterhoeven
@ 2025-08-13 8:03 ` Gerd Hoffmann
2025-08-18 6:52 ` Richard Lyu
0 siblings, 1 reply; 4+ messages in thread
From: Gerd Hoffmann @ 2025-08-13 8:03 UTC (permalink / raw)
To: Geert Uytterhoeven; +Cc: Ard Biesheuvel, linux-efi, linux-kernel
On Tue, Aug 12, 2025 at 03:54:29PM +0200, Geert Uytterhoeven wrote:
> People not very intimate with EFI may not know the meaning of the OVMF
> acronym. Write it in full, to help users with making good decisions
> when configuring their kernels.
>
> Fixes: f393a761763c5427 ("efi: add ovmf debug log driver")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> + Recent versions of the Open Virtual Machine Firmware
> + (edk2-stable202508 + newer) can write their debug log to a memory
> + buffer. This driver exposes the log content via sysfs
> + (/sys/firmware/efi/ovmf_debug_log).
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] efi: Explain OVMF acronym in OVMF_DEBUG_LOG help text
2025-08-13 8:03 ` Gerd Hoffmann
@ 2025-08-18 6:52 ` Richard Lyu
2025-08-29 17:02 ` Ard Biesheuvel
0 siblings, 1 reply; 4+ messages in thread
From: Richard Lyu @ 2025-08-18 6:52 UTC (permalink / raw)
To: Geert Uytterhoeven; +Cc: Ard Biesheuvel, Gerd Hoffmann, linux-efi, linux-kernel
On 2025/08/13 10:03, Gerd Hoffmann wrote:
> On Tue, Aug 12, 2025 at 03:54:29PM +0200, Geert Uytterhoeven wrote:
> > People not very intimate with EFI may not know the meaning of the OVMF
> > acronym. Write it in full, to help users with making good decisions
> > when configuring their kernels.
> >
> > Fixes: f393a761763c5427 ("efi: add ovmf debug log driver")
> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
>
> > + Recent versions of the Open Virtual Machine Firmware
> > + (edk2-stable202508 + newer) can write their debug log to a memory
> > + buffer. This driver exposes the log content via sysfs
> > + (/sys/firmware/efi/ovmf_debug_log).
>
> Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Richard Lyu <richard.lyu@suse.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] efi: Explain OVMF acronym in OVMF_DEBUG_LOG help text
2025-08-18 6:52 ` Richard Lyu
@ 2025-08-29 17:02 ` Ard Biesheuvel
0 siblings, 0 replies; 4+ messages in thread
From: Ard Biesheuvel @ 2025-08-29 17:02 UTC (permalink / raw)
To: Richard Lyu; +Cc: Geert Uytterhoeven, Gerd Hoffmann, linux-efi, linux-kernel
On Mon, 18 Aug 2025 at 08:52, Richard Lyu <richard.lyu@suse.com> wrote:
>
> On 2025/08/13 10:03, Gerd Hoffmann wrote:
> > On Tue, Aug 12, 2025 at 03:54:29PM +0200, Geert Uytterhoeven wrote:
> > > People not very intimate with EFI may not know the meaning of the OVMF
> > > acronym. Write it in full, to help users with making good decisions
> > > when configuring their kernels.
> > >
> > > Fixes: f393a761763c5427 ("efi: add ovmf debug log driver")
> > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> >
> > > + Recent versions of the Open Virtual Machine Firmware
> > > + (edk2-stable202508 + newer) can write their debug log to a memory
> > > + buffer. This driver exposes the log content via sysfs
> > > + (/sys/firmware/efi/ovmf_debug_log).
> >
> > Acked-by: Gerd Hoffmann <kraxel@redhat.com>
>
> Reviewed-by: Richard Lyu <richard.lyu@suse.com>
>
Thanks, I've queued this up now.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-08-29 17:02 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-12 13:54 [PATCH] efi: Explain OVMF acronym in OVMF_DEBUG_LOG help text Geert Uytterhoeven
2025-08-13 8:03 ` Gerd Hoffmann
2025-08-18 6:52 ` Richard Lyu
2025-08-29 17:02 ` Ard Biesheuvel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).