On 2013-01-24 01:35, Andreas Färber wrote:
Am 24.01.2013 05:02, schrieb Richard Henderson:
target-i386/cpu.c | 18 +-
target-i386/cpu.h | 24 +-
You forgot to CC me: Please point me to where in those 57 patches you
are touching the core CPU code.
cpu.c: 0045: Implement MOVBE
0046: Implement ANDN
0054: Implement ADX
These modify the TCG_*_FEATURES defines as I add new extensions
to the translator.
cpu.h: 0009: compute eflags outside rcl
0013: Name the cc_op enum
0039: optimize flags checking after sub
0040: Use CC_SRC2 for ADC
0048: Implement BLSR
0054: Implement ADX
These primarily have to do with the CC_OP enumeration, and the
contents of CPUX86State.
Given the size of the series I assume this is 1.5 material?
I'd imagine.
r~