On Sun, 2007-11-11 at 12:05 +0200, Avi Kivity wrote: > Jerone Young wrote: > > # HG changeset patch > > # User Jerone Young <[EMAIL PROTECTED]> > > # 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). ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ kvm-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kvm-devel
