qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] usb/storage: split into multiple source files.
@ 2021-03-12  9:04 Gerd Hoffmann
  2021-03-12  9:04 ` [PATCH 1/4] usb/storage: move declarations to usb/msd.h header Gerd Hoffmann
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Gerd Hoffmann @ 2021-03-12  9:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

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




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-03-12  9:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-12  9:04 [PATCH 0/4] usb/storage: split into multiple source files Gerd Hoffmann
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

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).