From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Andreas_F=E4rber?= Subject: Re: [Qemu-devel] [PATCH uq/master] kvm: Simplify kvm_handle_io Date: Tue, 13 Aug 2013 14:52:41 +0200 Message-ID: <520A2C19.9080804@suse.de> References: <520A2A0D.4010600@siemens.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Paolo Bonzini , Gleb Natapov , qemu-devel , kvm To: Jan Kiszka Return-path: Received: from cantor2.suse.de ([195.135.220.15]:49250 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757669Ab3HMMwq (ORCPT ); Tue, 13 Aug 2013 08:52:46 -0400 In-Reply-To: <520A2A0D.4010600@siemens.com> Sender: kvm-owner@vger.kernel.org List-ID: Am 13.08.2013 14:43, schrieb Jan Kiszka: > Now that cpu_in/out is just a wrapper around address_space_rw, we can > also call the latter directly. As host endianness =3D=3D guest endian= ness, > there is no need for the memory access helpers st*_p/ld*_p as well. >=20 > Signed-off-by: Jan Kiszka > --- > kvm-all.c | 28 ++-------------------------- > 1 files changed, 2 insertions(+), 26 deletions(-) Looks sensible, Reviewed-by: Andreas F=E4rber Andreas --=20 SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N=FCrnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imend=F6rffer; HRB 16746 AG N=FCrn= berg From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53918) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9E5j-0006nr-5n for qemu-devel@nongnu.org; Tue, 13 Aug 2013 08:52:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V9E5e-00005D-06 for qemu-devel@nongnu.org; Tue, 13 Aug 2013 08:52:51 -0400 Received: from cantor2.suse.de ([195.135.220.15]:49247 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9E5d-00004v-Qw for qemu-devel@nongnu.org; Tue, 13 Aug 2013 08:52:45 -0400 Message-ID: <520A2C19.9080804@suse.de> Date: Tue, 13 Aug 2013 14:52:41 +0200 From: =?ISO-8859-1?Q?Andreas_F=E4rber?= MIME-Version: 1.0 References: <520A2A0D.4010600@siemens.com> In-Reply-To: <520A2A0D.4010600@siemens.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH uq/master] kvm: Simplify kvm_handle_io List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Paolo Bonzini , qemu-devel , Gleb Natapov , kvm Am 13.08.2013 14:43, schrieb Jan Kiszka: > Now that cpu_in/out is just a wrapper around address_space_rw, we can > also call the latter directly. As host endianness =3D=3D guest endianne= ss, > there is no need for the memory access helpers st*_p/ld*_p as well. >=20 > Signed-off-by: Jan Kiszka > --- > kvm-all.c | 28 ++-------------------------- > 1 files changed, 2 insertions(+), 26 deletions(-) Looks sensible, Reviewed-by: Andreas F=E4rber Andreas --=20 SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N=FCrnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imend=F6rffer; HRB 16746 AG N=FCrnbe= rg