qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/4] esp: add Tekram DC-390 emulation (PC SCSI adapter)
@ 2012-08-04 19:10 Hervé Poussineau
  2012-08-04 19:10 ` [Qemu-devel] [PATCH v3 1/4] esp: move some definitions to header file Hervé Poussineau
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Hervé Poussineau @ 2012-08-04 19:10 UTC (permalink / raw)
  To: qemu-devel
  Cc: Blue Swirl, Paolo Bonzini, Andreas Färber,
	Hervé Poussineau, Anthony Liguori

This patch cleans up esp SCSI adapter emulation, by moving to
a new file the esp PCI emulation (patches 1 to 3).
Patch 4 adds a DC-390 emulation, which is not compiled on sparc.

You're now able to install MS Windows NT 3.1 (which does not support
IDE cdroms) directly on an empty VM, without installing MS-DOS first!

Changes v2->v3:
- move esp PCI emulation to a new file
- do not compile esp PCI emulation on sparc
- (DC-390 patch is left unchanged)

Changes v1->v2:
- use QOM casts
- add const on TypeInfo structure
- remove rom filename

Hervé Poussineau (4):
  esp: move some definitions to header file
  esp: move PCI emulation to a new file esp-pci.c
  Revert "pci: add some stubs"
  esp: add Tekram DC-390 emulation (PC SCSI adapter)

 default-configs/pci.mak |    1 +
 hw/Makefile.objs        |    1 +
 hw/esp-pci.c            |  518 +++++++++++++++++++++++++++++++++++++++++++++++
 hw/esp.c                |  487 +-------------------------------------------
 hw/esp.h                |  119 +++++++++++
 hw/pci-stub.c           |   15 --
 6 files changed, 647 insertions(+), 494 deletions(-)
 create mode 100644 hw/esp-pci.c

-- 
1.7.10.4

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

end of thread, other threads:[~2012-08-09 19:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-04 19:10 [Qemu-devel] [PATCH v3 0/4] esp: add Tekram DC-390 emulation (PC SCSI adapter) Hervé Poussineau
2012-08-04 19:10 ` [Qemu-devel] [PATCH v3 1/4] esp: move some definitions to header file Hervé Poussineau
2012-08-04 19:10 ` [Qemu-devel] [PATCH v3 2/4] esp: move PCI emulation to a new file esp-pci.c Hervé Poussineau
2012-08-04 19:10 ` [Qemu-devel] [PATCH v3 3/4] Revert "pci: add some stubs" Hervé Poussineau
2012-08-04 19:10 ` [Qemu-devel] [PATCH v3 4/4] esp: add Tekram DC-390 emulation (PC SCSI adapter) Hervé Poussineau
2012-08-09 18:25 ` [Qemu-devel] [FOR 1.2] Re: [PATCH v3 0/4] " Hervé Poussineau
2012-08-09 19:55 ` [Qemu-devel] " Blue Swirl

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