From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37847) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fOODZ-00056t-Qm for qemu-devel@nongnu.org; Thu, 31 May 2018 10:06:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fOODV-0008Sj-33 for qemu-devel@nongnu.org; Thu, 31 May 2018 10:06:17 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:34924 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fOODU-0008SD-U1 for qemu-devel@nongnu.org; Thu, 31 May 2018 10:06:12 -0400 References: <20180531051641.8473-1-peterx@redhat.com> <20180531051641.8473-2-peterx@redhat.com> From: Eric Blake Message-ID: <6dd1d7db-a056-95d3-0cad-b86ff35d18e8@redhat.com> Date: Thu, 31 May 2018 09:06:05 -0500 MIME-Version: 1.0 In-Reply-To: <20180531051641.8473-2-peterx@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC v2 1/4] docs: mention shared state protect for OOB List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Xu , qemu-devel@nongnu.org Cc: =?UTF-8?Q?Marc-Andr=c3=a9_Lureau?= , "Daniel P . Berrange" , Christian Borntraeger , Fam Zheng , Kevin Wolf , Max Reitz , Eric Auger , John Snow , Markus Armbruster , Peter Maydell , "Dr . David Alan Gilbert" On 05/31/2018 12:16 AM, Peter Xu wrote: > Out-Of-Band handlers need to protect shared state if there is any. > Mention it in the document. > > Suggested-by: Markus Armbruster > Signed-off-by: Peter Xu > --- > docs/devel/qapi-code-gen.txt | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/docs/devel/qapi-code-gen.txt b/docs/devel/qapi-code-gen.txt > index b9b6eabd08..aafc15f100 100644 > --- a/docs/devel/qapi-code-gen.txt > +++ b/docs/devel/qapi-code-gen.txt > @@ -680,6 +680,9 @@ OOB command handlers must satisfy the following conditions: > - It does not invoke system calls that may block, > - It does not access guest RAM that may block when userfaultfd is > enabled for postcopy live migration. > +- It needs to protect possilbe shared states, since as long as a s/possilbe/possible/ s/states/state/ or even 'protect any shared state' > + command supports Out-Of-Band it means the handler can be run in > + parallel with the same handler running in the other thread. > > If in doubt, do not implement OOB execution support. > > -- Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-301-3266 Virtualization: qemu.org | libvirt.org