Re: [Qemu-devel] [PULL 2/2] linux-user: Fix up timer id handling

2015-03-23 Thread Riku Voipio
Hi, Sorry for these two patches, please ignore. Riku

[Qemu-devel] [PULL 2/2] linux-user: Fix up timer id handling

2015-03-23 Thread riku . voipio
From: Alexander Graf When creating a timer handle, we give the timer id a special magic offset of 0xcafe. However, we never mask that offset out of the timer id before we start using it to dereference our timer array. So we always end up aborting timer operations because the timer id is out o

[Qemu-devel] [PULL 2/2] linux-user: Fix up timer id handling

2014-11-10 Thread riku . voipio
From: Alexander Graf When creating a timer handle, we give the timer id a special magic offset of 0xcafe. However, we never mask that offset out of the timer id before we start using it to dereference our timer array. So we always end up aborting timer operations because the timer id is out o