From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=44270 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PcQEk-0003aK-EQ for qemu-devel@nongnu.org; Mon, 10 Jan 2011 17:29:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PcQ4v-0003w0-8Z for qemu-devel@nongnu.org; Mon, 10 Jan 2011 17:19:06 -0500 Received: from moutng.kundenserver.de ([212.227.126.171]:50770) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PcQ4u-0003vR-Sd for qemu-devel@nongnu.org; Mon, 10 Jan 2011 17:19:05 -0500 Message-ID: <4D2B85CD.8010609@mail.berlios.de> Date: Mon, 10 Jan 2011 23:18:53 +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> In-Reply-To: <4D2B491A.7050007@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 10.01.2011 18:59, schrieb Mateusz Loskot: > On 10/01/11 17:08, Stefan Weil wrote: >> Am 10.01.2011 12:19, schrieb Mateusz Loskot: >>> On 07/01/11 18:15, Stefan Weil wrote: >>>> There are no precompiled windows binaries of current qemu, >>>> so you will have to compile them yourself (which is not difficult >>>> once you have the correct mingw environment). >>> >>> Great. I think I should be able to do that. >>> >>> Which version of QEMU source code should I grab? >>> Latest stable or development version from Git repo? >> >> >> I suggest using QEMU git master. You could try the binaries >> from my website: http://www.weilnetz.de/qemu/ > > Stefan, > > Thank you very much! > So far, I have tried to use versions of QEMU from Qemu Manager 0.7 > as well as QEMU 0.13 from > http://homepage3.nifty.com/takeda-toshiya/ > but without any luck. I suppose it's because these versions do not > have most recent OpenBIOS usable with SPARC. > > 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 tried to find instructions on building QEMU with MinGW. > No luck. Is there anything available? There are some instructions in qemu-doc.html. The main problem is getting a really complete MinGW environment. Then running ./configure make make install should be all you need. > > > Best regards,