From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38352) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xbq6M-0004lm-4i for qemu-devel@nongnu.org; Wed, 08 Oct 2014 08:12:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xbq6C-0004d0-0N for qemu-devel@nongnu.org; Wed, 08 Oct 2014 08:12:18 -0400 Received: from mail-yk0-x234.google.com ([2607:f8b0:4002:c07::234]:58937) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xbq6B-0004cW-SF for qemu-devel@nongnu.org; Wed, 08 Oct 2014 08:12:07 -0400 Received: by mail-yk0-f180.google.com with SMTP id 142so3695025ykq.25 for ; Wed, 08 Oct 2014 05:12:06 -0700 (PDT) Sender: Corey Minyard From: minyard@acm.org Date: Wed, 8 Oct 2014 07:11:53 -0500 Message-Id: <1412770316-5241-1-git-send-email-minyard@acm.org> Subject: [Qemu-devel] [PATCH v2 0/3] Clean up non-blocking error reporting List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com This version makes the error message reporting more sane and adds a error_vreport() to make that easier. It also cleans up the bool handling. This depends on the previos non-blocking socket changes, which should hopefully be in qemu soon.