qemu-discuss
[Top][All Lists]
Advanced

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

[Qemu-discuss] Using qemu to simulate multi-core shared memory system


From: Arun Balakrishnan
Subject: [Qemu-discuss] Using qemu to simulate multi-core shared memory system
Date: Wed, 10 Jul 2013 05:40:27 +0000

 
We have a multi-core network processor system, wherein we run a multi-threaded (using pthreads) program. We have the pthreads pinned to hw cores (fixed pinning/mapping). We would like to emulate / simulate such a system…
 
We have built a C++ simulator wherein we use a internally developed ISS (instruction set simulator). We create as many ISS instances as many cores we have and then have a shared memory system around it.. Our ISS is interpreted, ie each instruction in our ISA (instruction set architecture) is implemented in C++.
 
We have already used Qemu to simulate a single core - we have built a library that defines the mapping from our ISA to x86 and qemu uses this to do dynamic translation.. but I would like to know if it is possible to simulate multi-core system.
 
Thanks
 
 

reply via email to

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