xen: remove xen_vcpu_init
commit95222d0945ac8e7fea2adf2fc927634ff3ea1389
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Thu, 30 May 2013 16:52:44 +0000 (30 16:52 +0000)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Mon, 3 Jun 2013 15:41:27 +0000 (3 15:41 +0000)
tree46df6722beb742263130aa3006c67c72d56d02aa
parent9f24a8030a70ea4954b5b8c48f606012f086f65f
xen: remove xen_vcpu_init

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 <stefano.stabellini@eu.citrix.com>
Reviewed-by: Andreas Färber <afaerber@suse.de>
hw/i386/pc_piix.c
include/hw/xen/xen.h
xen-all.c