|
From: | Philippe Mathieu-Daudé |
Subject: | Re: [PATCH v2 1/6] hw/i386/x86: Let ioapic_init_gsi() take parent as pointer |
Date: | Mon, 26 Feb 2024 09:27:50 +0100 |
User-agent: | Mozilla Thunderbird |
On 24/2/24 14:58, Bernhard Beschow wrote:
Rather than taking a QOM name which has to be resolved, let's pass the parent directly as pointer. This simplifies the code. Signed-off-by: Bernhard Beschow <shentey@gmail.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> --- include/hw/i386/x86.h | 2 +- hw/i386/microvm.c | 2 +- hw/i386/pc_piix.c | 7 +++---- hw/i386/pc_q35.c | 2 +- hw/i386/x86.c | 7 +++---- 5 files changed, 9 insertions(+), 11 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
[Prev in Thread] | Current Thread | [Next in Thread] |