From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] KVM: x86 emulator: fix pusha instruction emulation Date: Wed, 16 Jun 2010 11:09:27 -0300 Message-ID: <20100616140927.GA1662@amt.cnet> References: <4C16D0A0.2090203@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm@vger.kernel.org To: Wei Yongjun Return-path: Received: from mx1.redhat.com ([209.132.183.28]:38825 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759010Ab0FPOoC (ORCPT ); Wed, 16 Jun 2010 10:44:02 -0400 Content-Disposition: inline In-Reply-To: <4C16D0A0.2090203@cn.fujitsu.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Jun 15, 2010 at 09:00:16AM +0800, Wei Yongjun wrote: > emulate pusha instruction only writeback the last > EDI register, but the other registers which need > to be writeback is ignored. This patch fixed it. > > --- > arch/x86/kvm/emulate.c | 133 ++++++++++++++++++++++++++---------------------- > 1 files changed, 73 insertions(+), 60 deletions(-) Applied, thanks.