qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] exec: Build page-vary-common.c with -fno-lto
@ 2021-03-23 16:15 Richard Henderson
  2021-03-23 16:15 ` [PATCH v3 1/3] exec: Rename exec-vary.c as page-vary.c Richard Henderson
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Richard Henderson @ 2021-03-23 16:15 UTC (permalink / raw)
  To: qemu-devel; +Cc: pbonzini, gshan, f4bug

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



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

end of thread, other threads:[~2021-03-23 19:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-23 16:15 [PATCH v3 0/3] exec: Build page-vary-common.c with -fno-lto Richard Henderson
2021-03-23 16:15 ` [PATCH v3 1/3] exec: Rename exec-vary.c as page-vary.c Richard Henderson
2021-03-23 18:21   ` Philippe Mathieu-Daudé
2021-03-23 16:16 ` [PATCH v3 2/3] exec: Extract 'page-vary.h' header Richard Henderson
2021-03-23 18:22   ` Philippe Mathieu-Daudé
2021-03-23 16:16 ` [PATCH v3 3/3] exec: Build page-vary-common.c with -fno-lto Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).