From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [PATCH 0/4] usb/storage: split into multiple source files.
Date: Fri, 12 Mar 2021 10:04:21 +0100 [thread overview]
Message-ID: <20210312090425.772900-1-kraxel@redhat.com> (raw)
One new file for the usb-bot device.
Another new files for the classic usb-storage device.
The abstract parent class remains in the original file.
Gerd Hoffmann (4):
usb/storage: move declarations to usb/msd.h header
usb/storage: move usb-bot device to separate source file
usb/storage move usb-storage device to separate source file
usb/storage: add kconfig symbols
include/hw/usb/msd.h | 54 +++++++++
hw/usb/dev-storage-bot.c | 63 ++++++++++
hw/usb/dev-storage-classic.c | 156 ++++++++++++++++++++++++
hw/usb/dev-storage.c | 225 +----------------------------------
hw/usb/Kconfig | 13 +-
hw/usb/meson.build | 4 +-
6 files changed, 294 insertions(+), 221 deletions(-)
create mode 100644 include/hw/usb/msd.h
create mode 100644 hw/usb/dev-storage-bot.c
create mode 100644 hw/usb/dev-storage-classic.c
--
2.29.2
next reply other threads:[~2021-03-12 9:10 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-12 9:04 Gerd Hoffmann [this message]
2021-03-12 9:04 ` [PATCH 1/4] usb/storage: move declarations to usb/msd.h header Gerd Hoffmann
2021-03-12 9:04 ` [PATCH 2/4] usb/storage: move usb-bot device to separate source file Gerd Hoffmann
2021-03-12 9:04 ` [PATCH 3/4] usb/storage move usb-storage " Gerd Hoffmann
2021-03-12 9:04 ` [PATCH 4/4] usb/storage: add kconfig symbols 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=20210312090425.772900-1-kraxel@redhat.com \
--to=kraxel@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).