Re: [Qemu-devel] [PATCH] m48t59: use rtc_clock for alarm timer

2012-01-30 Thread Blue Swirl
Thanks, applied. On Fri, Jan 20, 2012 at 12:05, Paolo Bonzini wrote: > This lets the RTC get adjustments from the host NTP client. > The watchdog still uses the vm_clock.  The previous behavior is > available with "-rtc clock=vm". > > Cc: Andreas Färber > Signed-off-by: Paolo Bonzini > --- >  h

Re: [Qemu-devel] [PATCH] m48t59: use rtc_clock for alarm timer

2012-01-30 Thread Paolo Bonzini
On 01/20/2012 01:05 PM, Paolo Bonzini wrote: This lets the RTC get adjustments from the host NTP client. The watchdog still uses the vm_clock. The previous behavior is available with "-rtc clock=vm". Cc: Andreas Färber Signed-off-by: Paolo Bonzini --- hw/m48t59.c |4 ++-- 1 files changed

Re: [Qemu-devel] [PATCH] m48t59: use rtc_clock for alarm timer

2012-01-20 Thread Andreas Färber
Am 20.01.2012 13:05, schrieb Paolo Bonzini: > This lets the RTC get adjustments from the host NTP client. > The watchdog still uses the vm_clock. The previous behavior is > available with "-rtc clock=vm". > > Signed-off-by: Paolo Bonzini Reviewed-by: Andreas Färber Cc: Blue Andreas > --- >

[Qemu-devel] [PATCH] m48t59: use rtc_clock for alarm timer

2012-01-20 Thread Paolo Bonzini
This lets the RTC get adjustments from the host NTP client. The watchdog still uses the vm_clock. The previous behavior is available with "-rtc clock=vm". Cc: Andreas Färber Signed-off-by: Paolo Bonzini --- hw/m48t59.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a