mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-02 11:21:12 +00:00
6ea7b3e8d1
Automating a sorting check is the only way to ensure we don't regress. Suggested by Dan Berrange. * src/check-symsorting.pl (check_sorting): Add a parameter, validate that groups are in order, and that files exist. * src/Makefile.am (check-symsorting): Adjust caller. * src/libvirt_private.syms: Fix typo. * src/libvirt_linux.syms: Fix file name. * src/libvirt_vmx.syms: Likewise. * src/libvirt_xenxs.syms: Likewise. * src/libvirt_sasl.syms: Likewise. * src/libvirt_libssh2.syms: Likewise. * src/libvirt_esx.syms: Mention file name. * src/libvirt_openvz.syms: Likewise.
27 lines
485 B
Plaintext
27 lines
485 B
Plaintext
#
|
|
# These symbols are dependent upon --with-xen via WITH_XEN or --with-libxl via WITH_LIBXL.
|
|
#
|
|
|
|
# xenxs/xen_sxpr.h
|
|
xenFormatSxpr;
|
|
xenFormatSxprChr;
|
|
xenFormatSxprDisk;
|
|
xenFormatSxprNet;
|
|
xenFormatSxprOnePCI;
|
|
xenFormatSxprSound;
|
|
xenGetDomIdFromSxpr;
|
|
xenGetDomIdFromSxprString;
|
|
xenParseSxpr;
|
|
xenParseSxprChar;
|
|
xenParseSxprSound;
|
|
xenParseSxprString;
|
|
|
|
# xenxs/xen_xm.h
|
|
xenFormatXM;
|
|
xenParseXM;
|
|
|
|
# Let emacs know we want case-insensitive sorting
|
|
# Local Variables:
|
|
# sort-fold-case: t
|
|
# End:
|