mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Rename xml.{c,h} to virxml.{c,h}
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
#include "viralloc.h"
|
||||
#include "virmacaddr.h"
|
||||
#include "virsh-domain.h"
|
||||
#include "xml.h"
|
||||
#include "virxml.h"
|
||||
|
||||
static const char *
|
||||
vshDomainIOErrorToString(int error)
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
#include "virsh-domain-monitor.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "virtypedparam.h"
|
||||
#include "xml.h"
|
||||
#include "virxml.h"
|
||||
|
||||
/* Gnulib doesn't guarantee SA_SIGINFO support. */
|
||||
#ifndef SA_SIGINFO
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
#include "viralloc.h"
|
||||
#include "virutil.h"
|
||||
#include "virsh-domain.h"
|
||||
#include "xml.h"
|
||||
#include "virxml.h"
|
||||
#include "virtypedparam.h"
|
||||
#include "virjson.h"
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
#include "virbuffer.h"
|
||||
#include "viralloc.h"
|
||||
#include "virutil.h"
|
||||
#include "xml.h"
|
||||
#include "virxml.h"
|
||||
|
||||
virInterfacePtr
|
||||
vshCommandOptInterfaceBy(vshControl *ctl, const vshCmd *cmd,
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
#include "virbuffer.h"
|
||||
#include "viralloc.h"
|
||||
#include "virutil.h"
|
||||
#include "xml.h"
|
||||
#include "virxml.h"
|
||||
#include "conf/network_conf.h"
|
||||
|
||||
virNetworkPtr
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
#include "virbuffer.h"
|
||||
#include "viralloc.h"
|
||||
#include "virutil.h"
|
||||
#include "xml.h"
|
||||
#include "virxml.h"
|
||||
#include "conf/node_device_conf.h"
|
||||
|
||||
/*
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
#include "virbuffer.h"
|
||||
#include "viralloc.h"
|
||||
#include "virutil.h"
|
||||
#include "xml.h"
|
||||
#include "virxml.h"
|
||||
|
||||
virNWFilterPtr
|
||||
vshCommandOptNWFilterBy(vshControl *ctl, const vshCmd *cmd,
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
#include "virbuffer.h"
|
||||
#include "viralloc.h"
|
||||
#include "virutil.h"
|
||||
#include "xml.h"
|
||||
#include "virxml.h"
|
||||
#include "conf/storage_conf.h"
|
||||
|
||||
virStoragePoolPtr
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
#include "virbuffer.h"
|
||||
#include "viralloc.h"
|
||||
#include "virutil.h"
|
||||
#include "xml.h"
|
||||
#include "virxml.h"
|
||||
|
||||
static virSecretPtr
|
||||
vshCommandOptSecret(vshControl *ctl, const vshCmd *cmd, const char **name)
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
#include "viralloc.h"
|
||||
#include "virutil.h"
|
||||
#include "virsh-domain.h"
|
||||
#include "xml.h"
|
||||
#include "virxml.h"
|
||||
#include "conf/snapshot_conf.h"
|
||||
|
||||
/* Helper for snapshot-create and snapshot-create-as */
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
#include "virutil.h"
|
||||
#include "virfile.h"
|
||||
#include "virsh-pool.h"
|
||||
#include "xml.h"
|
||||
#include "virxml.h"
|
||||
|
||||
virStorageVolPtr
|
||||
vshCommandOptVolBy(vshControl *ctl, const vshCmd *cmd,
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
#include "console.h"
|
||||
#include "virutil.h"
|
||||
#include "viralloc.h"
|
||||
#include "xml.h"
|
||||
#include "virxml.h"
|
||||
#include "libvirt/libvirt-qemu.h"
|
||||
#include "virfile.h"
|
||||
#include "configmake.h"
|
||||
|
||||
Reference in New Issue
Block a user