linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: David Gibson <david@gibson.dropbear.id.au>,
	paulus@samba.org, agraf@suse.de
Cc: 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
Date: Mon, 02 Feb 2015 09:59:16 +0100	[thread overview]
Message-ID: <54CF3C64.7040107@redhat.com> (raw)
In-Reply-To: <1422863108-13581-1-git-send-email-david@gibson.dropbear.id.au>



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

  reply	other threads:[~2015-02-02  8:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-02  7:45 [PATCH] kvmppc: Implement H_LOGICAL_CI_{LOAD,STORE} in KVM David Gibson
2015-02-02  8:59 ` Paolo Bonzini [this message]
2015-02-02  9:04   ` David Gibson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54CF3C64.7040107@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=agraf@suse.de \
    --cc=aik@ozlabs.ru \
    --cc=david@gibson.dropbear.id.au \
    --cc=kvm-ppc@vger.kernel.org \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=paulus@samba.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).