From: "Andreas Färber" <afaerber@suse.de>
To: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Cc: qemu-trivial@nongnu.org, edgar.iglesias@gmail.com,
aliguori@us.ibm.com, qemu-devel@nongnu.org
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH v1 0/3] Serial cleanup
Date: Mon, 10 Jun 2013 13:49:38 +0200 [thread overview]
Message-ID: <51B5BD52.3050906@suse.de> (raw)
In-Reply-To: <CAEgOgz5Voft7RUCnEbCmqEhwOkyzZ44EDRX62q7jbdCS8TBsQg@mail.gmail.com>
Am 10.06.2013 12:23, schrieb Peter Crosthwaite:
> Ping!
>
> Any objections to this one going in? perhaps even via trivial queue?
No strong objection, but you are using an unusual 12-char indentation in
some places that you may want to check.
Otherwise the cosmetic cleanup looks fine to me.
Cheers,
Andreas
> On Mon, Jun 3, 2013 at 3:11 PM, <peter.crosthwaite@xilinx.com> wrote:
>> 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
>>
>
--
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
WARNING: multiple messages have this Message-ID (diff)
From: "Andreas Färber" <afaerber@suse.de>
To: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Cc: qemu-trivial@nongnu.org, edgar.iglesias@gmail.com,
aliguori@us.ibm.com, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v1 0/3] Serial cleanup
Date: Mon, 10 Jun 2013 13:49:38 +0200 [thread overview]
Message-ID: <51B5BD52.3050906@suse.de> (raw)
In-Reply-To: <CAEgOgz5Voft7RUCnEbCmqEhwOkyzZ44EDRX62q7jbdCS8TBsQg@mail.gmail.com>
Am 10.06.2013 12:23, schrieb Peter Crosthwaite:
> Ping!
>
> Any objections to this one going in? perhaps even via trivial queue?
No strong objection, but you are using an unusual 12-char indentation in
some places that you may want to check.
Otherwise the cosmetic cleanup looks fine to me.
Cheers,
Andreas
> On Mon, Jun 3, 2013 at 3:11 PM, <peter.crosthwaite@xilinx.com> wrote:
>> 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
>>
>
--
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
next prev parent reply other threads:[~2013-06-10 11:49 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-03 5:11 [Qemu-devel] [PATCH v1 0/3] Serial cleanup peter.crosthwaite
2013-06-03 5:12 ` [Qemu-trivial] [PATCH v1 1/3] char/serial: cosmetic fixes peter.crosthwaite
2013-06-03 5:12 ` [Qemu-devel] " peter.crosthwaite
2013-06-10 13:32 ` [Qemu-trivial] " Andreas Färber
2013-06-10 13:32 ` Andreas Färber
2013-06-10 15:17 ` [Qemu-trivial] " Michael Tokarev
2013-06-10 15:17 ` [Qemu-devel] " Michael Tokarev
2013-06-10 15:29 ` Michael Tokarev
2013-06-10 15:29 ` [Qemu-devel] " Michael Tokarev
2013-06-10 22:24 ` [Qemu-trivial] [Qemu-devel] " Peter Crosthwaite
2013-06-10 22:24 ` [Qemu-devel] [Qemu-trivial] " 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-trivial] [PATCH v1 3/3] char/serial: serial_ioport_write: Factor out common code peter.crosthwaite
2013-06-03 5:14 ` [Qemu-devel] " peter.crosthwaite
2013-06-10 13:35 ` [Qemu-trivial] " Andreas Färber
2013-06-10 13:35 ` Andreas Färber
2013-06-10 10:23 ` [Qemu-trivial] [PATCH v1 0/3] Serial cleanup Peter Crosthwaite
2013-06-10 10:23 ` [Qemu-devel] " Peter Crosthwaite
2013-06-10 11:49 ` Andreas Färber [this message]
2013-06-10 11:49 ` Andreas Färber
2013-06-10 12:09 ` [Qemu-trivial] " Peter Crosthwaite
2013-06-10 12:09 ` Peter Crosthwaite
2013-06-11 11:23 ` [Qemu-trivial] " Michael Tokarev
2013-06-11 11:23 ` [Qemu-devel] " 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=51B5BD52.3050906@suse.de \
--to=afaerber@suse.de \
--cc=aliguori@us.ibm.com \
--cc=edgar.iglesias@gmail.com \
--cc=peter.crosthwaite@xilinx.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.