• Anup Patel's avatar
    KVM: selftests: Add initial support for RISC-V 64-bit · 3e06cdf1
    Anup Patel authored
    We add initial support for RISC-V 64-bit in KVM selftests using
    which we can cross-compile and run arch independent tests such as:
    demand_paging_test
    dirty_log_test
    kvm_create_max_vcpus,
    kvm_page_table_test
    set_memory_region_test
    kvm_binary_stats_test
    
    All VM guest modes defined in kvm_util.h require at least 48-bit
    guest virtual address so to use KVM RISC-V selftests hardware
    need to support at least Sv48 MMU for guest (i.e. VS-mode).
    Signed-off-by: default avatarAnup Patel <anup.patel@wdc.com>
    Reviewed-and-tested-by: default avatarAtish Patra <atishp@rivosinc.com>
    3e06cdf1
ucall.c 2.02 KB