mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-26 14:03:49 +03:00
mock:qemuDomainGetUnplugTimeout: Remove unused attribute for '@vm'
'@vm' is used to use a different timeout for ppc64 guests. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
2ab8dba58c
commit
f1ac096ea6
@ -39,7 +39,7 @@ init_syms(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
unsigned long long
|
unsigned long long
|
||||||
qemuDomainGetUnplugTimeout(virDomainObjPtr vm G_GNUC_UNUSED)
|
qemuDomainGetUnplugTimeout(virDomainObjPtr vm)
|
||||||
{
|
{
|
||||||
/* Wait only 100ms for DEVICE_DELETED event. Give a greater
|
/* Wait only 100ms for DEVICE_DELETED event. Give a greater
|
||||||
* timeout in case of PSeries guest to be consistent with the
|
* timeout in case of PSeries guest to be consistent with the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user