qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 0/3] exec: Kill CPUReadMemoryFunc/CPUWriteMemoryFunc typedefs


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 0/3] exec: Kill CPUReadMemoryFunc/CPUWriteMemoryFunc typedefs
Date: Mon, 1 Jun 2020 13:21:11 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0

On 6/1/20 12:35 PM, Peter Maydell wrote:
> On Mon, 1 Jun 2020 at 08:54, Philippe Mathieu-Daudé <f4bug@amsat.org> wrote:
>>
>> Followed Peter's suggestions:
>>
>>  * delete the unused MmeoryRegionMmio
>>  * move these typedefs into include/hw/usb.h and rename them
>>    to MUSBReadFunc and MUSBWriteFunc, since that's all they're
>>    used for now
> 
>>  include/exec/cpu-common.h |  3 ---
>>  include/exec/memory.h     |  6 -----
>>  include/hw/usb.h          | 30 -------------------------
>>  include/hw/usb/musb.h     | 47 +++++++++++++++++++++++++++++++++++++++
>>  hw/usb/hcd-musb.c         |  5 +++--
>>  hw/usb/tusb6010.c         |  1 +
> 
> I think we usually would give the .h file a name matching the .c file,
> so include/hw/usb/hcd-musb.h ?

Indeed, I'll update.

> 
> Either way, whole series:
> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

Thanks!

> 
> thanks
> -- PMM
> 



reply via email to

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