mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
qapi: move to QOM path for x-block-latency-histogram-set
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
0e3b891fef
commit
af0a226504
2 changed files with 8 additions and 8 deletions
|
@ -550,7 +550,7 @@
|
|||
# If only @device parameter is specified, remove all present latency histograms
|
||||
# for the device. Otherwise, add/reset some of (or all) latency histograms.
|
||||
#
|
||||
# @device: device name to set latency histogram for.
|
||||
# @id: The name or QOM path of the guest device.
|
||||
#
|
||||
# @boundaries: list of interval boundary values (see description in
|
||||
# BlockLatencyHistogramInfo definition). If specified, all
|
||||
|
@ -608,7 +608,7 @@
|
|||
# <- { "return": {} }
|
||||
##
|
||||
{ 'command': 'x-block-latency-histogram-set',
|
||||
'data': {'device': 'str',
|
||||
'data': {'id': 'str',
|
||||
'*boundaries': ['uint64'],
|
||||
'*boundaries-read': ['uint64'],
|
||||
'*boundaries-write': ['uint64'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue