From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48550) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKs6u-0000c6-8P for qemu-devel@nongnu.org; Sat, 14 Sep 2013 11:50:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VKs6l-0004n3-Nm for qemu-devel@nongnu.org; Sat, 14 Sep 2013 11:50:12 -0400 Received: from smtp2-g21.free.fr ([2a01:e0c:1:1599::11]:37013) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKs6l-0004e4-4D for qemu-devel@nongnu.org; Sat, 14 Sep 2013 11:50:03 -0400 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Sat, 14 Sep 2013 17:51:04 +0200 Message-Id: <1379173870-10974-1-git-send-email-hpoussin@reactos.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [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: qemu-devel@nongnu.org Cc: Paolo Bonzini , =?UTF-8?q?Herv=C3=A9=20Poussineau?= Hi, This small patchset fixes a few issues I encountered while trying to add support for the IBM RS/6000 40p. 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. 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) 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 hw/scsi/lsi53c895a.c | 32 +++++++++++++++++++++++++++----- include/hw/pci/pci_ids.h | 1 + 2 files changed, 28 insertions(+), 5 deletions(-) --=20 1.7.10.4