On 10/23/2012 02:55 PM, Anthony Liguori wrote:
> Avi Kivity <a...@redhat.com> writes:
> 
>> target_phys_addr_t is unwieldly, violates the C standard (_t suffixes are
>> reserved) and its purpose doesn't match the name (most target_phys_addr_t
>> addresses are not target specific).  Replace it with a finger-friendly,
>> standards conformant hwaddr.
>>
>> Outstanding patchsets can be fixed up with the command
>>
>>   git rebase -i --exec 'find -name "*.[ch]"
>>                         | xargs s/target_phys_addr_t/hwaddr/g' origin
> 
> We're getting pretty close to soft freeze so perhaps it's time to make a
> couple big changes.
> 
> Paolo, are you ready to do the file rename changes?  I'd like to
> coordinate this change with that one and do it all at the same time.

Is there really any need to coordinate?  While this patch will cause
some rebasing, it is fairly trivial, even if you don't use the sedless
command above.


-- 
error compiling committee.c: too many arguments to function

Reply via email to