Re: [PATCH 0/2] hw/net/opencores_eth: Trivial patches

2020-09-09 Thread Jason Wang
On 2020/9/10 上午2:00, Philippe Mathieu-Daudé wrote: On 9/2/20 2:26 PM, Philippe Mathieu-Daudé wrote: On 6/8/20 11:15 AM, Philippe Mathieu-Daudé wrote: Remove unnecessary mask, use #define instead of magic. Philippe Mathieu-Daudé (2): hw/net/opencores_eth: Use definitions instead of magic v

Re: [PATCH 0/2] hw/net/opencores_eth: Trivial patches

2020-09-09 Thread Philippe Mathieu-Daudé
On 9/2/20 2:26 PM, Philippe Mathieu-Daudé wrote: > On 6/8/20 11:15 AM, Philippe Mathieu-Daudé wrote: >> Remove unnecessary mask, use #define instead of magic. >> >> Philippe Mathieu-Daudé (2): >> hw/net/opencores_eth: Use definitions instead of magic values >> hw/net/opencores_eth: Remove unnec

Re: [PATCH 0/2] hw/net/opencores_eth: Trivial patches

2020-09-02 Thread Philippe Mathieu-Daudé
On 6/8/20 11:15 AM, Philippe Mathieu-Daudé wrote: > Remove unnecessary mask, use #define instead of magic. > > Philippe Mathieu-Daudé (2): > hw/net/opencores_eth: Use definitions instead of magic values > hw/net/opencores_eth: Remove unnecessary address masking > > hw/net/opencores_eth.c | 6

[PATCH 0/2] hw/net/opencores_eth: Trivial patches

2020-06-08 Thread Philippe Mathieu-Daudé
Remove unnecessary mask, use #define instead of magic. Philippe Mathieu-Daudé (2): hw/net/opencores_eth: Use definitions instead of magic values hw/net/opencores_eth: Remove unnecessary address masking hw/net/opencores_eth.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) -- 2.