qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] upgrading emulated UART to 16550A


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH] upgrading emulated UART to 16550A
Date: Thu, 07 Aug 2008 16:13:10 -0500
User-agent: Thunderbird 2.0.0.14 (X11/20080501)

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 <termios.h>
+#include <sys/ioctl.h>
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







reply via email to

[Prev in Thread] Current Thread [Next in Thread]