From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=40397 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pd60W-0004WZ-At for qemu-devel@nongnu.org; Wed, 12 Jan 2011 14:05:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pd60V-0005nr-39 for qemu-devel@nongnu.org; Wed, 12 Jan 2011 14:05:20 -0500 Received: from moutng.kundenserver.de ([212.227.126.171]:61436) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pd60U-0005nh-Jq for qemu-devel@nongnu.org; Wed, 12 Jan 2011 14:05:19 -0500 Message-ID: <4D2DFB69.3030108@mail.berlios.de> Date: Wed, 12 Jan 2011 20:05:13 +0100 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] Linux as VirtualBox quest OS with QEMU running Solaris References: <4D274D3C.9020008@loskot.net> <4D275849.8010205@mail.berlios.de> <4D2AEB4C.90903@loskot.net> <4D2B3D02.2000104@mail.berlios.de> <4D2B491A.7050007@loskot.net> <4D2B85CD.8010609@mail.berlios.de> <4D2D92CF.2050204@loskot.net> <4D2D9EDA.8050600@loskot.net> In-Reply-To: <4D2D9EDA.8050600@loskot.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mateusz Loskot Cc: qemu-devel@nongnu.org Am 12.01.2011 13:30, schrieb Mateusz Loskot: > On 12/01/11 11:38, Mateusz Loskot wrote: >> On 10/01/11 22:18, Stefan Weil wrote: >>> Am 10.01.2011 18:59, schrieb Mateusz Loskot: > >>> >>>> I quickly tried your binaries and it looks I have to run them from >>>> within MSYS environment, isn't it? >>>> I'm getting runtime error reporting msys-z.dll is missing. >>> >>> The missing dll(s) are now available at http://www.weilnetz.de/qemu/. >> >> I grabbed the recent version from >> http://www.weilnetz.de/qemu/2011-01-10/ >> and the three DLLs from the http://www.weilnetz.de/qemu/ >> but the msys-z.dll is still reported as missing. > > I managed to run your binaries inside MSYS shell and the msys-z.dll > complain disappeared. However, when I try to use qmake-img, funny things > happen. It looks the size parameter is not parsed properly. > > For example: > > - these commands work > > qemu-img.exe create hda.img 10M > qemu-img.exe create hda.img 2000M > > - these don't work > > qemu-img.exe create hda.img 10G > qemu-img.exe create hda.img 2500M > > > Screenshot attached. > > Best regards, Hi, this is a regression in current QEMU: it cannot create disk images larger than 2^31 B (2 GiB). It's discussed at http://lists.nongnu.org/archive/html/qemu-devel/2011-01/msg00357.html. A new version for MinGW now includes a patch which should fix that regression, see http://www.weilnetz.de/qemu/2011-01-10/ (available in a few minutes). I also added the missing http://www.weilnetz.de/qemu/msys-z.dll. Kind regards, Stefan Weil