]> git.proxmox.com Git - qemu.git/blobdiff - blockdev.c
ide: Ignore reads during PIO in and writes during PIO out
[qemu.git] / blockdev.c
index 470be71cbf07bd58d3da5705ce4e80e40f67104c..a97a801e95f3bf20cc5f1157ca85dc2a29159c12 100644 (file)
@@ -310,7 +310,7 @@ DriveInfo *drive_init(QemuOpts *opts, int default_to_scsi)
            media = MEDIA_DISK;
        } else if (!strcmp(buf, "cdrom")) {
             if (cyls || secs || heads) {
-                error_report("'%s' invalid physical CHS format", buf);
+                error_report("CHS can't be set with media=%s", buf);
                return NULL;
             }
            media = MEDIA_CDROM;