Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
x86-64 マルチコア プロセッサ用の優れたシミュレータはありますか。また、プロセッサに独自のハードウェア拡張機能を含めて何かをシミュレートしたい場合、その拡張機能を追加できますか?
qemu-system-x64-86 を使用できます。-M オプションを使用して、core2duo のような特定の CPU をシミュレートし、-smp オプションを追加してコア数をシミュレートすることもできます。さらに、qemu ソース コード (オープンソース) を変更して、特定のハードウェア拡張機能をシミュレートする新しい機能を追加できます。