Re: [Qemu-devel] [PATCH] timer.h: Provide better monotonic time

2017-06-07 Thread Peter Maydell
On 5 June 2017 at 10:27, Paolo Bonzini wrote: > > > On 02/06/2017 14:24, Peter Maydell wrote: >> On 18 April 2017 at 20:18, Pranith Kumar wrote: >>> Tested and confirmed that the stretch i386 debian qcow2 image on a >>> raspberry pi 2 works. >>> >>> Fixes: LP#: 893208

Re: [Qemu-devel] [PATCH] timer.h: Provide better monotonic time

2017-06-05 Thread Paolo Bonzini
On 02/06/2017 14:24, Peter Maydell wrote: > On 18 April 2017 at 20:18, Pranith Kumar wrote: >> Tested and confirmed that the stretch i386 debian qcow2 image on a >> raspberry pi 2 works. >> >> Fixes: LP#: 893208 >> Signed-off-by: Pranith Kumar >> -

Re: [Qemu-devel] [PATCH] timer.h: Provide better monotonic time

2017-06-02 Thread Peter Maydell
On 18 April 2017 at 20:18, Pranith Kumar wrote: > Tested and confirmed that the stretch i386 debian qcow2 image on a > raspberry pi 2 works. > > Fixes: LP#: 893208 > Signed-off-by: Pranith Kumar > --- > include/qemu/timer.h | 5 ++--- > 1 file chang

[Qemu-devel] [PATCH] timer.h: Provide better monotonic time

2017-04-18 Thread Pranith Kumar
Tested and confirmed that the stretch i386 debian qcow2 image on a raspberry pi 2 works. Fixes: LP#: 893208 Signed-off-by: Pranith Kumar --- include/qemu/timer.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/qemu/t