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
