All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/3] target/mips: Make the number of TLB entries a CPU property
@ 2020-10-13 13:25 Philippe Mathieu-Daudé
  2020-10-13 13:25 ` [RFC PATCH 1/3] target/mips: Make cpu_mips_realize_env() propagate Error Philippe Mathieu-Daudé
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-10-13 13:25 UTC (permalink / raw)
  To: qemu-devel, Victor Kamensky
  Cc: Aleksandar Rikalo, Khem Raj, Philippe Mathieu-Daudé,
	Aleksandar Markovic, Richard Purdie, Aurelien Jarno,
	Richard Henderson

Yocto developers have expressed interest in running MIPS32
CPU with custom number of TLB:
https://lists.gnu.org/archive/html/qemu-devel/2020-10/msg03428.html

Help them by making the number of TLB entries a CPU property,
keeping our set of CPU definitions in sync with real hardware.

Please test/review,

Phil.

Philippe Mathieu-Daudé (3):
  target/mips: Make cpu_mips_realize_env() propagate Error
  target/mips: Store number of TLB entries in CPUMIPSState
  target/mips: Make the number of TLB entries a CPU property

 target/mips/cpu.h                |  1 +
 target/mips/internal.h           | 10 +++++++++-
 target/mips/cpu.c                | 12 ++++++++++--
 target/mips/translate.c          | 16 ++++++++++++++--
 target/mips/translate_init.c.inc |  2 +-
 5 files changed, 35 insertions(+), 6 deletions(-)

-- 
2.26.2



^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2020-10-16 17:25 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-13 13:25 [RFC PATCH 0/3] target/mips: Make the number of TLB entries a CPU property Philippe Mathieu-Daudé
2020-10-13 13:25 ` [RFC PATCH 1/3] target/mips: Make cpu_mips_realize_env() propagate Error Philippe Mathieu-Daudé
2020-10-13 13:25 ` [RFC PATCH 2/3] target/mips: Store number of TLB entries in CPUMIPSState Philippe Mathieu-Daudé
2020-10-13 13:25 ` [RFC PATCH 3/3] target/mips: Make the number of TLB entries a CPU property Philippe Mathieu-Daudé
2020-10-14 10:20   ` Jiaxun Yang
2020-10-14 10:54     ` Philippe Mathieu-Daudé
2020-10-13 23:11 ` [RFC PATCH 0/3] " Richard Henderson
2020-10-14  2:22   ` Richard Henderson
2020-10-14  3:21     ` Victor Kamensky (kamensky) via
2020-10-14  7:26     ` Richard Purdie
2020-10-14  1:36 ` Victor Kamensky (kamensky)
2020-10-14  7:14   ` Richard Purdie
2020-10-14 14:53     ` Philippe Mathieu-Daudé
2020-10-14 20:20       ` Victor Kamensky (kamensky) via
2020-10-14 20:53         ` Khem Raj
2020-10-15 18:56           ` Victor Kamensky (kamensky) via
2020-10-16 17:19             ` Richard Henderson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.