Star4
53
代码介绍
代码
Issues31
Pull Requests19
流水线
Actions
讨论
Wiki
项目成员37
分析
项目设置
Star4
53
  1. kernel_linux_5.10
  2. /
  3. tools
  4. /
  5. testing
  6. /
  7. selftests
  8. /
  9. kvm
  10. /
  11. lib
  12. /
  13. s390x
PPaolo Bonziniselftests: kvm: Add exception handling to selftests
29faeb96创建于 2020年11月8日历史提交
文件最后提交记录最后更新时间
processor.c
selftests: kvm: Add exception handling to selftests Add the infrastructure needed to enable exception handling in selftests. This allows any of the exception and interrupt vectors to be overridden in the guest. Signed-off-by: Aaron Lewis <aaronlewis@google.com> Reviewed-by: Alexander Graf <graf@amazon.com> Message-Id: <20201012194716.3950330-4-aaronlewis@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>5 年前
ucall.c
selftests: kvm: Clear uc so UCALL_NONE is being properly reported Ensure the out value 'uc' in get_ucall() is properly reporting UCALL_NONE if the call fails. The return value will be correctly reported, however, the out parameter 'uc' will not be. Clear the struct to ensure the correct value is being reported in the out parameter. Signed-off-by: Aaron Lewis <aaronlewis@google.com> Reviewed-by: Andrew Jones <drjones@redhat.com> Reviewed-by: Alexander Graf <graf@amazon.com> Message-Id: <20201012194716.3950330-3-aaronlewis@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>5 年前