qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [BUG][PATCH] signal translation (48_signal_xlate.ptach)


From: Thayne Harbaugh
Subject: [Qemu-devel] [BUG][PATCH] signal translation (48_signal_xlate.ptach)
Date: Wed, 12 Dec 2007 12:32:13 -0700

There are some places where target signals and host signals aren't
correctly differentiated.  This patch addresses proper signal
translation between target and host.

* Changes variable names to be more explicit about target and host
signals.

* Calls target_to_host_signal() and host_to_target_signal() when
appropriate.

* Adds the "TARGET_" prefix to locations that were incorrectly using
host signal names.

* Moves target_to_host_signal() and host_to_target_signal() to qsignal.h
to make them available to syscall.c.

Attachment: 48_signal_xlate.patch
Description: Text Data


reply via email to

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