[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 01/12] qom: Add TYPE_CONTAINER macro
From: |
Daniel P . Berrangé |
Subject: |
Re: [PATCH 01/12] qom: Add TYPE_CONTAINER macro |
Date: |
Thu, 21 Nov 2024 10:04:44 +0000 |
User-agent: |
Mutt/2.2.12 (2023-09-09) |
On Wed, Nov 20, 2024 at 04:56:52PM -0500, Peter Xu wrote:
> Provide a macro for the container type across QEMU source tree, rather than
> hard code it every time.
>
> Signed-off-by: Peter Xu <peterx@redhat.com>
> ---
> include/qom/object.h | 1 +
> hw/arm/stellaris.c | 2 +-
> qom/container.c | 4 ++--
> qom/object.c | 4 ++--
> 4 files changed, 6 insertions(+), 5 deletions(-)
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
With regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
- [PATCH 00/12] QOM: container_get() removal, Peter Xu, 2024/11/20
- [PATCH 02/12] qom: New container_create(), Peter Xu, 2024/11/20
- [PATCH 03/12] tests: Fix test-qdev-global-props on anonymous qdev realize(), Peter Xu, 2024/11/20
- [PATCH 01/12] qom: Add TYPE_CONTAINER macro, Peter Xu, 2024/11/20
- [PATCH 05/12] ui/console: Explicitly create "/backend" container, Peter Xu, 2024/11/20
- [PATCH 07/12] ppc/e500: Avoid abuse of container_get(), Peter Xu, 2024/11/20
- Re: [PATCH 07/12] ppc/e500: Avoid abuse of container_get(), Daniel P . Berrangé, 2024/11/21