qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: peter.crosthwaite@xilinx.com
To: qemu-devel@nongnu.org
Cc: edgar.iglesias@gmail.com, aliguori@us.ibm.com,
	Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Subject: [Qemu-devel] [PATCH v1 0/3]  Serial cleanup
Date: Mon,  3 Jun 2013 15:11:13 +1000	[thread overview]
Message-ID: <cover.1370236013.git.peter.crosthwaite@xilinx.com> (raw)

From: Peter Crosthwaite <peter.crosthwaite@xilinx.com>

Some cosmetics, refactored to use util/fifo8 for the FIFO8, then
factored out some common code.

Tested as working on petalogix-ml605 machine model + Linux (has
coverage of serial fifo usage).


Peter Crosthwaite (3):
  char/serial: cosmetic fixes.
  char/serial: Use generic Fifo8
  char/serial: serial_ioport_write: Factor out common code

 hw/char/serial.c         | 128 +++++++++++++++++++----------------------------
 include/hw/char/serial.h |  15 ++----
 2 files changed, 56 insertions(+), 87 deletions(-)

-- 
1.8.3.rc1.44.gb387c77.dirty

             reply	other threads:[~2013-06-03  5:13 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-03  5:11 peter.crosthwaite [this message]
2013-06-03  5:12 ` [Qemu-devel] [PATCH v1 1/3] char/serial: cosmetic fixes peter.crosthwaite
2013-06-10 13:32   ` Andreas Färber
2013-06-10 15:17   ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev
2013-06-10 15:29     ` Michael Tokarev
2013-06-10 22:24       ` Peter Crosthwaite
2013-06-03  5:13 ` [Qemu-devel] [PATCH v1 2/3] char/serial: Use generic Fifo8 peter.crosthwaite
2013-06-03  5:14 ` [Qemu-devel] [PATCH v1 3/3] char/serial: serial_ioport_write: Factor out common code peter.crosthwaite
2013-06-10 13:35   ` Andreas Färber
2013-06-10 10:23 ` [Qemu-devel] [PATCH v1 0/3] Serial cleanup Peter Crosthwaite
2013-06-10 11:49   ` Andreas Färber
2013-06-10 12:09     ` Peter Crosthwaite
2013-06-11 11:23   ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1370236013.git.peter.crosthwaite@xilinx.com \
    --to=peter.crosthwaite@xilinx.com \
    --cc=aliguori@us.ibm.com \
    --cc=edgar.iglesias@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).