Re: [Qemu-devel] [PATCH 0/9] tcg cleanups

2010-03-26 Thread Aurelien Jarno
On Fri, Mar 19, 2010 at 01:10:56PM -0700, Richard Henderson wrote: > Three of the patches improve the debugging of TCG by using enumerations > where it makes sense. This avoids having to grovel through header files > to figure out what a given constant refers to. > > Four of the patches have prev

[Qemu-devel] [PATCH 0/9] tcg cleanups

2010-03-19 Thread Richard Henderson
Three of the patches improve the debugging of TCG by using enumerations where it makes sense. This avoids having to grovel through header files to figure out what a given constant refers to. Four of the patches have previously been posted by Nathan Froyd. Since my ANDC and ORC patches were accep