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

Philippe Mathieu-Daudé posted 2 patches 3 years, 11 months ago
Test docker-mingw@fedora passed
Test checkpatch passed
Test asan passed
Test docker-quick@centos7 passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200608091508.19838-1-f4bug@amsat.org
hw/net/opencores_eth.c | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
[PATCH 0/2] hw/net/opencores_eth: Trivial patches
Posted by Philippe Mathieu-Daudé 3 years, 11 months ago
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.21.3


Re: [PATCH 0/2] hw/net/opencores_eth: Trivial patches
Posted by Philippe Mathieu-Daudé 3 years, 8 months ago
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 ++----
>  1 file changed, 2 insertions(+), 4 deletions(-)
> 

Ping to Jason as the series is reviewed :)

Re: [PATCH 0/2] hw/net/opencores_eth: Trivial patches
Posted by Philippe Mathieu-Daudé 3 years, 7 months ago
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 unnecessary address masking
>>
>>  hw/net/opencores_eth.c | 6 ++----
>>  1 file changed, 2 insertions(+), 4 deletions(-)
>>
> 
> Ping to Jason as the series is reviewed :)

Ping^2

Re: [PATCH 0/2] hw/net/opencores_eth: Trivial patches
Posted by Jason Wang 3 years, 7 months ago
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 values
>>>    hw/net/opencores_eth: Remove unnecessary address masking
>>>
>>>   hw/net/opencores_eth.c | 6 ++----
>>>   1 file changed, 2 insertions(+), 4 deletions(-)
>>>
>> Ping to Jason as the series is reviewed :)
> Ping^2
>

Applied.

Thanks