From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D3hz7-0007qE-1q for qemu-devel@nongnu.org; Tue, 22 Feb 2005 16:54:25 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D3hz5-0007py-FL for qemu-devel@nongnu.org; Tue, 22 Feb 2005 16:54:24 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D3hvE-00073a-7H for qemu-devel@nongnu.org; Tue, 22 Feb 2005 16:50:24 -0500 Received: from [64.233.170.195] (helo=rproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D3hOA-0006sf-RU for qemu-devel@nongnu.org; Tue, 22 Feb 2005 16:16:14 -0500 Received: by rproxy.gmail.com with SMTP id z35so999211rne for ; Tue, 22 Feb 2005 13:16:13 -0800 (PST) Message-ID: Date: Wed, 23 Feb 2005 00:16:13 +0300 From: Phil Krylov Subject: Re: [Qemu-devel] Re: KQEMU bus errors In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <4212FD03009B56CF@mail-mx-4.tiscali.it> Reply-To: Phil Krylov , qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org > I have the shm device in fstab: > > none /dev/shm tmpfs defaults 0 0 > > as mentioned earlier. > > Any suggestions would be appreciated. Your guest memory size (-m option to qemu) should be a little smaller than free space on /dev/shm (as reported by df command). For example, here /dev/shm is 256MB, but QEMU crashes if I specify more than 244 MB for the guest OS. -- Ph.