[PATCH v1 0/3] tests/qtest/aspeed: Add Data FIFO qtest coverage for AST2700 SMC

Jamin Lin posted 3 patches 1 week, 1 day ago
Failed in applying to current master (apply log)
include/hw/arm/aspeed_coprocessor.h |   5 ++
tests/qtest/aspeed-smc-utils.h      |   4 ++
hw/ssi/aspeed_smc.c                 |   4 +-
tests/qtest/aspeed-smc-utils.c      | 102 ++++++++++++++++++++++++++++
tests/qtest/ast2700-smc-test.c      |   4 ++
5 files changed, 117 insertions(+), 2 deletions(-)
[PATCH v1 0/3] tests/qtest/aspeed: Add Data FIFO qtest coverage for AST2700 SMC
Posted by Jamin Lin 1 week, 1 day ago
This series depends on https://github.com/legoater/qemu.git at aspeed-next branch.

v1
 1. Add Data FIFO mode test
 2. Clarify SCU/SCUIO/FMC fields are shared with PSP SoC to AST2700
 3. Bump vmstate version after ASPEED_SMC_R_MAX increase
 
Jamin Lin (3):
  tests/qtest/ast2700-smc-test: Add Data FIFO mode test
  hw/arm/aspeed_coprocessor: Clarify SCU/SCUIO/FMC fields are shared
    with PSP SoC to AST2700
  hw/ssi/aspeed_smc: Bump vmstate version after ASPEED_SMC_R_MAX
    increase

 include/hw/arm/aspeed_coprocessor.h |   5 ++
 tests/qtest/aspeed-smc-utils.h      |   4 ++
 hw/ssi/aspeed_smc.c                 |   4 +-
 tests/qtest/aspeed-smc-utils.c      | 102 ++++++++++++++++++++++++++++
 tests/qtest/ast2700-smc-test.c      |   4 ++
 5 files changed, 117 insertions(+), 2 deletions(-)

-- 
2.43.0
Re: [PATCH v1 0/3] tests/qtest/aspeed: Add Data FIFO qtest coverage for AST2700 SMC
Posted by Cédric Le Goater 1 week, 1 day ago
Jamin,

On 7/17/26 03:47, Jamin Lin wrote:
> This series depends on https://github.com/legoater/qemu.git at aspeed-next branch.

Since we have time,

Could you please resend a v3 of

   https://lore.kernel.org/qemu-devel/20260707060919.350637-1-jamin_lin@aspeedtech.com/
  
> v1
>   1. Add Data FIFO mode test

Please add this patch at end of the respin, making sure it applies on top :

   https://lore.kernel.org/qemu-devel/20260714124621.522948-1-clg@redhat.com/

This series is also applied on the aspeed-next branch.

>   2. Clarify SCU/SCUIO/FMC fields are shared with PSP SoC to AST2700
>   3. Bump vmstate version after ASPEED_SMC_R_MAX increase

And fold these 2 changes where they should be !

Thanks,

C.
RE: [PATCH v1 0/3] tests/qtest/aspeed: Add Data FIFO qtest coverage for AST2700 SMC
Posted by Jamin Lin 1 week, 1 day ago
Hi Cédric

> -----Original Message-----
> From: Cédric Le Goater <clg@kaod.org>
> Sent: Friday, July 17, 2026 3:24 PM
> To: Jamin Lin <jamin_lin@aspeedtech.com>; Peter Maydell
> <peter.maydell@linaro.org>; Steven Lee <steven_lee@aspeedtech.com>; Troy
> Lee <leetroy@gmail.com>; Kane Chen <kane_chen@aspeedtech.com>;
> Andrew Jeffery <andrew@codeconstruct.com.au>; Joel Stanley
> <joel@jms.id.au>; Alistair Francis <alistair@alistair23.me>; Fabiano Rosas
> <farosas@suse.de>; Laurent Vivier <lvivier@redhat.com>; Paolo Bonzini
> <pbonzini@redhat.com>; open list:ASPEED BMCs <qemu-arm@nongnu.org>;
> open list:All patches CC here <qemu-devel@nongnu.org>
> Cc: Troy Lee <troy_lee@aspeedtech.com>
> Subject: Re: [PATCH v1 0/3] tests/qtest/aspeed: Add Data FIFO qtest coverage
> for AST2700 SMC
> 
> Jamin,
> 
> On 7/17/26 03:47, Jamin Lin wrote:
> > This series depends on https://github.com/legoater/qemu.git at aspeed-next
> branch.
> 
> Since we have time,
> 
> Could you please resend a v3 of
> 
> 
> https://lore.kernel.org/qemu-devel/20260707060919.350637-1-jamin_lin@asp
> eedtech.com/
> 
> > v1
> >   1. Add Data FIFO mode test
> 
> Please add this patch at end of the respin, making sure it applies on top :
> 
> 
> https://lore.kernel.org/qemu-devel/20260714124621.522948-1-clg@redhat.co
> m/
> 
> This series is also applied on the aspeed-next branch.
> 
> >   2. Clarify SCU/SCUIO/FMC fields are shared with PSP SoC to AST2700
> >   3. Bump vmstate version after ASPEED_SMC_R_MAX increase
> 
> And fold these 2 changes where they should be !
> 
> Thanks,
> 
> C.
Will resend v2
Thanks,
Jamin