summaryrefslogtreecommitdiff
path: root/hw/pc.c
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-08-26 17:46:38 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-08-26 17:46:38 +0000
commit93342807901077d49c098b7b4d5897674d8c17c7 (patch)
tree93040e3109fa95ea34130aad36ce269ffa0fa58f /hw/pc.c
parent591a6d627995ce00b0db8d7360ad4032eeb77b9c (diff)
downloadqemu-93342807901077d49c098b7b4d5897674d8c17c7.tar.gz
Use the framework for the VMware mouse emulation, by Herve Poussineau.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3150 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/pc.c')
-rw-r--r--hw/pc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/pc.c b/hw/pc.c
index d38018679a..495f6c0333 100644
--- a/hw/pc.c
+++ b/hw/pc.c
@@ -692,6 +692,7 @@ static void pc_init1(int ram_size, int vga_ram_size, int boot_device,
if (pci_enabled) {
apic_init(env);
}
+ vmport_init(env);
}
/* allocate RAM */