From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34576) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsdT5-00050j-D0 for qemu-devel@nongnu.org; Fri, 28 Jun 2013 14:32:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UsdT2-00029F-P3 for qemu-devel@nongnu.org; Fri, 28 Jun 2013 14:32:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56154) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsdT2-000295-I9 for qemu-devel@nongnu.org; Fri, 28 Jun 2013 14:32:20 -0400 Message-ID: <51CDD738.1000806@redhat.com> Date: Fri, 28 Jun 2013 20:34:32 +0200 From: Laszlo Ersek MIME-Version: 1.0 References: <20130606150618.10486.60669.stgit@hds.com> <20130606150649.10486.6597.stgit@hds.com> <51CDCF8A.4080005@redhat.com> In-Reply-To: <51CDCF8A.4080005@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 07/10] qemu-ga: Add Windows VSS requester to quiesce applications and filesystems List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Tomoki Sekiyama Cc: libaiqing@huawei.com, mdroth@linux.vnet.ibm.com, stefanha@gmail.com, qemu-devel@nongnu.org, lcapitulino@redhat.com, vrozenfe@redhat.com, pbonzini@redhat.com, seiji.aguchi@hds.com, areis@redhat.com On 06/28/13 20:01, Laszlo Ersek wrote: > (b) error_setg_win32() should imitate error_setg_errno(): > > #define error_setg_win32(err, win32, fmt, ...) \ > error_set_errno(err, win32, ERROR_CLASS_GENERIC_ERROR, fmt, ## __VA_ARGS__) Typo of course, that's error_set_win32() in the replacement text. Sorry! Laszlo