[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 21/41] s390_flic: Move KVMS390FLICState typedef to header
From: |
Cornelia Huck |
Subject: |
Re: [PATCH 21/41] s390_flic: Move KVMS390FLICState typedef to header |
Date: |
Mon, 17 Aug 2020 09:26:54 +0200 |
On Thu, 13 Aug 2020 18:26:05 -0400
Eduardo Habkost <ehabkost@redhat.com> wrote:
> Move typedef closer to the type check macros, to make it easier
> to convert the code to OBJECT_DEFINE_TYPE() in the future.
>
> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
> ---
> include/hw/s390x/s390_flic.h | 1 +
> hw/intc/s390_flic_kvm.c | 4 ++--
> 2 files changed, 3 insertions(+), 2 deletions(-)
Acked-by: Cornelia Huck <cohuck@redhat.com>
- Re: [PATCH 15/41] tulip: Move TulipState typedef to header, (continued)
- [PATCH 18/41] i8254: Move PITCommonState/PITCommonClass typedefs to i8254.h, Eduardo Habkost, 2020/08/13
- [PATCH 19/41] hvf: Move HVFState typedef to hvf.h, Eduardo Habkost, 2020/08/13
- [PATCH 17/41] pci: Move PCIBusClass typedef to pci.h, Eduardo Habkost, 2020/08/13
- [PATCH 21/41] s390_flic: Move KVMS390FLICState typedef to header, Eduardo Habkost, 2020/08/13
- [PATCH 22/41] can_emu: Delete macros for non-existing typedef, Eduardo Habkost, 2020/08/13
- [PATCH 24/41] platform-bus: Delete macros for non-existing typedef, Eduardo Habkost, 2020/08/13
- [PATCH 27/41] qom: Fix G_DEFINE_AUTOPTR_CLEANUP_FUNC, Eduardo Habkost, 2020/08/13
- [PATCH 20/41] mcf_fec: Move mcf_fec_state typedef to header, Eduardo Habkost, 2020/08/13