Re: [Qemu-devel] qemu master build errors

2013-10-14 Thread Anthony Liguori
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_

Re: [Qemu-devel] qemu master build errors

2013-10-14 Thread Michael S. Tsirkin
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; > >

Re: [Qemu-devel] qemu master build errors

2013-10-14 Thread Markus Armbruster
"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

Re: [Qemu-devel] qemu master build errors

2013-10-14 Thread Michael S. Tsirkin
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