[PATCH] qemu-kvm: Drop redundant kvm_reset_mpstate

2010-12-29 Thread Jan Kiszka
From: Jan Kiszka kvm_arch_reset_vcpu includes the same logic (minus the obsolete feature check), and every caller of kvm_reset_mpstate also calls that function. Signed-off-by: Jan Kiszka --- qemu-kvm-x86.c | 16 1 files changed, 0 insertions(+), 16 deletions(-) diff --git a

Re: [PATCH] qemu-kvm: Drop redundant kvm_reset_mpstate

2011-01-04 Thread Marcelo Tosatti
On Wed, Dec 29, 2010 at 07:53:39PM +0100, Jan Kiszka wrote: > From: Jan Kiszka > > kvm_arch_reset_vcpu includes the same logic (minus the obsolete feature > check), and every caller of kvm_reset_mpstate also calls that function. > > Signed-off-by: Jan Kiszka > --- > qemu-kvm-x86.c | 16 -