smbios: Move table build tools into an include file.
authorCorey Minyard <cminyard@mvista.com>
Fri, 10 Jun 2016 09:15:40 +0000 (04:15 -0500)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 24 Jun 2016 02:13:57 +0000 (05:13 +0300)
commit0517cc9863bd4753be56d47da1a568538069e19f
tree2f39c572f8af1f700511fe22f725a4381b198fbf
parentc7288767523f6510cf557707d3eb5e78e519b90d
smbios: Move table build tools into an include file.

This will let things in other files (like IPMI) build SMBIOS tables.

Signed-off-by: Corey Minyard <cminyard@mvista.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/smbios/smbios.c
hw/smbios/smbios_build.h [new file with mode: 0644]