From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:57805) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbVJN-0004Au-3x for qemu-devel@nongnu.org; Fri, 16 Dec 2011 05:46:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RbVJL-0007QN-Vz for qemu-devel@nongnu.org; Fri, 16 Dec 2011 05:46:45 -0500 Received: from mail-ee0-f45.google.com ([74.125.83.45]:43129) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbVJL-0007QI-Pl for qemu-devel@nongnu.org; Fri, 16 Dec 2011 05:46:43 -0500 Received: by eekb45 with SMTP id b45so3402766eek.4 for ; Fri, 16 Dec 2011 02:46:42 -0800 (PST) Date: Fri, 16 Dec 2011 10:46:40 +0000 From: Stefan Hajnoczi Message-ID: <20111216104640.GA5182@stefanha-thinkpad.localdomain> References: <1323994820-22750-1-git-send-email-michael@ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1323994820-22750-1-git-send-email-michael@ellerman.id.au> Subject: Re: [Qemu-devel] [PATCH] kvm: Print something before calling abort() if KVM_RUN fails List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Ellerman Cc: qemu-devel@nongnu.org On Fri, Dec 16, 2011 at 11:20:20AM +1100, Michael Ellerman wrote: > It's a little unfriendly to call abort() without printing any sort of > error message. So turn the DPRINTK() into an fprintf(stderr, ...). > > Signed-off-by: Michael Ellerman > --- > kvm-all.c | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) Thanks, applied to the trivial patches tree: http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/trivial-patches Stefan