]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: arm64: Add three sets of flags to the vcpu state
authorMarc Zyngier <maz@kernel.org>
Sat, 28 May 2022 11:38:16 +0000 (12:38 +0100)
committerMarc Zyngier <maz@kernel.org>
Thu, 9 Jun 2022 11:02:12 +0000 (12:02 +0100)
commit67032e08caa37632d69bc49fdb51c1165ae09d0c
treefc26b966023be09f49b4eeaad79f415d3944f3f1
parent7b73e3d77a467455a4cc358299ec2a75968b8271
KVM: arm64: Add three sets of flags to the vcpu state

It so appears that each of the vcpu flags is really belonging to
one of three categories:

- a configuration flag, set once and for all
- an input flag generated by the kernel for the hypervisor to use
- a state flag that is only for the kernel's own bookkeeping

As we are going to split all the existing flags into these three
sets, introduce all three in one go.

No functional change other than a bit of bloat...

Reviewed-by: Fuad Tabba <tabba@google.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/include/asm/kvm_host.h