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