[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] hw/intc/Kconfig: Fix GIC settings when using "--without-defa
From: |
Fabiano Rosas |
Subject: |
Re: [PATCH] hw/intc/Kconfig: Fix GIC settings when using "--without-default-devices" |
Date: |
Wed, 21 Feb 2024 18:13:22 -0300 |
Thomas Huth <thuth@redhat.com> writes:
> When using "--without-default-devices", the ARM_GICV3_TCG and ARM_GIC_KVM
> settings currently get disabled, though the arm virt machine is only of
> very limited use in that case. This also causes the migration-test to
> fail in such builds. Let's make sure that we always keep the GIC switches
> enabled in the --without-default-devices builds, too.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
Tested-by: Fabiano Rosas <farosas@suse.de>