From: y y <fenglei999999@gmail.com>
To: qemu list <qemu-devel@nongnu.org>
Subject: [Qemu-devel] A question about qemu 0.9.1
Date: Mon, 4 Apr 2011 18:10:55 +0800 [thread overview]
Message-ID: <BANLkTim-HTnQZtWOsRzMMZtZZO_-xpZ-8A@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 817 bytes --]
I am learning qemu 0.9.1,and there is a question.After I complied the
project,there are some codes in "/i386-softmmu/op.h"
case INDEX_op_movl_A0_EAX: {
extern void op_movl_A0_EAX();
memcpy(gen_code_ptr, (void *)((char *)&op_movl_A0_EAX+0), 3);
gen_code_ptr += 3;
}
Where is this op_movl_A0_EAX() come from?I can't find it in the "op.c" or
even the whole project.But it does exist in the "op.o".I check the file
"Makefile.target"
op.o: op.c
$(CC) $(OP_CFLAGS) $(CPPFLAGS) -c -o $@ $<
"op.o" depends only on "op.c",isn't it?Then where does this
op_movl_A0_EAX() come from?
Maybe I have made some mistakes.Correct me if I am wrong...
Please give me some help.I was blocked here for a long time.
Thank you very much!
--Terry
"
[-- Attachment #2: Type: text/html, Size: 1558 bytes --]
next reply other threads:[~2011-04-04 10:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-04 10:10 y y [this message]
2011-04-04 11:05 ` [Qemu-devel] A question about qemu 0.9.1 Brad Hards
2011-04-04 11:13 ` Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=BANLkTim-HTnQZtWOsRzMMZtZZO_-xpZ-8A@mail.gmail.com \
--to=fenglei999999@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).