From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: Alexander Graf <agraf@suse.de>
Cc: "qemu-devel@nongnu.org" <qemu-devel@nongnu.org>,
kvm-ppc <kvm-ppc@vger.kernel.org>,
"kvm@vger.kernel.org" <kvm@vger.kernel.org>,
Avi Kivity <avi@redhat.com>
Subject: Re: [Qemu-devel] [PATCH v2] spapr: Add "memop" hypercall
Date: Fri, 25 May 2012 18:36:09 +1000 [thread overview]
Message-ID: <1337934969.16119.18.camel@pasglop> (raw)
In-Reply-To: <678ADF6E-BA35-48A4-865A-C45D1353022B@suse.de>
On Fri, 2012-05-25 at 10:30 +0200, Alexander Graf wrote:
> > + while (count--) {
> > + switch (esize) {
> > + case 0: tmp = ldub_phys(src);
>
> I'm surprised checkpatch didn't complain here. Please do
>
> case x:
> foo();
> break();
>
> > break;
> > + case 1: tmp = lduw_phys(src); break;
> > + case 2: tmp = ldl_phys(src); break;
> > + case 3: tmp = ldq_phys(src); break;
> > + default:
> > + return H_PARAMETER;
Checkpatch absolutely complained and I decided to ignore it, seriously,
you really want to replace a nice & readable piece of code with
something that takes 3 pages and is generally gross & ugly ?
Some times, you have to ignore check patch and let sanity prevail.
Ben.
> Indentation?
Not sure what's up with identation, I had it all fixed up to please
checkpatch, maybe I screwed up the sending of the patch itself. Oh
well, I'm off to hospital on monday so that will have to wait til I'm
back (I regret you didn't make those comments on the previous iteration
of the patch though).
Ben.
next prev parent reply other threads:[~2012-05-25 8:36 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1337585042.2779.4.camel@pasglop>
[not found] ` <4FBA0F23.5040601@redhat.com>
[not found] ` <1337594641.2779.59.camel@pasglop>
[not found] ` <4FBA13DF.7040009@redhat.com>
2012-05-25 3:53 ` [Qemu-devel] [PATCH v2] spapr: Add "memop" hypercall Benjamin Herrenschmidt
2012-05-25 8:30 ` Alexander Graf
2012-05-25 8:36 ` Benjamin Herrenschmidt [this message]
2012-05-25 8:54 ` Alexander Graf
2012-05-25 9:24 ` Benjamin Herrenschmidt
2012-05-25 10:29 ` Alexander Graf
2012-05-25 12:41 ` Benjamin Herrenschmidt
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=1337934969.16119.18.camel@pasglop \
--to=benh@kernel.crashing.org \
--cc=agraf@suse.de \
--cc=avi@redhat.com \
--cc=kvm-ppc@vger.kernel.org \
--cc=kvm@vger.kernel.org \
--cc=qemu-devel@nongnu.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).