Re: [PATCH] ftgmac100: fix dblac write test

2020-06-28 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200628114057.-1-erik.lucas.s...@gmail.com/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT

[PATCH] ftgmac100: fix dblac write test

2020-06-28 Thread erik-smit
The test of the write of the dblac register was testing the old value instead of the new value. This would accept the write of an invalid value but subsequently refuse any following valid writes. Signed-off-by: erik-smit --- hw/net/ftgmac100.c | 12 ++-- 1 file changed, 6 insertions(+),