Avi Kivity wrote:
> Christian Ehrhardt wrote:
>> Background:
>> In our ppc code for the demo we only needed a call to
>> cpu_physical_memory_rw to handle all kind of mmio we needed. Looking
>> at all the callback pointers for read/write mmio in kvm_callbacks I
>> wondered if this can be simplifi
Christian Ehrhardt wrote:
> Background:
> In our ppc code for the demo we only needed a call to
> cpu_physical_memory_rw to handle all kind of mmio we needed. Looking
> at all the callback pointers for read/write mmio in kvm_callbacks I
> wondered if this can be simplified with cpu_physical_memo
Background:
In our ppc code for the demo we only needed a call to cpu_physical_memory_rw to
handle all kind of mmio we needed. Looking at all the callback pointers for
read/write mmio in kvm_callbacks I wondered if this can be simplified with
cpu_physical_memory_rw for x86 too. So I tested it t