On 9/20/18 1:39 PM, Peter Maydell wrote:
      if (flags & 0x00000004) { /* MULTIBOOT_HEADER_HAS_VBE */
-        error_report("qemu: multiboot knows VBE. we don't.");
+        error_report("multiboot knows VBE. we don't.");
Since this one is intended to be a user-facing error message
rather than just a debug note, it could also be reasonably expanded
to be a bit more user friendly, eg:
  "This multiboot image uses VBE, which QEMU does not support."

But that's a different patch.

OK, I will commit a separate patch for it.

Thanks,
Mao

Reply via email to