From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55750) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrxFx-000658-Be for qemu-devel@nongnu.org; Wed, 26 Jun 2013 17:28:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UrxFw-0002SO-GD for qemu-devel@nongnu.org; Wed, 26 Jun 2013 17:28:01 -0400 Received: from mail-ea0-x233.google.com ([2a00:1450:4013:c01::233]:58392) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrxFw-0002S6-60 for qemu-devel@nongnu.org; Wed, 26 Jun 2013 17:28:00 -0400 Received: by mail-ea0-f179.google.com with SMTP id b15so7912647eae.10 for ; Wed, 26 Jun 2013 14:27:59 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <51CB5CD8.6010503@redhat.com> Date: Wed, 26 Jun 2013 23:27:52 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <20130606150618.10486.60669.stgit@hds.com> <20130606150645.10486.23215.stgit@hds.com> <51C9BF54.6000008@redhat.com> <51CAFB95.5080609@redhat.com> In-Reply-To: <51CAFB95.5080609@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 06/10] qemu-ga: Add Windows VSS provider to quiesce applications on fsfreeze List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laszlo Ersek Cc: libaiqing@huawei.com, mdroth@linux.vnet.ibm.com, stefanha@gmail.com, qemu-devel@nongnu.org, lcapitulino@redhat.com, vrozenfe@redhat.com, Tomoki Sekiyama , seiji.aguchi@hds.com, areis@redhat.com Il 26/06/2013 16:32, Laszlo Ersek ha scritto: >>> >> +#define EVENT_NAME_FROZEN "Global\\QGAVSSEvent-frozen" >>> >> +#define EVENT_NAME_THAW "Global\\QGAVSSEvent-thaw" > No idea what I'm talking about, but since we're qualifying the second > component with the "QGAVSSEvent" prefix, shouldn't we just replace the > first component ("Global") with it? Or would it effect "event routing"? Yes: http://msdn.microsoft.com/en-us/library/windows/desktop/ms684305%28v=vs.85%29.aspx says Terminal Services: The name can have a "Global\" or "Local\" prefix to explicitly open an object in the global or session namespace. The remainder of the name can contain any character except the backslash character (\). For more information, see Kernel Object Namespaces. Paolo