qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Storing instructions executed in CPUState


From: James Greensky
Subject: [Qemu-devel] Storing instructions executed in CPUState
Date: Wed, 15 Dec 2010 14:25:30 -0800

Hello, I am attempting to fold a cache model into Qemu.  For this I need to store the instructions executed between actual lds/sts to Qemu memory, for performance reasons.  I figured that a buffer in the CPUState could accommodate this requirement, however tcg only gives the ability to ld/st from host memory at constant offsets.  Is there a better solution to this problem than adding new ld/st instructions to tcg that take a computed offset? Thx, James
reply via email to

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