mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 23:25:48 +00: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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user