Commit e159d63e authored by Paolo Bonzini's avatar Paolo Bonzini

Merge tag 'kvm-riscv-fixes-6.10-2' of https://github.com/kvm-riscv/linux into HEAD

KVM/riscv fixes for 6.10, take #2

- Fix compilation for KVM selftests
parents dee67a94 0fc670d0
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
#include "kvm_util.h" #include "kvm_util.h"
#include "processor.h" #include "processor.h"
#include "sbi.h"
void *ucall_arch_get_ucall(struct kvm_vcpu *vcpu) void *ucall_arch_get_ucall(struct kvm_vcpu *vcpu)
{ {
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
* *
*/ */
#include "kvm_util.h" #include "kvm_util.h"
#include "ucall_common.h"
#define LABEL_ADDRESS(v) ((uint64_t)&(v)) #define LABEL_ADDRESS(v) ((uint64_t)&(v))
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
#include "processor.h" #include "processor.h"
#include "sbi.h" #include "sbi.h"
#include "arch_timer.h" #include "arch_timer.h"
#include "ucall_common.h"
/* Maximum counters(firmware + hardware) */ /* Maximum counters(firmware + hardware) */
#define RISCV_MAX_PMU_COUNTERS 64 #define RISCV_MAX_PMU_COUNTERS 64
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment