hw/i386/pc: Rename pc_build_smbios() as generic fw_cfg_build_smbios()
commite0e949d7d86b4498cf7e1c8dad15d0c055c60697
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Sun, 18 Aug 2019 22:54:10 +0000 (19 00:54 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 16 Sep 2019 15:13:08 +0000 (16 17:13 +0200)
tree78157a207137d93d4a7825cba5fc87cb8a133f69
parentf16f6f05a0c5a59c27a9427b38f615b39bc89f8a
hw/i386/pc: Rename pc_build_smbios() as generic fw_cfg_build_smbios()

Now that the pc_build_smbios() 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-12-philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/i386/pc.c