qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Bernhard Beschow <shentey@gmail.com>
To: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>,
	"Michael S. Tsirkin" <mst@redhat.com>
Cc: qemu-devel@nongnu.org, qemu-trivial@nongnu.org,
	"Richard Henderson" <richard.henderson@linaro.org>,
	"Hervé Poussineau" <hpoussin@reactos.org>,
	"Marc-André Lureau" <marcandre.lureau@redhat.com>,
	"Peter Maydell" <peter.maydell@linaro.org>,
	qemu-ppc@nongnu.org,
	"Marcel Apfelbaum" <marcel.apfelbaum@gmail.com>,
	"Eduardo Habkost" <eduardo@habkost.net>,
	"Michael Tokarev" <mjt@tls.msk.ru>,
	qemu-arm@nongnu.org, "Laurent Vivier" <laurent@vivier.eu>,
	"Paolo Bonzini" <pbonzini@redhat.com>
Subject: Re: [PATCH v3 0/3] Trivial cleanups
Date: Mon, 05 Jun 2023 06:58:55 +0000	[thread overview]
Message-ID: <8187BA4B-5031-4AC6-A94C-27AB714C850C@gmail.com> (raw)
In-Reply-To: <5982629b-0ff1-2525-e16a-309257710a20@ilande.co.uk>



Am 1. Juni 2023 12:45:47 UTC schrieb Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>:
>On 01/06/2023 13:07, Michael S. Tsirkin wrote:
>
>> On Thu, May 25, 2023 at 05:03:15PM +0100, Mark Cave-Ayland wrote:
>>> On 23/05/2023 20:56, Bernhard Beschow wrote:
>>> 
>>>> This series:
>>>> * Removes dead code from omap_uart and i82378
>>>> * Resolves redundant code in the i8254 timer devices
>>>> 
>>>> v3:
>>>> * Drop TYPE_ISA_PARALLEL since they became obsolete by
>>>>     https://lore.kernel.org/qemu-devel/20230522115014.1110840-9-thuth@redhat.com/
>>> 
>>> Oh I didn't see that this had already been merged :/
>>> 
>>> It's not a reason to block this series, but I'd still like to see your
>>> changes to ParallelState and ISAParallelState merged separately since they
>>> are a better match for our QOM coding standards.
>>> 
>>>> v2:
>>>> * Export ParallelState and ISAParallelState (Mark)
>>>> 
>>>> Testing done:
>>>> * `make check`
>>>> 
>>>> Bernhard Beschow (3):
>>>>     hw/timer/i8254_common: Share "iobase" property via base class
>>>>     hw/arm/omap: Remove unused omap_uart_attach()
>>>>     hw/isa/i82378: Remove unused "io" attribute
>>>> 
>>>>    include/hw/arm/omap.h   | 1 -
>>>>    hw/char/omap_uart.c     | 9 ---------
>>>>    hw/i386/kvm/i8254.c     | 1 -
>>>>    hw/isa/i82378.c         | 1 -
>>>>    hw/timer/i8254.c        | 6 ------
>>>>    hw/timer/i8254_common.c | 6 ++++++
>>>>    6 files changed, 6 insertions(+), 18 deletions(-)
>>> 
>>> Do we know who is going to pick up these series? I can send a PR if no-one minds?
>>> 
>> 
>> 
>> Go ahead:
>> 
>> Acked-by: Michael S. Tsirkin <mst@redhat.com>
>
>Thanks Michael! Is there any objection to also including https://patchew.org/QEMU/20230531211043.41724-1-shentey@gmail.com/ at the same time?
>
>Bernhard: if you are able to submit a rebased version of the ISA_PARALLEL cleanups at https://patchew.org/QEMU/20230521123049.312349-1-shentey@gmail.com/ I think it is worth considering those for inclusion in the PR as well (note the comments re: an updated commit message and register definitions, but I can't really do this myself because of the missing SoB).

What could I put into the commit message?

I'm also wondering: Why export the structure but not the register definitions? Are the register definitions not part of the interface? I think these could be used in unittests -- if we had any -- to avoid magic numbers.

Best regards,
Bernhard

>
>
>ATB,
>
>Mark.
>


  parent reply	other threads:[~2023-06-05  7:00 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-23 19:56 [PATCH v3 0/3] Trivial cleanups Bernhard Beschow
2023-05-23 19:56 ` [PATCH v3 1/3] hw/timer/i8254_common: Share "iobase" property via base class Bernhard Beschow
2023-05-23 19:56 ` [PATCH v3 2/3] hw/arm/omap: Remove unused omap_uart_attach() Bernhard Beschow
2023-05-23 19:56 ` [PATCH v3 3/3] hw/isa/i82378: Remove unused "io" attribute Bernhard Beschow
2023-05-24  6:18   ` Philippe Mathieu-Daudé
2023-05-25 16:03 ` [PATCH v3 0/3] Trivial cleanups Mark Cave-Ayland
2023-06-01 11:44   ` Bernhard Beschow
2023-06-01 12:07   ` Michael S. Tsirkin
2023-06-01 12:45     ` Mark Cave-Ayland
2023-06-01 14:37       ` Michael S. Tsirkin
2023-06-05  6:58       ` Bernhard Beschow [this message]
2023-06-06  6:49         ` Mark Cave-Ayland
2023-06-06  9:55           ` BALATON Zoltan
2023-06-05  5:49     ` Mark Cave-Ayland

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=8187BA4B-5031-4AC6-A94C-27AB714C850C@gmail.com \
    --to=shentey@gmail.com \
    --cc=eduardo@habkost.net \
    --cc=hpoussin@reactos.org \
    --cc=laurent@vivier.eu \
    --cc=marcandre.lureau@redhat.com \
    --cc=marcel.apfelbaum@gmail.com \
    --cc=mark.cave-ayland@ilande.co.uk \
    --cc=mjt@tls.msk.ru \
    --cc=mst@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    --cc=richard.henderson@linaro.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).