From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MgI5M-0005vy-3O for qemu-devel@nongnu.org; Wed, 26 Aug 2009 08:58:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MgI5F-0005tw-EV for qemu-devel@nongnu.org; Wed, 26 Aug 2009 08:58:41 -0400 Received: from [199.232.76.173] (port=42553 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MgI5F-0005tU-4m for qemu-devel@nongnu.org; Wed, 26 Aug 2009 08:58:37 -0400 Received: from moutng.kundenserver.de ([212.227.17.9]:50547) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MgI5D-0007m6-2f for qemu-devel@nongnu.org; Wed, 26 Aug 2009 08:58:35 -0400 Message-ID: <4A953177.9080507@mail.berlios.de> Date: Wed, 26 Aug 2009 14:58:31 +0200 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] memory restriction in 256M - why? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sergey Anosov Cc: qemu-devel@nongnu.org Artyom Tarasenko schrieb: > 2009/8/25 Sergey Anosov : > >> I'm new in QEMU. I've got one question - why there is a memory restriction in 256 M on sparc, mips and other platforms? >> I've made mips and sparc distributives, but 256M of RAM is too little for them. >> > > There is no such restriction: > > qemu-system-sparc -M SS-10 -m 512 > ... > Probing Memory Bank #0 64 Megabytes of DRAM > Probing Memory Bank #1 64 Megabytes of DRAM > Probing Memory Bank #2 64 Megabytes of DRAM > Probing Memory Bank #3 64 Megabytes of DRAM > Probing Memory Bank #4 64 Megabytes of DRAM > Probing Memory Bank #5 64 Megabytes of DRAM > Probing Memory Bank #6 64 Megabytes of DRAM > Probing Memory Bank #7 64 Megabytes of DRAM > ... > > But there is a limitation per certain machine type. SparcStation 10 > can support only 512 M. It rarely makes sense to try to put more in > it: a standard software (Firmware, OS) wouldn't know where to search > for more RAM. > > > > MIPS Malta is limited to 256 MiB. This is a hardware limitation and not caused by QEMU.