From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Subject: Re: [RFC PATCH 0/9] KVM: PPC: In-kernel PAPR interrupt controller emulation Date: Thu, 10 Jan 2013 13:06:01 -0600 Message-ID: <1357844761.27576.3@snotra> References: <20121105031806.GA22409@drongo> <8C03D615-A2C8-4126-8911-6088D1575E41@suse.de> <1355537173.19932.151.camel@pasglop> <20130110050901.GB11231@iris.ozlabs.ibm.com> <79ED47F9-8C2E-4171-A930-C95B5E29387C@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; delsp=Yes; format=Flowed Content-Transfer-Encoding: 8BIT Cc: Paul Mackerras , Benjamin Herrenschmidt , "kvm@vger.kernel.org list" , , "" To: Alexander Graf Return-path: In-Reply-To: <79ED47F9-8C2E-4171-A930-C95B5E29387C@suse.de> (from agraf@suse.de on Thu Jan 10 05:42:16 2013) Content-Disposition: inline Sender: kvm-ppc-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 01/10/2013 05:42:16 AM, Alexander Graf wrote: > Other instantiation attributes we don't know that early on should be > settable between the time frame of vm creation and first execution. > An example for this are device addresses. Check out the threads "KVM: > ARM: Rename KVM_SET_DEVICE_ADDRESS" and "KVM: ARM: Introduce > KVM_SET_DEVICE_ADDRESS ioctl" for more information on this particular > bit. FWIW, on Freescale chips the MPIC base address can move at runtime if the guest writes to CCSRBAR (though QEMU doesn't currently implement this). -Scott