From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51942) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SSP8V-0005va-1o for qemu-devel@nongnu.org; Thu, 10 May 2012 04:54:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SSP8O-00062P-QN for qemu-devel@nongnu.org; Thu, 10 May 2012 04:54:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36026) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SSP8O-00062B-I6 for qemu-devel@nongnu.org; Thu, 10 May 2012 04:54:04 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q4A8KxNj005322 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 10 May 2012 04:20:59 -0400 Message-ID: <4FAB7A67.5030402@redhat.com> Date: Thu, 10 May 2012 10:20:55 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1336634870-4257-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1336634870-4257-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1.1] declare ECANCELED on all machines List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org Am 10.05.2012 09:27, schrieb Paolo Bonzini: > This is needed in particular on Win32. > > Signed-off-by: Paolo Bonzini > --- > Kevin, this fixes the failure to build block branch on mingw. > > qemu-common.h | 3 +++ > 1 file changed, 3 insertions(+) Thanks, applied to the block branch for 1.1. Kevin