[PATCH v2] hw/scsi: add scsi-tape device emulation support for QEMU

Emmanuel Ugwu posted 1 patch 1 week ago
Failed in applying to current master (apply log)
hw/scsi/scsi-tape.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v2] hw/scsi: add scsi-tape device emulation support for QEMU
Posted by Emmanuel Ugwu 1 week ago
Add copyright year to header

v2:
 - Add copyright year.
 - Split into 5 patches for easier review.

Signed-off-by: Emmanuel Ugwu <emmanuelugwu121@gmail.com>
---
 hw/scsi/scsi-tape.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/scsi/scsi-tape.c b/hw/scsi/scsi-tape.c
index 650f75471f..17d9ce4e7b 100644
--- a/hw/scsi/scsi-tape.c
+++ b/hw/scsi/scsi-tape.c
@@ -1,7 +1,7 @@
 /*
  *  SCSI Tape Device Emulation
  *
- *  Copyright (c) Emmanuel Ugwu <emmanuelugwu121@gmail.com>
+ *  Copyright (c) 2026 - Emmanuel Ugwu <emmanuelugwu121@gmail.com>
  *
  *  SPDX-License-Identifier: GPL-2.0-or-later
  */
-- 
2.54.0