[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH for-6.2 3/6] s390-sclp-events-bus: Set instance_size
From: |
Cornelia Huck |
Subject: |
Re: [PATCH for-6.2 3/6] s390-sclp-events-bus: Set instance_size |
Date: |
Fri, 06 Aug 2021 13:44:13 +0200 |
User-agent: |
Notmuch/0.32.1 (https://notmuchmail.org) |
On Thu, Aug 05 2021, Eduardo Habkost <ehabkost@redhat.com> wrote:
> We have a SCLPEventsBus struct defined, but the struct is not
> used at the TypeInfo definition. This works today but will break
> silently if anybody adds a new field to SCLPEventsBus.
>
> Set instance_size properly to avoid problems in the future.
>
> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
> ---
> Cc: Cornelia Huck <cohuck@redhat.com>
> Cc: Thomas Huth <thuth@redhat.com>
> Cc: Halil Pasic <pasic@linux.ibm.com>
> Cc: Christian Borntraeger <borntraeger@de.ibm.com>
> Cc: Richard Henderson <richard.henderson@linaro.org>
> Cc: David Hildenbrand <david@redhat.com>
> Cc: qemu-s390x@nongnu.org
> Cc: qemu-devel@nongnu.org
> ---
> hw/s390x/event-facility.c | 1 +
> 1 file changed, 1 insertion(+)
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
(I assume that you'll queue the whole series yourself? Or should we pick
the s390x parts separately?)