From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KRCnx-0006sr-B2 for qemu-devel@nongnu.org; Thu, 07 Aug 2008 17:13:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KRCnv-0006pN-K8 for qemu-devel@nongnu.org; Thu, 07 Aug 2008 17:13:52 -0400 Received: from [199.232.76.173] (port=40938 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KRCnv-0006pC-Gd for qemu-devel@nongnu.org; Thu, 07 Aug 2008 17:13:51 -0400 Received: from wr-out-0506.google.com ([64.233.184.239]:2811) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KRCnu-00025s-UL for qemu-devel@nongnu.org; Thu, 07 Aug 2008 17:13:51 -0400 Received: by wr-out-0506.google.com with SMTP id c46so557229wra.18 for ; Thu, 07 Aug 2008 14:13:46 -0700 (PDT) Message-ID: <489B6566.8040909@codemonkey.ws> Date: Thu, 07 Aug 2008 16:13:10 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] upgrading emulated UART to 16550A References: <489B3278.4080001@eu.citrix.com> <489B45E3.9040005@codemonkey.ws> <20080807210232.GA4507@implementation> In-Reply-To: <20080807210232.GA4507@implementation> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit 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 Samuel Thibault wrote: > 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. > Yup, via mingw. But it doesn't seem termios or sys/ioctl are really being used in this file anyway? Regards, Anthony Liguori > Samuel > > >