Yup, got it - cheers :)
On 20 October 2016 at 08:41, Peter Maydell
wrote:
> NB that commit 9b6a3ea7a69959416 had a bug (it broke exception return to
> Thumb code), so you should also make sure you have commit fb0e8e79a9d77
> which fixes that bug.
>
> --
> You received this bug notification becau
Quick followup on this, finally got the time to build this + can
confirming I can boot raspbian with the default /etc/ld.so.conf to the
command prompt (both raspbian jessie lite and the default distro).
--
You received this bug notification because you are a member of qemu-
devel-ml, which is sub
Awesome, thanks :)
On 4 October 2016 at 15:55, Peter Maydell
wrote:
> Now fixed in QEMU master, commit 9b6a3ea7a69959416.
>
>
> ** Changed in: qemu
>Status: In Progress => Fix Committed
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://
Awesome, cheers :)
On 20 September 2016 at 14:29, Peter Maydell
wrote:
> Thanks. I can reproduce this with the current QEMU, so there is still a
> problem of some kind here.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/b
Are bash scripts OK ?
I put everything into some scripts - I'm on ubuntu, debian should be
similar - not sure about other platforms.
# Grab scripts
$ git clone https://github.com/stuaxo/raspbian-qemu-scripts
$ cd raspbian-qemu-scripts
# Download current raspbian lite to /tmp/raspbian:
$ ./down
Cheers :)
May as well close this, I'll re-open it if I try 2.7 and find the same
bug.
Testing involves trying stock raspbian in qemu.
On 20 September 2016 at 10:26, Peter Maydell
wrote:
> On 20 September 2016 at 00:02, Stu wrote:
> > - I'm on Ubuntu 16.04, and it lo
- I'm on Ubuntu 16.04, and it looks like it's 2.6.1
qemu-arm version 2.6.1 (Debian 1:2.6.1+dfsg-0~16.04), Copyright (c)
2003-2008 Fabrice Bellard
Is there a PPA for qemu 2.7 somewhere ?
On 19 September 2016 at 21:27, Peter Maydell
wrote:
> Which version of QEMU are you using? This is I think
Public bug reported:
When running raspbian inside qemu,the user has to first comment out the
following line from /etc/ld.so.conf:
/usr/lib/arm-linux-gnueabihf/libarmmem.so
Will future qemus will be able to work without changine /etc/ld.so.conf ?
** Affects: qemu
Importance: Undecided
s
would have srr0 pointing at the last instruction which called
gen_update_nip. So when the target returns from a data exception,
it might re-execute some instructions. Possibly harmless, but could
lead to subtle bugs...
Thanks, Stu
Here's t