diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2023-10-27 12:58:03 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2023-10-27 12:58:03 +0300 |
commit | 303d77a6e1707498f09c9d8ee91b1dc07ca315a5 (patch) | |
tree | 32832416e9a727c4f6c17b1500c28cf117ea4cea /arch/powerpc/Kconfig.debug | |
parent | 36e826b568e412f61d68fedc02a67b4d8b7583cc (diff) | |
parent | b7bce570430e42229fb63f775fcbb10f38b83c71 (diff) | |
download | linux-303d77a6e1707498f09c9d8ee91b1dc07ca315a5.tar.xz |
Merge branch 'topic/ppc-kvm' into next
Merge our KVM topic branch, this has been independently included in linux-next
for most of the development cycle.
Diffstat (limited to 'arch/powerpc/Kconfig.debug')
-rw-r--r-- | arch/powerpc/Kconfig.debug | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig.debug b/arch/powerpc/Kconfig.debug index 50ff3359cde9..ea4033abc07d 100644 --- a/arch/powerpc/Kconfig.debug +++ b/arch/powerpc/Kconfig.debug @@ -82,6 +82,18 @@ config MSI_BITMAP_SELFTEST bool "Run self-tests of the MSI bitmap code" depends on DEBUG_KERNEL +config GUEST_STATE_BUFFER_TEST + def_tristate n + prompt "Enable Guest State Buffer unit tests" + depends on KUNIT + depends on KVM_BOOK3S_HV_POSSIBLE + default KUNIT_ALL_TESTS + help + The Guest State Buffer is a data format specified in the PAPR. + It is by hcalls to communicate the state of L2 guests between + the L1 and L0 hypervisors. Enable unit tests for the library + used to create and use guest state buffers. + config PPC_IRQ_SOFT_MASK_DEBUG bool "Include extra checks for powerpc irq soft masking" depends on PPC64 |