Re: [RFC PATCH v6 0/2] Add file-backed and write-once features to OTP

2020-10-13 Thread Bin Meng
Hi Green, On Mon, Sep 28, 2020 at 6:11 PM Green Wan wrote: > > Changelogs: > v5 to v6: > - Rebase to latest. (sifive_u_otp.* are moved to hw/misc) > - Put the example command to commit message. > - Refine errp handle when check backend drive. > - Remove unnecessary debug message. > I will tr

Re: [RFC PATCH v6 0/2] Add file-backed and write-once features to OTP

2020-09-28 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200928101146.12786-1-green@sifive.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN =

[RFC PATCH v6 0/2] Add file-backed and write-once features to OTP

2020-09-28 Thread Green Wan
Changelogs: v5 to v6: - Rebase to latest. (sifive_u_otp.* are moved to hw/misc) - Put the example command to commit message. - Refine errp handle when check backend drive. - Remove unnecessary debug message. v4 to v5: - Change the patch order - Add write operation to update pdin to fuse[] bi