Re: [Qemu-devel] [PATCH] test-announce-self: convert to qgraph

2019-03-21 Thread Thomas Huth
On 12/03/2019 17.57, Paolo Bonzini wrote: > This removes the duplicated initialization code. > > Signed-off-by: Paolo Bonzini > --- > tests/Makefile.include | 3 -- > tests/test-announce-self.c | 82 -- > tests/virtio-net-test.c| 30 ++ >

Re: [Qemu-devel] [PATCH] test-announce-self: convert to qgraph

2019-03-18 Thread Dr. David Alan Gilbert
* Paolo Bonzini (pbonz...@redhat.com) wrote: > This removes the duplicated initialization code. > > Signed-off-by: Paolo Bonzini Reviewed-by: Dr. David Alan Gilbert > --- > tests/Makefile.include | 3 -- > tests/test-announce-self.c | 82 -- > tests/vi

[Qemu-devel] [PATCH] test-announce-self: convert to qgraph

2019-03-12 Thread Paolo Bonzini
This removes the duplicated initialization code. Signed-off-by: Paolo Bonzini --- tests/Makefile.include | 3 -- tests/test-announce-self.c | 82 -- tests/virtio-net-test.c| 30 ++ 3 files changed, 30 insertions(+), 85 deletions(-) delete