From: Gerd Hoffmann <kraxel@redhat.com>
To: seabios@seabios.org, qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PATCH 0/2] scsi boot
Date: Thu, 19 Jul 2012 18:15:01 +0200 [thread overview]
Message-ID: <1342714503-6673-1-git-send-email-kraxel@redhat.com> (raw)
Hi,
This patch series adds more scsi support to seabios. I've hacked up a
UAS (usb attached scsi) driver, so you can boot from upcoming[1] uas
devices. And while being at it I also added lsi53c895a support,
allowing qemu boot from lsi without depending on the extboot hack.
enjoy,
Gerd
PS: I'll be offline for two weeks starting next monday, will deal
with review comments once I'm back. Unless someone else is
faster or the patches are committed meanwhile ;)
[1] Pull request pending, bits are available from
git://git.kraxel.org/qemu usb.57
Gerd Hoffmann (2):
usb attached scsi boot support
lsi53c895a boot support
Makefile | 3 +-
src/Kconfig | 14 +++-
src/block.c | 4 +-
src/blockcmd.c | 8 ++-
src/disk.h | 2 +
src/lsi-scsi.c | 213 +++++++++++++++++++++++++++++++++++++++++++++
src/lsi-scsi.h | 2 +
src/post.c | 2 +
src/usb-uas.c | 264 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
src/usb-uas.h | 2 +
src/usb.c | 10 ++-
11 files changed, 517 insertions(+), 7 deletions(-)
create mode 100644 src/lsi-scsi.c
create mode 100644 src/lsi-scsi.h
create mode 100644 src/usb-uas.c
create mode 100644 src/usb-uas.h
next reply other threads:[~2012-07-19 16:15 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-19 16:15 Gerd Hoffmann [this message]
2012-07-19 16:15 ` [Qemu-devel] [PATCH 1/2] usb attached scsi boot support Gerd Hoffmann
2012-07-20 0:51 ` [Qemu-devel] [SeaBIOS] " Kevin O'Connor
2012-07-19 16:15 ` [Qemu-devel] [PATCH 2/2] lsi53c895a " Gerd Hoffmann
2012-07-20 0:55 ` [Qemu-devel] [SeaBIOS] " Kevin O'Connor
2012-07-20 7:33 ` Gerd Hoffmann
2012-07-20 12:47 ` Kevin O'Connor
2012-07-20 13:39 ` Gerd Hoffmann
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=1342714503-6673-1-git-send-email-kraxel@redhat.com \
--to=kraxel@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=seabios@seabios.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).