[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 0/3] Trivial cleanups
From: |
Bernhard Beschow |
Subject: |
Re: [PATCH v3 0/3] Trivial cleanups |
Date: |
Thu, 01 Jun 2023 11:44:46 +0000 |
Am 25. Mai 2023 16:03:15 UTC schrieb Mark Cave-Ayland
<mark.cave-ayland@ilande.co.uk>:
>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?
I guess the silence means that no one minds ;)
Perhaps we could queue these changes together with my VIA/PCI IDE cleanup
series once it is fully reviewed?
Best regards,
Bernhard
>
>
>ATB,
>
>Mark.