[Qemu-devel] [PATCH v2 0/2] improve block-latency-histogram-set

Vladimir Sementsov-Ogievskiy posted 2 patches 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181012131509.16370-1-vsementsov@virtuozzo.com
Test docker-clang@ubuntu passed
Test checkpatch passed
Test asan passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
There is a newer version of this series
qapi/block-core.json | 24 ++++++++++++------------
block/qapi.c         | 12 ++++++------
blockdev.c           | 18 +++++++++++++-----
3 files changed, 31 insertions(+), 23 deletions(-)
[Qemu-devel] [PATCH v2 0/2] improve block-latency-histogram-set
Posted by Vladimir Sementsov-Ogievskiy 7 years ago
Support QOM path for block-latency-histogram-set and drop x- prefix.

Libvirt discussion (not yet updated for using id instead of device):
https://www.redhat.com/archives/libvir-list/2018-September/msg00011.html

v2: id,device -> id (with fall back to device name)
    fix versions and all remaining x_ prefixes

Vladimir Sementsov-Ogievskiy (2):
  qapi: move to QOM path for x-block-latency-histogram-set
  qapi: drop x- from x-block-latency-histogram-set

 qapi/block-core.json | 24 ++++++++++++------------
 block/qapi.c         | 12 ++++++------
 blockdev.c           | 18 +++++++++++++-----
 3 files changed, 31 insertions(+), 23 deletions(-)

-- 
2.18.0


Re: [Qemu-devel] [PATCH v2 0/2] improve block-latency-histogram-set
Posted by Vladimir Sementsov-Ogievskiy 6 years, 10 months ago
ping

12.10.2018 16:15, Vladimir Sementsov-Ogievskiy wrote:
> Support QOM path for block-latency-histogram-set and drop x- prefix.
> 
> Libvirt discussion (not yet updated for using id instead of device):
> https://www.redhat.com/archives/libvir-list/2018-September/msg00011.html
> 
> v2: id,device -> id (with fall back to device name)
>      fix versions and all remaining x_ prefixes
> 
> Vladimir Sementsov-Ogievskiy (2):
>    qapi: move to QOM path for x-block-latency-histogram-set
>    qapi: drop x- from x-block-latency-histogram-set
> 
>   qapi/block-core.json | 24 ++++++++++++------------
>   block/qapi.c         | 12 ++++++------
>   blockdev.c           | 18 +++++++++++++-----
>   3 files changed, 31 insertions(+), 23 deletions(-)
> 


-- 
Best regards,
Vladimir
Re: [Qemu-devel] [PATCH v2 0/2] improve block-latency-histogram-set
Posted by Vladimir Sementsov-Ogievskiy 6 years, 10 months ago
21.12.2018 19:31, Vladimir Sementsov-Ogievskiy wrote:
> ping

oops, should s/3.1/4.0

> 
> 12.10.2018 16:15, Vladimir Sementsov-Ogievskiy wrote:
>> Support QOM path for block-latency-histogram-set and drop x- prefix.
>>
>> Libvirt discussion (not yet updated for using id instead of device):
>> https://www.redhat.com/archives/libvir-list/2018-September/msg00011.html
>>
>> v2: id,device -> id (with fall back to device name)
>>      fix versions and all remaining x_ prefixes
>>
>> Vladimir Sementsov-Ogievskiy (2):
>>    qapi: move to QOM path for x-block-latency-histogram-set
>>    qapi: drop x- from x-block-latency-histogram-set
>>
>>   qapi/block-core.json | 24 ++++++++++++------------
>>   block/qapi.c         | 12 ++++++------
>>   blockdev.c           | 18 +++++++++++++-----
>>   3 files changed, 31 insertions(+), 23 deletions(-)
>>
> 
> 


-- 
Best regards,
Vladimir