On 4 November 2011 07:53, Paolo Bonzini wrote:
> On 11/04/2011 02:52 AM, Peter Maydell wrote:
>>
>> * the fixed address we mmap the code gen buffer to in system
>> mode tends to overlap the libc heap (at least on Ubuntu oneiric);
>> when this happens you typically get a sysmalloc abort
>
> Let's
On 11/04/2011 02:52 AM, Peter Maydell wrote:
* the fixed address we mmap the code gen buffer to in system
mode tends to overlap the libc heap (at least on Ubuntu oneiric);
when this happens you typically get a sysmalloc abort
Let's change this to use the .bss code gen buffer. We can make it
This is just a quick email to summarise a discussion on IRC.
QEMU on ARM hosts (not ARM guests!) is currently broken in
at least the following ways:
* configure will select the ucontext coroutine implementation
but on ARM makecontext returns ENOSYS and we will abort() on
startup
* the fixed addr