From: Jes Sorensen <Jes.Sorensen@redhat.com>
To: Hannes Reinecke <hare@suse.de>
Cc: stefanha@gmail.com, qemu-devel@nongnu.org, nab@linux-iscsi.org,
kraxel@redhat.com
Subject: Re: [Qemu-devel] [PATCH 16/16] megasas: LSI Megaraid SAS emulation
Date: Fri, 19 Nov 2010 10:20:17 +0100 [thread overview]
Message-ID: <4CE64151.7050601@redhat.com> (raw)
In-Reply-To: <20101118144755.442B2F90AB@ochil.suse.de>
On 11/18/10 15:47, Hannes Reinecke wrote:
> This patch adds an emulation for the LSI Megaraid SAS HBA.
>
> Signed-off-by: Hannes Reinecke <hare@suse.de>
> ---
> Makefile.objs | 2 +-
> hw/megasas.c | 1826 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> hw/mfi.h | 1197 +++++++++++++++++++++++++++++++++++++
> hw/pci_ids.h | 2 +
> hw/scsi.h | 1 +
> 5 files changed, 3027 insertions(+), 1 deletions(-)
> create mode 100644 hw/megasas.c
> create mode 100644 hw/mfi.h
>
> diff --git a/Makefile.objs b/Makefile.objs
> index 15569af..54c6e02 100644
> --- a/Makefile.objs
> +++ b/Makefile.objs
> @@ -231,7 +231,7 @@ hw-obj-$(CONFIG_IDE_MACIO) += ide/macio.o
> hw-obj-$(CONFIG_IDE_VIA) += ide/via.o
>
> # SCSI layer
> -hw-obj-y += lsi53c895a.o
> +hw-obj-y += lsi53c895a.o megasas.o
> hw-obj-$(CONFIG_ESP) += esp.o
>
> hw-obj-y += dma-helpers.o sysbus.o isa-bus.o
Just had a look through your patches and have to say nice work. Haven't
tested it though, but looks like a good step in the right direction.
Only comment, as you are adding another SCSI driver, maybe it's time to
make the driver selection configurable, rather than hard coding the build?
Cheers,
Jes
next prev parent reply other threads:[~2010-11-19 9:20 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-18 14:47 [Qemu-devel] [PATCH 16/16] megasas: LSI Megaraid SAS emulation Hannes Reinecke
2010-11-19 9:20 ` Jes Sorensen [this message]
2010-11-19 14:06 ` Markus Armbruster
2010-11-19 14:19 ` Hannes Reinecke
2010-11-19 14:31 ` Jes Sorensen
2010-11-19 16:36 ` Alexander Graf
2010-11-19 17:35 ` Jes Sorensen
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=4CE64151.7050601@redhat.com \
--to=jes.sorensen@redhat.com \
--cc=hare@suse.de \
--cc=kraxel@redhat.com \
--cc=nab@linux-iscsi.org \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@gmail.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.