Re: [Qemu-devel] [PATCH v2 7/9] test-string-input-visitor: Use virtual walk

2018-11-20 Thread Eric Blake
On 11/20/18 3:25 AM, David Hildenbrand wrote: We now support virtual walks, so use that instead. Reviewed-by: Markus Armbruster Signed-off-by: David Hildenbrand --- tests/test-string-input-visitor.c | 36 +++ 1 file changed, 12 insertions(+), 24 deletions(-) Re

[Qemu-devel] [PATCH v2 7/9] test-string-input-visitor: Use virtual walk

2018-11-20 Thread David Hildenbrand
We now support virtual walks, so use that instead. Reviewed-by: Markus Armbruster Signed-off-by: David Hildenbrand --- tests/test-string-input-visitor.c | 36 +++ 1 file changed, 12 insertions(+), 24 deletions(-) diff --git a/tests/test-string-input-visitor.c b/tes