[Qemu-devel] Integrating a Memory Simulator

2016-02-21 Thread Hao Bai
Hi All, I was trying to integrate the DRAMSim2 memory simulator [1] into QEMU. Basically I wanted to modify the current memory interface of QEMU so that all memory accesses will be directed to DRAMSim2. Can anyone give me hints/comments/thoughts on how to do this? I am targeting x86-64 architectur

Re: [Qemu-devel] CPU Cache simulation

2015-11-18 Thread Hao Bai
o way to do this (Correct me if I am wrong). Is there a way to do this? Pointer to the 2009 thread: https://lists.nongnu.org/archive/html/qemu-devel/2009-06/msg01353.html Cheers On Wed, Nov 18, 2015 at 10:15 AM, Eduardo Habkost wrote: > On Wed, Nov 18, 2015 at 03:04:09AM -0500, Hao Bai wrote

[Qemu-devel] CPU Cache simulation

2015-11-18 Thread Hao Bai
Hi all, I read from an earlier thread in 2009 that QEMU did not simulate CPU caches. Is this still the case now? Cheers