Re: [Qemu-devel] [PATCH v2] nvme: correct locking around completion

2018-08-13 Thread Fam Zheng
On Tue, 08/14 08:27, Paolo Bonzini wrote: > nvme_poll_queues is already protected by q->lock, and > AIO callbacks are invoked outside the AioContext lock. > So remove the acquire/release pair in nvme_handle_event. > > Signed-off-by: Paolo Bonzini > --- > block/nvme.c | 2 -- > 1 file changed, 2

Re: [Qemu-devel] [PATCH 37/56] json: Treat unwanted interpolation as lexical error

2018-08-13 Thread Markus Armbruster
Eric Blake writes: > On 08/08/2018 07:03 AM, Markus Armbruster wrote: >> The JSON parser optionally supports interpolation. The lexer >> recognizes interpolation tokens unconditionally. The parser rejects >> them when interpolation is disabled, in parse_interpolation(). >> However, it neglects

<    1   2   3   4