Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753423Ab3F0Huf (ORCPT ); Thu, 27 Jun 2013 03:50:35 -0400 Received: from haggis.pcug.org.au ([203.10.76.10]:60895 "EHLO members.tip.net.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753212Ab3F0Hua (ORCPT ); Thu, 27 Jun 2013 03:50:30 -0400 Date: Thu, 27 Jun 2013 17:50:19 +1000 From: Stephen Rothwell To: Alexey Kardashevskiy Cc: kvm@vger.kernel.org, linux-kernel@vger.kernel.org, Alex Williamson , Paul Mackerras , linuxppc-dev@lists.ozlabs.org, David Gibson Subject: Re: [PATCH v2] vfio: add external user support Message-Id: <20130627175019.689f6c4c4ef92d6562cbd450@canb.auug.org.au> In-Reply-To: <1372317260-6438-1-git-send-email-aik@ozlabs.ru> References: <20130627164752.657c165ec4492e5248945a51@canb.auug.org.au> <1372317260-6438-1-git-send-email-aik@ozlabs.ru> X-Mailer: Sylpheed 3.4.0beta4 (GTK+ 2.24.18; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA256"; boundary="Signature=_Thu__27_Jun_2013_17_50_19_+1000_FHk1xp9mtV99U7DK" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2222 Lines: 61 --Signature=_Thu__27_Jun_2013_17_50_19_+1000_FHk1xp9mtV99U7DK Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Alexy, Thanks for the changes. On Thu, 27 Jun 2013 17:14:20 +1000 Alexey Kardashevskiy wro= te: > > diff --git a/include/linux/vfio.h b/include/linux/vfio.h > index ac8d488..7ee6575 100644 > --- a/include/linux/vfio.h > +++ b/include/linux/vfio.h > @@ -90,4 +90,11 @@ extern void vfio_unregister_iommu_driver( > TYPE tmp; \ > offsetof(TYPE, MEMBER) + sizeof(tmp.MEMBER); }) \ > =20 > +/* > + * External user API > + */ > +int vfio_group_add_external_user(struct file *filep); > +void vfio_group_del_external_user(struct file *filep); > +int vfio_group_iommu_id_from_file(struct file *filep); Just being picky, but all the other function declarations in that file state "extern" explicitly. --=20 Cheers, Stephen Rothwell sfr@canb.auug.org.au --Signature=_Thu__27_Jun_2013_17_50_19_+1000_FHk1xp9mtV99U7DK Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.20 (GNU/Linux) iQIcBAEBCAAGBQJRy+6/AAoJEECxmPOUX5FEHB4P/0zvgpoHLvaSsXy+DmYPi4d8 NI1J19YnPQsgg+cOF6ju9KECwFW4VKw0ZjjMtLfodmceBhPspLzPtvjj61gjSVsG FCvii9RRuFlinuwqf1tQHyEC2YWG9xbBb6AR6ZHM357migUEQROCfJCTvJIer+2P Z8R762/KPIRuUpuREy6btQVTPWhiVbF56eE5/EWtJ/iYI/F2hVlhNXGvQjTT1xud 43eqV8ONdweNnrRxWa+Si3CMeGBzHIPgvjJb60fh93arhoccFx4FkydQhsod1CFC yvnHThvI0//2VefZZSzAVCZmBKutAUsfOTMmBcgQNpaksYeckawaM2nwFvmVk51w ye0Y8Z79pPVG14GH5ja4T/SmZnZ7L2LnTm6pKrFJMRhaOsceoHeSKLcRZyoCSjji TEu/A6Rr6+oJu0lXvw/rOyK7F2upZLBRTf5QaA9/jDiN9XL5faq2M7cx158ic3dP eMl+41eZl3M9lG8pXaUx0lAxkcAOCd0ZyODwdWtZXz8wvlAaCCJ9njaKWBdevwMs yki6xaM4C/6yrC2mFax0Dm1tXGnY+gzE1aYmpi0Mm22q+2cWyHLEYtpwVRbBlWM+ WlowO6W/bjuJwKyGm0QjW42Y0t0dtL8oGCRJh4o7AUOHYFDrwLp78++DpWzBQu6/ wGDYiwEOAfyrrDegtbbP =4MRZ -----END PGP SIGNATURE----- --Signature=_Thu__27_Jun_2013_17_50_19_+1000_FHk1xp9mtV99U7DK-- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/