Re: [Qemu-devel] [PATCH 0/6] TCG compile fixes and optimize cleanup

2011-08-21 Thread Blue Swirl
Thanks, applied 1 to 5. On Wed, Aug 17, 2011 at 9:11 PM, Richard Henderson wrote: > As discussed elsewhere, one way to tidy up tcg/optimize.c > is to always provide the enum names, even if the host does > not support the operation. > > As a sanity check, I wanted to include a test to make sure >

[Qemu-devel] [PATCH 0/6] TCG compile fixes and optimize cleanup

2011-08-17 Thread Richard Henderson
As discussed elsewhere, one way to tidy up tcg/optimize.c is to always provide the enum names, even if the host does not support the operation. As a sanity check, I wanted to include a test to make sure that we never tried to output an opcode that the target does not handle. I did this via a bit