From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laurent Vivier Subject: [PATCH 0/6] Consolidate the various functions that read and write guest memory Date: Mon, 30 Jul 2007 11:37:24 +0200 Message-ID: <46ADB154.9030709@bull.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1061700590==" To: kvm-devel Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kvm-devel-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Errors-To: kvm-devel-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org List-Id: kvm.vger.kernel.org This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --===============1061700590== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig5DC0785FC6F6AA19E5BF967E" This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig5DC0785FC6F6AA19E5BF967E Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable =46rom the TODO, this serie of patch is trying to consolidate the various= functions that read and write guest memory. We remove kvm_read_guest() and kvm_write_guest(), and we use instead emulator_read_std() and emulator_write_emulated(). PATCH 1/6: read_std-vcpu, emulator_read_std() uses struct kvm_vcpu instea= d of x86_emulate_ctxt to be called in place of kvm_read_guest(). PATCH 2/6: read_emulated-vcpu, emulator_read_emulated() uses struct kvm_v= cpu instead of x86_emulate_ctxt to be consistency with emulator_read_std(). PATCH 3/6: remove-kvm_read_guest, remove kvm_read_guest() and use emulator_read_std() instead. PATCH 4/6: write_emulated-vcpu, emulator_write_emulated() uses struct kvm= _vcpu instead of x86_emulate_ctxt to be called in place of kvm_write_guest(). PATCH 5/6: remove-kvm_write, remove kvm_write_guest() and use emulator_write_emulated() instead. PATCH 6/6: cmpxchg_emulated-vcpu, emulator_cmpxchr_emulated() uses struct= kvm_vcpu instead of x86_emulate_ctxt to be consistency with other memops.= Signed-off-by: Laurent Vivier --=20 ------------- Laurent.Vivier-6ktuUTfB/bM@public.gmane.org -------------- "Software is hard" - Donald Knuth --------------enig5DC0785FC6F6AA19E5BF967E Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.7 (GNU/Linux) iD8DBQFGrbFa9Kffa9pFVzwRAlGfAKCJIdwOQY/WaV7jQHGzKYI1FnPDmwCeOsf/ 70DtWOfVL0H13GIonG7k/DM= =L/u8 -----END PGP SIGNATURE----- --------------enig5DC0785FC6F6AA19E5BF967E-- --===============1061700590== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------- 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/ --===============1061700590== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ kvm-devel mailing list kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org https://lists.sourceforge.net/lists/listinfo/kvm-devel --===============1061700590==--