Re: [Qemu-devel] [PATCH for-4.0 v4 5/7] colo: check chardev can switch context

2018-12-05 Thread Zhang Chen
On Thu, Dec 6, 2018 at 4:38 AM Marc-André Lureau < marcandre.lur...@redhat.com> wrote: > COLO uses a worker context (iothread) to drive the chardev. All > backends are not able to switch the context, let's report an error in > this case. > > Signed-off-by: Marc-André Lureau > Reviewed-by: Zhang

Re: [Qemu-devel] [PATCH for-4.0 v4 5/7] colo: check chardev can switch context

2018-12-05 Thread Li Zhijian
On 12/06/2018 04:37 AM, Marc-André Lureau wrote: COLO uses a worker context (iothread) to drive the chardev. All backends are not able to switch the context, let's report an error in this case. Signed-off-by: Marc-André Lureau Reviewed-by: Li Zhijian --- net/colo-compare.c | 6 ++

Re: [Qemu-devel] [PATCH for-4.0 v4 5/7] colo: check chardev can switch context

2018-12-05 Thread Markus Armbruster
I'd like an Acked-by or Reviewed-by from Zhang Chen or Li Zhijian. Marc-André Lureau writes: > COLO uses a worker context (iothread) to drive the chardev. All > backends are not able to switch the context, let's report an error in > this case. > > Signed-off-by: Marc-André Lureau > --- > net/c

[Qemu-devel] [PATCH for-4.0 v4 5/7] colo: check chardev can switch context

2018-12-05 Thread Marc-André Lureau
COLO uses a worker context (iothread) to drive the chardev. All backends are not able to switch the context, let's report an error in this case. Signed-off-by: Marc-André Lureau --- net/colo-compare.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/net/colo-compare.c b/net/colo-compare