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

-- 
1.7.10.4

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

end of thread, other threads:[~2013-09-14  8:05 UTC | newest]

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

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).