CVSROOT:/sources/qemu
Module name:qemu
Changes by: Paul Brook 07/06/02 17:59:59
Modified files:
target-m68k: op_helper.c
Log message:
Clear SR_M on a hardware interrupt.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-m68k/op_helper.c?cvsroo
On Fri, 1 Jun 2007, Thiemo Seufer wrote:
Stuart Anderson wrote:
This is a refresh (vs 5/28 cvs) of a patch sent several weeks ago. This
patch implments the structure handling for the semaphore IPC related
structures used by semctl().
It produces too many compiler warnings to be comfortable w
Sorry, sorry, I did send a wrony "cpu_signal_handler()"!
in cpu-exec.c:
#include
int cpu_signal_handler(int host_signum, void *pinfo,
void *puc)
{
siginfo_t *info = pinfo;
struct ucontext *uc = puc;
unsigned long pc;
int is_write;
pc = uc->uc_mcontext.pc;
Here are some more spelling fixes and one fix for code formatting.
Please add them to CVS.
Stefan
Stefan Weil schrieb:
> Here is a collection of some minor patches.
> They only fix spelling in comments.
>
> Regards
> Stefan
Index: disas.c
==
Was Mark's patch lost? It should be added to CVS...
Stefan
Mark Glines schrieb:
> Hi,
>
> This patch fixes some spelling errors. I tried to focus on actual
> errors (like thoses -> those, priviledge -> privilege), leaving things
> like differences in UK/US spellings (like symbolised/symbolized)
>
Thanks for the reply! I am using vdeq to connect the qemu instance to
the vde_switch and therefor I can not use dpipe. I will have to look
into the sources of vdeq to see if I can change this somehow.
Adrian Lambeck