[Qemu-block] [PATCH v3 01/10] block/pflash_cfi02: Add test for supported commands

2019-04-17 Thread Stephen Checkoway
Test the AMD command set for parallel flash chips. This test uses an ARM musicpal board with a pflash drive to test the following list of currently-supported commands. - Autoselect - CFI - Sector erase - Chip erase - Program - Unlock bypass - Reset Signed-off-by: Stephen Checkoway --- tests/Make

Re: [Qemu-block] [PATCH v3 01/10] block/pflash_cfi02: Add test for supported commands

2019-04-17 Thread Thomas Huth
On 18/04/2019 00.01, Stephen Checkoway wrote: > Test the AMD command set for parallel flash chips. This test uses an > ARM musicpal board with a pflash drive to test the following list of > currently-supported commands. > - Autoselect > - CFI > - Sector erase > - Chip erase > - Program > - Unlock b

Re: [Qemu-block] [PATCH v3 01/10] block/pflash_cfi02: Add test for supported commands

2019-04-18 Thread Stephen Checkoway
> On Apr 18, 2019, at 00:47, Thomas Huth wrote: > > On 18/04/2019 00.01, Stephen Checkoway wrote: >> Test the AMD command set for parallel flash chips. This test uses an >> ARM musicpal board with a pflash drive to test the following list of >> currently-supported commands. >> - Autoselect >>

Re: [Qemu-block] [PATCH v3 01/10] block/pflash_cfi02: Add test for supported commands

2019-04-18 Thread Thomas Huth
Hi, On 18/04/2019 22.43, Stephen Checkoway wrote: [...] > I'm new to contributing to QEMU and I have a two procedural questions: > > 1. When should I send version 4 of this patch series? I don't want to bombard > everyone with another 11 emails after fixing every review comment, but I also > d