Re: [Qemu-devel] [PATCH] message queue IPC structures

2007-06-01 Thread Stuart Anderson
On Fri, 1 Jun 2007, Thiemo Seufer wrote: Stuart Anderson wrote: This is a refresh (vs 05/28 cvs) of a patch sent several weeks ago. This patch implements the structure handling for the structures used by the Message queue IPC interfaces msgctl(), msgrcv() and msgsnd(). This was tested using L

Re: [Qemu-devel] [PATCH] message queue IPC structures

2007-06-01 Thread Thiemo Seufer
Stuart Anderson wrote: > > This is a refresh (vs 05/28 cvs) of a patch sent several weeks ago. This > patch implements the structure handling for the structures used by the > Message queue IPC interfaces msgctl(), msgrcv() and msgsnd(). > > This was tested using LTP on an ARM target. Breaks bui