qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Rename target_phys_addr_t to hwaddr


From: Avi Kivity
Subject: Re: [Qemu-devel] [PATCH] Rename target_phys_addr_t to hwaddr
Date: Tue, 23 Oct 2012 16:52:58 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120911 Thunderbird/15.0.1

On 10/23/2012 02:55 PM, Anthony Liguori wrote:
> Avi Kivity <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]