qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] exec: Build page-varry-common.c with -fno-lto


From: Richard Henderson
Subject: Re: [PATCH] exec: Build page-varry-common.c with -fno-lto
Date: Mon, 22 Mar 2021 15:45:04 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

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~



reply via email to

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