]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/sd/milkymist-memcard.c
sdcard: Reflect when the Spec v3 is supported in the Config Register (SCR)
[mirror_qemu.git] / hw / sd / milkymist-memcard.c
index fe1cccca761a4c9a994bb91749045bbd299305fa..fcbccf54eaf27c162f34390a62d773a0a7543b9c 100644 (file)
@@ -140,7 +140,7 @@ static uint64_t memcard_read(void *opaque, hwaddr addr,
             r = s->response[s->response_read_ptr++];
             if (s->response_read_ptr > s->response_len) {
                 qemu_log_mask(LOG_GUEST_ERROR, "milkymist_memcard: "
-                              "read more cmd bytes than available. Clipping.");
+                              "read more cmd bytes than available: clipping\n");
                 s->response_read_ptr = 0;
             }
         }