From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [RFC PATCH V3 05/12] xen: Introduce vm_event Date: Mon, 2 Feb 2015 17:27:02 +0000 Message-ID: <1422898022.8023.9.camel@citrix.com> References: <1422567998-29995-1-git-send-email-tamas.lengyel@zentific.com> <1422567998-29995-6-git-send-email-tamas.lengyel@zentific.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1422567998-29995-6-git-send-email-tamas.lengyel@zentific.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Tamas K Lengyel Cc: kevin.tian@intel.com, wei.liu2@citrix.com, jun.nakajima@intel.com, steve@zentific.com, stefano.stabellini@eu.citrix.com, tim@xen.org, ian.jackson@eu.citrix.com, xen-devel@lists.xen.org, eddie.dong@intel.com, andres@lagarcavilla.org, jbeulich@suse.com, rshriram@cs.ubc.ca, keir@xen.org, dgdegra@tycho.nsa.gov, yanghy@cn.fujitsu.com, rcojocaru@bitdefender.com List-Id: xen-devel@lists.xenproject.org On Thu, 2015-01-29 at 22:46 +0100, Tamas K Lengyel wrote: > To make it easier to review the renaming process of mem_event -> vm_event, > the process is broken into three pieces, of which this patch is the first. > In this patch the vm_event subsystem is introduced and hooked into the build > process, but it is not yet used anywhere. > > Signed-off-by: Tamas K Lengyel Tools/* Acked-by: Ian Campbell