qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] Remove debug msg related to alloc ram


From: Venkateswararao Jujjuri (JV)
Subject: [Qemu-devel] [PATCH] Remove debug msg related to alloc ram
Date: Thu, 2 Dec 2010 16:34:29 -0800

QEMU printing msgs like this on stat. They appear to be leftout debug.

alloc ram pc.ram len 0x40000000
alloc ram pc.bios len 0x20000
alloc ram pc.rom len 0x20000
alloc ram vga.vram len 0x800000
alloc ram 0000:00:02.0/cirrus_vga.rom len 0x10000
alloc ram 0000:00:03.0/virtio-net-pci.rom len 0x10000

Signed-off-by: Venkateswararao Jujjuri <address@hidden>
---
 exec.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/exec.c b/exec.c
index 6c8f635..42a35e0 100644
--- a/exec.c
+++ b/exec.c
@@ -2858,7 +2858,6 @@ ram_addr_t qemu_ram_alloc_from_ptr(DeviceState *dev, 
const char *name,
     new_block->length = size;
 
     QLIST_INSERT_HEAD(&ram_list.blocks, new_block, next);
-    fprintf(stderr, "alloc ram %s len 0x%x\n", new_block->idstr, 
(int)new_block->length);
 
     ram_list.phys_dirty = qemu_realloc(ram_list.phys_dirty,
                                        last_ram_offset() >> TARGET_PAGE_BITS);
-- 
1.6.5.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]