OSDN Git Service

hw/i386/pc: Rename pc_build_feature_control() as generic fw_cfg_build_*
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Sun, 18 Aug 2019 22:54:13 +0000 (00:54 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 16 Sep 2019 15:13:09 +0000 (17:13 +0200)
commit367607f9132e97614e7da0e6a45576c51e9db68c
tree99b3f132b0549d14136a075fb19fe7b703d2a518
parent4e91c7f32e11ac532501d9fbd7c5de5d4a2e3e6b
hw/i386/pc: Rename pc_build_feature_control() as generic fw_cfg_build_*

Now that the pc_build_feature_control_file() function has been
refactored to not depend of PC specific types, rename it to a
more generic name.

Suggested-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190818225414.22590-15-philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/i386/pc.c