From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] KVM: Fix unsigned asm instruction in kvm_write_tsc() Date: Thu, 8 Mar 2012 18:45:06 -0300 Message-ID: <20120308214506.GA21223@amt.cnet> References: <1331207843-13711-1-git-send-email-avi@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, Randy Dunlap To: Avi Kivity Return-path: Received: from mx1.redhat.com ([209.132.183.28]:16129 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757789Ab2CHVur (ORCPT ); Thu, 8 Mar 2012 16:50:47 -0500 Content-Disposition: inline In-Reply-To: <1331207843-13711-1-git-send-email-avi@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Mar 08, 2012 at 01:57:23PM +0200, Avi Kivity wrote: > 'idiv', when given a memory operand, can't determine the instruction > size. Provide it explicitly. > > Reported-by: Randy Dunlap > Signed-off-by: Avi Kivity > --- > arch/x86/kvm/x86.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Applied, thanks.