From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59125) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKZOV-0002dd-0k for qemu-devel@nongnu.org; Fri, 13 Sep 2013 15:51:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VKZOM-0006Qz-Kf for qemu-devel@nongnu.org; Fri, 13 Sep 2013 15:51:06 -0400 Received: from smtp3-g21.free.fr ([2a01:e0c:1:1599::12]:49805) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKZOL-0006Pl-Ny for qemu-devel@nongnu.org; Fri, 13 Sep 2013 15:50:58 -0400 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Fri, 13 Sep 2013 21:50:53 +0200 Message-Id: <1379101857-27500-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 0/4] 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?= , Paul Brook Hi, This small patchset fixes a few issues I encountered while trying to add support for the IBM RS/6000 40p. Patches 1 to 3 are small cleanups. Patch 4 may be more controversial, as it adds support for an older (albeit compatible) SCSI adapter, without removing emulation of newer features. However, there is some precedence in QEMU codebase, where for example Intel 486 CPU can execute cmov instructions (like cmov) or AVX instructions on Pentium 2... Herv=C3=A9 Poussineau (4): 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: add 53C810 variant hw/scsi/lsi53c895a.c | 25 ++++++++++++++++++++++--- include/hw/pci/pci_ids.h | 1 + 2 files changed, 23 insertions(+), 3 deletions(-) --=20 1.7.10.4