qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Add missing parenthesis in qemu_ram_alloc()
@ 2008-10-02  9:32 Thomas Petazzoni
  2008-10-02 17:35 ` Thiemo Seufer
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Petazzoni @ 2008-10-02  9:32 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 971 bytes --]

Add missing parenthesis in qemu_ram_alloc()

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 exec.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: qemu/exec.c
===================================================================
--- qemu.orig/exec.c
+++ qemu/exec.c
@@ -2249,7 +2249,7 @@
 {
     ram_addr_t addr;
     if ((phys_ram_alloc_offset + size) > phys_ram_size) {
-        fprintf(stderr, "Not enough memory (requested_size = %" PRIu64 ", max memory = %" PRIu64 "\n",
+        fprintf(stderr, "Not enough memory (requested_size = %" PRIu64 ", max memory = %" PRIu64 ")\n",
                 (uint64_t)size, (uint64_t)phys_ram_size);
         abort();
     }

-- 
Thomas Petazzoni, thomas.petazzoni@enix.org, http://thomas.enix.org
Jabber, thomas.petazzoni@jabber.dk
Toulibre, http://www.toulibre.org - APRIL, http://www.april.org
Fingerprint : 0BE1 4CF3 CEA4 AC9D CC6E  1624 F653 CB30 98D3 F7A7

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [Qemu-devel] [PATCH] Add missing parenthesis in qemu_ram_alloc()
  2008-10-02  9:32 [Qemu-devel] [PATCH] Add missing parenthesis in qemu_ram_alloc() Thomas Petazzoni
@ 2008-10-02 17:35 ` Thiemo Seufer
  0 siblings, 0 replies; 2+ messages in thread
From: Thiemo Seufer @ 2008-10-02 17:35 UTC (permalink / raw)
  To: qemu-devel

Thomas Petazzoni wrote:
> Add missing parenthesis in qemu_ram_alloc()
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Thanks, applied.


Thiemo

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

end of thread, other threads:[~2008-10-02 17:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-02  9:32 [Qemu-devel] [PATCH] Add missing parenthesis in qemu_ram_alloc() Thomas Petazzoni
2008-10-02 17:35 ` Thiemo Seufer

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).