From: "Andreas Färber" <afaerber@suse.de>
To: Itamar Tal <itamar.tal4@gmail.com>
Cc: thuth@redhat.com, ariel@guardicore.com,
Itamar Tal <itamar@guardicore.com>,
qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v02] add 1394 bus support
Date: Sun, 19 Apr 2015 19:21:59 +0200 [thread overview]
Message-ID: <5533E437.70108@suse.de> (raw)
In-Reply-To: <CAAstg6jRCYojwD7KWZ0b47iF-Y6p8K7xAHp0-6bXjtixzzbp4Q@mail.gmail.com>
Hi,
Am 19.04.2015 um 18:38 schrieb Itamar Tal:
> I've set it just after the subject field in the patch? Should I add it
> somewhere else and resubmit?
Please compare other QEMU or Linux patches: It needs to go before ---
into the commit message. git commit --amend -s will place it correctly.
BTW I'm missing a type_init() and type_register_static() in the bottom
of hcd-ohci.c and wonder how you managed to test it without.
Did you copy this code from some other codebase? For one, hcd-ohci.c has
"address@hidden", which looks like you copied it from some mailing list
archive (then you need to replicate those authors' Signed-off-bys), and
for another the Coding Style does not exactly match that of QEMU, in
particular you are using a lot of custom _t types whereas QEMU uses
CamelCase type names. BTW if you consistently used typedefs for your
unions, you could avoid those macros declaring phy etc. unions inline, no?
Please also drop the empty last line in the new files you add. Did you
run scripts/checkpatch.pl? Running git-am on a clean branch can also
help highlight whitespace errors.
hcd-ohci.h is missing a license/copyright header.
hcd_pci_exit() has commented-out code - please fix or remove.
hcd_pci_init() has the opening brace placed wrong.
It looks like a generic PCI device, so why are you placing the config
option into i386 and x86_64 configs only rather than pci.mak?
Regards,
Andreas
P.S. Please don't top-post.
> On Apr 19, 2015 6:47 PM, "Andreas Färber" <afaerber@suse.de
> <mailto:afaerber@suse.de>> wrote:
>
> Am 19.04.2015 um 12:52 schrieb itamar.tal4@gmail.com
> <mailto:itamar.tal4@gmail.com>:
> > From: Itamar Tal <itamar@guardicore.com
> <mailto:itamar@guardicore.com>>
> >
> > ---
>
> Still no Signed-off-by...
>
> Regards,
> Andreas
>
> --
> SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
> GF: Felix Imendörffer, Jane Smithard, Jennifer Guild, Dilip Upmanyu,
> Graham Norton; HRB 21284 (AG Nürnberg)
>
--
SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Felix Imendörffer, Jane Smithard, Jennifer Guild, Dilip Upmanyu,
Graham Norton; HRB 21284 (AG Nürnberg)
next prev parent reply other threads:[~2015-04-19 17:22 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-19 10:52 [Qemu-devel] [PATCH v2] add 1394 bus support itamar.tal4
2015-04-19 10:52 ` [Qemu-devel] [PATCH v02] " itamar.tal4
2015-04-19 15:47 ` Andreas Färber
2015-04-19 16:38 ` Itamar Tal
2015-04-19 17:21 ` Andreas Färber [this message]
2015-04-20 11:59 ` Itamar Tal
2015-04-19 20:15 ` Peter Maydell
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=5533E437.70108@suse.de \
--to=afaerber@suse.de \
--cc=ariel@guardicore.com \
--cc=itamar.tal4@gmail.com \
--cc=itamar@guardicore.com \
--cc=qemu-devel@nongnu.org \
--cc=thuth@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;
as well as URLs for NNTP newsgroup(s).