From: Bandan Das Date: Tue, 28 Jan 2014 15:23:19 +0000 (-0700) Subject: vfio: correct debug macro typo X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~386^2~42^2~219^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8b6d14087d487203f4d1a67aeaddc3be6c73f49f;p=sdk%2Femulator%2Fqemu.git vfio: correct debug macro typo Change to DEBUG_VFIO in vfio_msi_interrupt() for debug messages to get printed Signed-off-by: Bandan Das Signed-off-by: Alex Williamson --- diff --git a/hw/misc/vfio.c b/hw/misc/vfio.c index 8a1f1a124d..8db182fa3d 100644 --- a/hw/misc/vfio.c +++ b/hw/misc/vfio.c @@ -599,7 +599,7 @@ static void vfio_msi_interrupt(void *opaque) return; } -#ifdef VFIO_DEBUG +#ifdef DEBUG_VFIO MSIMessage msg; if (vdev->interrupt == VFIO_INT_MSIX) {