OSDN Git Service

SMBIOS: Rename symbols to better reflect future use
authorGabriel L. Somlo <gsomlo@gmail.com>
Wed, 23 Apr 2014 13:42:38 +0000 (09:42 -0400)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 5 May 2014 10:29:39 +0000 (12:29 +0200)
commite6667f719caa7b5edcb491f61a7744f6a6affd27
treeebcf58e2ab72be1c702afe47166316878ddad60e
parent7bf8ef196e80bedec3c48017e3105e46548e7a7b
SMBIOS: Rename symbols to better reflect future use

Rename the following symbols:

  - smbios_set_type1_defaults() to the more general smbios_set_defaults();
  - bool smbios_type1_defaults to the more general smbios_defaults;
  - smbios_get_table() to smbios_get_table_legacy();

This patch contains no functional changes.

Signed-off-by: Gabriel Somlo <somlo@cmu.edu>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/i386/pc.c
hw/i386/pc_piix.c
hw/i386/pc_q35.c
hw/i386/smbios.c
include/hw/i386/smbios.h