[PATCH 0/1] Set AVR TARGET_PAGE_BITS to be 10 instead of 8

Michael Rolnik posted 1 patch 3 years, 1 month ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210320220949.40965-1-mrolnik@gmail.com
Maintainers: Michael Rolnik <mrolnik@gmail.com>, Sarah Harris <S.E.Harris@kent.ac.uk>
target/avr/cpu-param.h | 8 +-------
target/avr/helper.c    | 2 --
2 files changed, 1 insertion(+), 9 deletions(-)
[PATCH 0/1] Set AVR TARGET_PAGE_BITS to be 10 instead of 8
Posted by Michael Rolnik 3 years, 1 month ago
The previous value of TARGET_PAGE_BITS (8) is a bug. Make it 10
I tested it using the following commands
1. ninja test
2. make check-qtest-avr
3. avocado --show=app run -t arch:avr tests/acceptance/

Michael Rolnik (1):
  Set TARGET_PAGE_BITS to be 10 instead of 8 bits

 target/avr/cpu-param.h | 8 +-------
 target/avr/helper.c    | 2 --
 2 files changed, 1 insertion(+), 9 deletions(-)

-- 
2.25.1