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

Daniel Henrique Barboza posted 2 patches 7 months ago
Failed in applying to current master (apply log)
target/riscv/kvm/kvm-cpu.c | 100 +++++++++++++++++++++++++++++++++++--
1 file changed, 97 insertions(+), 3 deletions(-)
[PATCH v2 0/2] riscv, kvm: support KVM_GET_REG_LIST
Posted by Daniel Henrique Barboza 7 months ago
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(-)

-- 
2.41.0