Re: [Qemu-block] [PATCH 1/3] block: Add node name to BLOCK_IO_ERROR event

2016-10-05 Thread Max Reitz
On 05.10.2016 11:26, Kevin Wolf wrote: > The event currently only contains the BlockBackend name. However, with > anonymous BlockBackends, this is always the empty string. Add the node > name so that the user can still see which block device caused the event. > > Signed-off-by: Kevin Wolf

[Qemu-block] [PATCH 1/3] block: Add node name to BLOCK_IO_ERROR event

2016-10-05 Thread Kevin Wolf
The event currently only contains the BlockBackend name. However, with anonymous BlockBackends, this is always the empty string. Add the node name so that the user can still see which block device caused the event. Signed-off-by: Kevin Wolf --- block/block-backend.c | 5 +++--