From: Ilya Leoshkevich <iii@linux.ibm.com>
To: "Richard Henderson" <richard.henderson@linaro.org>,
"Alex Bennée" <alex.bennee@linaro.org>
Cc: "Vanderson M . do Rosario" <vandersonmr2@gmail.com>,
Christian Borntraeger <borntraeger@linux.ibm.com>,
qemu-devel@nongnu.org
Subject: PING: [PATCH v2 0/1] tcg: add perfmap and jitdump
Date: Tue, 03 Jan 2023 13:36:42 +0100 [thread overview]
Message-ID: <dc3235d7309656dcd2815717b91352bd601fe838.camel@linux.ibm.com> (raw)
In-Reply-To: <20221114161321.3364875-1-iii@linux.ibm.com>
On Mon, 2022-11-14 at 17:13 +0100, Ilya Leoshkevich wrote:
> v1:
> https://lists.nongnu.org/archive/html/qemu-devel/2022-10/msg01824.html
> https://lists.nongnu.org/archive/html/qemu-devel/2022-11/msg01073.html
>
> v1 -> v2:
> * Use QEMU_LOCK_GUARD (Alex).
> * Handle TARGET_TB_PCREL (Alex).
> * Support ELF -kernels, add a note about this (Alex). Tested with
> qemu-system-x86_64 and Linux kernel - it's not fast, but it works.
> * Minor const correctness and style improvements.
>
> Ilya Leoshkevich (1):
> tcg: add perfmap and jitdump
>
> accel/tcg/debuginfo.c | 99 +++++++++++
> accel/tcg/debuginfo.h | 52 ++++++
> accel/tcg/meson.build | 2 +
> accel/tcg/perf.c | 334
> ++++++++++++++++++++++++++++++++++++++
> accel/tcg/perf.h | 28 ++++
> accel/tcg/translate-all.c | 8 +
> docs/devel/tcg.rst | 23 +++
> hw/core/loader.c | 5 +
> include/tcg/tcg.h | 4 +-
> linux-user/elfload.c | 3 +
> linux-user/exit.c | 2 +
> linux-user/main.c | 15 ++
> linux-user/meson.build | 1 +
> meson.build | 8 +
> qemu-options.hx | 20 +++
> softmmu/vl.c | 11 ++
> tcg/region.c | 2 +-
> tcg/tcg.c | 2 +
> 18 files changed, 616 insertions(+), 3 deletions(-)
> create mode 100644 accel/tcg/debuginfo.c
> create mode 100644 accel/tcg/debuginfo.h
> create mode 100644 accel/tcg/perf.c
> create mode 100644 accel/tcg/perf.h
>
Hi,
I would like to ping this patch:
https://lists.gnu.org/archive/html/qemu-devel/2022-11/msg02385.html
https://patchew.org/QEMU/20221114161321.3364875-1-iii@linux.ibm.com/
Best regards,
Ilya
prev parent reply other threads:[~2023-01-03 13:39 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-14 16:13 [PATCH v2 0/1] tcg: add perfmap and jitdump Ilya Leoshkevich
2022-11-14 16:13 ` [PATCH v2 1/1] " Ilya Leoshkevich
2023-01-06 17:31 ` Alex Bennée
2023-01-08 22:26 ` Richard Henderson
2023-01-03 12:36 ` Ilya Leoshkevich [this message]
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=dc3235d7309656dcd2815717b91352bd601fe838.camel@linux.ibm.com \
--to=iii@linux.ibm.com \
--cc=alex.bennee@linaro.org \
--cc=borntraeger@linux.ibm.com \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.org \
--cc=vandersonmr2@gmail.com \
/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).