On Oct 14, 2013 7:49 AM, "Michael S. Tsirkin" wrote:
>
> On Mon, Oct 14, 2013 at 04:38:22PM +0200, Markus Armbruster wrote:
> > "Michael S. Tsirkin" writes:
> >
> > > /scm/qemu/exec.c:720:51: error: initialization from incompatible
pointer type [-Werror]
> > > static void *(*phys_mem_alloc)(ram_
On Mon, Oct 14, 2013 at 04:38:22PM +0200, Markus Armbruster wrote:
> "Michael S. Tsirkin" writes:
>
> > /scm/qemu/exec.c:720:51: error: initialization from incompatible pointer
> > type [-Werror]
> > static void *(*phys_mem_alloc)(ram_addr_t size) = qemu_anon_ram_alloc;
> >
"Michael S. Tsirkin" writes:
> /scm/qemu/exec.c:720:51: error: initialization from incompatible pointer type
> [-Werror]
> static void *(*phys_mem_alloc)(ram_addr_t size) = qemu_anon_ram_alloc;
>^
> /scm/qemu/exec.c: In function ‘qemu_ram_allo
On Mon, Oct 14, 2013 at 05:08:58PM +0300, Michael S. Tsirkin wrote:
> /scm/qemu/exec.c:720:51: error: initialization from incompatible pointer type
> [-Werror]
> static void *(*phys_mem_alloc)(ram_addr_t size) = qemu_anon_ram_alloc;
>^
> /scm/qe