From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Ehrhardt Date: Fri, 07 Dec 2007 11:38:14 +0000 Subject: [kvm-ppc-devel] [PATCH] [0/1] simplify kvm-userspace to qemu-kvm Message-Id: <475930A6.60301@linux.vnet.ibm.com> List-Id: References: <4756BB14.1080708@linux.vnet.ibm.com> In-Reply-To: <4756BB14.1080708-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: "kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org" Cc: kvm-ppc-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org, Jerone Young , Hollis Blanchard Well no response might mean that there is nothing to be said against this simplification ;-) Because of that I completed the patch (main.c as well) and corrected some whitespace issues I had before. Christian Ehrhardt wrote: > Background: > In our ppc code for the demo we only needed a call to=20 > cpu_physical_memory_rw to handle all kind of mmio we needed. Looking at=20 > all the callback pointers for read/write mmio in kvm_callbacks I=20 > wondered if this can be simplified with cpu_physical_memory_rw for x86=20 > too. So I tested it today and it works fine on with kvm-svm on my opteron. > The only code that did not just redirect to another function was a=20 > workaround for a Redhat 7.1 issue, so I merged it in the central call=20 > making it easier to find and maintain (was split before) anyway. > If everyone agrees with it I will create a new patch also affecting the=20 > other implementations of this interface e.g. user/main.c and a rebased=20 > version of this one. > But maybe there was a reason to do it that split way with all the=20 > callback pointers that was not obvious to me, so please comment. > [...] --=20 Gr=FCsse / regards,=20 Christian Ehrhardt IBM Linux Technology Center, Open Virtualization +49 7031/16-3385 Ehrhardt@linux.vnet.ibm.com Ehrhardt@de.ibm.com IBM Deutschland Entwicklung GmbH Vorsitzender des Aufsichtsrats: Johann Weihen=20 Gesch=E4ftsf=FChrung: Herbert Kircher=20 Sitz der Gesellschaft: B=F6blingen Registergericht: Amtsgericht Stuttgart, HRB 243294 ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ kvm-ppc-devel mailing list kvm-ppc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-ppc-devel