Re: [Qemu-devel] [PATCH v3 4/7] blkdebug: Add "none" event

2019-04-16 Thread Vladimir Sementsov-Ogievskiy
13.04.2019 19:53, Max Reitz wrote: > Together with @iotypes and @sector, this can be used to trap e.g. the > first read or write access to a certain sector without having to know > what happens internally in the block layer, i.e. which "real" events > happen right before such an access. > > Signed

[Qemu-devel] [PATCH v3 4/7] blkdebug: Add "none" event

2019-04-13 Thread Max Reitz
Together with @iotypes and @sector, this can be used to trap e.g. the first read or write access to a certain sector without having to know what happens internally in the block layer, i.e. which "real" events happen right before such an access. Signed-off-by: Max Reitz --- qapi/block-core.json |