qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/5] lsi: small cleanup and add 53C810 variant
@ 2013-09-14 15:51 Hervé Poussineau
  2013-09-14 15:51 ` [Qemu-devel] [PATCH v2 1/5] lsi: use constant name instead of its value Hervé Poussineau
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Hervé Poussineau @ 2013-09-14 15:51 UTC (permalink / raw)
  To: qemu-devel; +Cc: Paolo Bonzini, Hervé Poussineau

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é 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(-)

-- 
1.7.10.4

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-09-16 10:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-14 15:51 [Qemu-devel] [PATCH v2 0/5] lsi: small cleanup and add 53C810 variant Hervé Poussineau
2013-09-14 15:51 ` [Qemu-devel] [PATCH v2 1/5] lsi: use constant name instead of its value Hervé Poussineau
2013-09-14 15:51 ` [Qemu-devel] [PATCH v2 2/5] lsi: check ssid versus sdid only if ssid is valid Hervé Poussineau
2013-09-14 15:51 ` [Qemu-devel] [PATCH v2 3/5] lsi: ignore write accesses to CTEST0 registers Hervé Poussineau
2013-09-14 15:51 ` [Qemu-devel] [PATCH v2 4/5] lsi: remove todo Hervé Poussineau
2013-09-14 15:51 ` [Qemu-devel] [PATCH v2 5/5] lsi: add 53C810 variant Hervé Poussineau
2013-09-16 10:43 ` [Qemu-devel] [PATCH v2 0/5] lsi: small cleanup and " Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).