[PATCH v3 0/1] Sending small fix for NPCM GMAC test to properly test on Nuvoton 7xx

Nabih Estefan posted 1 patch 5 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240208194759.2858582-1-nabihestefan@google.com
Maintainers: Thomas Huth <thuth@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Tyrone Ting <kfting@nuvoton.com>, Hao Wu <wuhaotsh@google.com>
tests/qtest/meson.build      |  4 +-
tests/qtest/npcm_gmac-test.c | 84 +-----------------------------------
2 files changed, 4 insertions(+), 84 deletions(-)
[PATCH v3 0/1] Sending small fix for NPCM GMAC test to properly test on Nuvoton 7xx
Posted by Nabih Estefan 5 months, 2 weeks ago
Accidentally added extra file to v2 that broke email sending (and was
not meant to be upstreamed). Sending our v3 to skip that confusion.

Removing testing for PCS registers since that doesn't exist on 7xx.

Nabih Estefan (1):
  tests/qtest: Fixing GMAC test to run in 7xx

 tests/qtest/meson.build      |  4 +-
 tests/qtest/npcm_gmac-test.c | 84 +-----------------------------------
 2 files changed, 4 insertions(+), 84 deletions(-)

-- 
2.43.0.687.g38aa6559b0-goog
Re: [PATCH v3 0/1] Sending small fix for NPCM GMAC test to properly test on Nuvoton 7xx
Posted by Peter Maydell 5 months, 1 week ago
On Thu, 8 Feb 2024 at 19:48, Nabih Estefan <nabihestefan@google.com> wrote:
>
> Accidentally added extra file to v2 that broke email sending (and was
> not meant to be upstreamed). Sending our v3 to skip that confusion.
>
> Removing testing for PCS registers since that doesn't exist on 7xx.
>
> Nabih Estefan (1):
>   tests/qtest: Fixing GMAC test to run in 7xx
>
>  tests/qtest/meson.build      |  4 +-
>  tests/qtest/npcm_gmac-test.c | 84 +-----------------------------------
>  2 files changed, 4 insertions(+), 84 deletions(-)



Applied to target-arm.next, thanks.

-- PMM