From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KSYEE-0002wW-6A for qemu-devel@nongnu.org; Mon, 11 Aug 2008 10:18:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KSYE9-0002vH-Qx for qemu-devel@nongnu.org; Mon, 11 Aug 2008 10:18:33 -0400 Received: from [199.232.76.173] (port=56965 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KSYE9-0002vC-Im for qemu-devel@nongnu.org; Mon, 11 Aug 2008 10:18:29 -0400 Received: from wr-out-0506.google.com ([64.233.184.228]:36550) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KSYE8-0000gn-RK for qemu-devel@nongnu.org; Mon, 11 Aug 2008 10:18:29 -0400 Received: by wr-out-0506.google.com with SMTP id c46so1614002wra.18 for ; Mon, 11 Aug 2008 07:18:20 -0700 (PDT) Message-ID: <48A04A06.3060705@codemonkey.ws> Date: Mon, 11 Aug 2008 09:17:42 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] upgrading emulated UART to 16550A References: <489C7B19.5030905@eu.citrix.com> In-Reply-To: <489C7B19.5030905@eu.citrix.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 Stefano Stabellini wrote: > Same comments as before, but this time the cross-platform compatibility > code should be correct. > More opinions on this are welcome. > Applied. Thanks. Regards, Anthony Liguori > Signed-off-by: Stefano Stabellini > > --- > >