[PATCH v2 0/4] target/avr: Few fixes

Philippe Mathieu-Daudé posted 4 patches 3 years, 9 months ago
Test checkpatch passed
Test docker-mingw@fedora passed
Test FreeBSD passed
Test docker-quick@centos7 passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200707070021.10031-1-f4bug@amsat.org
target/avr/cpu.c       |  4 +---
target/avr/disas.c     | 20 ++++++++++----------
target/avr/translate.c |  4 ++--
3 files changed, 13 insertions(+), 15 deletions(-)
[PATCH v2 0/4] target/avr: Few fixes
Posted by Philippe Mathieu-Daudé 3 years, 9 months ago
Since v1:
- added missing 'Fix store instructions display order'

Few fixes on top of the AVR merger series Thomas sent yesterday:
https://www.mail-archive.com/qemu-devel@nongnu.org/msg720089.html
Based-on: <20200705140315.260514-1-huth@tuxfamily.org>

Philippe Mathieu-Daudé (4):
  target/avr/cpu: Drop tlb_flush() in avr_cpu_reset()
  target/avr/cpu: Fix $PC displayed address
  target/avr/disas: Fix store instructions display order
  target/avr/translate: Fix SBRC/SBRS instructions

 target/avr/cpu.c       |  4 +---
 target/avr/disas.c     | 20 ++++++++++----------
 target/avr/translate.c |  4 ++--
 3 files changed, 13 insertions(+), 15 deletions(-)

-- 
2.21.3


Re: [PATCH v2 0/4] target/avr: Few fixes
Posted by Philippe Mathieu-Daudé 3 years, 9 months ago
On 7/7/20 9:00 AM, Philippe Mathieu-Daudé wrote:
> Since v1:
> - added missing 'Fix store instructions display order'
> 
> Few fixes on top of the AVR merger series Thomas sent yesterday:
> https://www.mail-archive.com/qemu-devel@nongnu.org/msg720089.html
> Based-on: <20200705140315.260514-1-huth@tuxfamily.org>
> 
> Philippe Mathieu-Daudé (4):
>   target/avr/cpu: Drop tlb_flush() in avr_cpu_reset()
>   target/avr/cpu: Fix $PC displayed address
>   target/avr/disas: Fix store instructions display order
>   target/avr/translate: Fix SBRC/SBRS instructions

Thanks for the reviews, I am queuing the patches 1-3 and will send
a pull request for the AVR port shortly.

Regards,

Phil.