From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:44327) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjFtT-0001e0-Ik for qemu-devel@nongnu.org; Tue, 19 Jul 2011 15:23:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QjFtS-00039d-BM for qemu-devel@nongnu.org; Tue, 19 Jul 2011 15:23:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:65223) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjFtR-00039V-T0 for qemu-devel@nongnu.org; Tue, 19 Jul 2011 15:23:46 -0400 From: "Richard W.M. Jones" Date: Tue, 19 Jul 2011 20:23:37 +0100 Message-Id: <1311103418-29380-1-git-send-email-rjones@redhat.com> Subject: [Qemu-devel] [PATCH 1/1] Remove debugging messages. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com qemu probably needs some sort of --verbose or --debug option for when you really want to see everything that's going on. In the meantime, this patch removes some debugging messages when KVM is not available. Rich.