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 wrote: > > > On Sun, Jul 5, 2015 at 7:15 AM, Emil Condrea > > wrote: > > > Stefan, do you know if this patch was applied? > > > > It hasn't been applied, sorry. It slipped through the

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 wrote: > On Sun, Jul 5, 2015 at 7:15 AM, Emil Condrea > 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 review

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 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 it on Wednesday and I

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

2015-07-04 Thread Emil Condrea
Stefan, do you know if this patch was applied? Thanks On Tue, Mar 31, 2015 at 8:16 PM, Emil Condrea wrote: > Thanks, Stefan. > > On Mon, Mar 30, 2015 at 4:01 PM, Stefan Hajnoczi > wrote: > >> On Sat, Mar 28, 2015 at 06:22:11PM +0200, Emil Condrea wrote: >> > This replaces all calls to get_tick

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 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 > > --- > > audi

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 > wrote: > > On 30 March 2015 at 14:01, Stefan Hajnoczi wrote: > >> On Sat, Mar 28, 2015 at 06:22:11PM +0200, Emil Condrea wrote: > >>> diff --git a/target-arm/helper.c b/target-ar

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 wrote: > On 30 March 2015 at 14:01, Stefan Hajnoczi 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 >>>

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 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 @@ void pmccntr

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 > --- > audio/audio.c | 2 +- > audio/noaudio.c| 4 ++-- > audio/spiceau

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; > >

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

2015-03-28 Thread Emil Condrea
This replaces all calls to get_ticks_per_sec() with NSEC_PER_SEC defined in /include/qemu/timer.h Signed-off-by: Emil Condrea --- audio/audio.c | 2 +- audio/noaudio.c| 4 ++-- audio/spiceaudio.c | 2 +- audio/wavaudio.c | 2 +- backends/baum.c