Re: [Qemu-devel] [PATCH v3 2/6] xen: disable rtc_clock

2012-01-30 Thread Stefano Stabellini
On Fri, 27 Jan 2012, Paolo Bonzini wrote: > On 01/27/2012 07:21 PM, Stefano Stabellini wrote: > > rtc_clock is only used by the RTC emulator (mc146818rtc.c), however Xen > > has its own RTC emulator in the hypervisor so we can disable it. > > > > Signed-off-by: Stefano Stabellini > > --- > > xen-

Re: [Qemu-devel] [PATCH v3 2/6] xen: disable rtc_clock

2012-01-27 Thread Paolo Bonzini
On 01/27/2012 07:21 PM, Stefano Stabellini wrote: rtc_clock is only used by the RTC emulator (mc146818rtc.c), however Xen has its own RTC emulator in the hypervisor so we can disable it. Signed-off-by: Stefano Stabellini --- xen-all.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-)

[Qemu-devel] [PATCH v3 2/6] xen: disable rtc_clock

2012-01-27 Thread Stefano Stabellini
rtc_clock is only used by the RTC emulator (mc146818rtc.c), however Xen has its own RTC emulator in the hypervisor so we can disable it. Signed-off-by: Stefano Stabellini --- xen-all.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/xen-all.c b/xen-all.c index d1fc597..b