mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
qemuDomain(Disk)ControllerIsBusy: Fix function header format
Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
9ce41c8896
commit
a6d5a5712f
@ -5312,7 +5312,8 @@ qemuDomainDetachPrepDisk(virDomainObjPtr vm,
|
||||
}
|
||||
|
||||
|
||||
static bool qemuDomainDiskControllerIsBusy(virDomainObjPtr vm,
|
||||
static bool
|
||||
qemuDomainDiskControllerIsBusy(virDomainObjPtr vm,
|
||||
virDomainControllerDefPtr detach)
|
||||
{
|
||||
size_t i;
|
||||
@ -5352,7 +5353,9 @@ static bool qemuDomainDiskControllerIsBusy(virDomainObjPtr vm,
|
||||
return false;
|
||||
}
|
||||
|
||||
static bool qemuDomainControllerIsBusy(virDomainObjPtr vm,
|
||||
|
||||
static bool
|
||||
qemuDomainControllerIsBusy(virDomainObjPtr vm,
|
||||
virDomainControllerDefPtr detach)
|
||||
{
|
||||
switch (detach->type) {
|
||||
@ -5372,6 +5375,7 @@ static bool qemuDomainControllerIsBusy(virDomainObjPtr vm,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
static int
|
||||
qemuDomainDetachPrepController(virDomainObjPtr vm,
|
||||
virDomainControllerDefPtr match,
|
||||
|
Loading…
Reference in New Issue
Block a user