summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/kvm_aia_aplic.h
diff options
context:
space:
mode:
authorDaniel Henrique Barboza <dbarboza@ventanamicro.com>2023-08-03 13:32:59 -0300
committerAnup Patel <anup@brainfault.org>2023-08-08 17:25:55 +0530
commit63bd660657efade03270c8cc7e3d9b6993350e56 (patch)
treeaa136469dbe975abf665a32da73dfef973fc308c /arch/riscv/include/asm/kvm_aia_aplic.h
parentbea8d23713a2b2dc07ae9d7325b1269dff8c8a1f (diff)
RISC-V: KVM: avoid EBUSY when writing the same machine ID val
Right now we do not allow any write in mvendorid/marchid/mimpid if the vcpu already started, preventing these regs to be changed. However, if userspace doesn't change them, an alternative is to consider the reg write a no-op and avoid erroring out altogether. Userpace can then be oblivious about KVM internals if no changes were intended in the first place. Allow the same form of 'lazy writing' that registers such as zicbom/zicboz_block_size supports: avoid erroring out if userspace makes no changes in mvendorid/marchid/mimpid during reg write. Signed-off-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com> Reviewed-by: Andrew Jones <ajones@ventanamicro.com> Signed-off-by: Anup Patel <anup@brainfault.org>
Diffstat (limited to 'arch/riscv/include/asm/kvm_aia_aplic.h')
0 files changed, 0 insertions, 0 deletions