qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/3] hw/uefi: add support for receiving the firmware log via monitor.
@ 2025-10-17 11:50 Gerd Hoffmann
  2025-10-17 11:50 ` [PATCH v6 1/3] hw/uefi: add query-firmware-log monitor command Gerd Hoffmann
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Gerd Hoffmann @ 2025-10-17 11:50 UTC (permalink / raw)
  To: qemu-devel
  Cc: Eric Blake, Marcel Apfelbaum, Eduardo Habkost, Zhao Liu,
	Laurent Vivier, Philippe Mathieu-Daudé, Gerd Hoffmann,
	Paolo Bonzini, Fabiano Rosas, Dr. David Alan Gilbert, Yanan Wang,
	Markus Armbruster

v6:
 - improve error messages.
 - move one hmp chunk to correct patch.
v5:
 - address review comments.
 - split hmp command to separate patch.

Gerd Hoffmann (3):
  hw/uefi: add query-firmware-log monitor command
  hw/uefi: add 'info firmware-log' hmp monitor command.
  hw/uefi/ovmf-log: add maxsize parameter

 include/monitor/hmp.h      |   1 +
 hw/uefi/ovmf-log.c         | 286 +++++++++++++++++++++++++++++++++++++
 tests/qtest/qmp-cmd-test.c |   2 +
 hmp-commands-info.hx       |  13 ++
 hw/uefi/meson.build        |   2 +-
 qapi/machine.json          |  29 ++++
 6 files changed, 332 insertions(+), 1 deletion(-)
 create mode 100644 hw/uefi/ovmf-log.c

-- 
2.51.0



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-10-22  5:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-17 11:50 [PATCH v6 0/3] hw/uefi: add support for receiving the firmware log via monitor Gerd Hoffmann
2025-10-17 11:50 ` [PATCH v6 1/3] hw/uefi: add query-firmware-log monitor command Gerd Hoffmann
2025-10-22  5:55   ` Markus Armbruster
2025-10-17 11:50 ` [PATCH v6 2/3] hw/uefi: add 'info firmware-log' hmp " Gerd Hoffmann
2025-10-17 11:50 ` [PATCH v6 3/3] hw/uefi/ovmf-log: add maxsize parameter Gerd Hoffmann
2025-10-22  5:57   ` Markus Armbruster

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).