qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Linux as VirtualBox quest OS with QEMU running Solaris


From: Stefan Weil
Subject: Re: [Qemu-devel] Linux as VirtualBox quest OS with QEMU running Solaris
Date: Wed, 12 Jan 2011 20:05:13 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20101226 Iceowl/1.0b1 Icedove/3.0.11

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]