Re: [Qemu-devel] [PATCH v3 3/3] blkdebug: Add latency injection rule type

2019-02-13 Thread Markus Armbruster
Marc Olson via Qemu-devel writes: > On 2/13/19 7:48 AM, Max Reitz wrote: >> On 12.02.19 22:21, Marc Olson wrote: >>> On 1/11/19 7:00 AM, Max Reitz wrote: On 12.11.18 08:06, Marc Olson wrote: >> [...] >> > diff --git a/qapi/block-core.json b/qapi/block-core.json > index

Re: [Qemu-devel] [PATCH v3 3/3] blkdebug: Add latency injection rule type

2019-02-13 Thread Max Reitz
On 13.02.19 21:49, Marc Olson wrote: > On 2/13/19 7:48 AM, Max Reitz wrote: >> On 12.02.19 22:21, Marc Olson wrote: >>> On 1/11/19 7:00 AM, Max Reitz wrote: On 12.11.18 08:06, Marc Olson wrote: >> [...] >> > diff --git a/qapi/block-core.json b/qapi/block-core.json > index

Re: [Qemu-devel] [PATCH v3 3/3] blkdebug: Add latency injection rule type

2019-02-13 Thread Marc Olson via Qemu-devel
On 2/13/19 7:48 AM, Max Reitz wrote: On 12.02.19 22:21, Marc Olson wrote: On 1/11/19 7:00 AM, Max Reitz wrote: On 12.11.18 08:06, Marc Olson wrote: [...] diff --git a/qapi/block-core.json b/qapi/block-core.json index d4fe710..72f7861 100644 --- a/qapi/block-core.json +++

Re: [Qemu-devel] [PATCH v3 3/3] blkdebug: Add latency injection rule type

2019-02-13 Thread Max Reitz
On 12.02.19 22:21, Marc Olson wrote: > On 1/11/19 7:00 AM, Max Reitz wrote: >> On 12.11.18 08:06, Marc Olson wrote: [...] >>> diff --git a/qapi/block-core.json b/qapi/block-core.json >>> index d4fe710..72f7861 100644 >>> --- a/qapi/block-core.json >>> +++ b/qapi/block-core.json >>> @@ -3057,6

Re: [Qemu-devel] [PATCH v3 3/3] blkdebug: Add latency injection rule type

2019-02-12 Thread Marc Olson via Qemu-devel
On 1/11/19 7:00 AM, Max Reitz wrote: On 12.11.18 08:06, Marc Olson wrote: Add a new rule type for blkdebug that instead of returning an error, can inject latency to an IO. Signed-off-by: Marc Olson --- block/blkdebug.c | 79 +++---

Re: [Qemu-devel] [PATCH v3 3/3] blkdebug: Add latency injection rule type

2019-01-11 Thread Max Reitz
On 12.11.18 08:06, Marc Olson wrote: > Add a new rule type for blkdebug that instead of returning an error, can > inject latency to an IO. > > Signed-off-by: Marc Olson > --- > block/blkdebug.c | 79 > +++--- > docs/devel/blkdebug.txt| 35

Re: [Qemu-devel] [PATCH v3 3/3] blkdebug: Add latency injection rule type

2018-11-13 Thread John Snow
On 11/12/18 2:06 AM, Marc Olson via Qemu-devel wrote: > Add a new rule type for blkdebug that instead of returning an error, can > inject latency to an IO. > > Signed-off-by: Marc Olson > --- > block/blkdebug.c | 79 > +++--- >

[Qemu-devel] [PATCH v3 3/3] blkdebug: Add latency injection rule type

2018-11-11 Thread Marc Olson via Qemu-devel
Add a new rule type for blkdebug that instead of returning an error, can inject latency to an IO. Signed-off-by: Marc Olson --- block/blkdebug.c | 79 +++--- docs/devel/blkdebug.txt| 35 ++-- qapi/block-core.json | 31