Message ID | 20201211041507.425378-1-david@gibson.dropbear.id.au (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 12/11/20 5:14 AM, David Gibson wrote: > The following changes since commit 2ecfc0657afa5d29a373271b342f704a1a3c6737: > > Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2020-12-10' into staging (2020-12-10 17:01:05 +0000) > > are available in the Git repository at: > > https://gitlab.com/dgibson/qemu.git tags/ppc-for-6.0-20201211 > > for you to fetch changes up to 7728c7ef126468a3e982b03b427196b1cccfa2c8: > > spapr.c: set a 'kvm-type' default value instead of relying on NULL (2020-12-11 12:02:10 +1100) > > ---------------------------------------------------------------- > ppc patch queue 2020-12-11 > > Here's my first pull request for qemu-6.0, with a bunch of things > queued over the freeze. Highlights are: > * A bunch of cleanups to hotplug error paths from Greg Kurz > * A number of TCG fixes from new contributor LemonBoy > * Added Greg Kurz as co-maintainer > * Assorted other bugfixes and cleanups > > ---------------------------------------------------------------- ... > > LemonBoy (5): > ppc/translate: Fix unordered f64/f128 comparisons > ppc/translate: Turn the helper macros into functions > ppc/translate: Delay NaN checking after comparison > ppc/translate: Raise exceptions after setting the cc > ppc/translate: Rewrite gen_lxvdsx to use gvec primitives I was surprised by that author and went to check the wiki https://wiki.qemu.org/Contribute/SubmitAPatch#Patch_emails_must_include_a_Signed-off-by:_line Please use your real name to sign a patch (not an alias or acronym). If you wrote the patch, make sure your "From:" and "Signed-off-by:" lines use the same spelling. The patches are signed with Giuseppe real name, so this is OK. Author can be fixed up later in .mailmap.
On Fri, 11 Dec 2020 at 12:35, Philippe Mathieu-Daudé <philmd@redhat.com> wrote: > > On 12/11/20 5:14 AM, David Gibson wrote: > > LemonBoy (5): > > ppc/translate: Fix unordered f64/f128 comparisons > > ppc/translate: Turn the helper macros into functions > > ppc/translate: Delay NaN checking after comparison > > ppc/translate: Raise exceptions after setting the cc > > ppc/translate: Rewrite gen_lxvdsx to use gvec primitives > > I was surprised by that author and went to check the wiki > https://wiki.qemu.org/Contribute/SubmitAPatch#Patch_emails_must_include_a_Signed-off-by:_line > > Please use your real name to sign a patch (not an alias or acronym). > If you wrote the patch, make sure your "From:" and "Signed-off-by:" > lines use the same spelling. > > The patches are signed with Giuseppe real name, so this is OK. > Author can be fixed up later in .mailmap. Well, it could be, but since we've caught this before the pullreq has been merged into master we might as well fix up the From lines in the commits directly. David, would you mind doing that and resending? Thanks for the catch, Philippe. thanks -- PMM
On Fri, Dec 11, 2020 at 12:48:05PM +0000, Peter Maydell wrote: > On Fri, 11 Dec 2020 at 12:35, Philippe Mathieu-Daudé <philmd@redhat.com> wrote: > > > > On 12/11/20 5:14 AM, David Gibson wrote: > > > LemonBoy (5): > > > ppc/translate: Fix unordered f64/f128 comparisons > > > ppc/translate: Turn the helper macros into functions > > > ppc/translate: Delay NaN checking after comparison > > > ppc/translate: Raise exceptions after setting the cc > > > ppc/translate: Rewrite gen_lxvdsx to use gvec primitives > > > > I was surprised by that author and went to check the wiki > > https://wiki.qemu.org/Contribute/SubmitAPatch#Patch_emails_must_include_a_Signed-off-by:_line > > > > Please use your real name to sign a patch (not an alias or acronym). > > If you wrote the patch, make sure your "From:" and "Signed-off-by:" > > lines use the same spelling. > > > > The patches are signed with Giuseppe real name, so this is OK. > > Author can be fixed up later in .mailmap. > > Well, it could be, but since we've caught this before the pullreq > has been merged into master we might as well fix up the From > lines in the commits directly. David, would you mind doing that > and resending? Done. > > Thanks for the catch, Philippe. > > thanks > -- PMM >