[rtems-source-builder commit] Apply QEMU patch for openrisc that handles halt signals

Joel Sherril joel at rtems.org
Fri Apr 3 20:50:49 UTC 2015


Module:    rtems-source-builder
Branch:    master
Commit:    b65c131f2e11e352fde6efa0ec2fe5000dad3a4a
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=b65c131f2e11e352fde6efa0ec2fe5000dad3a4a

Author:    Hesham ALMatary <heshamelmatary at gmail.com>
Date:      Thu Apr  2 11:37:32 2015 -0500

Apply QEMU patch for openrisc that handles halt signals

---

 bare/config/devel/qemu-git-1.cfg | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/bare/config/devel/qemu-git-1.cfg b/bare/config/devel/qemu-git-1.cfg
index 82544d4..4a6752b 100644
--- a/bare/config/devel/qemu-git-1.cfg
+++ b/bare/config/devel/qemu-git-1.cfg
@@ -8,6 +8,8 @@
 
 %include %{_configdir}/base.cfg
 
+%include %{_configdir}/bare-config.cfg
+
 #
 # Stable version. Qemu is fast moving.
 #
@@ -42,6 +44,11 @@
 %patch add qemu https://gaisler.org/qemu/0003-LEON3-Init-UART-timers-and-CPU-if-we-run-a-RAM-image.patch
 %hash md5 0003-LEON3-Init-UART-timers-and-CPU-if-we-run-a-RAM-image.patch 59b684eaaee77f94bdef6a12b6e544e2
 
+#
+# Patch to send halt signal to qemu-system-or32 process when RTEMS terminates
+#
+%patch add qemu %{rtems_http_git}/rtems-tools/plain/tools/qemu/0001-openrisc-terminate-qemu-process-upon-receiving-a-hal.patch
+
 %if %{_host} == mingw32
  %patch add qemu pw://patchwork.ozlabs.org/patch/99999999/raw/qemu-channel-win32-cdecls.patch
 %endif



More information about the vc mailing list