Re: [Qemu-devel] [PATCH 12/14] qlit: improve QLit list vs qlist comparison

2017-08-24 Thread Marc-André Lureau
- Original Message - > Check that the QLit list has the same size as the qlist, this should > ensure that we have an exact match when iterating over qlist for > comparing the elements. > > Signed-off-by: Marc-André Lureau > --- > qobject/qlit.c | 39 ++--

[Qemu-devel] [PATCH 12/14] qlit: improve QLit list vs qlist comparison

2017-08-24 Thread Marc-André Lureau
Check that the QLit list has the same size as the qlist, this should ensure that we have an exact match when iterating over qlist for comparing the elements. Signed-off-by: Marc-André Lureau --- qobject/qlit.c | 39 ++- tests/check-qlit.c | 3 +++ 2 files