From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32985) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPo3L-0004zU-LG for qemu-devel@nongnu.org; Fri, 05 Sep 2014 03:35:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XPo3E-0007mg-RA for qemu-devel@nongnu.org; Fri, 05 Sep 2014 03:35:27 -0400 Message-ID: <540967B8.4020706@suse.de> Date: Fri, 05 Sep 2014 09:35:20 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1409900661-27961-1-git-send-email-aik@ozlabs.ru> In-Reply-To: <1409900661-27961-1-git-send-email-aik@ozlabs.ru> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] target-ppc: Fix kvmppc_set_compat to use negotiated cpu-version List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Kardashevskiy , qemu-devel@nongnu.org Cc: qemu-ppc@nongnu.org On 05.09.14 09:04, Alexey Kardashevskiy wrote: > By mistake, QEMU uses the maximum compatibility level from the command > line instead of the value negotiated in client-architecture-support call. > > This replaces @max_compat with @cpu_version. This only affects guests > which do not support the host CPU. > > Signed-off-by: Alexey Kardashevskiy Thanks, applied to ppc-next. Alex