mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
kvm: Change kvm_cpu_exec() argument to CPUState
It no longer uses CPUArchState. Prepares for changing qemu_kvm_cpu_thread_fn() opaque to CPUState. Acked-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
5326ab5567
commit
1458c36313
4 changed files with 5 additions and 6 deletions
|
@ -147,9 +147,9 @@ int kvm_has_gsi_routing(void);
|
|||
int kvm_has_intx_set_mask(void);
|
||||
|
||||
int kvm_init_vcpu(CPUState *cpu);
|
||||
int kvm_cpu_exec(CPUState *cpu);
|
||||
|
||||
#ifdef NEED_CPU_H
|
||||
int kvm_cpu_exec(CPUArchState *env);
|
||||
|
||||
#if !defined(CONFIG_USER_ONLY)
|
||||
void *kvm_ram_alloc(ram_addr_t size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue