]> git.ipfire.org Git - thirdparty/libvirt.git/commit
sysinfo: expose new API
authorEric Blake <eblake@redhat.com>
Mon, 7 Feb 2011 19:52:29 +0000 (12:52 -0700)
committerEric Blake <eblake@redhat.com>
Wed, 9 Feb 2011 02:21:26 +0000 (19:21 -0700)
commit353b760953cd5059dd25bce3b9cc7258a133fbe3
tree774d195a98ca7b766b39bf46d97e4df438881e9b
parentcace96080e82e0a2bd5765062cee74d7bd5c4373
sysinfo: expose new API

The new virConnectGetSysinfo() API allows one to get the system
information associated to a connection host, providing the same
data as a guest that uses <os><smbios mode='host'/></os>, and in
a format that can be pasted into the guest and edited when using
<os><smbios mode='sysinfo'/></os>.

* include/libvirt/libvirt.h.in (virConnectGetSysinfo): Declare.
* src/libvirt_public.syms: Export new symbol.
include/libvirt/libvirt.h.in
src/libvirt_public.syms