From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51081) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VLWGh-0007Ay-3w for qemu-devel@nongnu.org; Mon, 16 Sep 2013 06:43:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VLWGa-0004oe-UM for qemu-devel@nongnu.org; Mon, 16 Sep 2013 06:42:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60662) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VLWGa-0004oS-Kb for qemu-devel@nongnu.org; Mon, 16 Sep 2013 06:42:52 -0400 Message-ID: <5236E0B5.2030902@redhat.com> Date: Mon, 16 Sep 2013 12:43:01 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1379173870-10974-1-git-send-email-hpoussin@reactos.org> In-Reply-To: <1379173870-10974-1-git-send-email-hpoussin@reactos.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 0/5] lsi: small cleanup and add 53C810 variant List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?SGVydsOpIFBvdXNzaW5lYXU=?= Cc: qemu-devel@nongnu.org Il 14/09/2013 17:51, Herv=C3=A9 Poussineau ha scritto: > Hi, >=20 > This small patchset fixes a few issues I encountered while trying to > add support for the IBM RS/6000 40p. >=20 > Patches 1 to 4 are small cleanups. > Patch 5 may be more controversial, as it adds support for an older > (albeit compatible) SCSI adapter, without removing emulation of newer > features. >=20 > Changes since v1: > - added patch 4 (lsi emulation has been tested on big-endian guest) > - added a comment in patch 5 (remark from Paolo Bonzini) >=20 > Herv=C3=A9 Poussineau (5): > lsi: use constant name instead of its value > lsi: check ssid versus sdid only if ssid is valid > lsi: ignore write accesses to CTEST0 registers > lsi: remove todo > lsi: add 53C810 variant >=20 > hw/scsi/lsi53c895a.c | 32 +++++++++++++++++++++++++++----- > include/hw/pci/pci_ids.h | 1 + > 2 files changed, 28 insertions(+), 5 deletions(-) >=20 Applied to scsi-next, thanks. Paolo