Searched hist:"8 bd3f84d1f6fba0edebc450be6fa2c7630584df9" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/intc/ |
H A D | Kconfig | diff 829bb27765afba34a54c49c47b5c658ac84bec3a Wed Feb 21 05:00:59 CST 2024 Thomas Huth <thuth@redhat.com> hw/intc/Kconfig: Fix GIC settings when using "--without-default-devices"
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.
Message-ID: <20240221110059.152665-1-thuth@redhat.com> Tested-by: Fabiano Rosas <farosas@suse.de> Signed-off-by: Thomas Huth <thuth@redhat.com> (cherry picked from commit 8bd3f84d1f6fba0edebc450be6fa2c7630584df9) Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> diff 8bd3f84d1f6fba0edebc450be6fa2c7630584df9 Wed Feb 21 05:00:59 CST 2024 Thomas Huth <thuth@redhat.com> hw/intc/Kconfig: Fix GIC settings when using "--without-default-devices"
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.
Message-ID: <20240221110059.152665-1-thuth@redhat.com> Tested-by: Fabiano Rosas <farosas@suse.de> Signed-off-by: Thomas Huth <thuth@redhat.com>
|