; Li Zhijian
> >> ; Jason Wang ; Marc-
> >> André Lureau ; Paolo Bonzini
> >>
> >> Subject: Re: [PATCH 1/3] net/colo-compare.c: Create event_bh with the
> >> right AioContext
> >>
> >> On Wed, 22 Apr 2020 09:03:00 +
> >>
olo Bonzini
Subject: [PATCH 1/3] net/colo-compare.c: Create event_bh with
the right AioContext
qemu_bh_new will set the bh to be executed in the main loop.
This causes problems as colo_compare_handle_event assumes that
it has exclusive access the queues, which are also accessed in
the iothread. It
> -Original Message-
> From: Lukas Straub
> Sent: Wednesday, April 22, 2020 5:40 PM
> To: Zhang, Chen
> Cc: qemu-devel ; Li Zhijian
> ; Jason Wang ; Marc-
> André Lureau ; Paolo Bonzini
>
> Subject: Re: [PATCH 1/3] net/colo-compare.c: Create event_bh
> > > > From: Lukas Straub
> > > > Sent: Thursday, April 9, 2020 2:34 AM
> > > > To: qemu-devel
> > > > Cc: Zhang, Chen ; Li Zhijian
> > > > ; Jason Wang ; Marc-
> > > > André Lureau ; Paolo Bonzini
> > > >
> &g
> -Original Message-
> From: Lukas Straub
> Sent: Wednesday, April 22, 2020 4:43 PM
> To: Zhang, Chen
> Cc: qemu-devel ; Li Zhijian
> ; Jason Wang ; Marc-
> André Lureau ; Paolo Bonzini
>
> Subject: Re: [PATCH 1/3] net/colo-compare.c: Create event_bh
Lureau ; Paolo Bonzini
> >
> > Subject: [PATCH 1/3] net/colo-compare.c: Create event_bh with the right
> > AioContext
> >
> > qemu_bh_new will set the bh to be executed in the main loop. This causes
> > problems as colo_compare_handle_event assumes that it has e
> -Original Message-
> From: Lukas Straub
> Sent: Thursday, April 9, 2020 2:34 AM
> To: qemu-devel
> Cc: Zhang, Chen ; Li Zhijian
> ; Jason Wang ; Marc-
> André Lureau ; Paolo Bonzini
>
> Subject: [PATCH 1/3] net/colo-compare.c: Create event_bh
qemu_bh_new will set the bh to be executed in the main
loop. This causes problems as colo_compare_handle_event assumes
that it has exclusive access the queues, which are also
accessed in the iothread. It also assumes that it runs in a
different thread than the caller and takes the appropriate
locks