|
@@ -983,8 +983,9 @@ static inline bool
|
|
|
sdhci_buff_access_is_sequential(SDHCIState *s, unsigned byte_num)
|
|
|
{
|
|
|
if ((s->data_count & 0x3) != byte_num) {
|
|
|
- trace_sdhci_error("Non-sequential access to Buffer Data Port register"
|
|
|
- "is prohibited\n");
|
|
|
+ qemu_log_mask(LOG_GUEST_ERROR,
|
|
|
+ "SDHCI: Non-sequential access to Buffer Data Port"
|
|
|
+ " register is prohibited\n");
|
|
|
return false;
|
|
|
}
|
|
|
return true;
|