]> Git Repo - qemu.git/commit
fw_cfg: Make qemu_extra_params_fw locally
authorLi Qiang <[email protected]>
Wed, 21 Nov 2018 05:10:26 +0000 (21:10 -0800)
committerPhilippe Mathieu-Daudé <[email protected]>
Fri, 4 Jan 2019 14:30:52 +0000 (15:30 +0100)
commit19bcc4bc3213e78c303ad480a7a578f62258252d
tree6fe351bfb78c2c94e3f53e42a1272db78d23c4c6
parentee5d0f89de3e53cdb0dcf51acc1502b310ed3bd2
fw_cfg: Make qemu_extra_params_fw locally

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 <[email protected]>
Reviewed-by: Markus Armbruster <[email protected]>
Reviewed-by: Gerd Hoffmann <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Message-Id: <1542777026[email protected]>
[PMD: Removed qemu_extra_params_fw declaration in vl.c]
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
hw/nvram/fw_cfg.c
include/sysemu/sysemu.h
vl.c
This page took 0.021637 seconds and 4 git commands to generate.