lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 2 Feb 2015 20:04:43 +1100
From:	David Gibson <david@...son.dropbear.id.au>
To:	Paolo Bonzini <pbonzini@...hat.com>
Cc:	paulus@...ba.org, agraf@...e.de, aik@...abs.ru,
	kvm-ppc@...r.kernel.org, kvm@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] kvmppc: Implement H_LOGICAL_CI_{LOAD,STORE} in KVM

On Mon, Feb 02, 2015 at 09:59:16AM +0100, Paolo Bonzini wrote:
> 
> 
> On 02/02/2015 08:45, David Gibson wrote:
> > +	case H_LOGICAL_CI_LOAD:
> > +		ret = kvmppc_h_logical_ci_load(vcpu);
> > +		if (ret == H_TOO_HARD) {
> > +			printk("Punting H_LOGICAL_CI_LOAD\n");
> > +			return RESUME_HOST;
> > +		}
> > +		break;
> > +	case H_LOGICAL_CI_STORE:
> > +		ret = kvmppc_h_logical_ci_store(vcpu);
> > +		if (ret == H_TOO_HARD) {
> > +			printk("Punting H_LOGICAL_CI_STORE\n");
> > +			return RESUME_HOST;
> > +		}
> > +		break;
> >  	case H_SET_MODE:
> >  		ret = kvmppc_h_set_mode(vcpu, kvmppc_get_gpr(vcpu, 4),
> >  					kvmppc_get_gpr(vcpu, 5),
> 
> KERN_DEBUG I guess?  Or even no printk at all perhaps.

Oh, bugger, removed most of the debug code, but not all of it.

-- 
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

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ