[PATCH v2 12/23] MIPS: KVM: Migrate hrtimer to follow VCPU

2014-05-29 Thread James Hogan
When a VCPU is scheduled in on a different CPU, refresh the hrtimer used for emulating count/compare so that it gets migrated to the same CPU. This should prevent a timer interrupt occurring on a different CPU to where the guest it relates to is running, which would cause the guest timer

[PATCH 10/21] MIPS: KVM: Migrate hrtimer to follow VCPU

2014-04-25 Thread James Hogan
When a VCPU is scheduled in on a different CPU, refresh the hrtimer used for emulating count/compare so that it gets migrated to the same CPU. This should prevent a timer interrupt occurring on a different CPU to where the guest it relates to is running, which would cause the guest timer

[PATCH 03/10] kvm: migrate vPMU state

2013-08-28 Thread Gleb Natapov
From: Paolo Bonzini pbonz...@redhat.com Reviewed-by: Gleb Natapov gnata...@redhat.com Signed-off-by: Paolo Bonzini pbonz...@redhat.com --- target-i386/cpu.h | 23 target-i386/kvm.c | 93 ++--- target-i386/machine.c | 44

KVM Migrate

2009-08-06 Thread Gilberto Nunes
Hi all I need some support here please! I deploy two Dell Server, with Ubuntu 9.04, with KVM and I can not get migration between this two machines I try with virsh, using migrate --live domain qemu +ssh://destdomain/system but this not work properly... I try migrate via qemu console too,

Re: KVM Migrate

2009-08-06 Thread Charles Duffy
This doesn't speak directly to your live migration issue -- but copy-and-pasting a libvirt-generated command line (as you're doing here) and using it by hand is perilous. As I mentioned when you asked in the IRC channel, you shouldn't be using fd= here when starting kvm by hand -- it expects

[PATCH] KVM: migrate PIT timer

2008-05-29 Thread Avi Kivity
From: Marcelo Tosatti [EMAIL PROTECTED] Migrate the PIT timer to the physical CPU which vcpu0 is scheduled on, similarly to what is done for the LAPIC timers, otherwise PIT interrupts will be delayed until an unrelated event causes an exit. Signed-off-by: Marcelo Tosatti [EMAIL PROTECTED]