mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
qemu: validate: Reformat header and purge unused includes
Use the new style header formatting. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
effeee5c2f
commit
d28103b4c4
@ -20,19 +20,21 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <glib-object.h>
|
|
||||||
|
|
||||||
#include "domain_conf.h"
|
#include "domain_conf.h"
|
||||||
#include "qemu_capabilities.h"
|
#include "qemu_capabilities.h"
|
||||||
#include "qemu_conf.h"
|
|
||||||
|
|
||||||
int qemuValidateDomainDef(const virDomainDef *def,
|
int
|
||||||
|
qemuValidateDomainDef(const virDomainDef *def,
|
||||||
void *opaque,
|
void *opaque,
|
||||||
void *parseOpaque);
|
void *parseOpaque);
|
||||||
int qemuValidateDomainDeviceDefDisk(const virDomainDiskDef *disk,
|
|
||||||
|
int
|
||||||
|
qemuValidateDomainDeviceDefDisk(const virDomainDiskDef *disk,
|
||||||
const virDomainDef *def,
|
const virDomainDef *def,
|
||||||
virQEMUCaps *qemuCaps);
|
virQEMUCaps *qemuCaps);
|
||||||
int qemuValidateDomainDeviceDef(const virDomainDeviceDef *dev,
|
|
||||||
|
int
|
||||||
|
qemuValidateDomainDeviceDef(const virDomainDeviceDef *dev,
|
||||||
const virDomainDef *def,
|
const virDomainDef *def,
|
||||||
void *opaque,
|
void *opaque,
|
||||||
void *parseOpaque);
|
void *parseOpaque);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user