These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / roms / seabios / src / output.c
index 45397b3..8a88388 100644 (file)
@@ -30,6 +30,7 @@ void
 debug_banner(void)
 {
     dprintf(1, "SeaBIOS (version %s)\n", VERSION);
+    dprintf(1, "BUILD: %s\n", BUILDINFO);
 }
 
 // Write a character to debug port(s).