Re: [PATCH v3 0/3] Trivial cleanups

2023-06-06 Thread BALATON Zoltan
On Tue, 6 Jun 2023, Mark Cave-Ayland wrote: On 05/06/2023 07:58, Bernhard Beschow wrote: Am 1. Juni 2023 12:45:47 UTC schrieb Mark Cave-Ayland : 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 Besc

Re: [PATCH v3 0/3] Trivial cleanups

2023-06-05 Thread Mark Cave-Ayland
On 05/06/2023 07:58, Bernhard Beschow wrote: Am 1. Juni 2023 12:45:47 UTC schrieb Mark Cave-Ayland : 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 co

Re: [PATCH v3 0/3] Trivial cleanups

2023-06-05 Thread Bernhard Beschow
Am 1. Juni 2023 12:45:47 UTC schrieb Mark Cave-Ayland : >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 i823

Re: [PATCH v3 0/3] Trivial cleanups

2023-06-04 Thread Mark Cave-Ayland
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_PA

Re: [PATCH v3 0/3] Trivial cleanups

2023-06-01 Thread Michael S. Tsirkin
On Thu, Jun 01, 2023 at 01:45:47PM +0100, Mark Cave-Ayland wrote: > 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

Re: [PATCH v3 0/3] Trivial cleanups

2023-06-01 Thread Mark Cave-Ayland
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_PA

Re: [PATCH v3 0/3] Trivial cleanups

2023-06-01 Thread Michael S. Tsirkin
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

Re: [PATCH v3 0/3] Trivial cleanups

2023-06-01 Thread Bernhard Beschow
Am 25. Mai 2023 16:03:15 UTC schrieb Mark Cave-Ayland : >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 >

Re: [PATCH v3 0/3] Trivial cleanups

2023-05-25 Thread Mark Cave-Ayland
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-th...@redhat.com

[PATCH v3 0/3] Trivial cleanups

2023-05-23 Thread Bernhard Beschow
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-th...@redhat.com/ v2: * Export ParallelState and ISAParallelStat