mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
XML parsing/formating code for CPU flags
* include/libvirt/virterror.h src/util/virterror.c: add new domain VIR_FROM_CPU for errors * src/conf/cpu_conf.c src/conf/cpu_conf.h: new parsing module * src/Makefile.am proxy/Makefile.am: include new files * src/conf/capabilities.[ch] src/conf/domain_conf.[ch]: reference new code * src/libvirt_private.syms: private export of new entry points
This commit is contained in:
committed by
Daniel Veillard
parent
6df8b363f7
commit
6695818c03
@@ -25,6 +25,7 @@ libvirt_proxy_SOURCES = libvirt_proxy.c \
|
||||
@top_srcdir@/src/conf/capabilities.c \
|
||||
@top_srcdir@/src/conf/storage_encryption_conf.c \
|
||||
@top_srcdir@/src/conf/domain_conf.c \
|
||||
@top_srcdir@/src/conf/cpu_conf.c \
|
||||
@top_srcdir@/src/xen/xend_internal.c \
|
||||
@top_srcdir@/src/xen/xen_hypervisor.c \
|
||||
@top_srcdir@/src/xen/sexpr.c \
|
||||
|
||||
Reference in New Issue
Block a user