Re: [Qemu-devel] libqemu for use in parallel-language based simulator

2012-02-03 Thread 陳韋任
Hi, Sean libqemu appears to be the heart of what we need. Just the core functionality of a processor's instruction-set. We will need a few thousand or so separate processor-states, similar to how COREMU has multiple processor states. libqemu is gone. Maybe you can try libcpu [1]

[Qemu-devel] libqemu for use in parallel-language based simulator

2012-02-02 Thread Sean Halle
Hi, We’re trying to use QEMU as a library in our research. We have created a parallel language for simulating parallel activities. The language controls the suspension and re-animation of threads it creates, in such a way that physical memory contents remains consistent with the order