diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-08-26 17:46:38 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-08-26 17:46:38 +0000 |
commit | 93342807901077d49c098b7b4d5897674d8c17c7 (patch) | |
tree | 93040e3109fa95ea34130aad36ce269ffa0fa58f /hw/pc.c | |
parent | 591a6d627995ce00b0db8d7360ad4032eeb77b9c (diff) | |
download | hqemu-93342807901077d49c098b7b4d5897674d8c17c7.zip hqemu-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |