Re: [PATCH v5 1/3] Add support for emulation of CRC32 instructions

2025-06-24 Thread Daniel P . Berrangé
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 >

Re: [PATCH v5 1/3] Add support for emulation of CRC32 instructions

2025-06-24 Thread Aleksandar Rakic
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

Re: [PATCH v5 1/3] Add support for emulation of CRC32 instructions

2025-05-19 Thread Aleksandar Rikalo
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)

Re: [PATCH v5 1/3] Add support for emulation of CRC32 instructions

2025-05-14 Thread 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

Re: [PATCH v5 1/3] Add support for emulation of CRC32 instructions

2025-04-23 Thread 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

Re: [PATCH v5 1/3] Add support for emulation of CRC32 instructions

2025-03-26 Thread 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

Re: [PATCH v5 1/3] Add support for emulation of CRC32 instructions

2025-03-18 Thread 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

Re: [PATCH v5 1/3] Add support for emulation of CRC32 instructions

2025-03-12 Thread 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

[PATCH v5 1/3] Add support for emulation of CRC32 instructions

2025-02-26 Thread 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