From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH] [RFC]: xenpaging: add command to to flush qemu buffer cache via VMCALL Date: Thu, 8 Mar 2012 16:04:16 +0100 Message-ID: <20120308150416.GA20179@aepfle.de> References: <20120308142936.GK64337@ocelot.phlegethon.org> <20120308144216.GA19728@aepfle.de> <20120308145120.GL64337@ocelot.phlegethon.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20120308145120.GL64337@ocelot.phlegethon.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Tim Deegan Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Thu, Mar 08, Tim Deegan wrote: > How synchronous to you need the flush to be, btw? If you need to be > sure it's completed then you probably can't go through the hypervisor. This event is async, just a one-shot signal to kindly ask ioemu to flush its buffers. If you see a way to inject this sort of request from dom0, that would be great. Olaf