]> git.proxmox.com Git - qemu.git/blobdiff - qerror.c
ide: Ignore reads during PIO in and writes during PIO out
[qemu.git] / qerror.c
index c18641f927e21d75c4fe511be990092d9b9816a0..d7fcd93cad2658ce3c87977afef76f887e7bee2f 100644 (file)
--- a/qerror.c
+++ b/qerror.c
@@ -200,6 +200,10 @@ static const QErrorStringTable qerror_table[] = {
         .error_fmt = QERR_UNDEFINED_ERROR,
         .desc      = "An undefined error has ocurred",
     },
+    {
+        .error_fmt = QERR_UNSUPPORTED,
+        .desc      = "this feature or command is not currently supported",
+    },
     {
         .error_fmt = QERR_UNKNOWN_BLOCK_FORMAT_FEATURE,
         .desc      = "'%(device)' uses a %(format) feature which is not "