qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Re: Detecting an assembly instruction in QEMU


From: Eduardo Felipe
Subject: Re: [Qemu-devel] Re: Detecting an assembly instruction in QEMU
Date: Tue, 24 Apr 2007 11:34:07 +0200

Hi,

You have a description of memory access instruction format in cpu-all.h, under
/* CPU memory access without any memory or io remapping */

These instructions are defined in softmmu_header.h. If you don't care too much about performance it will be easier to modify the code written in C (undef ASM_SOFTMMU in op.c).

Regards,
Eduardo
reply via email to

[Prev in Thread] Current Thread [Next in Thread]