Re: [PATCH v2 7/7] crypto: Add test suite for ECDSA algorithm

2024-07-04 Thread Giacomo Parmeggiani
PING Hello Li He, maintainers, Any chance to revive this thread? The patch series no longer applies to latest QEMU and it would be a useful feature to have. BR Giacomo > On 22 Jun 2022, at 11:15, Lei He wrote: > > 1. add test suite for ecdsa algorithm. > 2. use qcrypto_akcihper_max_xxx_len t

Re: [PATCH] m25p80: Add support for the GD25WQ32E flash

2024-04-14 Thread Giacomo Parmeggiani
PING Hi all, could you have a look at this small patch? See also: https://patchew.org/QEMU/20240330203520.64892-1-giacomo.parmeggi...@gmail.com/ BR, Giacomo Parmeggiani On Sat, Mar 30, 2024 at 9:36 PM Giacomo Parmeggiani < giacomo.parmeggi...@gmail.com> wrote: > This introduces the G

[PATCH] m25p80: Add support for the GD25WQ32E flash

2024-03-30 Thread Giacomo Parmeggiani
This introduces the GigaDevice GD25WQ32E flash, including the SFDP table Signed-off-by: Giacomo Parmeggiani --- hw/block/m25p80.c | 2 ++ hw/block/m25p80_sfdp.c | 40 hw/block/m25p80_sfdp.h | 2 ++ 3 files changed, 44 insertions(+) diff --git a