Re: [Qemu-devel] [PATCH v3 0/3] Fix two carry problems in add2 patchset

2013-02-26 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH v3 0/3] Fix two carry problems in add2 patchset

2013-02-25 Thread Peter Maydell
On 25 February 2013 19:41, Richard Henderson wrote: > V2->V3: > Feedback from Peter Maydell: share code between adc_CC and sbc_CC. > > V1->V2: > Dangit, that's what trying to be speedy gets you, failing to make > all of the changes you wrote in the comment. This time actually > fix the su

[Qemu-devel] [PATCH v3 0/3] Fix two carry problems in add2 patchset

2013-02-25 Thread Richard Henderson
V2->V3: Feedback from Peter Maydell: share code between adc_CC and sbc_CC. V1->V2: Dangit, that's what trying to be speedy gets you, failing to make all of the changes you wrote in the comment. This time actually fix the sub2 to add2 like I intended, not just the not portion. The patch s