On 14 March 2012 20:50, Andreas Färber wrote:
> Peter's Acked-by was added manually, so if re-running the script due to
> conflicts it would need to be re-added.
Or you could just drop it, I don't pay that much attention :-)
-- PMM
Am 13.03.2012 19:10, schrieb Anthony Liguori:
> On 03/09/2012 08:27 PM, Andreas Färber wrote:
>> Scripted conversion:
>>sed -i "s/CPUState/CPUAlphaState/g" target-alpha/*.[hc]
>>sed -i "s/#define CPUAlphaState/#define CPUState/" target-alpha/cpu.h
>
> Acked-by: Anthony Liguori
>
> For 13
On 03/09/2012 08:27 PM, Andreas Färber wrote:
Scripted conversion:
sed -i "s/CPUState/CPUAlphaState/g" target-alpha/*.[hc]
sed -i "s/#define CPUAlphaState/#define CPUState/" target-alpha/cpu.h
Acked-by: Anthony Liguori
For 13-42.
I reviewed the target-i386 changes pretty closely and I'
Scripted conversion:
sed -i "s/CPUState/CPUAlphaState/g" target-alpha/*.[hc]
sed -i "s/#define CPUAlphaState/#define CPUState/" target-alpha/cpu.h
Signed-off-by: Andreas Färber
---
target-alpha/cpu.h | 24 ++--
target-alpha/helper.c| 18 +++---
target-al