Re: [Qemu-devel] [PATCH] icount: Fix virtual clock start value on ARM

2014-07-23 Thread Paolo Bonzini
Il 23/07/2014 11:41, Peter Maydell ha scritto: > On 23 July 2014 10:11, Sebastian Tanase wrote: >> When using the icount option on ARM, the virtual >> clock starts counting at realtime clock but it >> should start at 0. >> This small fix addresses this issue. >> >> Signed-off-by: Sebastian Tanase

Re: [Qemu-devel] [PATCH] icount: Fix virtual clock start value on ARM

2014-07-23 Thread Peter Maydell
On 23 July 2014 10:11, Sebastian Tanase wrote: > When using the icount option on ARM, the virtual > clock starts counting at realtime clock but it > should start at 0. > This small fix addresses this issue. > > Signed-off-by: Sebastian Tanase > --- > cpus.c | 2 +- > 1 file changed, 1 insertion(

Re: [Qemu-devel] [PATCH] icount: Fix virtual clock start value on ARM

2014-07-23 Thread Andreas Färber
Am 23.07.2014 11:16, schrieb Paolo Bonzini: > Il 23/07/2014 11:11, Sebastian Tanase ha scritto: >> When using the icount option on ARM, the virtual >> clock starts counting at realtime clock but it >> should start at 0. >> This small fix addresses this issue. >> >> Signed-off-by: Sebastian Tanase

Re: [Qemu-devel] [PATCH] icount: Fix virtual clock start value on ARM

2014-07-23 Thread Paolo Bonzini
Il 23/07/2014 11:11, Sebastian Tanase ha scritto: > When using the icount option on ARM, the virtual > clock starts counting at realtime clock but it > should start at 0. > This small fix addresses this issue. > > Signed-off-by: Sebastian Tanase Thanks, this is ok for 2.2. Paolo > --- > cpus.

[Qemu-devel] [PATCH] icount: Fix virtual clock start value on ARM

2014-07-23 Thread Sebastian Tanase
When using the icount option on ARM, the virtual clock starts counting at realtime clock but it should start at 0. This small fix addresses this issue. Signed-off-by: Sebastian Tanase --- cpus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpus.c b/cpus.c index 5e7f2cf..de