[Qemu-devel] qemu/target-m68k op_helper.c

2007-06-02 Thread Paul Brook
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

Re: [Qemu-devel] [PATCH] linux-user semaphore structure mapping

2007-06-02 Thread Stuart Anderson
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

Re: [Qemu-devel] qemu on mips patch

2007-06-02 Thread Jun Peng
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;

Re: [Qemu-devel][PATCH]Minor spelling fixes

2007-06-02 Thread Stefan Weil
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 ==

Re: [Qemu-devel] [PATCH] spellcheck the documentation

2007-06-02 Thread Stefan Weil
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) >

Re: [Qemu-devel] vdq and qemu

2007-06-02 Thread Adrian Lambeck
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