From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FbOSp-0007RV-Vl for qemu-devel@nongnu.org; Wed, 03 May 2006 17:00:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FbOSo-0007RD-HF for qemu-devel@nongnu.org; Wed, 03 May 2006 17:00:51 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FbOSo-0007RA-Aj for qemu-devel@nongnu.org; Wed, 03 May 2006 17:00:50 -0400 Received: from [64.233.162.204] (helo=nz-out-0102.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FbOTG-00067v-LV for qemu-devel@nongnu.org; Wed, 03 May 2006 17:01:18 -0400 Received: by nz-out-0102.google.com with SMTP id i11so290796nzh for ; Wed, 03 May 2006 14:00:44 -0700 (PDT) Message-ID: <46d6db660605031400s60a428e1l6fcb040aace9695e@mail.gmail.com> Date: Wed, 3 May 2006 23:00:44 +0200 From: "Christian MICHON" Subject: Re: [Qemu-devel] QEMU 0.8.1 In-Reply-To: <4459165F.7050605@bellard.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4459165F.7050605@bellard.org> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org mingw32 build breaks on "ssize_t" which should be "long" instead on win32 (see previous post on vnc.c). beyond this little detail, compiled version works fine on win32 (I'll do more testing tomorrow). do we need kqemu-1.3.0pre6.tar.gz for this version or a newer kqemu ? On 5/3/06, Fabrice Bellard wrote: > Hi, > > QEMU version 0.8.1 is available at http://bellard.org/qemu/download.html. > > version 0.8.1: > > - USB tablet support (Brad Campbell, Anthony Liguori) > - win32 host serial support (Kazu) > - PC speaker support (Joachim Henke) > - IDE LBA48 support (Jens Axboe) > - SSE3 support > - Solaris port (Ben Taylor) > - Preliminary SH4 target (Samuel Tardieu) > - VNC server (Anthony Liguori) > - slirp fixes (Ed Swierk et al.) > - USB fixes > - ARM Versatile Platform Baseboard emulation (Paul Brook) > > Fabrice. > > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel > -- Christian