Re: [Qemu-devel] [PATCH] test-vmstate: remove yield_until_fd_readable

2017-02-15 Thread Michael Tokarev
03.02.2017 20:07, Paolo Bonzini wrote: > The function is not needed anymore now that migration is built on > top of QIOChannel. Applied to -trivial, thanks! /mjt

Re: [Qemu-devel] [PATCH] test-vmstate: remove yield_until_fd_readable

2017-02-13 Thread Stefan Hajnoczi
On Fri, Feb 03, 2017 at 09:07:29AM -0800, Paolo Bonzini wrote: > The function is not needed anymore now that migration is built on > top of QIOChannel. > > Signed-off-by: Paolo Bonzini > --- > tests/test-vmstate.c | 11 --- > 1 file changed, 11 deletions(-) Reviewed-by: Stefan Hajnoczi

[Qemu-devel] [PATCH] test-vmstate: remove yield_until_fd_readable

2017-02-03 Thread Paolo Bonzini
The function is not needed anymore now that migration is built on top of QIOChannel. Signed-off-by: Paolo Bonzini --- tests/test-vmstate.c | 11 --- 1 file changed, 11 deletions(-) diff --git a/tests/test-vmstate.c b/tests/test-vmstate.c index 9d87faf..0c2af4d 100644 --- a/tests/test-vm