mbox series

[v2,0/1] target/riscv/kvm: tolerate KVM disable ext errors

Message ID 20240422171425.333037-1-dbarboza@ventanamicro.com
Headers show
Series target/riscv/kvm: tolerate KVM disable ext errors | expand

Message

Daniel Henrique Barboza April 22, 2024, 5:14 p.m. UTC
Hi,

In this new version we changed the commit message a bit and we're now
only handling the case for EINVAL. Both were suggested by Drew in v1.

Changes from v1:
- added an extra paragraph explaining why we're throwing an warning
- changed the warning string
- warning is now being thrown only if EINVAL is returned. We'll keep
  erroring out otherwise.
- v1 link: https://lore.kernel.org/qemu-riscv/20240422131253.313869-1-dbarboza@ventanamicro.com/

Daniel Henrique Barboza (1):
  target/riscv/kvm: tolerate KVM disable ext errors

 target/riscv/kvm/kvm-cpu.c | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)