From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58145) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avLWW-0005Qm-Tn for qemu-devel@nongnu.org; Wed, 27 Apr 2016 05:12:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1avLWS-0005I0-LR for qemu-devel@nongnu.org; Wed, 27 Apr 2016 05:12:44 -0400 References: <1461119601-4936-1-git-send-email-david@gibson.dropbear.id.au> <1461119601-4936-7-git-send-email-david@gibson.dropbear.id.au> From: Thomas Huth Message-ID: <57208284.1090308@redhat.com> Date: Wed, 27 Apr 2016 11:12:36 +0200 MIME-Version: 1.0 In-Reply-To: <1461119601-4936-7-git-send-email-david@gibson.dropbear.id.au> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [RFC for-2.7 06/11] pseries: Consolidate RTAS loading List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson , agraf@suse.de, crosthwaite.peter@gmail.com Cc: aik@ozlabs.ru, qemu-ppc@nongnu.org, qemu-devel@nongnu.org On 20.04.2016 04:33, David Gibson wrote: > At each system reset, the pseries machine needs to load RTAS, the run > time portion of the guest firmware, into the VM. This means copying > the actual RTAS code into guest memory, and also updating the device > tree so that the guest OS and boot firmware can locate it. >=20 > For historical reasons the copy and update to the device tree were in > different parts of the code. This cleanup brings them both together in > an spapr_load_rtas() function. >=20 > Signed-off-by: David Gibson Reviewed-by: Thomas Huth