From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60544) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bSY4X-0003hx-KE for qemu-devel@nongnu.org; Wed, 27 Jul 2016 19:17:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bSY4U-0001In-Bg for qemu-devel@nongnu.org; Wed, 27 Jul 2016 19:17:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37276) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bSY4U-0001If-3l for qemu-devel@nongnu.org; Wed, 27 Jul 2016 19:17:02 -0400 References: <1468151270-12984-1-git-send-email-emilcondrea@gmail.com> <1468151270-12984-5-git-send-email-emilcondrea@gmail.com> <20160725135311.GI1835@perard.uk.xensource.com> From: Eric Blake Message-ID: <579940EB.1070803@redhat.com> Date: Wed, 27 Jul 2016 17:16:59 -0600 MIME-Version: 1.0 In-Reply-To: <20160725135311.GI1835@perard.uk.xensource.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="seRU2lnxcUE8B19xQ0RNwBQk9TMGaT688" Subject: Re: [Qemu-devel] [Xen-devel] [PATCH 04/19] xen: Move evtchn functions to xen_pvdev.c List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony PERARD , Emil Condrea Cc: qemu-devel@nongnu.org, wei.liu2@citrix.com, stefanb@linux.vnet.ibm.com, stefano.stabellini@eu.citrix.com, xen-devel@lists.xen.org, quan.xu@intel.com, dgdegra@tycho.nsa.gov This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --seRU2lnxcUE8B19xQ0RNwBQk9TMGaT688 From: Eric Blake To: Anthony PERARD , Emil Condrea Cc: qemu-devel@nongnu.org, wei.liu2@citrix.com, stefanb@linux.vnet.ibm.com, stefano.stabellini@eu.citrix.com, xen-devel@lists.xen.org, quan.xu@intel.com, dgdegra@tycho.nsa.gov Message-ID: <579940EB.1070803@redhat.com> Subject: Re: [Xen-devel] [PATCH 04/19] xen: Move evtchn functions to xen_pvdev.c References: <1468151270-12984-1-git-send-email-emilcondrea@gmail.com> <1468151270-12984-5-git-send-email-emilcondrea@gmail.com> <20160725135311.GI1835@perard.uk.xensource.com> In-Reply-To: <20160725135311.GI1835@perard.uk.xensource.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 07/25/2016 07:53 AM, Anthony PERARD wrote: > On Sun, Jul 10, 2016 at 02:47:35PM +0300, Emil Condrea wrote: >> The name of the functions moved: >> * xen_be_evtchn_event >> * xen_be_unbind_evtchn >> * xen_be_send_notify >> >> Signed-off-by: Emil Condrea >> --- >> hw/xen/xen_backend.c | 37 +----------------------------------= -- >> hw/xen/xen_pvdev.c | 35 +++++++++++++++++++++++++++++++++++= >> include/hw/xen/xen_backend.h | 2 -- >> include/hw/xen/xen_pvdev.h | 4 ++++ >> 4 files changed, 40 insertions(+), 38 deletions(-) >> >> diff --git a/hw/xen/xen_backend.c b/hw/xen/xen_backend.c >> index 0a9f9bb..5f2821a 100644 >> --- a/hw/xen/xen_backend.c >> +++ b/hw/xen/xen_backend.c >> @@ -693,4 +658,4 @@ static void xenbe_register_types(void) >> type_register_static(&xensysdev_info); >> } >> =20 >> -type_init(xenbe_register_types); >> +type_init(xenbe_register_types); >> \ No newline at end of file >=20 > Looks like this change does not belong to this patch. For that matter, we prefer that all text files in qemu.git end in a newline (since according to POSIX, a non-empty file that does not end in newline is not a text file). --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --seRU2lnxcUE8B19xQ0RNwBQk9TMGaT688 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJXmUDrAAoJEKeha0olJ0Nq3SwH/i/q0Oeo2EobHca/yKpWLCe7 cI4O+QFQJpalHDA/aaaIXm1DebY524DeMt84WL6BNfAcXcVh2Dm4ISdjwn24rIOW l4uMvtRtpDNaVp5Sr+gebm6zXELChgGJt4NsMfgImQOVe+You+FTnjxV0/9BjT4b 1y6guUKkCemfI5P96evMeGthe87noIYk3qU0T9u623jUMjVOg/Ta7UX34xX+yF45 xJUkGjFtuMgG4plCZL5ZIm17/bmNnNHihxC5WPSTJTRWgSu0/aysyJxOUzrsFQXU tfrxR5eJthXnnDdyfC2EuVyAewlM/FuoZsygUFtA/DcrSZdsGiGC266X+ENOMRI= =6diY -----END PGP SIGNATURE----- --seRU2lnxcUE8B19xQ0RNwBQk9TMGaT688--