Re: [PATCH] kvmppc: Implement H_LOGICAL_CI_{LOAD,STORE} in KVM

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




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 kvm" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux