From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53089) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHCgg-0006s1-9I for qemu-devel@nongnu.org; Wed, 04 Sep 2013 09:00:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VHCgU-0006Xb-36 for qemu-devel@nongnu.org; Wed, 04 Sep 2013 08:59:58 -0400 Received: from mail-pa0-f49.google.com ([209.85.220.49]:56095) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHCgT-0006XA-T4 for qemu-devel@nongnu.org; Wed, 04 Sep 2013 08:59:46 -0400 Received: by mail-pa0-f49.google.com with SMTP id ld10so395772pab.36 for ; Wed, 04 Sep 2013 05:59:45 -0700 (PDT) Message-ID: <52272EBA.4080703@ozlabs.ru> Date: Wed, 04 Sep 2013 22:59:38 +1000 From: Alexey Kardashevskiy MIME-Version: 1.0 References: <1378289952-32703-1-git-send-email-aik@ozlabs.ru> <6F7696D8-AC02-482C-9682-A39107C346ED@suse.de> <52271C41.7070005@ozlabs.ru> <1378295652.4321.18.camel@pasglop> In-Reply-To: <1378295652.4321.18.camel@pasglop> Content-Type: text/plain; charset=UTF-8 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: Benjamin Herrenschmidt Cc: Nikunj A Dadhania , Alexander Graf , qemu-devel@nongnu.org, qemu-ppc@nongnu.org, Paul Mackerras , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= On 09/04/2013 09:54 PM, Benjamin Herrenschmidt wrote: > 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. I am not saying we do not need this feature, I am saying we do not always want it. -- Alexey