[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v4 07/10] qemu-ga: Add Windows VSS requester to
From: |
Laszlo Ersek |
Subject: |
Re: [Qemu-devel] [PATCH v4 07/10] qemu-ga: Add Windows VSS requester to quiesce applications and filesystems |
Date: |
Fri, 28 Jun 2013 20:34:32 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130513 Thunderbird/17.0.6 |
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