From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53005) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aiCHv-0005FF-DV for qemu-devel@nongnu.org; Mon, 21 Mar 2016 22:43:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aiCHs-00037B-Vx for qemu-devel@nongnu.org; Mon, 21 Mar 2016 22:43:19 -0400 Date: Tue, 22 Mar 2016 12:18:00 +1100 From: David Gibson Message-ID: <20160322011800.GV23586@voom.redhat.com> References: <1458546426-26222-1-git-send-email-aik@ozlabs.ru> <1458546426-26222-7-git-send-email-aik@ozlabs.ru> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZUxj+kVYsk1YKJSS" Content-Disposition: inline In-Reply-To: <1458546426-26222-7-git-send-email-aik@ozlabs.ru> Subject: Re: [Qemu-devel] [PATCH qemu v14 06/18] spapr_iommu: Finish renaming vfio_accel to need_vfio List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Kardashevskiy Cc: Alex Williamson , qemu-ppc@nongnu.org, qemu-devel@nongnu.org --ZUxj+kVYsk1YKJSS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 21, 2016 at 06:46:54PM +1100, Alexey Kardashevskiy wrote: > 6a81dd17 "spapr_iommu: Rename vfio_accel parameter" renamed vfio_accel > flag everywhere but one spot was missed. >=20 > Signed-off-by: Alexey Kardashevskiy Reviewed-by: David Gibson > --- > target-ppc/kvm_ppc.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/target-ppc/kvm_ppc.h b/target-ppc/kvm_ppc.h > index fc79312..3b2090e 100644 > --- a/target-ppc/kvm_ppc.h > +++ b/target-ppc/kvm_ppc.h > @@ -163,7 +163,7 @@ static inline bool kvmppc_spapr_use_multitce(void) > =20 > static inline void *kvmppc_create_spapr_tce(uint32_t liobn, > uint32_t window_size, int *f= d, > - bool vfio_accel) > + bool need_vfio) > { > return NULL; > } --=20 David Gibson | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_ | _way_ _around_! http://www.ozlabs.org/~dgibson --ZUxj+kVYsk1YKJSS Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJW8J1IAAoJEGw4ysog2bOSzb8P/3sCwOPeJ2/NJlojpKQkEp9J +WDoarKTNlsykeSHYsGhiG9kc3t4RuLJVVjJKFvLEYQRjCqq8UPZrGoSWN+pBMxy VjGS0fJy06slBLcI9BBOPLPlwyLT45QfkGQDN+BoazyrHi6gsxWrK7YKLb6uKI5e uihjCTI6dEgMM4d4JBq+4kwRHmOp6q8ysEdJxDZgocGV2jmrWSQno3mxGiwxmURK H5eAf6rCAWOxzohOBz5WPXIrxSz1rJK0cHjQZJ9l/gCDhHVQHinfDlEUPKLizWmG /rtb7cKyaT+kOyQeNTBpMILcVMClG3oidxOm8bnVcEqfl26mFBHF6Dd1ThIqmXnK qKE5S+gpzTfkeReFtoJ+Rff7W0euGKehkbBBHyysFdG42tbBObWm9UzGgeu8MZ4Q SVymbH6WzI+342yKo4mU0IE0R6PPOtOpxaw6J0/m4fwugc+tjR1Do6KC9OyPH6+X hTpVlELmQv5SKT1X5GRNwcR3/9NFSE4PsGFaYwcnsBIca6eB2lVGGArJIoDrjYBj 0S3W+5ysO5ho9Q1dCqdiYS76gpxRWM7NMD81JZzvYPKkUs0VlQMb+bdbdo7D3p0L p+OgaR3DufuJytRu5IaViZIMw829WCNHwKNbJUogY+tLsH1pUHjT4E7XkcqsWT20 /gTWDLydJeqy+s8Ncsix =aSA8 -----END PGP SIGNATURE----- --ZUxj+kVYsk1YKJSS--