qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: seabios@seabios.org, qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PATCH v2 0/3] scsi boot
Date: Fri, 20 Jul 2012 10:59:22 +0200	[thread overview]
Message-ID: <1342774765-20640-1-git-send-email-kraxel@redhat.com> (raw)

  Hi,

Quick review, giving me the opportunity for a quick v2 before
disappearing into my summer vacation, fixing the nits pointed
out by Kevin.

The series also got a third commit which moves the usb mass
storage defines from usb-msc.h to usb.h, so the uas code can
easily reuse them.

cheers,
  Gerd

Gerd Hoffmann (3):
  move usb mass storage defines to usb.h
  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 |  212 +++++++++++++++++++++++++++++++++++++++++++++
 src/lsi-scsi.h |    8 ++
 src/post.c     |    2 +
 src/usb-msc.h  |   11 ---
 src/usb-uas.c  |  264 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/usb-uas.h  |    9 ++
 src/usb.c      |   10 ++-
 src/usb.h      |   11 +++
 13 files changed, 540 insertions(+), 18 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

             reply	other threads:[~2012-07-20  9:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-20  8:59 Gerd Hoffmann [this message]
2012-07-20  8:59 ` [Qemu-devel] [PATCH v2 1/3] move usb mass storage defines to usb.h Gerd Hoffmann
2012-07-20  8:59 ` [Qemu-devel] [PATCH v2 2/3] usb attached scsi boot support Gerd Hoffmann
2012-07-20  8:59 ` [Qemu-devel] [PATCH v2 3/3] lsi53c895a " Gerd Hoffmann
2012-07-21 16:09 ` [Qemu-devel] [SeaBIOS] [PATCH v2 0/3] scsi boot Kevin O'Connor

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=1342774765-20640-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).