[PATCH 0/1] hw/scsi: add initial SCSI tape device emulation

kantnero posted 1 patch 2 weeks, 3 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260513024454.75840-1-emmanuelugwu121@gmail.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Fam Zheng <fam@euphon.net>
There is a newer version of this series
hw/scsi/meson.build |   1 +
hw/scsi/scsi-tape.c | 221 ++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 222 insertions(+)
create mode 100644 hw/scsi/scsi-tape.c
[PATCH 0/1] hw/scsi: add initial SCSI tape device emulation
Posted by kantnero 2 weeks, 3 days ago
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