mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 03:25:20 +00: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
|
||||
qemuDomainGetUnplugTimeout(virDomainObjPtr vm G_GNUC_UNUSED)
|
||||
qemuDomainGetUnplugTimeout(virDomainObjPtr vm)
|
||||
{
|
||||
/* Wait only 100ms for DEVICE_DELETED event. Give a greater
|
||||
* timeout in case of PSeries guest to be consistent with the
|
||||
|
Loading…
Reference in New Issue
Block a user