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