mbox series

[v2,0/2] riscv, kvm: support KVM_GET_REG_LIST

Message ID 20231003132148.797921-1-dbarboza@ventanamicro.com
Headers show
Series riscv, kvm: support KVM_GET_REG_LIST | expand

Message

Daniel Henrique Barboza Oct. 3, 2023, 1:21 p.m. UTC
Hi,

In this new version all instances of "error_setg(&error_fatal, ..." were
replaced with error_report() and exit(1), as suggested by Phil in v1.

No other changes made.

Changes from v1:
- patches 1 and 2:
  - replace 'error_setg(&error_fatal" with error_report() and exit(1)
- v1 link: https://lore.kernel.org/qemu-riscv/20231003113259.771539-1-dbarboza@ventanamicro.com/

Daniel Henrique Barboza (2):
  target/riscv/kvm: improve 'init_multiext_cfg' error msg
  target/riscv/kvm: support KVM_GET_REG_LIST

 target/riscv/kvm/kvm-cpu.c | 100 +++++++++++++++++++++++++++++++++++--
 1 file changed, 97 insertions(+), 3 deletions(-)