mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: David Gibson <david@gibson.dropbear.id.au>
To: Paolo Bonzini <pbonzini@redhat.com>
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
Date: Mon, 2 Feb 2015 20:04:43 +1100	[thread overview]
Message-ID: <20150202090443.GP28703@voom.fritz.box> (raw)
In-Reply-To: <54CF3C64.7040107@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 990 bytes --]

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

[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]

      reply	other threads:[~2015-02-02  9:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-02  7:45 David Gibson
2015-02-02  8:59 ` Paolo Bonzini
2015-02-02  9:04   ` David Gibson [this message]

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=20150202090443.GP28703@voom.fritz.box \
    --to=david@gibson.dropbear.id.au \
    --cc=agraf@suse.de \
    --cc=aik@ozlabs.ru \
    --cc=kvm-ppc@vger.kernel.org \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=paulus@samba.org \
    --cc=pbonzini@redhat.com \
    /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

all inboxes | Powered by JetHome®