qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2] [i.MX] Remove MSGDATA register support.


From: Jean-Christophe DUBOIS
Subject: Re: [Qemu-devel] [PATCH v2] [i.MX] Remove MSGDATA register support.
Date: Fri, 6 Jan 2017 19:21:57 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1

Le 06/01/2017 à 16:11, Peter Maydell a écrit :
+    case ECSPI_MSGDATA:
+        /* it is not clear from the spec what MSGDATA is for */
+        /* Anyway it is not used by Linux driver */
+        /* So for now we just ignore it */
+        qemu_log_mask(LOG_GUEST_ERROR,
+                      "[%s]%s: Trying to write to MSGDATA, ignoring\n",
+                      TYPE_IMX_SPI, __func__);
+        break;
This should be LOG_UNIMP, not LOG_GUEST_ERROR.

OK


thanks
-- PMM




reply via email to

[Prev in Thread] Current Thread [Next in Thread]