On 18/04/2019 00.01, Stephen Checkoway wrote: > Most AMD commands only examine 11 bits of the address. This masks the > addresses used in the comparison to 11 bits. The exceptions are word or > sector addresses which use offset directly rather than the shifted > offset, boff. > > Signed-off-by: Stephen Checkoway <stephen.checko...@oberlin.edu> > --- > hw/block/pflash_cfi02.c | 8 +++++++- > tests/pflash-cfi02-test.c | 12 ++++++++++-- > 2 files changed, 17 insertions(+), 3 deletions(-)
Acked-by: Thomas Huth <th...@redhat.com>