]> Git Repo - qemu.git/commit - target-i386/cpu.c
target-i386/kvm: Hyper-V SynIC MSR's support
authorAndrey Smetanin <[email protected]>
Wed, 11 Nov 2015 10:18:38 +0000 (13:18 +0300)
committerPaolo Bonzini <[email protected]>
Thu, 17 Dec 2015 14:24:34 +0000 (15:24 +0100)
commit866eea9a130d429d14ca10212a303cffc6af6c15
tree8653fdf46c9154913052d3fe75a7e7646ddddd20
parentfff02bc00b41bd4f2d1081a31808849be0b275f8
target-i386/kvm: Hyper-V SynIC MSR's support

This patch does Hyper-V Synthetic interrupt
controller(Hyper-V SynIC) MSR's support and
migration. Hyper-V SynIC is enabled by cpu's
'hv-synic' option.

This patch does not allow cpu creation if
'hv-synic' option specified but kernel
doesn't support Hyper-V SynIC.

Changes v3:
* removed 'msr_hv_synic_version' migration because
it's value always the same
* moved SynIC msr's initialization into kvm_arch_init_vcpu

Signed-off-by: Andrey Smetanin <[email protected]>
Reviewed-by: Roman Kagan <[email protected]>
Signed-off-by: Denis V. Lunev <[email protected]>
CC: Paolo Bonzini <[email protected]>
CC: Richard Henderson <[email protected]>
CC: Eduardo Habkost <[email protected]>
CC: "Andreas Färber" <[email protected]>
CC: Marcelo Tosatti <[email protected]>
CC: Roman Kagan <[email protected]>
CC: Denis V. Lunev <[email protected]>
CC: [email protected]
Signed-off-by: Paolo Bonzini <[email protected]>
target-i386/cpu-qom.h
target-i386/cpu.c
target-i386/cpu.h
target-i386/kvm.c
target-i386/machine.c
This page took 0.024749 seconds and 4 git commands to generate.