[PATCH v3 0/3] exec: Build page-vary-common.c with -fno-lto

Richard Henderson posted 3 patches 3 years ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210323161601.454996-1-richard.henderson@linaro.org
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 +++++++++++++++
MAINTAINERS              |   2 +
8 files changed, 152 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
[PATCH v3 0/3] exec: Build page-vary-common.c with -fno-lto
Posted by Richard Henderson 3 years ago
I think there's additional cleanup to be done here, where we can
move these two files from top-level to either accel/tcg/ or softmmu/.
But that will have to wait for the next devel cycle.

Changes from Phil's v2: Update MAINTAINERS.


r~


Richard Henderson (3):
  exec: Rename exec-vary.c as page-vary.c
  exec: Extract 'page-vary.h' header
  exec: Build page-vary-common.c with -fno-lto

 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 +++++++++++++++
 MAINTAINERS              |   2 +
 8 files changed, 152 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

-- 
2.25.1