From: Thomas Huth <thuth@redhat.com>
To: Michael Rolnik <mrolnik@gmail.com>, qemu-devel@nongnu.org
Cc: dovgaluk@ispras.ru, Sarah Harris <S.E.Harris@kent.ac.uk>,
philmd@redhat.com, richard.henderson@linaro.org,
imammedo@redhat.com
Subject: Re: [Qemu-devel] [PATCH v29 1/8] target/avr: Add outward facing interfaces and core CPU logic
Date: Mon, 26 Aug 2019 09:21:24 +0200 [thread overview]
Message-ID: <55f37e1b-8ed3-b295-0298-4299279e4043@redhat.com> (raw)
In-Reply-To: <20190824184635.34192-2-mrolnik@gmail.com>
On 24/08/2019 20.46, Michael Rolnik wrote:
> From: Sarah Harris <S.E.Harris@kent.ac.uk>
>
> This includes:
> - CPU data structures
> - object model classes and functions
> - migration functions
> - GDB hooks
>
> Signed-off-by: Michael Rolnik <mrolnik@gmail.com>
> Acked-by: Igor Mammedov <imammedo@redhat.com>
> ---
If the patch is originally from Sarah Harris, what happened to her
"Signed-off-by" line? For new code, it's important to have the S-o-b of
all contributors documented to make sure that they agreed to the
"Developer Certificate of Origin". If you made changes in addition to
Sarah's original code, you can document that with square brackets, e.g.:
Signed-off-by: Sarah Harris <S.E.Harris@kent.ac.uk>
[mrolnik: Fixed some bugs in xyz()]
Signed-off-by: Michael Rolnik <mrolnik@gmail.com>
Thomas
next prev parent reply other threads:[~2019-08-26 7:22 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-24 18:46 [Qemu-devel] [PATCH v29 0/8] QEMU AVR 8 bit cores Michael Rolnik
2019-08-24 18:46 ` [Qemu-devel] [PATCH v29 1/8] target/avr: Add outward facing interfaces and core CPU logic Michael Rolnik
2019-08-26 7:21 ` Thomas Huth [this message]
2019-08-26 7:53 ` Michael Rolnik
2019-08-26 8:00 ` Thomas Huth
2019-08-27 10:59 ` Sarah Harris
2019-10-12 7:22 ` Philippe Mathieu-Daudé
2019-08-24 18:46 ` [Qemu-devel] [PATCH v29 2/8] target/avr: Add instruction helpers Michael Rolnik
2019-08-24 18:46 ` [Qemu-devel] [PATCH v29 3/8] target/avr: Add instruction decoding Michael Rolnik
2019-08-24 18:46 ` [Qemu-devel] [PATCH v29 4/8] target/avr: Add instruction translation Michael Rolnik
2019-08-24 18:46 ` [Qemu-devel] [PATCH v29 5/8] target/avr: Add limited support for USART and 16 bit timer peripherals Michael Rolnik
2019-08-24 18:46 ` [Qemu-devel] [PATCH v29 6/8] target/avr: Add example board configuration Michael Rolnik
2019-08-24 18:46 ` [Qemu-devel] [PATCH v29 7/8] target/avr: Register AVR support with the rest of QEMU, the build system, and the MAINTAINERS file Michael Rolnik
2019-08-26 6:01 ` Thomas Huth
2019-08-24 18:46 ` [Qemu-devel] [PATCH v29 8/8] target/avr: Add tests Michael Rolnik
2019-08-26 5:39 ` Thomas Huth
2019-08-26 9:23 ` Alex Bennée
2019-08-26 17:13 ` Richard Henderson
2019-08-27 9:25 ` Alex Bennée
2019-08-27 9:29 ` Pavel Dovgalyuk
2019-10-12 7:17 ` Philippe Mathieu-Daudé
2019-10-12 14:11 ` Pavel Dovgalyuk
2019-08-26 7:09 ` [Qemu-devel] [PATCH v29 0/8] QEMU AVR 8 bit cores Pavel Dovgalyuk
2019-08-26 7:46 ` Michael Rolnik
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=55f37e1b-8ed3-b295-0298-4299279e4043@redhat.com \
--to=thuth@redhat.com \
--cc=S.E.Harris@kent.ac.uk \
--cc=dovgaluk@ispras.ru \
--cc=imammedo@redhat.com \
--cc=mrolnik@gmail.com \
--cc=philmd@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.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).