On Thu, Feb 11, 2010 at 1:26 AM, Paolo Bonzini <pbonz...@redhat.com> wrote: > Since b567b38 (target-arm: remove T0 and T1, 2009-10-16) the only global > register that is used is AREG0, so the complexity of hostregs_helper.h > is unused. Use regular assignments and a compiler optimization barrier.
In file included from /src/qemu/linux-user/syscall.c:58: /src/qemu/qemu-common.h:14:1: error: "BUILD_BUG_ON" redefined In file included from /usr/include/sys/sysinfo.h:25, from /src/qemu/linux-user/syscall.c:53: /usr/include/linux/kernel.h:28:1: error: this is the location of the previous definition Please add something like QEMU_ prefix.