Hi Subbaraya,

+        if (value & TIMER_MODE) {
+            qemu_log_mask(LOG_UNIMP, "64-bit mode not supported\n");

No need of trailing '\n', be more specific, something like:

    qemu_log_mask(LOG_UNIMP, TYPE_MSF2_TIMER ": 64-bit mode not
supported");

I mistaken with error_report(), qemu_log_mask() does use trailing newline, sorry!

Phil.

Reply via email to