|
From: | Thomas Huth |
Subject: | Re: [PATCH 01/10] acpi, qom: move object_resolve_type_unambiguous to core QOM |
Date: | Mon, 26 Feb 2024 08:00:36 +0100 |
User-agent: | Mozilla Thunderbird |
On 23/02/2024 13.43, Paolo Bonzini wrote:
object_resolve_type_unambiguous provides a useful functionality, that is currently emulated for example by usb_bus_find(). Move it to core code and add error reporting for increased generality. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> --- include/qom/object.h | 13 +++++++++++++ hw/i386/acpi-build.c | 19 ++++--------------- qom/object.c | 16 ++++++++++++++++ 3 files changed, 33 insertions(+), 15 deletions(-)
Reviewed-by: Thomas Huth <thuth@redhat.com>
[Prev in Thread] | Current Thread | [Next in Thread] |