From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58488) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gVJYB-0005Jb-2h for qemu-devel@nongnu.org; Fri, 07 Dec 2018 12:04:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gVJYA-0004y6-Bj for qemu-devel@nongnu.org; Fri, 07 Dec 2018 12:04:27 -0500 From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Date: Fri, 7 Dec 2018 18:03:54 +0100 Message-Id: <20181207170400.5129-1-philmd@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 0/6] fw_cfg: add HMP 'info fw_cfg' and add_file_from_host() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S . Tsirkin" , Laszlo Ersek , "Dr . David Alan Gilbert" , Peter Maydell Cc: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , qemu-devel@nongnu.org, qemu-arm@nongnu.org, Igor Mammedov , Eduardo Habkost 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 o= f fw_cfg entries registered, - patch 6 add fw_cfg_add_file_from_host(), a helper to map a file from th= e host (using g_file_get_contents). This will be used by later UEFI series. Philippe Mathieu-Daud=C3=A9 (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(-) --=20 2.17.2