[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH for-6.2 11/12] [automated] Use OBJECT_DECLARE_TYPE when possi
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH for-6.2 11/12] [automated] Use OBJECT_DECLARE_TYPE when possible |
Date: |
Sat, 7 Aug 2021 10:02:14 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 |
On 8/6/21 11:11 PM, Eduardo Habkost wrote:
> Replace typedefs + DECLARE_OBJ_CHECKERS with equivalent
> OBJECT_DECLARE_TYPE macro.
>
> Generated using:
>
> $ ./scripts/codeconverter/converter.py -i \
> --pattern=AddObjectDeclareType $(git grep -l '' -- '*.[ch]')
>
> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
> ---
> Cc: John Snow <jsnow@redhat.com>
> Cc: Kevin Wolf <kwolf@redhat.com>
> Cc: Max Reitz <mreitz@redhat.com>
> Cc: Gerd Hoffmann <kraxel@redhat.com>
> Cc: "Daniel P. Berrangé" <berrange@redhat.com>
> Cc: David Gibson <david@gibson.dropbear.id.au>
> Cc: Greg Kurz <groug@kaod.org>
> Cc: "Cédric Le Goater" <clg@kaod.org>
> Cc: Richard Henderson <richard.henderson@linaro.org>
> Cc: Paolo Bonzini <pbonzini@redhat.com>
> Cc: qemu-block@nongnu.org
> Cc: qemu-devel@nongnu.org
> Cc: qemu-ppc@nongnu.org
> ---
> hw/usb/u2f.h | 6 +-----
> include/crypto/tlscreds.h | 5 +----
> include/hw/ppc/spapr_drc.h | 5 +----
> include/hw/ppc/spapr_xive.h | 5 +----
> include/qemu/accel.h | 4 +---
> hw/block/fdc-sysbus.c | 5 +----
> 6 files changed, 6 insertions(+), 24 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>