qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] c0ff66: target/cris: Use MMUAccessType enum t


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] c0ff66: target/cris: Use MMUAccessType enum type when poss...
Date: Mon, 22 Feb 2021 06:21:07 -0800

  Branch: refs/heads/staging
  Home:   https://github.com/qemu/qemu
  Commit: c0ff662fabb9bbf79c6518d34f6163567aa4ab44
      
https://github.com/qemu/qemu/commit/c0ff662fabb9bbf79c6518d34f6163567aa4ab44
  Author: Philippe Mathieu-Daudé <f4bug@amsat.org>
  Date:   2021-02-22 (Mon, 22 Feb 2021)

  Changed paths:
    M target/cris/helper.c
    M target/cris/mmu.c

  Log Message:
  -----------
  target/cris: Use MMUAccessType enum type when possible

Replace the 0/1/2 magic values by the corresponding MMUAccessType.
We can remove a comment as enum names are self explicit.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Message-Id: <20210128003223.3561108-2-f4bug@amsat.org>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>


  Commit: 91ab6d46960256d21c6c01a1f5948bf1336aa15c
      
https://github.com/qemu/qemu/commit/91ab6d46960256d21c6c01a1f5948bf1336aa15c
  Author: Philippe Mathieu-Daudé <f4bug@amsat.org>
  Date:   2021-02-22 (Mon, 22 Feb 2021)

  Changed paths:
    M target/cris/mmu.c
    M target/cris/mmu.h

  Log Message:
  -----------
  target/cris: Let cris_mmu_translate() use MMUAccessType access_type

All callers of cris_mmu_translate() provide a MMUAccessType
type. Let the prototype use it as argument, as it is stricter
than an integer. We can remove the documentation as enum
names are self explicit.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Message-Id: <20210128003223.3561108-3-f4bug@amsat.org>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>


  Commit: fd52deea52d79192c43a1a7a0240a3cabbc55e80
      
https://github.com/qemu/qemu/commit/fd52deea52d79192c43a1a7a0240a3cabbc55e80
  Author: Stefan Sandstrom <stefans@axis.com>
  Date:   2021-02-22 (Mon, 22 Feb 2021)

  Changed paths:
    M target/cris/translate.c
    M target/cris/translate_v10.c.inc

  Log Message:
  -----------
  target/cris: Plug leakage of TCG temporaries

Add and fix deallocation of temporary TCG registers in CRIS code
generation.

Tested-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Change-Id: I17fce5d95bdc4418337ba885d53ba97afb1bafcc
Signed-off-by: Stefan Sandström <stefans@axis.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210219124416.28178-1-stefans@axis.com>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>


  Commit: 7ef8134565dccf9186d5eabd7dbb4ecae6dead87
      
https://github.com/qemu/qemu/commit/7ef8134565dccf9186d5eabd7dbb4ecae6dead87
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2021-02-22 (Mon, 22 Feb 2021)

  Changed paths:
    M target/cris/helper.c
    M target/cris/mmu.c
    M target/cris/mmu.h
    M target/cris/translate.c
    M target/cris/translate_v10.c.inc

  Log Message:
  -----------
  Merge remote-tracking branch 
'remotes/edgar/tags/edgar/cris-next-2021-02-22.for-upstream' into staging

CRIS PR 2021-02-22 v1

# gpg: Signature made Mon 22 Feb 2021 08:28:37 GMT
# gpg:                using RSA key AC44FEDC14F7F1EBEDBF415129C596780F6BCA83
# gpg: Good signature from "Edgar E. Iglesias (Xilinx key) 
<edgar.iglesias@xilinx.com>" [unknown]
# gpg:                 aka "Edgar E. Iglesias <edgar.iglesias@gmail.com>" [full]
# Primary key fingerprint: AC44 FEDC 14F7 F1EB EDBF  4151 29C5 9678 0F6B CA83

* remotes/edgar/tags/edgar/cris-next-2021-02-22.for-upstream:
  target/cris: Plug leakage of TCG temporaries
  target/cris: Let cris_mmu_translate() use MMUAccessType access_type
  target/cris: Use MMUAccessType enum type when possible

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>


Compare: https://github.com/qemu/qemu/compare/00d8ba9e0d62...7ef8134565dc



reply via email to

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