From d3ca7ebeccd4a93deea2c2eadee40c0b3be57aeb Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 26 Mar 2008 13:15:00 +0000 Subject: minios: blkfront_aio_poll may reenter if the callback calls blkfront_sync for instance. In such a case, we would see responses and hence release grants several times. We need to be more synchronous and stop when we detect that we have re-entered. This fixes HVM restore with stubdomains. Signed-off-by: Samuel Thibault --- extras/mini-os/minios.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'extras/mini-os/minios.mk') diff --git a/extras/mini-os/minios.mk b/extras/mini-os/minios.mk index d881e3da4e..2282a187e2 100644 --- a/extras/mini-os/minios.mk +++ b/extras/mini-os/minios.mk @@ -16,10 +16,10 @@ DEF_LDFLAGS = ifeq ($(debug),y) DEF_CFLAGS += -g -#DEF_CFLAGS += MM_DEBUG -#DEF_CFLAGS += FS_DEBUG -#DEF_CFLAGS += LIBC_DEBUG -#DEF_CFLAGS += GNT_DEBUG +#DEF_CFLAGS += -DMM_DEBUG +#DEF_CFLAGS += -DFS_DEBUG +#DEF_CFLAGS += -DLIBC_DEBUG +DEF_CFLAGS += -DGNT_DEBUG else DEF_CFLAGS += -O3 endif -- cgit v1.2.3