Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933096AbbBBJEW (ORCPT ); Mon, 2 Feb 2015 04:04:22 -0500 Received: from ozlabs.org ([103.22.144.67]:54834 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932818AbbBBJET (ORCPT ); Mon, 2 Feb 2015 04:04:19 -0500 Date: Mon, 2 Feb 2015 20:04:43 +1100 From: David Gibson To: Paolo Bonzini Cc: paulus@samba.org, agraf@suse.de, aik@ozlabs.ru, kvm-ppc@vger.kernel.org, kvm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] kvmppc: Implement H_LOGICAL_CI_{LOAD,STORE} in KVM Message-ID: <20150202090443.GP28703@voom.fritz.box> References: <1422863108-13581-1-git-send-email-david@gibson.dropbear.id.au> <54CF3C64.7040107@redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="WYfJCIN5rqlfy3K0" Content-Disposition: inline In-Reply-To: <54CF3C64.7040107@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2264 Lines: 65 --WYfJCIN5rqlfy3K0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 02, 2015 at 09:59:16AM +0100, Paolo Bonzini wrote: >=20 >=20 > On 02/02/2015 08:45, David Gibson wrote: > > + case H_LOGICAL_CI_LOAD: > > + ret =3D kvmppc_h_logical_ci_load(vcpu); > > + if (ret =3D=3D H_TOO_HARD) { > > + printk("Punting H_LOGICAL_CI_LOAD\n"); > > + return RESUME_HOST; > > + } > > + break; > > + case H_LOGICAL_CI_STORE: > > + ret =3D kvmppc_h_logical_ci_store(vcpu); > > + if (ret =3D=3D H_TOO_HARD) { > > + printk("Punting H_LOGICAL_CI_STORE\n"); > > + return RESUME_HOST; > > + } > > + break; > > case H_SET_MODE: > > ret =3D kvmppc_h_set_mode(vcpu, kvmppc_get_gpr(vcpu, 4), > > kvmppc_get_gpr(vcpu, 5), >=20 > KERN_DEBUG I guess? Or even no printk at all perhaps. Oh, bugger, removed most of the debug code, but not all of it. --=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 --WYfJCIN5rqlfy3K0 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJUzz2rAAoJEGw4ysog2bOSdooP/iLq9PWdx7z1k9h2pcIRlMmI l4m5rkZK2ApVkZqRNx/Eglhz/XoLVY1WwvEhQrwhZLZ1ibc9Rl4LhA+HYFILZ0Zx 6J5iOmlwg9XZdGjw7upJYydVDsbO8RzSmunnPivXGoLb9ws0AatnUZ5mhZRZTuED quHPoLCtNIe6nolRLXoiBNBCu9HjOUYefU36UCGDTGWFS9lnLCalwKG3u/pWFbnf m+jHZBl2HaAbk7vavxziG8mTzq93JVtMQAzU2MYBjN6bSdedURxL8t8dwJ+VTB1J J0IAE48+FDd6GuQjCzcfX2ji+ArqgUBRywBgX2zMmy1gVAdU3q9RxHSHN5DmvYJ5 FfeTLOq51Qe8UUv7ZlE+MeWDlKXeSZ4e1dRQkKvkdmmO/VsI4mNwn0EXEyhCsesN 3FPLLtgmrR3eU+sIpCxSxCgt3i832phIt1upphp7uovTmgad6RXIrbZSj2+AScGf VHVRidjT2Al/pjitqF6AInNHuAK80xk1GV1h512k+llWPbS5K7k1/WOVM/vQTG/j OOozZ21APcYUxvHuiXgiXWbzY3akygKJ/CxqSgwGBg9h1BVCDr9IntK2Jn1Ba+V4 yUhRMuctcmNAEVSw4AtTFmL1YaLQWn+XNrbWhepE4RyiZNZlDk+27lhn37hsgTjb VOO6A5GInFe+f8BJLWp7 =GiaA -----END PGP SIGNATURE----- --WYfJCIN5rqlfy3K0-- -- 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/