mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-31 18:15:25 +00:00
qemu: Make qemuGetMemoryBackingDomainPath static
After previous patches it is not used (and should not be used) outside of qemu_domain.c. Signed-off-by: Martin Kletzander <mkletzan@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
ff49d2a8c2
commit
d599fc3d57
@ -1735,7 +1735,7 @@ qemuDomainSecretPrepare(virQEMUDriver *driver,
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
int
|
static int
|
||||||
qemuGetMemoryBackingDomainPath(qemuDomainObjPrivate *priv,
|
qemuGetMemoryBackingDomainPath(qemuDomainObjPrivate *priv,
|
||||||
const virDomainDef *def,
|
const virDomainDef *def,
|
||||||
char **path)
|
char **path)
|
||||||
|
@ -939,10 +939,6 @@ void qemuDomainCleanupStorageSourceFD(virStorageSource *src);
|
|||||||
void qemuDomainStartupCleanup(virDomainObj *vm);
|
void qemuDomainStartupCleanup(virDomainObj *vm);
|
||||||
|
|
||||||
|
|
||||||
int qemuGetMemoryBackingDomainPath(qemuDomainObjPrivate *priv,
|
|
||||||
const virDomainDef *def,
|
|
||||||
char **path);
|
|
||||||
|
|
||||||
int qemuGetMemoryBackingPath(qemuDomainObjPrivate *priv,
|
int qemuGetMemoryBackingPath(qemuDomainObjPrivate *priv,
|
||||||
const char *alias,
|
const char *alias,
|
||||||
char **memPath);
|
char **memPath);
|
||||||
|
Loading…
Reference in New Issue
Block a user