From: Jerone Y. <jy...@us...> - 2007-11-12 03:59:39
|
On Sun, 2007-11-11 at 12:05 +0200, Avi Kivity wrote: > Jerone Young wrote: > > # HG changeset patch > > # User Jerone Young <jy...@us...> > > # Date 1194543880 21600 > > # Node ID f87e6f60ddd69cb0ee4e0bbcaed657d2f12311ce > > # Parent d6fa0d16fa60ee5083877fec698b69cea840d0b0 > > Fix declerations that should be in kvm-common.h & not in kvm-x86.h > > > > During the first phase of the refactoring these function declerations > > where not moved over to the kvm-common.h. > > > > Function decleartions include: > > kvm_alloc_kernel_memory > > kvm_alloc_userspace_memory > > kvm_create_kernel_phys_mem > > kvm_show_code > > kvm_run_abi10 > > > > > > Aren't most of these x86 specific? > Yes but currently they are still used in common code. So basically empty functions that return nothing or ENOSYS are created by other architectures till these can be worked out. Or maybe the arch might actually use them (well besides kvm_run_abi10). |