From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46176) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bXBDa-0000Ik-FB for qemu-devel@nongnu.org; Tue, 09 Aug 2016 13:53:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bXBDZ-00015C-8g for qemu-devel@nongnu.org; Tue, 09 Aug 2016 13:53:34 -0400 Received: from mail-ua0-x229.google.com ([2607:f8b0:400c:c08::229]:33464) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bXBDY-00014h-0W for qemu-devel@nongnu.org; Tue, 09 Aug 2016 13:53:33 -0400 Received: by mail-ua0-x229.google.com with SMTP id 74so31950476uau.0 for ; Tue, 09 Aug 2016 10:53:31 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <0dc7130c3493a017adc7d65e331e4dc826899e84.1470253246.git.alistair.francis@xilinx.com> References: <0dc7130c3493a017adc7d65e331e4dc826899e84.1470253246.git.alistair.francis@xilinx.com> From: Peter Maydell Date: Tue, 9 Aug 2016 18:53:11 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v10 6/8] loader: Add AddressSpace loading support to targphys List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alistair Francis Cc: QEMU Developers , Peter Crosthwaite , Markus Armbruster , Christopher Covington , Paolo Bonzini On 3 August 2016 at 21:06, Alistair Francis wrote: > Add a new function load_image_targphys_as() that allows the caller > to specify an AddressSpace to use when loading a targphys. The > original load_image_targphys() function doesn't have any change in > functionality. > > Signed-off-by: Alistair Francis > --- Reviewed-by: Peter Maydell thanks -- PMM