Re: [Qemu-devel] [PATCH 02/13] qgraph: fix qos_node_contains with options

2019-04-09 Thread Thomas Huth
On 18/03/2019 18.15, Paolo Bonzini wrote: > Currently, if qos_node_contains was passed options, it would still > create an edge without any options. Instead, in that case > NULL acts as a terminator. > > Signed-off-by: Paolo Bonzini > --- > tests/libqos/qgraph.c | 12 > tests/libqo

[Qemu-devel] [PATCH 02/13] qgraph: fix qos_node_contains with options

2019-03-18 Thread Paolo Bonzini
Currently, if qos_node_contains was passed options, it would still create an edge without any options. Instead, in that case NULL acts as a terminator. Signed-off-by: Paolo Bonzini --- tests/libqos/qgraph.c | 12 tests/libqos/qgraph.h | 15 +-- 2 files changed, 17 inser