All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pavel Dovgalyuk <pavel.dovgalyuk@ispras.ru>
To: "Philippe Mathieu-Daudé" <philmd@redhat.com>, qemu-devel@nongnu.org
Cc: pbonzini@redhat.com, alex.bennee@linaro.org, stefanha@redhat.com
Subject: Re: [PATCH] util/log: flush TB cache when log level changes
Date: Fri, 22 Jan 2021 13:47:21 +0300	[thread overview]
Message-ID: <ed5201f1-5cbc-ee7c-1575-4db705735d0c@ispras.ru> (raw)
In-Reply-To: <672fc936-9207-636c-4f16-76fb2f849960@redhat.com>

On 22.01.2021 13:32, Philippe Mathieu-Daudé wrote:
> Hi Pavel,
> 
> On 1/22/21 11:03 AM, Pavel Dovgalyuk wrote:
>> Sometimes we need to collect the translation logs starting
>> from some point of the execution. Some TB listings may
>> be missed in this case, when blocks were translated before.
>> This patch clears TB cache to allow re-translation of such
>> code blocks.
>>
>> Signed-off-by: Pavel Dovgalyuk <Pavel.Dovgalyuk@ispras.ru>
>> ---
>>   accel/tcg/translate-all.c |    8 ++++++++
>>   include/sysemu/tcg.h      |    1 +
>>   stubs/meson.build         |    1 +
>>   stubs/tcg.c               |   12 ++++++++++++
>>   util/log.c                |    3 +++
>>   5 files changed, 25 insertions(+)
>>   create mode 100644 stubs/tcg.c
> ...
> 
>>   /*
>>    * Formerly ifdef DEBUG_TB_CHECK. These debug functions are user-mode-only,
>>    * so in order to prevent bit rot we compile them unconditionally in user-mode,
>> diff --git a/include/sysemu/tcg.h b/include/sysemu/tcg.h
>> index 00349fb18a..7415f11022 100644
>> --- a/include/sysemu/tcg.h
>> +++ b/include/sysemu/tcg.h
>> @@ -9,6 +9,7 @@
>>   #define SYSEMU_TCG_H
>>   
>>   void tcg_exec_init(unsigned long tb_size, int splitwx);
>> +void tb_flush_all(void);
> 
> Why not declare in "exec/exec-all.h"?
> 

It includes cpu.h, which is not available for all tools, that use logs.

Pavel Dovgalyuk



  reply	other threads:[~2021-01-22 10:48 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-22 10:03 [PATCH] util/log: flush TB cache when log level changes Pavel Dovgalyuk
2021-01-22 10:32 ` Philippe Mathieu-Daudé
2021-01-22 10:47   ` Pavel Dovgalyuk [this message]
2021-01-22 11:42 ` Alex Bennée
2021-01-22 14:05   ` Philippe Mathieu-Daudé
2021-01-25  6:52   ` Pavel Dovgalyuk
2021-01-25 11:09     ` Alex Bennée
2021-02-01  7:21       ` Pavel Dovgalyuk
2021-02-01  8:46         ` Alex Bennée

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=ed5201f1-5cbc-ee7c-1575-4db705735d0c@ispras.ru \
    --to=pavel.dovgalyuk@ispras.ru \
    --cc=alex.bennee@linaro.org \
    --cc=pbonzini@redhat.com \
    --cc=philmd@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@redhat.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.