From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47658) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgAPI-00083T-Hg for qemu-devel@nongnu.org; Wed, 05 Dec 2012 03:32:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TgAPH-0000nk-GJ for qemu-devel@nongnu.org; Wed, 05 Dec 2012 03:32:40 -0500 Received: from mail-la0-f45.google.com ([209.85.215.45]:47731) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgAPH-0000nf-9O for qemu-devel@nongnu.org; Wed, 05 Dec 2012 03:32:39 -0500 Received: by mail-la0-f45.google.com with SMTP id p9so3556250laa.4 for ; Wed, 05 Dec 2012 00:32:37 -0800 (PST) Date: Wed, 5 Dec 2012 09:32:34 +0100 From: "Edgar E. Iglesias" Message-ID: <20121205083234.GA8278@edde.se.axis.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v1 0/3] Xilinx Microblaze IP updates List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite Cc: peter.maydell@linaro.org, qemu-devel@nongnu.org On Wed, Dec 05, 2012 at 04:53:41PM +1000, Peter Crosthwaite wrote: > Minor fixes to xilinx microblaze IP. > > Peter Crosthwaite (3): > xilinx_axienet: Implement R_IS behaviour > xilinx_uartlite: suppress "cannot receive message" > xilinx_uartlite: Accept input after rx FIFO pop > > hw/xilinx_axienet.c | 4 ++++ > hw/xilinx_uartlite.c | 7 ++----- > 2 files changed, 6 insertions(+), 5 deletions(-) > Applied all, thanks Peter.