libvirt/src/libvirt_xenconfig.syms
Peter Krempa 5998b3c526 xen: Move xenParseSxprVifRate to xen_common
It's the only place where it's used.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
2019-07-09 10:27:20 +02:00

18 lines
329 B
Plaintext

#
# These symbols are dependent upon --with-xen via WITH_XEN or --with-libxl via WITH_LIBXL.
#
# xenconfig/xen_sxpr.h
xenGetDomIdFromSxpr;
xenGetDomIdFromSxprString;
xenParseSxprChar;
# xenconfig/xen_xm.h
xenFormatXM;
xenParseXM;
# Let emacs know we want case-insensitive sorting
# Local Variables:
# sort-fold-case: t
# End: