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
|
||||
|
||||
#include <glib-object.h>
|
||||
|
||||
#include "domain_conf.h"
|
||||
#include "qemu_capabilities.h"
|
||||
#include "qemu_conf.h"
|
||||
|
||||
int qemuValidateDomainDef(const virDomainDef *def,
|
||||
void *opaque,
|
||||
void *parseOpaque);
|
||||
int qemuValidateDomainDeviceDefDisk(const virDomainDiskDef *disk,
|
||||
const virDomainDef *def,
|
||||
virQEMUCaps *qemuCaps);
|
||||
int qemuValidateDomainDeviceDef(const virDomainDeviceDef *dev,
|
||||
int
|
||||
qemuValidateDomainDef(const virDomainDef *def,
|
||||
void *opaque,
|
||||
void *parseOpaque);
|
||||
|
||||
int
|
||||
qemuValidateDomainDeviceDefDisk(const virDomainDiskDef *disk,
|
||||
const virDomainDef *def,
|
||||
void *opaque,
|
||||
void *parseOpaque);
|
||||
virQEMUCaps *qemuCaps);
|
||||
|
||||
int
|
||||
qemuValidateDomainDeviceDef(const virDomainDeviceDef *dev,
|
||||
const virDomainDef *def,
|
||||
void *opaque,
|
||||
void *parseOpaque);
|
||||
|
Loading…
x
Reference in New Issue
Block a user