From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KRCd4-0002nC-GR for qemu-devel@nongnu.org; Thu, 07 Aug 2008 17:02:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KRCd2-0002jM-Ls for qemu-devel@nongnu.org; Thu, 07 Aug 2008 17:02:38 -0400 Received: from [199.232.76.173] (port=48927 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KRCd2-0002j9-GL for qemu-devel@nongnu.org; Thu, 07 Aug 2008 17:02:36 -0400 Received: from mtaout01-winn.ispmail.ntl.com ([81.103.221.47]:3170) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KRCd1-0000Zm-RU for qemu-devel@nongnu.org; Thu, 07 Aug 2008 17:02:36 -0400 Received: from aamtaout03-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout01-winn.ispmail.ntl.com with ESMTP id <20080807210233.RWGR777.mtaout01-winn.ispmail.ntl.com@aamtaout03-winn.ispmail.ntl.com> for ; Thu, 7 Aug 2008 22:02:33 +0100 Received: from implementation.famille.thibault.fr ([82.21.96.230]) by aamtaout03-winn.ispmail.ntl.com with ESMTP id <20080807210233.LZOQ29597.aamtaout03-winn.ispmail.ntl.com@implementation.famille.thibault.fr> for ; Thu, 7 Aug 2008 22:02:33 +0100 Received: from samy by implementation.famille.thibault.fr with local (Exim 4.69) (envelope-from ) id 1KRCcy-0001Fg-5R for qemu-devel@nongnu.org; Thu, 07 Aug 2008 23:02:32 +0200 Date: Thu, 7 Aug 2008 22:02:32 +0100 From: Samuel Thibault Subject: Re: [Qemu-devel] [PATCH] upgrading emulated UART to 16550A Message-ID: <20080807210232.GA4507@implementation> References: <489B3278.4080001@eu.citrix.com> <489B45E3.9040005@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <489B45E3.9040005@codemonkey.ws> 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 Anthony Liguori, le Thu 07 Aug 2008 13:58:43 -0500, a écrit : > >@@ -21,6 +21,10 @@ > > * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS > > IN > > * THE SOFTWARE. > > */ > >+ > >+#include > >+#include > > > > This doesn't look Windows friendly. How is qemu compiled on windows? Native with the windows headers? That's quite different then indeed. Samuel