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