On Mon, Jul 16, 2018 at 10:20:09AM -0300, Philippe Mathieu-Daudé wrote: [...] > > +enum CacheType { > > + DCACHE, > > I just noticed this clashes on mips host: [...] > In file included from /usr/include/mips-linux-gnu/sys/cachectl.h:26:0, > from /tmp/qemu-test/src/tcg/mips/tcg-target.h:202, > from /tmp/qemu-test/src/include/exec/cpu-defs.h:29, > from /tmp/qemu-test/src/target/i386/cpu.h:34, > from /tmp/qemu-test/src/exec.c:23: > /tmp/qemu-test/src/target/i386/cpu.h:1053:5: error: expected identifier > before '(' token > DCACHE, > ^
Oops. I will take a look and submit a fix. Thanks for the report! -- Eduardo