mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-02 19:31:18 +00:00
a07d178447
Export a bunch of missing symbols and link the remote driver to gnulib.
22 lines
376 B
Plaintext
22 lines
376 B
Plaintext
#
|
|
# These symbols are dependent upon --with-xen via WITH_XEN or --with-libxl via WITH_LIBXL.
|
|
#
|
|
|
|
# xen_sxpr.h
|
|
xenFormatSxpr;
|
|
xenFormatSxprChr;
|
|
xenFormatSxprDisk;
|
|
xenFormatSxprNet;
|
|
xenFormatSxprOnePCI;
|
|
xenFormatSxprSound;
|
|
xenGetDomIdFromSxpr;
|
|
xenGetDomIdFromSxprString;
|
|
xenParseSxpr;
|
|
xenParseSxprChar;
|
|
xenParseSxprSound;
|
|
xenParseSxprString;
|
|
|
|
# xen_xm.h
|
|
xenFormatXM;
|
|
xenParseXM;
|