From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52842) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIGOk-00074T-Sl for qemu-devel@nongnu.org; Wed, 20 Mar 2013 06:37:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UIGOd-00015F-32 for qemu-devel@nongnu.org; Wed, 20 Mar 2013 06:37:34 -0400 Received: from smtp.citrix.com ([66.165.176.89]:12489) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIGOc-00014h-U3 for qemu-devel@nongnu.org; Wed, 20 Mar 2013 06:37:27 -0400 Message-ID: <51499157.2060202@eu.citrix.com> Date: Wed, 20 Mar 2013 10:37:11 +0000 From: George Dunlap MIME-Version: 1.0 References: <1363609123-20748-1-git-send-email-alex@alex.org.uk> <51471767.8030604@redhat.com> <7AC8953FE45335FB794B6DFE@Ximines.local> <51471F14.7030209@redhat.com> <6D0F4ACDA3B7FCF1A50F8B52@Ximines.local> <5147298C.8080900@redhat.com> <51473E82.1020806@redhat.com> <861AFE1A9C44444FD8BAEE16@Ximines.local> <5147512E.5050501@eu.citrix.com> <5147562E.1090203@redhat.com> <5148414C.7060303@redhat.com> <51484328.4030301@eu.citrix.com> <5148489C.70808@redhat.com> <51484A2B.10202@eu.citrix.com> <0E09404F0675BA19C550B743@nimrod.local> In-Reply-To: Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Xen-devel] [PATCHv3] QEMU(upstream): Disable xen's use of O_DIRECT by default as it results in crashes. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Stabellini Cc: Ian Campbell , Ian Jackson , "qemu-devel@nongnu.org" , xen-devel , Alex Bligh , Anthony Liguori , Paolo Bonzini On 20/03/13 10:24, Stefano Stabellini wrote: > That is true. My guess is that nobody really migrates HVM guests without > PV drivers installed (it's not even possible on XenServer but xl let you > do that if you want to). When the PV drivers initialize at boot time, > the IDE disk is closed. Therefore we wouldn't have this problem. > > Maybe we should prevent HVM guest migration without PV drivers with xl > too. Ian, what do you think? We should be able to make it safe if we just make sure that qemu does a metadata sync / FS sync when we ask qemu to write the save file. -George