Revision 30cd8604323dbaf20a80e797fe7057f5b02e394d authored by Eric Hankland on 18 July 2019, 18:38:18 UTC, committed by Paolo Bonzini on 20 July 2019, 07:00:48 UTC
Updates KVM_CAP_PMU_EVENT_FILTER so it can also whitelist or blacklist
fixed counters.

Signed-off-by: Eric Hankland <ehankland@google.com>
[No need to check padding fields for zero. - Paolo]
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
1 parent 88dddc1
Raw File
Kconfig
# SPDX-License-Identifier: GPL-2.0-only
config CORDIC
	tristate "CORDIC algorithm"
	help
	  This option provides an implementation of the CORDIC algorithm;
	  calculations are in fixed point. Module will be called cordic.

config PRIME_NUMBERS
	tristate

config RATIONAL
	bool
back to top