Re: [PATCH 2/2] qom: Use DECLARE_INTERFACE_CHECKER macro

2020-09-16 Thread Eduardo Habkost
On Thu, Sep 17, 2020 at 10:44:34AM +1000, David Gibson wrote: [...] > > diff --git a/include/hw/acpi/acpi_dev_interface.h > > b/include/hw/acpi/acpi_dev_interface.h > > index 9adf1e4706..96aa63919a 100644 > > --- a/include/hw/acpi/acpi_dev_interface.h > > +++ b/include/hw/acpi/acpi_dev_interface.h

Re: [PATCH 2/2] qom: Use DECLARE_INTERFACE_CHECKER macro

2020-09-16 Thread David Gibson
On Wed, Sep 16, 2020 at 06:32:58PM -0400, Eduardo Habkost wrote: > Mechanical search/replace to use the new > DECLARE_INTERFACE_CHECKER macro instead of manually defining > macros using INTERFACE_CHECK. > > Signed-off-by: Eduardo Habkost ppc parts Acked-by: David Gibson > --- > This is an alte

[PATCH 2/2] qom: Use DECLARE_INTERFACE_CHECKER macro

2020-09-16 Thread Eduardo Habkost
Mechanical search/replace to use the new DECLARE_INTERFACE_CHECKER macro instead of manually defining macros using INTERFACE_CHECK. Signed-off-by: Eduardo Habkost --- This is an alternative to the patches submitted at https://lore.kernel.org/qemu-devel/20200916193101.511600-3-ehabk...@redhat.com/