From: Anthony Liguori <anthony@codemonkey.ws>
To: Stefan Weil <sw@weilnetz.de>
Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] tci: Make flush_icache_range() inline
Date: Mon, 28 Nov 2011 16:37:37 -0600 [thread overview]
Message-ID: <4ED40D31.10903@codemonkey.ws> (raw)
In-Reply-To: <1322172970-20616-1-git-send-email-sw@weilnetz.de>
On 11/24/2011 04:16 PM, Stefan Weil wrote:
> This is standard for other tcg targets and improves tci, too.
>
> Signed-off-by: Stefan Weil<sw@weilnetz.de>
Applied. Thanks.
Regards,
Anthony Liguori
> ---
> tcg/tci/tcg-target.c | 4 ----
> tcg/tci/tcg-target.h | 4 ++++
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/tcg/tci/tcg-target.c b/tcg/tci/tcg-target.c
> index 5011c43..f26bec7 100644
> --- a/tcg/tci/tcg-target.c
> +++ b/tcg/tci/tcg-target.c
> @@ -379,10 +379,6 @@ static const char *const tcg_target_reg_names[TCG_TARGET_NB_REGS] = {
> };
> #endif
>
> -static void flush_icache_range(unsigned long start, unsigned long stop)
> -{
> -}
> -
> static void patch_reloc(uint8_t *code_ptr, int type,
> tcg_target_long value, tcg_target_long addend)
> {
> diff --git a/tcg/tci/tcg-target.h b/tcg/tci/tcg-target.h
> index 449373d..c35786c 100644
> --- a/tcg/tci/tcg-target.h
> +++ b/tcg/tci/tcg-target.h
> @@ -157,4 +157,8 @@ void tci_disas(uint8_t opc);
> unsigned long tcg_qemu_tb_exec(CPUState *env, uint8_t *tb_ptr);
> #define tcg_qemu_tb_exec tcg_qemu_tb_exec
>
> +static inline void flush_icache_range(unsigned long start, unsigned long stop)
> +{
> +}
> +
> #endif /* TCG_TARGET_H */
prev parent reply other threads:[~2011-11-28 22:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-24 22:16 [Qemu-devel] [PATCH] tci: Make flush_icache_range() inline Stefan Weil
2011-11-28 22:37 ` Anthony Liguori [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=4ED40D31.10903@codemonkey.ws \
--to=anthony@codemonkey.ws \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
--cc=sw@weilnetz.de \
/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).