From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=34935 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PcP3w-0007Dj-Kf for qemu-devel@nongnu.org; Mon, 10 Jan 2011 16:14:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PcP3v-0007bh-0q for qemu-devel@nongnu.org; Mon, 10 Jan 2011 16:14:00 -0500 Received: from afflict.kos.to ([92.243.29.197]:42173) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PcP3u-0007aG-QK for qemu-devel@nongnu.org; Mon, 10 Jan 2011 16:13:58 -0500 Date: Mon, 10 Jan 2011 23:13:47 +0200 From: Riku Voipio Subject: Re: [Qemu-devel] [PATCH] linux-user: fix for loopmount ioctl Message-ID: <20110110211346.GA25866@algol> References: <4D28F27B.8020805@opensuse.org> <4D2B3163.7040506@opensuse.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4D2B3163.7040506@opensuse.org> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Martin Mohring Cc: qemu-devel@nongnu.org, Aurelien Jarno On Mon, Jan 10, 2011 at 05:18:43PM +0100, Martin Mohring wrote: > On 01/09/2011 12:25 AM, Martin Mohring wrote: > > Hi, > > > > I had fixed the loopmount ioctl for linux-user, working correctly for arm, mips, ppc32 and sh4. > ping > Aurelien, Riku, is that patch ok? Its only 2 lines of change to activate > an ioctl. Dont worry, I'm looking on it. The original comment suggested the ioctl had problems, so I'd like to close look on it first. Riku