]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Moved SEXPR parsing functions to xenxs
authorMarkus Groß <gross@univention.de>
Mon, 21 Feb 2011 13:40:08 +0000 (14:40 +0100)
committerEric Blake <eblake@redhat.com>
Mon, 21 Feb 2011 17:53:53 +0000 (10:53 -0700)
commit07129039cc2018bd0a1897dc8582ec8cfa6330ac
tree69c081e2d9856884cc268521bc7cea2ab1b82794
parentc71328b9aa953cb7121c44fcb45825ba4fb0e957
Moved SEXPR parsing functions to xenxs
po/POTFILES.in
src/Makefile.am
src/xen/xen_driver.c
src/xen/xend_internal.c
src/xen/xend_internal.h
src/xen/xm_internal.c
src/xenxs/xen_sxpr.c [new file with mode: 0644]
src/xenxs/xen_sxpr.h [new file with mode: 0644]
src/xenxs/xenxs_private.h [new file with mode: 0644]
tests/sexpr2xmltest.c