From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40720) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1baHpO-0003Tl-GT for qemu-devel@nongnu.org; Thu, 18 Aug 2016 03:33:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1baHp8-00015c-BY for qemu-devel@nongnu.org; Thu, 18 Aug 2016 03:33:25 -0400 Received: from smtp5-g21.free.fr ([2a01:e0c:1:1599::14]:45937) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1baHp8-000158-6W for qemu-devel@nongnu.org; Thu, 18 Aug 2016 03:33:10 -0400 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Thu, 18 Aug 2016 09:31:25 +0200 Message-Id: <1471505489-1221-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: misc fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org, =?UTF-8?q?Herv=C3=A9=20Poussineau?= Hi, This patchset are some miscellaneous changes I did on LSI SCSI adapter: - patch 1: some debugging help (register names) - patch 2: removed one triggerable guest QEMU exit - patch 3: compatibility with stock Windows 98 driver - patch 4: compatibility with a real firmware Note that patch 1 doesn't pass checkpatch.pl: - lines with register names are > 80 chars. However, I prefer to keep 8 r= egister names per line - a case in a #define doesn't seem well supported. I preferred to mostly = keep existing code Herv=C3=A9 Herv=C3=A9 Poussineau (4): lsi: print register names in debug prints lsi: do not exit QEMU if reading invalid register lsi: implement I/O memory space for Memory Move instructions lsi: never set DMA FIFO Empty (DFE) bit in DSTAT register hw/scsi/lsi53c895a.c | 280 +++++++++++++++++++++++++++++++++++----------= ------ 1 file changed, 195 insertions(+), 85 deletions(-) --=20 2.1.4