[PULL 0/3] Uefi 20251022 patches

Gerd Hoffmann posted 3 patches 3 weeks, 2 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251022110027.441780-1-kraxel@redhat.com
Maintainers: "Dr. David Alan Gilbert" <dave@treblig.org>, Gerd Hoffmann <kraxel@redhat.com>, Eduardo Habkost <eduardo@habkost.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Yanan Wang <wangyanan55@huawei.com>, Zhao Liu <zhao1.liu@intel.com>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>, Fabiano Rosas <farosas@suse.de>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
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
[PULL 0/3] Uefi 20251022 patches
Posted by Gerd Hoffmann 3 weeks, 2 days ago
The following changes since commit 3c0b42c68f98fb276fa248012642be8cbf2cab70:

  Merge tag 'pull-request-2025-10-21' of https://gitlab.com/thuth/qemu into staging (2025-10-21 08:59:35 -0500)

are available in the Git repository at:

  https://gitlab.com/kraxel/qemu.git tags/uefi-20251022-pull-request

for you to fetch changes up to c6c6d854447a7821288e01857d0f7fb28b82cf44:

  hw/uefi/ovmf-log: add maxsize parameter (2025-10-22 11:32:07 +0200)

----------------------------------------------------------------
uefi: add firmware log monitor commands

----------------------------------------------------------------

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
Re: [PULL 0/3] Uefi 20251022 patches
Posted by Richard Henderson 3 weeks, 2 days ago
On 10/22/25 06:00, Gerd Hoffmann wrote:
> The following changes since commit 3c0b42c68f98fb276fa248012642be8cbf2cab70:
> 
>    Merge tag 'pull-request-2025-10-21' ofhttps://gitlab.com/thuth/qemu into staging (2025-10-21 08:59:35 -0500)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/kraxel/qemu.git tags/uefi-20251022-pull-request
> 
> for you to fetch changes up to c6c6d854447a7821288e01857d0f7fb28b82cf44:
> 
>    hw/uefi/ovmf-log: add maxsize parameter (2025-10-22 11:32:07 +0200)
> 
> ----------------------------------------------------------------
> uefi: add firmware log monitor commands

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/10.2 as appropriate.

r~