From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38433) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqTEt-0003ye-8I for qemu-devel@nongnu.org; Tue, 10 Dec 2013 14:45:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VqTEl-0008Ph-6M for qemu-devel@nongnu.org; Tue, 10 Dec 2013 14:45:03 -0500 Received: from e06smtp18.uk.ibm.com ([195.75.94.114]:47507) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqTEk-0008PZ-T5 for qemu-devel@nongnu.org; Tue, 10 Dec 2013 14:44:55 -0500 Received: from /spool/local by e06smtp18.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 10 Dec 2013 19:44:53 -0000 Date: Tue, 10 Dec 2013 20:44:45 +0100 From: Greg Kurz Message-ID: <20131210204445.131e1155@bahia.local> In-Reply-To: <22919E52-B185-4349-99C0-F65A80B9EFE5@suse.de> References: <20131125153556.12615.63598.stgit@bahia.lab.toulouse-stg.fr.ibm.com> <52603062-FAEC-4D6C-8F56-112488CCBAA9@suse.de> <20131209181140.2858c81a@bahia.local> <20131210183723.5db9b4cf@bahia.local> <22919E52-B185-4349-99C0-F65A80B9EFE5@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] target-ppc: ppc64 target's virtio can be either endian. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Rusty Russell , "qemu-ppc@nongnu.org list:PowerPC" , QEMU Developers On Tue, 10 Dec 2013 18:48:45 +0100 Alexander Graf wrote: > >> > >> Yeah, but so far LE switching code is not upstream in KVM - and for TCG > >> we don't need the cpu_synchronize_state() call at all. > >> > >> > >> Alex > > > > Sure, but for TCG, cpu_synchronize_state() does nothing since KVM is > > not enabled... what would be wrong with that ? > > That it could potentially break kvm. > Sorry to bother again but could you elaborate ? > Alex > -- Greg