w here:
Yes, thanks for noticing.
>
> > Message-id: 1471338320-8523-1-git-send-email-mrol...@gmail.com
> > Subject: [Qemu-devel] [PATCH v15 0/9] 8bit AVR cores
> > Type: series
> >
> > === TEST SCRIPT BEGIN ===
> > #!/bin/bash
> >
> > BASE=60ac136102098a
bject: [Qemu-devel] [PATCH v15 0/9] 8bit AVR cores
> Type: series
>
> === TEST SCRIPT BEGIN ===
> #!/bin/bash
>
> BASE=60ac136102098a70b97ab0c07bc7bf53131c
> n=1
> total=$(git log --oneline $BASE.. | wc -l)
> failed=0
>
> # Useful git options
> git config --loca
Hi,
Your series seems to have some coding style problems. See output below for
more information:
Message-id: 1471338320-8523-1-git-send-email-mrol...@gmail.com
Subject: [Qemu-devel] [PATCH v15 0/9] 8bit AVR cores
Type: series
=== TEST SCRIPT BEGIN ===
#!/bin/bash
BASE
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