Re: [Qemu-devel] PATCH v5 0/7] RTC: New logic to emulate RTC

2012-05-10 Thread Paolo Bonzini
Il 10/05/2012 03:41, Zhang, Yang Z ha scritto: >> 2) it doesn't pass tests/rtc-test, but that might even be a problem with >> the test; I'll try to look at it. > > How to use rtc-test? I cannot manage to run rtc-test. I searched in google > but get nothing. "make check-qtest-i386 V=1" will show

Re: [Qemu-devel] PATCH v5 0/7] RTC: New logic to emulate RTC

2012-05-09 Thread Zhang, Yang Z
> -Original Message- > From: Paolo Bonzini [mailto:pbonz...@redhat.com] > Sent: Wednesday, May 09, 2012 9:07 PM > Subject: Re: PATCH v5 0/7] RTC: New logic to emulate RTC > > > At last this passes my tests, great! There's still a few problems, but more > or less it's ok: > > 1) it needs

Re: [Qemu-devel] PATCH v5 0/7] RTC: New logic to emulate RTC

2012-05-09 Thread Paolo Bonzini
Il 09/05/2012 09:22, Zhang, Yang Z ha scritto: > Changes in v5: > Rebase to latest head. > Add Checking of divider, because it also can stop the update. > Fixing some bugs. At last this passes my tests, great! There's still a few problems, but more or less it's ok: 1) it needs rebase on top of t

[Qemu-devel] PATCH v5 0/7] RTC: New logic to emulate RTC

2012-05-09 Thread Zhang, Yang Z
Changes in v5: Rebase to latest head. Add Checking of divider, because it also can stop the update. Fixing some bugs. Changes in v4: Rebase to latest head. Changing in patch 6: Set the timer to one second earlier before target alarm when AF bit is clear. In version 3, in order to solve t