qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] tcg/mips: reserve a register for the guest_base


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH] tcg/mips: reserve a register for the guest_base.
Date: Mon, 10 Jul 2017 06:01:49 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

On 07/09/2017 11:12 PM, Jiang Biao wrote:
Reserve a register for the guest_base using ppc code for reference.
By doing so, we do not have to recompute it for every memory load.

Signed-off-by: Jiang Biao<address@hidden>
Signed-off-by: Richard Henderson<address@hidden>
---
  tcg/mips/tcg-target.inc.c | 17 +++++++++++++----
  1 file changed, 13 insertions(+), 4 deletions(-)

For future reference, you should not add a Signed-off-by for someone else. That is like writing someone else's signature.

You may acknowledge my suggestion with a Suggested-by tag.

QEMU uses the same rules for this as does the linux kernel.  Please read

https://github.com/torvalds/linux/blob/master/Documentation/process/submitting-patches.rst

or at least section 11 from

https://github.com/torvalds/linux/blob/master/Documentation/translations/zh_CN/SubmittingPatches

(The translation may be be out of date. I don't see any of the other tags, like Suggested-by, within the Chinese text.)

That said, applied to tcg-next.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]