Re: [Qemu-devel] [PATCH RFC v20 0/8] QEMU AVR 8 bit cores

2019-05-30 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190530190738.22713-1-mrol...@gmail.com/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin/bash time m

[Qemu-devel] [PATCH RFC v20 0/8] QEMU AVR 8 bit cores

2019-05-30 Thread Michael Rolnik
This series of patches adds 8bit AVR cores to QEMU. All instruction, except BREAK/DES/SPM/SPMX, are implemented. Not fully tested yet. However I was able to execute simple code with functions. e.g fibonacci calculation. This series of patches include a non real, sample board. No fuses support yet