mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
xen: rename xenxs to xenconfig
src/xenxs contains parsing/formating functions for the various xen config formats, and is better named src/xenconfig. Signed-off-by: Jim Fehlig <jfehlig@suse.com>
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#include "datatypes.h"
|
||||
#include "xen/xen_driver.h"
|
||||
#include "xen/xend_internal.h"
|
||||
#include "xenxs/xen_sxpr.h"
|
||||
#include "xenconfig/xen_sxpr.h"
|
||||
#include "testutils.h"
|
||||
#include "testutilsxen.h"
|
||||
#include "virstring.h"
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
#include "datatypes.h"
|
||||
#include "xen/xen_driver.h"
|
||||
#include "xen/xm_internal.h"
|
||||
#include "xenxs/xen_xm.h"
|
||||
#include "xenconfig/xen_xm.h"
|
||||
#include "testutils.h"
|
||||
#include "testutilsxen.h"
|
||||
#include "viralloc.h"
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "internal.h"
|
||||
#include "xen/xend_internal.h"
|
||||
#include "xen/xen_driver.h"
|
||||
#include "xenxs/xen_sxpr.h"
|
||||
#include "xenconfig/xen_sxpr.h"
|
||||
#include "testutils.h"
|
||||
#include "testutilsxen.h"
|
||||
#include "virstring.h"
|
||||
|
||||
Reference in New Issue
Block a user