Re: [Qemu-devel] [PATCH] target-i386: Fix compilation with --enable-debug

2012-07-05 Thread Blue Swirl
Thanks, applied. On Fri, Jun 29, 2012 at 8:38 PM, Stefan Weil s...@weilnetz.de wrote: commit c4baa0503d9623f1ce891f525ccd140c598bc29a improved SSE table type safety which now raises compiler errors when latest QEMU was configured with --enable-debug. Fix this by splitting the SSE tables even

Re: [Qemu-devel] [PATCH] target-i386: Fix compilation with --enable-debug

2012-07-04 Thread Peter Maydell
On 29 June 2012 21:38, Stefan Weil s...@weilnetz.de wrote: commit c4baa0503d9623f1ce891f525ccd140c598bc29a improved SSE table type safety which now raises compiler errors when latest QEMU was configured with --enable-debug. Fix this by splitting the SSE tables even further to separate helper

Re: [Qemu-devel] [PATCH] target-i386: Fix compilation with --enable-debug

2012-07-03 Thread Blue Swirl
On Sat, Jun 30, 2012 at 1:46 PM, Stefan Weil s...@weilnetz.de wrote: Am 30.06.2012 14:16, schrieb Dunrong Huang: 2012/6/30 Stefan Weil s...@weilnetz.de: commit c4baa0503d9623f1ce891f525ccd140c598bc29a improved SSE table type safety which now raises compiler errors when latest QEMU was

Re: [Qemu-devel] [PATCH] target-i386: Fix compilation with --enable-debug

2012-06-30 Thread Dunrong Huang
2012/6/30 Stefan Weil s...@weilnetz.de: commit c4baa0503d9623f1ce891f525ccd140c598bc29a improved SSE table type safety which now raises compiler errors when latest QEMU was configured with --enable-debug. The error occurs when building with --enable-werror, which is default option, not

Re: [Qemu-devel] [PATCH] target-i386: Fix compilation with --enable-debug

2012-06-30 Thread Stefan Weil
Am 30.06.2012 14:16, schrieb Dunrong Huang: 2012/6/30 Stefan Weil s...@weilnetz.de: commit c4baa0503d9623f1ce891f525ccd140c598bc29a improved SSE table type safety which now raises compiler errors when latest QEMU was configured with --enable-debug. The error occurs when building with

[Qemu-devel] [PATCH] target-i386: Fix compilation with --enable-debug

2012-06-29 Thread Stefan Weil
commit c4baa0503d9623f1ce891f525ccd140c598bc29a improved SSE table type safety which now raises compiler errors when latest QEMU was configured with --enable-debug. Fix this by splitting the SSE tables even further to separate helper functions with different signatures. Instead of crashing by

Re: [Qemu-devel] [PATCH] target-i386: Fix compilation with --enable-debug

2012-06-29 Thread Andreas Färber
Am 29.06.2012 22:38, schrieb Stefan Weil: commit c4baa0503d9623f1ce891f525ccd140c598bc29a improved SSE table type safety which now raises compiler errors when latest QEMU was configured with --enable-debug. Fix this by splitting the SSE tables even further to separate helper functions with

Re: [Qemu-devel] [PATCH] target-i386: Fix compilation with --enable-debug

2012-06-29 Thread Dunrong Huang
2012/6/30 Stefan Weil s...@weilnetz.de: commit c4baa0503d9623f1ce891f525ccd140c598bc29a improved SSE table type safety which now raises compiler errors when latest QEMU was configured with --enable-debug. Fix this by splitting the SSE tables even further to separate helper functions with