From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MEVct-0001iR-9A for qemu-devel@nongnu.org; Wed, 10 Jun 2009 17:46:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MEVcn-0001hO-RS for qemu-devel@nongnu.org; Wed, 10 Jun 2009 17:46:30 -0400 Received: from [199.232.76.173] (port=59376 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEVcn-0001hL-JP for qemu-devel@nongnu.org; Wed, 10 Jun 2009 17:46:25 -0400 Received: from main.gmane.org ([80.91.229.2]:38395 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MEVcn-00054F-1S for qemu-devel@nongnu.org; Wed, 10 Jun 2009 17:46:25 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MEVcl-0002LY-2l for qemu-devel@nongnu.org; Wed, 10 Jun 2009 21:46:23 +0000 Received: from 204.147.152.1 ([204.147.152.1]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Jun 2009 21:46:23 +0000 Received: from void by 204.147.152.1 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Jun 2009 21:46:23 +0000 From: Consul Date: Wed, 10 Jun 2009 14:46:09 -0700 Message-ID: References: <60cad3f0906100453y7a27dc2fhb1ea7d4c6f69e861@mail.gmail.com> <60cad3f0906101352o55dbb029i96989f52503e22a1@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit In-Reply-To: <60cad3f0906101352o55dbb029i96989f52503e22a1@mail.gmail.com> Sender: news Subject: [Qemu-devel] Re: [PATCH] Fix cygwin build and simplify feature detection in 'configure' script List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org David Turner wrote: > As a related note, is anyone seriously using/developing the mainline > QEMU sources on/for Windows? I don't consider myself "seriously developing" qemu but... > If so, what is the recommended environment to do so? I'm currently using MSYS + mingw + msysgit works fine for me There is a resent post around here about VS port of qemu also, if you're interested > Finally, what is the best way to send patches to this list?. I notice Inline and/or plain text attachments are generally accepted > that many patches are also sent directly to various developers, > and that they tend to get reviewed/accepted/rejected a tad more rapidly. That seems to be true. Some folks here prefer to be always cc'ed. That does not work for me. I can post to the gmane newsgroup only from this location due to stupid firewall rules. > By the way, I'd be happy to regularly check the Windows mainline build > if that can help. Well, an extra pair of eyes certainly would not hurt... > > I'm also preparing a series of patches that fix several Windows-specific > issues (most of them related > to this horrible thing they called Winsock...). You scared me :) > > Thanks for your time. > > - David