qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Markovic <smarkovic@wavecomp.com>
To: Aleksandar Markovic <aleksandar.markovic@rt-rk.com>,
	"qemu-devel@nongnu.org" <qemu-devel@nongnu.org>,
	Aleksandar Markovic <amarkovic@wavecomp.com>
Subject: Re: [Qemu-devel] [PATCH v2 1/5] disas: nanoMIPS: Fix preamble text
Date: Tue, 18 Dec 2018 10:43:20 +0000	[thread overview]
Message-ID: <394a48e3-d865-b80a-0163-fad2010d12f9@wavecomp.com> (raw)
In-Reply-To: <20181217171007.5007-2-aleksandar.markovic@rt-rk.com>


On 17.12.18. 18:10, Aleksandar Markovic wrote:
> From: Aleksandar Markovic <amarkovic@wavecomp.com>
>
> Fix several mistakes in preambles of nanomips disassembler source
> files.
>
> Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
> ---
>   disas/nanomips.cpp | 7 ++++---
>   disas/nanomips.h   | 7 ++++---
>   2 files changed, 8 insertions(+), 6 deletions(-)


Reviewed-by: Stefan Markovic <smarkovic@wavecomp.com>


> diff --git a/disas/nanomips.cpp b/disas/nanomips.cpp
> index 1238c2ff33..f9ef0a25f4 100644
> --- a/disas/nanomips.cpp
> +++ b/disas/nanomips.cpp
> @@ -1,13 +1,13 @@
>   /*
>    *  Source file for nanoMIPS disassembler component of QEMU
>    *
> - *  Copyright (C) 2018  Wave Computing
> + *  Copyright (C) 2018  Wave Computing, Inc.
>    *  Copyright (C) 2018  Matthew Fortune <matthew.fortune@mips.com>
> - *  Copyright (C) 2018  Aleksandar Markovic <aleksandar.markovic@wavecomp.com>
> + *  Copyright (C) 2018  Aleksandar Markovic <amarkovic@wavecomp.com>
>    *
>    *  This program is free software: you can redistribute it and/or modify
>    *  it under the terms of the GNU General Public License as published by
> - *  the Free Software Foundation, either version 3 of the License, or
> + *  the Free Software Foundation, either version 2 of the License, or
>    *  (at your option) any later version.
>    *
>    *  This program is distributed in the hope that it will be useful,
> @@ -17,6 +17,7 @@
>    *
>    *  You should have received a copy of the GNU General Public License
>    *  along with this program.  If not, see <https://www.gnu.org/licenses/>.
> + *
>    */
>   
>   extern "C" {
> diff --git a/disas/nanomips.h b/disas/nanomips.h
> index 84cc9a6dfc..3df138d63f 100644
> --- a/disas/nanomips.h
> +++ b/disas/nanomips.h
> @@ -1,13 +1,13 @@
>   /*
>    *  Header file for nanoMIPS disassembler component of QEMU
>    *
> - *  Copyright (C) 2018  Wave Computing
> + *  Copyright (C) 2018  Wave Computing, Inc.
>    *  Copyright (C) 2018  Matthew Fortune <matthew.fortune@mips.com>
> - *  Copyright (C) 2018  Aleksandar Markovic <aleksandar.markovic@wavecomp.com>
> + *  Copyright (C) 2018  Aleksandar Markovic <amarkovic@wavecomp.com>
>    *
>    *  This program is free software: you can redistribute it and/or modify
>    *  it under the terms of the GNU General Public License as published by
> - *  the Free Software Foundation, either version 3 of the License, or
> + *  the Free Software Foundation, either version 2 of the License, or
>    *  (at your option) any later version.
>    *
>    *  This program is distributed in the hope that it will be useful,
> @@ -17,6 +17,7 @@
>    *
>    *  You should have received a copy of the GNU General Public License
>    *  along with this program.  If not, see <https://www.gnu.org/licenses/>.
> + *
>    */
>   
>   #ifndef NANOMIPS_DISASSEMBLER_H

  reply	other threads:[~2018-12-18 10:43 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-17 17:10 [Qemu-devel] [PATCH v2 0/5] disas: nanoMIPS: Clean up several issues Aleksandar Markovic
2018-12-17 17:10 ` [Qemu-devel] [PATCH v2 1/5] disas: nanoMIPS: Fix preamble text Aleksandar Markovic
2018-12-18 10:43   ` Stefan Markovic [this message]
2018-12-17 17:10 ` [Qemu-devel] [PATCH v2 2/5] disas: nanoMIPS: Remove functions that are not used Aleksandar Markovic
2018-12-18 13:07   ` Stefan Markovic
2018-12-17 17:10 ` [Qemu-devel] [PATCH v2 3/5] disas: nanoMIPS: Fix a function misnomer Aleksandar Markovic
2018-12-18 13:11   ` Stefan Markovic
2018-12-17 17:10 ` [Qemu-devel] [PATCH v2 4/5] disas: nanoMIPS: Fix order of some invocations Aleksandar Markovic
2018-12-18 13:26   ` Stefan Markovic
2018-12-17 17:10 ` [Qemu-devel] [PATCH v2 5/5] disas: nanoMIPS: Name some function in a more descriptive way Aleksandar Markovic
2018-12-18 13:38   ` Stefan Markovic

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=394a48e3-d865-b80a-0163-fad2010d12f9@wavecomp.com \
    --to=smarkovic@wavecomp.com \
    --cc=aleksandar.markovic@rt-rk.com \
    --cc=amarkovic@wavecomp.com \
    --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).