On Wed, Feb 26, 2025 at 05:03:04PM +, Aleksandar Rakic wrote:
> From: Aleksandar Rakic
>
> Add emulation of MIPS' CRC32 (Cyclic Redundancy Check) instructions.
> Reuse zlib crc32() and Linux crc32c().
>
> Enable CRC for mips64r6.
>
> Cherry-picked 4cc974938aee1588f852590509004e340c072940
>
HTEC Public
Hi,
> I confirm my "reviewed-by" for v5 1/3 (v5 is the same as the initial
> one I reviewed, except tests are added).
> Reviewed-by: Aleksandar Rikalo
Can someone please commit this change?
Thanks in advance!
Kind regards,
Aleksadar Rakic
On Wed, May 14, 2025 at 4:10 PM Aleksandar Rakic
wrote:
> Could you please let us know if you have any comments
> on the latest version of this patch?
>
> Kind regards,
> Aleksandar Rakic
I confirm my "reviewed-by" for v5 1/3 (v5 is the same as the initial
one I reviewed, except tests are added)
HTEC Public
Hi,
Could you please let us know if you have any comments
on the latest version of this patch?
Kind regards,
Aleksandar Rakic
HTEC Public
Hi,
Could you please let us know if you have any comments
on the latest version of this patch?
Kind regards,
Aleksandar Rakic
Hi,
Could you please let us know if you have any comments
on the latest version of this patch?
Kind regards,
Aleksandar Rakic
Hi,
Could you please let us know if you have any comments
on the latest version of this patch?
Kind regards,
Aleksandar Rakic
Hi,
Could you please let us know if you have any comments
on the latest version of this patch?
Kind regards,
Aleksandar Rakic
From: Aleksandar Rakic
Add emulation of MIPS' CRC32 (Cyclic Redundancy Check) instructions.
Reuse zlib crc32() and Linux crc32c().
Enable CRC for mips64r6.
Cherry-picked 4cc974938aee1588f852590509004e340c072940
from https://github.com/MIPS/gnutools-qemu
Signed-off-by: Yongbok Kim
Signed-off-b