Commit f12a3e1b authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Added QEMU Core 2 Duo runner

parent f9dbf3e8
...@@ -16,4 +16,12 @@ ...@@ -16,4 +16,12 @@
<property name="SHUTDOWN_WATCHDOG" value="16s"/> <property name="SHUTDOWN_WATCHDOG" value="16s"/>
<property name="RUNTIME_WATCHDOG" value="16s"/> <property name="RUNTIME_WATCHDOG" value="16s"/>
<target name="run-system-qemu-core2duo">
<antcall target="run-system-core2duo"/>
</target>
<target name="run-system-with-secondary-qemu-core2duo">
<antcall target="run-system-with-secondary-core2duo"/>
</target>
</project> </project>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment