Re: [Qemu-devel] [PATCH 0/5] qemu-char/monitor: make monitor_puts thread safe

2014-06-27 Thread Luiz Capitulino
On Fri, 27 Jun 2014 11:43:20 +0200 Stefan Hajnoczi wrote: > On Tue, Jun 03, 2014 at 06:39:05PM +0200, Paolo Bonzini wrote: > > Even though virtio-blk-dataplane mostly synchronizes with the block layer > > by means of the AioContext, we still need to introduce mutexes for other > > QEMU subsystems

Re: [Qemu-devel] [PATCH 0/5] qemu-char/monitor: make monitor_puts thread safe

2014-06-27 Thread Stefan Hajnoczi
On Tue, Jun 03, 2014 at 06:39:05PM +0200, Paolo Bonzini wrote: > Even though virtio-blk-dataplane mostly synchronizes with the block layer > by means of the AioContext, we still need to introduce mutexes for other > QEMU subsystems that the dataplane thread might encounter on its way. > Adding rerr

[Qemu-devel] [PATCH 0/5] qemu-char/monitor: make monitor_puts thread safe

2014-06-03 Thread Paolo Bonzini
Even though virtio-blk-dataplane mostly synchronizes with the block layer by means of the AioContext, we still need to introduce mutexes for other QEMU subsystems that the dataplane thread might encounter on its way. Adding rerror/werror support, for example, means that the dataplane thread will ha