summary refs log tree commit diff stats
path: root/include
diff options
context:
space:
mode:
authorGabriel L. Somlo <gsomlo@gmail.com>2014-04-23 09:42:38 -0400
committerGerd Hoffmann <kraxel@redhat.com>2014-05-05 12:29:39 +0200
commite6667f719caa7b5edcb491f61a7744f6a6affd27 (patch)
treeebcf58e2ab72be1c702afe47166316878ddad60e /include
parent7bf8ef196e80bedec3c48017e3105e46548e7a7b (diff)
downloadfocaccia-qemu-e6667f719caa7b5edcb491f61a7744f6a6affd27.tar.gz
focaccia-qemu-e6667f719caa7b5edcb491f61a7744f6a6affd27.zip
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>
Diffstat (limited to 'include')
-rw-r--r--include/hw/i386/smbios.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/hw/i386/smbios.h b/include/hw/i386/smbios.h
index 18fb970643..f808199696 100644
--- a/include/hw/i386/smbios.h
+++ b/include/hw/i386/smbios.h
@@ -16,9 +16,9 @@
 #include "qemu/option.h"
 
 void smbios_entry_add(QemuOpts *opts);
-void smbios_set_type1_defaults(const char *manufacturer,
-                               const char *product, const char *version);
-uint8_t *smbios_get_table(size_t *length);
+void smbios_set_defaults(const char *manufacturer, const char *product,
+                         const char *version);
+uint8_t *smbios_get_table_legacy(size_t *length);
 
 /*
  * SMBIOS spec defined tables