Re: [Qemu-devel] [PATCH] replaced get_ticks_per_sec() with constant

2015-07-09 Thread Stefan Hajnoczi
On Wed, Jul 08, 2015 at 04:29:49PM +0300, Emil Condrea wrote: On Mon, Jul 6, 2015 at 6:11 PM, Stefan Hajnoczi stefa...@gmail.com wrote: On Sun, Jul 5, 2015 at 7:15 AM, Emil Condrea emilcond...@gmail.com wrote: Stefan, do you know if this patch was applied? It hasn't been applied,

Re: [Qemu-devel] [PATCH] replaced get_ticks_per_sec() with constant

2015-07-08 Thread Emil Condrea
On Mon, Jul 6, 2015 at 6:11 PM, Stefan Hajnoczi stefa...@gmail.com wrote: On Sun, Jul 5, 2015 at 7:15 AM, Emil Condrea emilcond...@gmail.com wrote: Stefan, do you know if this patch was applied? It hasn't been applied, sorry. It slipped through the cracks because it touches a lot of files

Re: [Qemu-devel] [PATCH] replaced get_ticks_per_sec() with constant

2015-07-06 Thread Stefan Hajnoczi
On Sun, Jul 5, 2015 at 7:15 AM, Emil Condrea emilcond...@gmail.com wrote: Stefan, do you know if this patch was applied? It hasn't been applied, sorry. It slipped through the cracks because it touches a lot of files so I thought a maintainer reviewing it after me would merge it. Please rebase

Re: [Qemu-devel] [PATCH] replaced get_ticks_per_sec() with constant

2015-07-05 Thread Emil Condrea
Stefan, do you know if this patch was applied? Thanks On Tue, Mar 31, 2015 at 8:16 PM, Emil Condrea emilcond...@gmail.com wrote: Thanks, Stefan. On Mon, Mar 30, 2015 at 4:01 PM, Stefan Hajnoczi stefa...@redhat.com wrote: On Sat, Mar 28, 2015 at 06:22:11PM +0200, Emil Condrea wrote: This

Re: [Qemu-devel] [PATCH] replaced get_ticks_per_sec() with constant

2015-03-31 Thread Stefan Hajnoczi
On Tue, Mar 31, 2015 at 09:46:32AM +1000, Peter Crosthwaite wrote: On Tue, Mar 31, 2015 at 7:52 AM, Peter Maydell peter.mayd...@linaro.org wrote: On 30 March 2015 at 14:01, Stefan Hajnoczi stefa...@redhat.com wrote: On Sat, Mar 28, 2015 at 06:22:11PM +0200, Emil Condrea wrote: diff --git

Re: [Qemu-devel] [PATCH] replaced get_ticks_per_sec() with constant

2015-03-31 Thread Emil Condrea
Thanks, Stefan. On Mon, Mar 30, 2015 at 4:01 PM, Stefan Hajnoczi stefa...@redhat.com wrote: On Sat, Mar 28, 2015 at 06:22:11PM +0200, Emil Condrea wrote: This replaces all calls to get_ticks_per_sec() with NSEC_PER_SEC defined in /include/qemu/timer.h Signed-off-by: Emil Condrea

Re: [Qemu-devel] [PATCH] replaced get_ticks_per_sec() with constant

2015-03-30 Thread Stefan Hajnoczi
On Sat, Mar 28, 2015 at 06:22:11PM +0200, Emil Condrea wrote: This replaces all calls to get_ticks_per_sec() with NSEC_PER_SEC defined in /include/qemu/timer.h Signed-off-by: Emil Condrea emilcond...@gmail.com --- audio/audio.c | 2 +- audio/noaudio.c| 4 ++--

Re: [Qemu-devel] [PATCH] replaced get_ticks_per_sec() with constant

2015-03-30 Thread Stefan Hajnoczi
On Sat, Mar 28, 2015 at 06:22:11PM +0200, Emil Condrea wrote: diff --git a/target-arm/helper.c b/target-arm/helper.c index 10886c5..504530a 100644 --- a/target-arm/helper.c +++ b/target-arm/helper.c @@ -649,7 +649,7 @@ void pmccntr_sync(CPUARMState *env) uint64_t temp_ticks;

Re: [Qemu-devel] [PATCH] replaced get_ticks_per_sec() with constant

2015-03-30 Thread Peter Maydell
On 30 March 2015 at 14:01, Stefan Hajnoczi stefa...@redhat.com wrote: On Sat, Mar 28, 2015 at 06:22:11PM +0200, Emil Condrea wrote: diff --git a/target-arm/helper.c b/target-arm/helper.c index 10886c5..504530a 100644 --- a/target-arm/helper.c +++ b/target-arm/helper.c @@ -649,7 +649,7 @@

Re: [Qemu-devel] [PATCH] replaced get_ticks_per_sec() with constant

2015-03-30 Thread Peter Crosthwaite
On Tue, Mar 31, 2015 at 7:52 AM, Peter Maydell peter.mayd...@linaro.org wrote: On 30 March 2015 at 14:01, Stefan Hajnoczi stefa...@redhat.com wrote: On Sat, Mar 28, 2015 at 06:22:11PM +0200, Emil Condrea wrote: diff --git a/target-arm/helper.c b/target-arm/helper.c index 10886c5..504530a