xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH VTPM 1/9] Disable -DGNT_DEBUG and -DGNTMAP_DEBUG
@ 2012-11-01 20:33 Matthew Fioravante
  2012-11-01 20:33 ` [PATCH VTPM 2/9] add xenbus_read_uuid to mini-os Matthew Fioravante
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Matthew Fioravante @ 2012-11-01 20:33 UTC (permalink / raw)
  To: Ian.Campbell, xen-devel, samuel.thibault; +Cc: Matthew Fioravante

Disabling the above flags in default mini-os build. They generate a
lot of spam.

Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu>

diff --git a/extras/mini-os/minios.mk b/extras/mini-os/minios.mk
index 48ed768..f42f48b 100644
--- a/extras/mini-os/minios.mk
+++ b/extras/mini-os/minios.mk
@@ -20,8 +20,8 @@ DEF_CFLAGS += -g
 #DEF_CFLAGS += -DMM_DEBUG
 #DEF_CFLAGS += -DFS_DEBUG
 #DEF_CFLAGS += -DLIBC_DEBUG
-DEF_CFLAGS += -DGNT_DEBUG
-DEF_CFLAGS += -DGNTMAP_DEBUG
+#DEF_CFLAGS += -DGNT_DEBUG
+#DEF_CFLAGS += -DGNTMAP_DEBUG
 else
 DEF_CFLAGS += -O3
 endif
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2012-11-13 10:48 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-01 20:33 [PATCH VTPM 1/9] Disable -DGNT_DEBUG and -DGNTMAP_DEBUG Matthew Fioravante
2012-11-01 20:33 ` [PATCH VTPM 2/9] add xenbus_read_uuid to mini-os Matthew Fioravante
2012-11-01 21:32   ` Samuel Thibault
2012-11-13 10:47     ` Ian Campbell
2012-11-01 20:33 ` [PATCH VTPM 3/9] add tpmfront, tpm_tis, and tpmback drivers " Matthew Fioravante
2012-11-13 10:48   ` Ian Campbell
2012-11-01 20:33 ` [PATCH VTPM 4/9] fix bug in lseek for mini-os Matthew Fioravante
2012-11-01 21:34   ` Samuel Thibault
2012-11-02 13:22     ` Fioravante, Matthew E.
2012-11-01 21:29 ` [PATCH VTPM 1/9] Disable -DGNT_DEBUG and -DGNTMAP_DEBUG Samuel Thibault
2012-11-02 13:19   ` Fioravante, Matthew E.
2012-11-05 23:34     ` Samuel Thibault
2012-11-06 14:59       ` Matthew Fioravante
2012-11-06 15:13         ` Samuel Thibault
2012-11-06 15:13 ` Samuel Thibault
2012-11-13 10:47   ` Ian Campbell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).