On 31 March 2014 23:07, Michael Casadevall michael.casadevall@linaro.org wrote:
On 03/28/2014 07:40 PM, Peter Maydell wrote:
There's a bug in QEMU's AArch64 KVM support which means we don't do the right thing with SP on syncing state to/from the kernel, so don't trust that.... (Fixed either in master or in my a64-system patchset, I forget which).
My initial attempts at getting ASSERT to give me useful information failed; is this patchset for KVM or the kernel, and where can I find it?
It's for QEMU. https://lists.nongnu.org/archive/html/qemu-devel/2014-03/msg05588.html
Patch 16 is the one I'm talking about, though it probably depends on some of the preceding ones (mostly textual conflicts if you try to apply it on its own I suspect). You can also find that in git://git.linaro.org/people/peter.maydell/qemu-arm.git branch a64-system but beware: that is my work-in-progress branch and it may rebase, break arbitrarily, etc etc.
thanks -- PMM