mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
pr-manager: add query-pr-managers QMP command
This command lets you query the connection status of each pr-manager-helper object. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
58b3017f7f
commit
5f64089416
5 changed files with 94 additions and 0 deletions
|
@ -22,3 +22,9 @@ PRManager *pr_manager_lookup(const char *id, Error **errp)
|
|||
error_setg(errp, "No persistent reservation manager with id '%s'", id);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
PRManagerInfoList *qmp_query_pr_managers(Error **errp)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue