* [Qemu-devel] [PATCH] tcg-arm: fix a typo in comments
@ 2012-01-07 20:00 Aurelien Jarno
2012-01-07 20:19 ` Peter Maydell
2012-01-09 12:14 ` [Qemu-devel] [Qemu-trivial] " Stefan Hajnoczi
0 siblings, 2 replies; 3+ messages in thread
From: Aurelien Jarno @ 2012-01-07 20:00 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial, Aurelien Jarno
ARM still doesn't support 16GB buffers in 32-bit modes, replace the
16GB by 16MB in the comment.
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
---
exec.c | 2 +-
tcg/arm/tcg-target.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/exec.c b/exec.c
index b1d6602..7f9f730 100644
--- a/exec.c
+++ b/exec.c
@@ -511,7 +511,7 @@ static void code_gen_alloc(unsigned long tb_size)
if (code_gen_buffer_size > (512 * 1024 * 1024))
code_gen_buffer_size = (512 * 1024 * 1024);
#elif defined(__arm__)
- /* Keep the buffer no bigger than 16GB to branch between blocks */
+ /* Keep the buffer no bigger than 16MB to branch between blocks */
if (code_gen_buffer_size > 16 * 1024 * 1024)
code_gen_buffer_size = 16 * 1024 * 1024;
#elif defined(__s390x__)
diff --git a/tcg/arm/tcg-target.c b/tcg/arm/tcg-target.c
index 1d32798..5b233f5 100644
--- a/tcg/arm/tcg-target.c
+++ b/tcg/arm/tcg-target.c
@@ -843,7 +843,7 @@ static inline void tcg_out_st8(TCGContext *s, int cond,
}
/* The _goto case is normally between TBs within the same code buffer,
- * and with the code buffer limited to 16GB we shouldn't need the long
+ * and with the code buffer limited to 16MB we shouldn't need the long
* case.
*
* .... except to the prologue that is in its own buffer.
--
1.7.7.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH] tcg-arm: fix a typo in comments
2012-01-07 20:00 [Qemu-devel] [PATCH] tcg-arm: fix a typo in comments Aurelien Jarno
@ 2012-01-07 20:19 ` Peter Maydell
2012-01-09 12:14 ` [Qemu-devel] [Qemu-trivial] " Stefan Hajnoczi
1 sibling, 0 replies; 3+ messages in thread
From: Peter Maydell @ 2012-01-07 20:19 UTC (permalink / raw)
To: Aurelien Jarno; +Cc: qemu-trivial, qemu-devel
On 7 January 2012 20:00, Aurelien Jarno <aurelien@aurel32.net> wrote:
> ARM still doesn't support 16GB buffers in 32-bit modes, replace the
> 16GB by 16MB in the comment.
>
> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
-- PMM
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [Qemu-trivial] [PATCH] tcg-arm: fix a typo in comments
2012-01-07 20:00 [Qemu-devel] [PATCH] tcg-arm: fix a typo in comments Aurelien Jarno
2012-01-07 20:19 ` Peter Maydell
@ 2012-01-09 12:14 ` Stefan Hajnoczi
1 sibling, 0 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2012-01-09 12:14 UTC (permalink / raw)
To: Aurelien Jarno; +Cc: qemu-trivial, qemu-devel
On Sat, Jan 07, 2012 at 09:00:25PM +0100, Aurelien Jarno wrote:
> ARM still doesn't support 16GB buffers in 32-bit modes, replace the
> 16GB by 16MB in the comment.
>
> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
> ---
> exec.c | 2 +-
> tcg/arm/tcg-target.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Thanks, applied to the trivial patches tree:
https://github.com/stefanha/qemu/commits/trivial-patches
Stefan
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-01-09 12:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-07 20:00 [Qemu-devel] [PATCH] tcg-arm: fix a typo in comments Aurelien Jarno
2012-01-07 20:19 ` Peter Maydell
2012-01-09 12:14 ` [Qemu-devel] [Qemu-trivial] " Stefan Hajnoczi
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).