From: Richard Henderson <richard.henderson@linaro.org>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org
Subject: [PULL 0/5] tcg patch queue for 6.0
Date: Tue, 23 Mar 2021 19:43:27 -0600 [thread overview]
Message-ID: <20210324014332.6331-1-richard.henderson@linaro.org> (raw)
The following changes since commit 266469947161aa10b1d36843580d369d5aa38589:
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-03-23' into staging (2021-03-23 22:28:58 +0000)
are available in the Git repository at:
https://github.com/rth7680/qemu.git tags/pull-tcg-20210323
for you to fetch changes up to 44b99a6d5f24afcd8476d0d2701e1ca4ab9b35c1:
exec: Build page-vary-common.c with -fno-lto (2021-03-23 19:36:47 -0600)
----------------------------------------------------------------
Workaround for macos mprotect
Workaround for target_page vs -flto
----------------------------------------------------------------
Richard Henderson (5):
tcg: Do not set guard pages on the rx portion of code_gen_buffer
tcg: Workaround macOS 11.2 mprotect bug
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 | 21 ++++++++-
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 ++++++++++++++++++
tcg/tcg.c | 22 +++++-----
MAINTAINERS | 2 +
9 files changed, 167 insertions(+), 149 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
next reply other threads:[~2021-03-24 1:52 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-24 1:43 Richard Henderson [this message]
2021-03-24 1:43 ` [PULL 1/5] tcg: Do not set guard pages on the rx portion of code_gen_buffer Richard Henderson
2021-03-24 1:43 ` [PULL 2/5] tcg: Workaround macOS 11.2 mprotect bug Richard Henderson
2021-03-24 1:43 ` [PULL 3/5] exec: Rename exec-vary.c as page-vary.c Richard Henderson
2021-03-24 1:43 ` [PULL 4/5] exec: Extract 'page-vary.h' header Richard Henderson
2021-03-24 1:43 ` [PULL 5/5] exec: Build page-vary-common.c with -fno-lto Richard Henderson
2021-03-24 13:22 ` [PULL 0/5] tcg patch queue for 6.0 Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210324014332.6331-1-richard.henderson@linaro.org \
--to=richard.henderson@linaro.org \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).