Avi Kivity wrote:
Anthony Liguori wrote:
Fabrice Bellard wrote:
Anthony Liguori wrote:
+/* above 4giga memory allocation */
+if (above_4g_mem_size > 0) {
+ram_addr = qemu_ram_alloc(above_4g_mem_size);
+cpu_register_physical_memory(0x1,
above_4g_mem_size, ram_ad
Alexander Graf wrote:
TeLeMan wrote:
env->cr[8] used by SVM codes was not defined.
As far as I remember cr8 is the very same as the TPR, so we only need to
implement one and map the other to the value we want.
My approach was to use the TPR and route the cr8 accesses to the tpr.
Even though I h
Hi,
I have rtmach running in qemu, but I am having trouble with
-kernel-kqemu. rtmach seems to be using a system call/return mechanism
unexpected by -kernel-kqemu. Please see the linked to jpeg. I'm using
the CVS version of qemu from November 19.
http://img337.imageshack.us/my.php?image=rtmach