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: Atif Hashmi
Subject: Re: [Qemu-devel] Re: Detecting an assembly instruction in QEMU
Date: Mon, 16 Apr 2007 19:17:26 -0500

Hi,

I have another small question. Actually, I am implementing hardware transactional memory support in QEMU. I have implemented the following two helper functions functions in targer-i386/helper.c

void helper_StartTransaction()
void helper_CommitTransaction();

My application looks as follows.
int main()
{
       __asm_volatile("mov %al %al"); //is detected in translation.c and helper_StartTransaction is called

}
In case a transaction fails, I detect it inside the code for helper_CommitTransaction(), now I need to jump back to the place where

On 4/8/07, Eduardo Felipe <address@hidden> wrote:

I recommend:

http://fabrice.bellard.free.fr/qemu/user-doc.html

Regards,
Eduardo


reply via email to

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