accel/kvm: Remove unused 'system/cpus.h' header in kvm-cpus.h
Missed in commit b86f59c7155 ("accel: replace struct CpusAccel with AccelOpsClass") which removed the single CpusAccel use. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20250123234415.59850-7-philmd@linaro.org>
This commit is contained in:
parent
585d4b1229
commit
6eeff37b43
@ -10,8 +10,6 @@
|
|||||||
#ifndef KVM_CPUS_H
|
#ifndef KVM_CPUS_H
|
||||||
#define KVM_CPUS_H
|
#define KVM_CPUS_H
|
||||||
|
|
||||||
#include "system/cpus.h"
|
|
||||||
|
|
||||||
int kvm_init_vcpu(CPUState *cpu, Error **errp);
|
int kvm_init_vcpu(CPUState *cpu, Error **errp);
|
||||||
int kvm_cpu_exec(CPUState *cpu);
|
int kvm_cpu_exec(CPUState *cpu);
|
||||||
void kvm_destroy_vcpu(CPUState *cpu);
|
void kvm_destroy_vcpu(CPUState *cpu);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user