From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55234) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7zGj-00032g-Nv for qemu-devel@nongnu.org; Thu, 25 Jun 2015 01:00:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z7zGe-00011P-3g for qemu-devel@nongnu.org; Thu, 25 Jun 2015 01:00:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45649) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7zGd-00010R-Us for qemu-devel@nongnu.org; Thu, 25 Jun 2015 01:00:04 -0400 Date: Thu, 25 Jun 2015 12:59:57 +0800 From: Fam Zheng Message-ID: <20150625045957.GI17695@ad.nay.redhat.com> References: <1435163110-2724-1-git-send-email-pbonzini@redhat.com> <1435163110-2724-5-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1435163110-2724-5-git-send-email-pbonzini@redhat.com> Subject: Re: [Qemu-devel] [PATCH 4/9] exec: pull qemu_flush_coalesced_mmio_buffer() into address_space_rw/ld*/st* List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: borntraeger@de.ibm.com, qemu-devel@nongnu.org, Frederic Konrad On Wed, 06/24 18:25, Paolo Bonzini wrote: > As memory_region_read/write_accessor will now be run also without BQL held, > we need to move coalesced MMIO flushing earlier in the dispatch process. > > Cc: Frederic Konrad > Message-Id: <1434646046-27150-5-git-send-email-pbonzini@redhat.com> > Signed-off-by: Paolo Bonzini Reviewed-by: Fam Zheng