Re: [PATCH v2 1/4] jobs: drop qmp_ trace points

2022-01-12 Thread Stefan Hajnoczi
On Tue, Jan 11, 2022 at 06:44:58PM -0500, John Snow wrote: > On Mon, Jan 10, 2022 at 11:06 AM Stefan Hajnoczi wrote: > > > > On Thu, Dec 23, 2021 at 12:07:53PM +0100, Vladimir Sementsov-Ogievskiy > > wrote: > > > diff --git a/block/trace-events b/block/trace-events > > > index 549090d453..5be3e39

Re: [PATCH v2 1/4] jobs: drop qmp_ trace points

2022-01-11 Thread John Snow
On Mon, Jan 10, 2022 at 11:06 AM Stefan Hajnoczi wrote: > > On Thu, Dec 23, 2021 at 12:07:53PM +0100, Vladimir Sementsov-Ogievskiy wrote: > > diff --git a/block/trace-events b/block/trace-events > > index 549090d453..5be3e3913b 100644 > > --- a/block/trace-events > > +++ b/block/trace-events > > @

Re: [PATCH v2 1/4] jobs: drop qmp_ trace points

2022-01-10 Thread Stefan Hajnoczi
On Thu, Dec 23, 2021 at 12:07:53PM +0100, Vladimir Sementsov-Ogievskiy wrote: > diff --git a/block/trace-events b/block/trace-events > index 549090d453..5be3e3913b 100644 > --- a/block/trace-events > +++ b/block/trace-events > @@ -49,15 +49,6 @@ block_copy_read_fail(void *bcs, int64_t start, int re

[PATCH v2 1/4] jobs: drop qmp_ trace points

2021-12-23 Thread Vladimir Sementsov-Ogievskiy
We are going to implement automatic trace points for qmp commands. These several trace points are in conflict with upcoming ones. So, drop them now. Signed-off-by: Vladimir Sementsov-Ogievskiy --- blockdev.c | 8 job-qmp.c | 6 -- block/trace-events | 9 - t