qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [Qemu-trivial] [PATCH] exec.c: Remove useless comment
@ 2011-10-21  9:57 陳韋任
  2011-10-26 12:43 ` Stefan Hajnoczi
  0 siblings, 1 reply; 2+ messages in thread
From: 陳韋任 @ 2011-10-21  9:57 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial

  As phys_ram_size had been removed since QEMU 0.12. Remove the useless
comment.

Signed-off-by: Chen Wen-Ren <chenwj@iis.sinica.edu.tw>
---
 exec.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/exec.c b/exec.c
index d0cbf15..fb21e76 100644
--- a/exec.c
+++ b/exec.c
@@ -472,7 +472,6 @@ static void code_gen_alloc(unsigned long tb_size)
     code_gen_buffer_size = tb_size;
     if (code_gen_buffer_size == 0) {
 #if defined(CONFIG_USER_ONLY)
-        /* in user mode, phys_ram_size is not meaningful */
         code_gen_buffer_size = DEFAULT_CODE_GEN_BUFFER_SIZE;
 #else
         /* XXX: needs adjustments */
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [Qemu-trivial] [PATCH] exec.c: Remove useless comment
  2011-10-21  9:57 [Qemu-devel] [Qemu-trivial] [PATCH] exec.c: Remove useless comment 陳韋任
@ 2011-10-26 12:43 ` Stefan Hajnoczi
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Hajnoczi @ 2011-10-26 12:43 UTC (permalink / raw)
  To: 陳韋任; +Cc: qemu-trivial, qemu-devel

On Fri, Oct 21, 2011 at 05:57:09PM +0800, 陳韋任 wrote:
>   As phys_ram_size had been removed since QEMU 0.12. Remove the useless
> comment.
> 
> Signed-off-by: Chen Wen-Ren <chenwj@iis.sinica.edu.tw>
> ---
>  exec.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)

Thanks, applied to the trivial patches tree:
http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/trivial-patches

Stefan

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-10-26 12:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-21  9:57 [Qemu-devel] [Qemu-trivial] [PATCH] exec.c: Remove useless comment 陳韋任
2011-10-26 12:43 ` 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).