xenconfig: move contents to libxl driver and remove directory

After the legacy xen driver was removed the libxl driver became
the only consumer of xenconfig. Move the few files in xenconfig
to the libxl driver and remove the directory.

Signed-off-by: Jim Fehlig <jfehlig@suse.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Jim Fehlig
2019-08-23 12:34:46 -06:00
parent 02697fdbd1
commit ecc4d75d01
17 changed files with 13 additions and 68 deletions

View File

@@ -27,7 +27,7 @@
#include "internal.h"
#include "datatypes.h"
#include "xenconfig/xen_xl.h"
#include "libxl/xen_xl.h"
#include "viralloc.h"
#include "virstring.h"
#include "testutils.h"