]> Git Repo - qemu.git/commit
xen: remove xen_vcpu_init
authorStefano Stabellini <[email protected]>
Thu, 30 May 2013 16:52:44 +0000 (16:52 +0000)
committerStefano Stabellini <[email protected]>
Mon, 3 Jun 2013 15:41:27 +0000 (15:41 +0000)
commit95222d0945ac8e7fea2adf2fc927634ff3ea1389
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 <[email protected]>
Reviewed-by: Andreas Färber <[email protected]>
hw/i386/pc_piix.c
include/hw/xen/xen.h
xen-all.c
This page took 0.025585 seconds and 4 git commands to generate.