Hi Li,
On 11/21/18 6:10 AM, Li Qiang wrote:
> qemu_extra_params_fw[] has external linkage, but is used
> only in fw_cfg_bootsplash(), it makes sense to make it
> locally.
>
> Signed-off-by: Li Qiang
> Reviewed-by: Markus Armbruster
> ---
> hw/nvram/fw_cfg.c | 1 +
> include/sysemu/sysemu
qemu_extra_params_fw[] has external linkage, but is used
only in fw_cfg_bootsplash(), it makes sense to make it
locally.
Signed-off-by: Li Qiang
Reviewed-by: Markus Armbruster
---
hw/nvram/fw_cfg.c | 1 +
include/sysemu/sysemu.h | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
diff