From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH RFC: not fully tested yet] Fix the x86 emulation of in: remove redandancy Date: Mon, 08 Feb 2010 12:32:12 +0200 Message-ID: <4B6FE82C.6020302@redhat.com> References: <20100205175246.9479766b.yoshikawa.takuya@oss.ntt.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: mtosatti@redhat.com, kvm@vger.kernel.org To: Takuya Yoshikawa Return-path: Received: from mx1.redhat.com ([209.132.183.28]:9855 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753614Ab0BHKcP (ORCPT ); Mon, 8 Feb 2010 05:32:15 -0500 In-Reply-To: <20100205175246.9479766b.yoshikawa.takuya@oss.ntt.co.jp> Sender: kvm-owner@vger.kernel.org List-ID: On 02/05/2010 10:52 AM, Takuya Yoshikawa wrote: > Fix the x86 emulation of in: > > kvm_emulate_pio() and complete_pio() both read out the > RAX register value and copy it to a place into which > the value read out from the port will be copied later. > This patch removes this redundancy. > > Applied, thanks. -- error compiling committee.c: too many arguments to function