From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55638) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zn6T1-0007lM-CM for qemu-devel@nongnu.org; Fri, 16 Oct 2015 10:58:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zn6Sy-0004YH-6M for qemu-devel@nongnu.org; Fri, 16 Oct 2015 10:58:47 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:52281) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zn6Sy-0004Xk-14 for qemu-devel@nongnu.org; Fri, 16 Oct 2015 10:58:44 -0400 References: <1444668879-1577-1-git-send-email-james.hogan@imgtec.com> From: Leon Alrae Message-ID: <562110A2.8060908@imgtec.com> Date: Fri, 16 Oct 2015 15:58:42 +0100 MIME-Version: 1.0 In-Reply-To: <1444668879-1577-1-git-send-email-james.hogan@imgtec.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] hw/mips_malta: Fix KVM PC initialisation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: James Hogan , qemu-devel@nongnu.org Cc: Aurelien Jarno , Paul Burton On 12/10/15 17:54, James Hogan wrote: > Commit 71c199c81d29 ("mips_malta: provide ememsize env variable to > kernels") changed the meaning of loaderparams.ram_size to be the whole > of RAM rather than just the low part below where the boot code is placed > for KVM, but it didn't update the PC initialisation for KVM to use > ram_low_size. Fix that now. > > Fixes: 71c199c81d29 ("mips_malta: provide ememsize env variable to kernels") > Signed-off-by: James Hogan > Cc: Paul Burton > Cc: Leon Alrae > Cc: Aurelien Jarno > --- > hw/mips/mips_malta.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Leon Alrae