Re: [PATCH 05/10] virDomainSetBlockThreshold: Clarify values of @dev the event is fired for

2020-07-20 Thread Eric Blake
On 7/15/20 8:10 AM, Peter Krempa wrote: Top level image may get two events, one with the disk target (vda) and one with disk target with index (vda[3]) if the top level image has an index. Signed-off-by: Peter Krempa --- src/libvirt-domain.c | 4 1 file changed, 4 insertions(+) diff --

[PATCH 05/10] virDomainSetBlockThreshold: Clarify values of @dev the event is fired for

2020-07-15 Thread Peter Krempa
Top level image may get two events, one with the disk target (vda) and one with disk target with index (vda[3]) if the top level image has an index. Signed-off-by: Peter Krempa --- src/libvirt-domain.c | 4 1 file changed, 4 insertions(+) diff --git a/src/libvirt-domain.c b/src/libvirt-dom