what does smartctl even try here?
A: True. SMART only applied to ATA. I should not have included this
smartctl example, however the 'dmesg' output is still relevant.
----
Kind regards,
Dave Seddon
On Tue, 2011-06-07 at 17:04 +1000, Dave S
hw]# grep -R 'QEMU' scsi-disk.c
QEMUIOVector qiov;
QEMUBH *bh;
memcpy(&outbuf[16], "QEMU CD-ROM ", 16);
memcpy(&outbuf[16], "QEMU HARDDISK ", 16);
memcpy(&outbuf[8], "QEMU", 8);
s->version = qemu_strdup(QEMU_VERSION);
---
Kind regards,
Dave Seddon
d...@seddon.ca