All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] hw/scsi: add initial SCSI tape device emulation
@ 2026-05-13  2:58 Emmanuel Ugwu
  2026-05-13  2:58 ` [PATCH 1/1] " Emmanuel Ugwu
  2026-05-22 17:22 ` [PATCH v2] hw/scsi: add scsi-tape device emulation support for QEMU Emmanuel Ugwu
  0 siblings, 2 replies; 5+ messages in thread
From: Emmanuel Ugwu @ 2026-05-13  2:58 UTC (permalink / raw)
  To: qemu-devel; +Cc: fam, deller, Emmanuel Ugwu

This RFC adds the foundation for SCSI tape emulation in QEMU. 

This patch implements realize and unrealize only. SCSI command
handling will follow in subsequent patches.

Feedback needed on the overall structure.

Emmanuel Ugwu (1):
  hw/scsi: add initial SCSI tape device emulation

 hw/scsi/meson.build |   1 +
 hw/scsi/scsi-tape.c | 221 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 222 insertions(+)
 create mode 100644 hw/scsi/scsi-tape.c

-- 
2.54.0



^ permalink raw reply	[flat|nested] 5+ messages in thread
* [PATCH 0/1] hw/scsi: add initial SCSI tape device emulation
@ 2026-05-13  2:44 kantnero
  2026-05-13  2:44 ` [PATCH 1/1] " kantnero
  0 siblings, 1 reply; 5+ messages in thread
From: kantnero @ 2026-05-13  2:44 UTC (permalink / raw)
  To: qemu-devel; +Cc: pbonzini, fam, deller, Emmanuel Ugwu

From: Emmanuel Ugwu <emmanuelugwu121@gmail.com>

This RFC adds the foundation for SCSI tape emulation in QEMU. 

This patch implements realize and unrealize only. SCSI command
handling will follow in subsequent patches.

Feedback needed on the overall structure.

Emmanuel Ugwu (1):
  hw/scsi: add initial SCSI tape device emulation

 hw/scsi/meson.build |   1 +
 hw/scsi/scsi-tape.c | 221 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 222 insertions(+)
 create mode 100644 hw/scsi/scsi-tape.c

-- 
2.54.0



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

end of thread, other threads:[~2026-05-22 17:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-13  2:58 [PATCH 0/1] hw/scsi: add initial SCSI tape device emulation Emmanuel Ugwu
2026-05-13  2:58 ` [PATCH 1/1] " Emmanuel Ugwu
2026-05-19 13:20   ` Helge Deller
2026-05-22 17:22 ` [PATCH v2] hw/scsi: add scsi-tape device emulation support for QEMU Emmanuel Ugwu
  -- strict thread matches above, loose matches on Subject: below --
2026-05-13  2:44 [PATCH 0/1] hw/scsi: add initial SCSI tape device emulation kantnero
2026-05-13  2:44 ` [PATCH 1/1] " kantnero

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.