Re: [PATCH v3 0/7] RTC: New logic to emulate RTC

2012-03-15 Thread Paolo Bonzini
Il 15/03/2012 01:06, Zhang, Yang Z ha scritto: You are right. Actually, the v4 is ready and it uses the same logic with v2. Since I have other high priority task in hand, I don't test v4 too much. So i plan to delay it for a while and hope v3 can be accepted before v4 is ready. If you really

Re: [PATCH v3 0/7] RTC: New logic to emulate RTC

2012-03-14 Thread Paolo Bonzini
Il 14/03/2012 01:00, Zhang, Yang Z ha scritto: Is there any comments with the version 3? Can you explain why you dropped the logic to set the timer to the next event? Paolo -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More

RE: [PATCH v3 0/7] RTC: New logic to emulate RTC

2012-03-14 Thread Zhang, Yang Z
-Original Message- From: Paolo Bonzini [mailto:pbonz...@redhat.com] Sent: Wednesday, March 14, 2012 4:35 PM To: Zhang, Yang Z Cc: qemu-de...@nongnu.org; Jan Kiszka; kvm@vger.kernel.org; aligu...@us.ibm.com; Marcelo Tosatti Subject: Re: [PATCH v3 0/7] RTC: New logic to emulate RTC

Re: [PATCH v3 0/7] RTC: New logic to emulate RTC

2012-03-14 Thread Paolo Bonzini
Il 14/03/2012 09:52, Zhang, Yang Z ha scritto: Is there any comments with the version 3? Can you explain why you dropped the logic to set the timer to the next event? Do you mean why I change the rtc logic? The reason is that: When a guest is idle, the main activity inside qemu is the rtc

RE: [PATCH v3 0/7] RTC: New logic to emulate RTC

2012-03-14 Thread Zhang, Yang Z
-Original Message- From: Paolo Bonzini [mailto:pbonz...@redhat.com] Sent: Wednesday, March 14, 2012 4:54 PM To: Zhang, Yang Z Cc: qemu-de...@nongnu.org; Jan Kiszka; kvm@vger.kernel.org; aligu...@us.ibm.com; Marcelo Tosatti Subject: Re: [PATCH v3 0/7] RTC: New logic to emulate RTC

RE: [PATCH v3 0/7] RTC: New logic to emulate RTC

2012-03-13 Thread Zhang, Yang Z
: [PATCH v3 0/7] RTC: New logic to emulate RTC Changes in v3: Rebase to latest head. Remove the logic to update time format when DM bit changed. Allow to migrate from old version. Solve the async when reading UF and UIP Changes in v2: Add UIP check logic. Add logic that next second tick

[PATCH v3 0/7] RTC: New logic to emulate RTC

2012-03-01 Thread Zhang, Yang Z
Changes in v3: Rebase to latest head. Remove the logic to update time format when DM bit changed. Allow to migrate from old version. Solve the async when reading UF and UIP Changes in v2: Add UIP check logic. Add logic that next second tick will occur in exactly 500ms later after reset divider