qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] musicpal: convert to ram_addr_t
@ 2008-05-01 22:45 Jan Kiszka
  0 siblings, 0 replies; only message in thread
From: Jan Kiszka @ 2008-05-01 22:45 UTC (permalink / raw)
  To: qemu-devel

Index: qemu/hw/musicpal.c
===================================================================
--- qemu/hw/musicpal.c	(Revision 4274)
+++ qemu/hw/musicpal.c	(Arbeitskopie)
@@ -1380,7 +1380,7 @@ static struct arm_boot_info musicpal_bin
     .board_id = 0x20e,
 };
 
-static void musicpal_init(int ram_size, int vga_ram_size,
+static void musicpal_init(ram_addr_t ram_size, int vga_ram_size,
                const char *boot_device, DisplayState *ds,
                const char *kernel_filename, const char *kernel_cmdline,
                const char *initrd_filename, const char *cpu_model)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-01 22:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-01 22:45 [Qemu-devel] [PATCH] musicpal: convert to ram_addr_t Jan Kiszka

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