]> git.ipfire.org Git - thirdparty/libvirt.git/commit
caps: Use an enum internally for ostype value
authorCole Robinson <crobinso@redhat.com>
Thu, 16 Apr 2015 23:18:32 +0000 (19:18 -0400)
committerCole Robinson <crobinso@redhat.com>
Mon, 20 Apr 2015 20:37:25 +0000 (16:37 -0400)
commit4231485c1ccd2e2f001ca97f35128f467e95041d
treedc2bc37b0200cb150b35e7b7e3bbed367caf82bc
parentf1a89a8b6d1a1097e41a171a13b1984b06e8ab3e
caps: Use an enum internally for ostype value

But the internal API stays the same, and we just convert the value as
needed. Not useful yet, but this is the beginning step of using an enum
for ostype throughout the code.
src/conf/capabilities.c
src/conf/capabilities.h
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libvirt_private.syms
src/xenconfig/xen_xl.c