On 3/22/21 5:14 AM, Philippe Mathieu-Daudé wrote:
configure | 19 -------
meson.build | 18 ++++++-
include/exec/cpu-all.h | 15 ++----
include/exec/page-vary.h | 34 ++++++++++++
exec-vary.c | 108 ---------------------------------------
page-vary-common.c | 54 ++++++++++++++++++++
page-vary.c | 41 +++++++++++++++
7 files changed, 150 insertions(+), 139 deletions(-)
create mode 100644 include/exec/page-vary.h
delete mode 100644 exec-vary.c
create mode 100644 page-vary-common.c
create mode 100644 page-vary.c
In which MAINTAINERS section this files belong to?
Hmm, yes. I see exec-vary.c wasn't listed either.
It looks like exec-vary.c should have gone into softmmu/ when that was created.
And should be part of "Overall TCG CPUs".
r~