Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Xen: Changelog

[xen master] rombios/debug: Reduce verbosity of rombios

 

 

Xen changelog RSS feed   Index | Next | Previous | View Threaded


patchbot at xen

Aug 8, 2013, 10:23 PM

Post #1 of 1 (7 views)
Permalink
[xen master] rombios/debug: Reduce verbosity of rombios

commit 1242b63dd1a4321acd2b02051f210a3488265709
Author: Andrew Cooper <andrew.cooper3 [at] citrix>
AuthorDate: Tue Aug 6 14:48:40 2013 +0100
Commit: Ian Campbell <ian.campbell [at] citrix>
CommitDate: Thu Aug 8 12:03:24 2013 +0100

rombios/debug: Reduce verbosity of rombios

Default builds of Qemu have the Bochs debug port logging #ifdef'd out, so
remove all the completely wasted VMExits

Signed-off-by: Andrew Cooper <andrew.cooper3 [at] citrix>
Acked-by: Keir Fraser <keir [at] xen>
---
tools/firmware/rombios/rombios.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/tools/firmware/rombios/rombios.h b/tools/firmware/rombios/rombios.h
index 93d12a4..0308a18 100644
--- a/tools/firmware/rombios/rombios.h
+++ b/tools/firmware/rombios/rombios.h
@@ -48,10 +48,11 @@
// per-device basis. Debug info are sent only in debug mode
#if DEBUG_ROMBIOS
# define BX_DEBUG(format, p...) bios_printf(BIOS_PRINTF_INFO, format, ##p)
+# define BX_INFO(format, p...) bios_printf(BIOS_PRINTF_INFO, format, ##p)
#else
# define BX_DEBUG(format, p...)
+# define BX_INFO(format, p...)
#endif
-#define BX_INFO(format, p...) bios_printf(BIOS_PRINTF_INFO, format, ##p)
#define BX_PANIC(format, p...) bios_printf(BIOS_PRINTF_DEBHALT, format, ##p)

#define ACPI_DATA_SIZE 0x00010000L
--
generated by git-patchbot for /home/xen/git/xen.git#master

_______________________________________________
Xen-changelog mailing list
Xen-changelog [at] lists
http://lists.xensource.com/xen-changelog

Xen changelog RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.