From: "Hervé Poussineau" <hpoussin@reactos.org>
To: qemu-devel@nongnu.org
Cc: "Blue Swirl" <blauwirbel@gmail.com>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Andreas Färber" <andreas.faerber@web.de>,
"Hervé Poussineau" <hpoussin@reactos.org>,
"Anthony Liguori" <aliguori@us.ibm.com>
Subject: [Qemu-devel] [PATCH v3 0/4] esp: add Tekram DC-390 emulation (PC SCSI adapter)
Date: Sat, 4 Aug 2012 21:10:02 +0200 [thread overview]
Message-ID: <1344107406-27608-1-git-send-email-hpoussin@reactos.org> (raw)
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
next reply other threads:[~2012-08-04 19:09 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-04 19:10 Hervé Poussineau [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1344107406-27608-1-git-send-email-hpoussin@reactos.org \
--to=hpoussin@reactos.org \
--cc=aliguori@us.ibm.com \
--cc=andreas.faerber@web.de \
--cc=blauwirbel@gmail.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).