On Thu, May 08, 2025 at 03:35:26PM +0200, Philippe Mathieu-Daudé wrote: > Date: Thu, 8 May 2025 15:35:26 +0200 > From: Philippe Mathieu-Daudé <phi...@linaro.org> > Subject: [PATCH v4 03/27] hw/nvram/fw_cfg: Rename fw_cfg_init_mem() with > '_nodma' suffix > X-Mailer: git-send-email 2.47.1 > > Rename fw_cfg_init_mem() as fw_cfg_init_mem_nodma() > to distinct with the DMA version (currently named > fw_cfg_init_mem_wide). > > Suggested-by: Zhao Liu <zhao1....@intel.com> > Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> > --- > include/hw/nvram/fw_cfg.h | 3 ++- > hw/hppa/machine.c | 2 +- > hw/nvram/fw_cfg.c | 7 +++---- > 3 files changed, 6 insertions(+), 6 deletions(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>