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

Emmanuel Ugwu posted 1 patch 2 weeks, 3 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260513025854.76594-1-emmanuelugwu121@gmail.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Fam Zheng <fam@euphon.net>
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 Emmanuel Ugwu 2 weeks, 3 days ago
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