On Sun, Sep 09, 2012 at 12:09:00PM +0900, 李 ヨンジュン wrote:
> Hello, I am trying to inject interrupt, in final phase of Live migration.
>
> I use vmcs_write32 function to inject interrupt. This function is called
> by qemu, with ioctl.
>
> This is Code.
>
> (KVM)
>
> void vmcs_write32_provider(uns
Hello, I am trying to inject interrupt, in final phase of Live migration.
I use vmcs_write32 function to inject interrupt. This function is called
by qemu, with ioctl.
This is Code.
(KVM)
void vmcs_write32_provider(unsigned long field, u32 value)
{
vmcs_write32(field, value);
}
long kvm_arch
Hello, I am trying to inject interrupt, in final phase of Live migration.
I use vmcs_write32 function to inject interrupt. This function is called
by qemu, with ioctl.
This is Code.
(KVM)
void vmcs_write32_provider(unsigned long field, u32 value)
{
vmcs_write32(field, value);
}
long kvm_arch_