On Tue, Jul 20, 2010 at 10:47 PM, Anthony Liguori wrote:
> On 07/20/2010 01:34 PM, Ot ten Thije wrote:
>>
>> Hello,
>>
>> I am working on fixing the savevm/loadvm functionality in the Android
>> emulator, and the two issues I've encountered so far both appear to stem
>> from the asynchronous I/O (
On Tue, Jul 20, 2010 at 9:57 PM, Stefan Hajnoczi wrote:
>
> On Tue, Jul 20, 2010 at 7:34 PM, Ot ten Thije wrote:
> > Hello,
> > I am working on fixing the savevm/loadvm functionality in the Android
> > emulator, and the two issues I've encountered so far both appear to stem
> > from the asynchron
On 07/20/2010 01:34 PM, Ot ten Thije wrote:
Hello,
I am working on fixing the savevm/loadvm functionality in the Android
emulator, and the two issues I've encountered so far both appear to
stem from the asynchronous I/O (AIO) code. In both cases, the emulator
busy-waits indefinitely for an op
On Tue, Jul 20, 2010 at 7:34 PM, Ot ten Thije wrote:
> Hello,
> I am working on fixing the savevm/loadvm functionality in the Android
> emulator, and the two issues I've encountered so far both appear to stem
> from the asynchronous I/O (AIO) code. In both cases, the emulator busy-waits
> indefini
Hello,
I am working on fixing the savevm/loadvm functionality in the Android
emulator, and the two issues I've encountered so far both appear to stem
from the asynchronous I/O (AIO) code. In both cases, the emulator busy-waits
indefinitely for an operation that never signals completion.
Unfortuna