From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42085) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZFM0-0002ZT-M9 for qemu-devel@nongnu.org; Fri, 26 Feb 2016 05:10:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aZFLx-0007Dq-BF for qemu-devel@nongnu.org; Fri, 26 Feb 2016 05:10:32 -0500 Received: from mail-wm0-x232.google.com ([2a00:1450:400c:c09::232]:35808) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZFLx-0007Di-4N for qemu-devel@nongnu.org; Fri, 26 Feb 2016 05:10:29 -0500 Received: by mail-wm0-x232.google.com with SMTP id c200so65441299wme.0 for ; Fri, 26 Feb 2016 02:10:28 -0800 (PST) Sender: Paolo Bonzini References: <874mcvhpt5.fsf@blackfin.pond.sub.org> <56D01DBF.8040700@redhat.com> <87y4a7eqsi.fsf@blackfin.pond.sub.org> From: Paolo Bonzini Message-ID: <56D02491.1070202@redhat.com> Date: Fri, 26 Feb 2016 11:10:25 +0100 MIME-Version: 1.0 In-Reply-To: <87y4a7eqsi.fsf@blackfin.pond.sub.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Question on ioeventfd behavior List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu-devel@nongnu.org On 26/02/2016 10:58, Markus Armbruster wrote: > Double-checking: can i rely on ivshmem_io_write() getting called on a > write of a non-matching value? That for sure. Paolo