From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36604) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHBfU-0007qS-Db for qemu-devel@nongnu.org; Wed, 04 Sep 2013 07:54:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VHBfO-0002UP-Ft for qemu-devel@nongnu.org; Wed, 04 Sep 2013 07:54:40 -0400 Message-ID: <1378295652.4321.18.camel@pasglop> From: Benjamin Herrenschmidt Date: Wed, 04 Sep 2013 21:54:12 +1000 In-Reply-To: <52271C41.7070005@ozlabs.ru> References: <1378289952-32703-1-git-send-email-aik@ozlabs.ru> <6F7696D8-AC02-482C-9682-A39107C346ED@suse.de> <52271C41.7070005@ozlabs.ru> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH] spapr: add initial ibm, client-architecture-support rtas call support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Kardashevskiy Cc: Nikunj A Dadhania , Alexander Graf , qemu-devel@nongnu.org, qemu-ppc@nongnu.org, Paul Mackerras , Andreas =?ISO-8859-1?Q?F=E4rber?= On Wed, 2013-09-04 at 21:40 +1000, Alexey Kardashevskiy wrote: > One of the examples (came from Paul) is: > the host runs on POWER8, the guest boots a kernel which is capable of > POWER7 only + POWER7-compat. We do this reboot tweak and boot in > POWER7-compat mode. Then the guest does "yum update" and gets POWER8 > kernel > installed so when it reboots, it will boot in normal POWER8 mode. > Everybody > is happy. > > Having POWER7-compat mode set from the very beginning will break this > behaviour. But it will allow migrating that partition to a P7 machine. It's important to be able to specify the compat mode for that reason, to create guests that can be migrated to older machines. Cheers, Ben.