Re: [Qemu-devel] [PATCH 1/2] xen: remove xen_vcpu_init

2013-05-30 Thread Andreas Färber
Am 27.05.2013 20:17, schrieb Stefano Stabellini: > No need for xen_vcpu_init anymore: > > - the RTC emulator doesn't have any periodic timers continuously running > even in absence of guest interactions anymore; > > - qemu_dummy_start_vcpu takes care of disabling TCG for us, so we don't > need to

[Qemu-devel] [PATCH 1/2] xen: remove xen_vcpu_init

2013-05-27 Thread Stefano Stabellini
No need for xen_vcpu_init anymore: - the RTC emulator doesn't have any periodic timers continuously running even in absence of guest interactions anymore; - qemu_dummy_start_vcpu takes care of disabling TCG for us, so we don't need to do it manually here. Signed-off-by: Stefano Stabellini ---