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] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 02 Feb 2015 09:59:16 +0100
From:	Paolo Bonzini <pbonzini@...hat.com>
To:	David Gibson <david@...son.dropbear.id.au>, paulus@...ba.org,
	agraf@...e.de
CC:	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 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.

Paolo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ