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
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(
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
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.
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