[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 04/21] hw/tricore/testboard: Use qdev_new() instead of QOM ba
From: |
Bastian Koppelmann |
Subject: |
Re: [PATCH 04/21] hw/tricore/testboard: Use qdev_new() instead of QOM basic API |
Date: |
Mon, 19 Feb 2024 12:59:11 +0100 |
On Fri, Feb 16, 2024 at 12:02:55PM +0100, Philippe Mathieu-Daudé wrote:
> Prefer QDev API for QDev objects, avoid the underlying QOM layer.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
> include/hw/tricore/tricore_testdevice.h | 3 ---
> hw/tricore/tricore_testboard.c | 4 +---
> 2 files changed, 1 insertion(+), 6 deletions(-)
Reviewed-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Cheers,
Bastian
- [PATCH 00/21] hw: More QDev cleanups, Philippe Mathieu-Daudé, 2024/02/16
- [PATCH 01/21] hw/i386/pc: Do not use C99 mixed-declarations style, Philippe Mathieu-Daudé, 2024/02/16
- [PATCH 02/21] hw/i386/pc_sysfw: Use qdev_is_realized() instead of QOM API, Philippe Mathieu-Daudé, 2024/02/16
- [PATCH 03/21] hw/ppc/spapr_cpu: Use qdev_is_realized() instead of QOM API, Philippe Mathieu-Daudé, 2024/02/16
- [PATCH 04/21] hw/tricore/testboard: Use qdev_new() instead of QOM basic API, Philippe Mathieu-Daudé, 2024/02/16
- Re: [PATCH 04/21] hw/tricore/testboard: Use qdev_new() instead of QOM basic API,
Bastian Koppelmann <=
- [PATCH 05/21] hw/ppc/pnv_bmc: Use qdev_new() instead of QOM API, Philippe Mathieu-Daudé, 2024/02/16
- [PATCH 06/21] hw: Replace DEVICE(object_new) -> qdev_new(), Philippe Mathieu-Daudé, 2024/02/16
- [PATCH 07/21] target: Replace DEVICE(object_new) -> qdev_new(), Philippe Mathieu-Daudé, 2024/02/16
- [PATCH 09/21] hw/usb: Inline usb_try_new(), Philippe Mathieu-Daudé, 2024/02/16
- [PATCH 08/21] hw/isa: Inline isa_try_new(), Philippe Mathieu-Daudé, 2024/02/16
- [PATCH 10/21] hw/usb: Inline usb_new(), Philippe Mathieu-Daudé, 2024/02/16