[Qemu-devel] [PATCH 0/4] aspeed: miscellaneous small fixes

Cédric Le Goater posted 4 patches 7 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1486648058-520-1-git-send-email-clg@kaod.org
Test checkpatch passed
Test docker passed
Test s390x passed
hw/arm/aspeed.c     | 22 +++++++++++++++-------
hw/ssi/aspeed_smc.c | 13 ++++++++-----
2 files changed, 23 insertions(+), 12 deletions(-)
[Qemu-devel] [PATCH 0/4] aspeed: miscellaneous small fixes
Posted by Cédric Le Goater 7 years, 2 months ago
Hello,

Here is a short series fixing small issues in the SMC controller model
of the Aspeed SoC.

Thanks,

C. 

Cédric Le Goater (4):
  aspeed: check for negative values returned by blk_getlength()
  aspeed: remove useless comment on controller segment size
  aspeed/smc: handle dummies only in fast read mode
  aspeed/smc: use a modulo to check segment limits

 hw/arm/aspeed.c     | 22 +++++++++++++++-------
 hw/ssi/aspeed_smc.c | 13 ++++++++-----
 2 files changed, 23 insertions(+), 12 deletions(-)

-- 
2.7.4


Re: [Qemu-devel] [PATCH 0/4] aspeed: miscellaneous small fixes
Posted by Peter Maydell 7 years, 2 months ago
On 9 February 2017 at 13:47, Cédric Le Goater <clg@kaod.org> wrote:
> Hello,
>
> Here is a short series fixing small issues in the SMC controller model
> of the Aspeed SoC.
>
> Thanks,
>
> C.
>
> Cédric Le Goater (4):
>   aspeed: check for negative values returned by blk_getlength()
>   aspeed: remove useless comment on controller segment size
>   aspeed/smc: handle dummies only in fast read mode
>   aspeed/smc: use a modulo to check segment limits



Applied to target-arm.next, thanks.

-- PMM