Re: [Qemu-devel] Re: [PATCH 1/6] Use correct types to enable > 2G support

2008-02-01 Thread Robert William Fuller
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

Re: [Qemu-devel] [PATCH]SVM CR8 undefined bug fix

2008-01-17 Thread Robert William Fuller
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

[Qemu-devel] trying to run rtmach with -kernel-kqemu

2007-11-20 Thread Robert William Fuller
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