diff options
author | Marcelo Tosatti <mtosatti@redhat.com> | 2010-05-04 09:45:27 -0300 |
---|---|---|
committer | Marcelo Tosatti <mtosatti@redhat.com> | 2010-05-11 14:02:22 -0300 |
commit | 4df546fe1360206e88fb2ca6a0542f95b10153db (patch) | |
tree | d70d5e1f8b12998b4873fcf83c963862a30e0b4e /kvm.h | |
parent | 211f1a65988c9ab4b0250854d4512cbeaafdfb22 (diff) | |
download | qemu-4df546fe1360206e88fb2ca6a0542f95b10153db.tar.gz qemu-4df546fe1360206e88fb2ca6a0542f95b10153db.tar.bz2 qemu-4df546fe1360206e88fb2ca6a0542f95b10153db.zip |
kvm: enable smp > 1
Process INIT/SIPI requests and enable -smp > 1.
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'kvm.h')
-rw-r--r-- | kvm.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -90,6 +90,8 @@ int kvm_arch_handle_exit(CPUState *env, struct kvm_run *run); int kvm_arch_pre_run(CPUState *env, struct kvm_run *run); +int kvm_arch_process_irqchip_events(CPUState *env); + int kvm_arch_get_registers(CPUState *env); /* state subset only touched by the VCPU itself during runtime */ |