On 18/02/2019 17.02, Stephen Checkoway wrote: > > > On Feb 18, 2019, at 08:43, Thomas Huth <th...@redhat.com> wrote: > >> I think you could use one of the machines that has a cfi02 on board. For >> example: Write some random data to a temporary file. Run qemu with: >> >> QTestState *qts; >> qts = qtest_initf(" qemu-system-arm -M musicpal,accel=qtest " >> "-drive if=pflash,file=%s,format=raw", filename); > > If I do that, will it be possible for the test to override the properties set > by pflash_cfi02_register? It looks like I should be able to use -global to > set properties that aren't set explicitly.
Yes, I'm also not an expert in that area, but I think -global should do the job here. Thomas