qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: David Gibson <david@gibson.dropbear.id.au>
To: Eduardo Habkost <ehabkost@redhat.com>
Cc: qemu-ppc@nongnu.org, Paolo Bonzini <pbonzini@redhat.com>,
	Jason Wang <jasowang@redhat.com>,
	"Daniel P. Berrange" <berrange@redhat.com>,
	qemu-devel@nongnu.org
Subject: Re: [PATCH 1/8] etsec: Use TYPE_ETSEC_COMMON constant
Date: Thu, 27 Aug 2020 10:01:03 +1000	[thread overview]
Message-ID: <20200827000103.GA2014948@yekko.fritz.box> (raw)
In-Reply-To: <20200826184334.4120620-2-ehabkost@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 1249 bytes --]

On Wed, Aug 26, 2020 at 02:43:27PM -0400, Eduardo Habkost wrote:
> This will make future conversion to use OBJECT_DECLARE* easier.
> 
> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>

Acked-by: David Gibson <david@gibson.dropbear.id.au>

> ---
> Cc: David Gibson <david@gibson.dropbear.id.au>
> Cc: Jason Wang <jasowang@redhat.com>
> Cc: qemu-ppc@nongnu.org
> Cc: qemu-devel@nongnu.org
> ---
>  hw/net/fsl_etsec/etsec.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/hw/net/fsl_etsec/etsec.c b/hw/net/fsl_etsec/etsec.c
> index 7035cf4eb9..ad20b22cdd 100644
> --- a/hw/net/fsl_etsec/etsec.c
> +++ b/hw/net/fsl_etsec/etsec.c
> @@ -430,7 +430,7 @@ static void etsec_class_init(ObjectClass *klass, void *data)
>  }
>  
>  static TypeInfo etsec_info = {
> -    .name                  = "eTSEC",
> +    .name                  = TYPE_ETSEC_COMMON,
>      .parent                = TYPE_SYS_BUS_DEVICE,
>      .instance_size         = sizeof(eTSEC),
>      .class_init            = etsec_class_init,

-- 
David Gibson			| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au	| minimalist, thank you.  NOT _the_ _other_
				| _way_ _around_!
http://www.ozlabs.org/~dgibson

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  reply	other threads:[~2020-08-27  9:49 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-26 18:43 [PATCH 0/8] qom: Use TYPE_* constants Eduardo Habkost
2020-08-26 18:43 ` [PATCH 1/8] etsec: Use TYPE_ETSEC_COMMON constant Eduardo Habkost
2020-08-27  0:01   ` David Gibson [this message]
2020-08-27  1:27   ` Li Qiang
2020-08-26 18:43 ` [PATCH 2/8] nios2_iic: Use TYPE_ALTERA_IIC constant Eduardo Habkost
2020-08-27  1:28   ` Li Qiang
2020-08-26 18:43 ` [PATCH 3/8] amd_iommu: Use TYPE_AMD_IOMMU_PCI constant Eduardo Habkost
2020-08-27  1:29   ` Li Qiang
2020-08-27 12:07   ` Michael S. Tsirkin
2020-08-26 18:43 ` [PATCH 4/8] sclpconsole: Use TYPE_* constants Eduardo Habkost
2020-08-27  1:29   ` Li Qiang
2020-08-27  4:42   ` Thomas Huth
2020-08-27  7:14   ` Cornelia Huck
2020-08-26 18:43 ` [PATCH 5/8] xlnx-zcu102: Use TYPE_ZCU102_MACHINE constant Eduardo Habkost
2020-08-26 18:44   ` Edgar E. Iglesias
2020-08-26 19:25   ` Alistair Francis
2020-08-27  1:31   ` Li Qiang
2020-08-26 18:43 ` [PATCH 6/8] tosa: Use TYPE_TOSA_MISC_GPIO constant Eduardo Habkost
2020-08-27  1:32   ` Li Qiang
2020-08-26 18:43 ` [PATCH 7/8] ppce500: Use TYPE_PPC_E500_PCI_BRIDGE constant Eduardo Habkost
2020-08-27  0:01   ` David Gibson
2020-08-27  1:32   ` Li Qiang
2020-08-26 18:43 ` [PATCH 8/8] dc390: Use TYPE_DC390_DEVICE constant Eduardo Habkost
2020-08-27  1:33   ` Li Qiang
2020-08-27 18:22 ` [PATCH 0/8] qom: Use TYPE_* constants Eduardo Habkost

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200827000103.GA2014948@yekko.fritz.box \
    --to=david@gibson.dropbear.id.au \
    --cc=berrange@redhat.com \
    --cc=ehabkost@redhat.com \
    --cc=jasowang@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).