Re: [Qemu-devel] [PATCH v3 3/9] target-i386: Ensure bit 10 on DR7 is never cleared

2015-10-19 Thread Richard Henderson
On 10/19/2015 07:40 AM, Eduardo Habkost wrote: Bit 10 of DR7 is documented as always set to 1, so ensure that's always the case. Signed-off-by: Eduardo Habkost --- Changes series v2 -> series v3: * Set bit on new_dr7, so that it can still pass the xor test for the enable bits optimization

[Qemu-devel] [PATCH v3 3/9] target-i386: Ensure bit 10 on DR7 is never cleared

2015-10-19 Thread Eduardo Habkost
Bit 10 of DR7 is documented as always set to 1, so ensure that's always the case. Signed-off-by: Eduardo Habkost --- Changes series v2 -> series v3: * Set bit on new_dr7, so that it can still pass the xor test for the enable bits optimization * Suggested-by: Richard Henderson --- target-i38