On 27 June 2013 11:37, Juan Quintela <quint...@redhat.com> wrote: > Anthony, please pull. > > - improve error message (Alon) > - Make zero pages to work again (Peter Lieven) > - First 10 patches of RDMA support
Hi. I'm afraid this broke compilation of linux-user targets: CC arm-linux-user/exec.o In file included from /home/petmay01/linaro/qemu-from-laptop/qemu/include/hw/hw.h:14:0, from /home/petmay01/linaro/qemu-from-laptop/qemu/exec.c:30: /home/petmay01/linaro/qemu-from-laptop/qemu/include/migration/qemu-file.h:80:32: error: unknown type name ‘ram_addr_t’ /home/petmay01/linaro/qemu-from-laptop/qemu/include/migration/qemu-file.h:81:32: error: unknown type name ‘ram_addr_t’ /home/petmay01/linaro/qemu-from-laptop/qemu/include/migration/qemu-file.h:94:5: error: unknown type name ‘QEMURamSaveFunc’ /home/petmay01/linaro/qemu-from-laptop/qemu/exec.c:2634:29: error: unknown type name ‘RAMBlockIterFunc’ make[1]: *** [exec.o] Error 1 git bisect says the offending commit is bd2fa51fcd (and then 43487c67 adds further errors). thanks -- PMM