Re: [Qemu-devel] [PATCH for-next 4/6] blkdebug: Add "none" event

2019-02-13 Thread Eric Blake
On 12/3/18 11:52 AM, 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. > > Sig

[Qemu-devel] [PATCH for-next 4/6] blkdebug: Add "none" event

2018-12-03 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 |