[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 0/6] fw_cfg: add HMP 'info fw_cfg' and add_file_from
From: |
Philippe Mathieu-Daudé |
Subject: |
[Qemu-devel] [PATCH 0/6] fw_cfg: add HMP 'info fw_cfg' and add_file_from_host() |
Date: |
Fri, 7 Dec 2018 18:03:54 +0100 |
Hi, various fw_cfg easy patches:
- First patches are trivial cleanups (and add trace events),
- patch 5 add a 'info fw_cfg' HMP command to display comprehensive list of
fw_cfg entries registered,
- patch 6 add fw_cfg_add_file_from_host(), a helper to map a file from the
host (using g_file_get_contents). This will be used by later UEFI series.
Philippe Mathieu-Daudé (6):
hw/arm/virt: Remove null-check in virt_build_smbios()
hw/arm: Remove unused include
hw/i386: Remove unused include
hw/nvram/fw_cfg: Add trace events
hw/nvram/fw_cfg: Add HMP 'info fw_cfg' command
hw/nvram/fw_cfg: Add fw_cfg_add_file_from_host()
hmp-commands-info.hx | 14 ++++
hw/acpi/piix4.c | 1 -
hw/arm/virt-acpi-build.c | 1 -
hw/arm/virt.c | 4 --
hw/i386/acpi-build.c | 1 -
hw/i386/pc.c | 1 -
hw/nvram/fw_cfg.c | 142 ++++++++++++++++++++++++++++++++++++++
hw/nvram/trace-events | 5 ++
include/hw/nvram/fw_cfg.h | 24 +++++++
9 files changed, 185 insertions(+), 8 deletions(-)
--
2.17.2
- [Qemu-devel] [PATCH 0/6] fw_cfg: add HMP 'info fw_cfg' and add_file_from_host(),
Philippe Mathieu-Daudé <=