[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] linux-user semaphore structure mapping
From: |
Stuart Anderson |
Subject: |
Re: [Qemu-devel] [PATCH] linux-user semaphore structure mapping |
Date: |
Sat, 2 Jun 2007 12:17:08 -0400 (EDT) |
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 with, and
breaks compilation of alpha-linux-user.
Thiemo,
I've attached both the semaphore and message queue patches to
this message since there is a dependency between them (message queue patch
must be applied on top of the semaphore patch).
This is updated to 6/01 cvs, and includes the additional part to
fix alpha the same as is done for the other archs. It also cleans up the
warnings in the new code areas.
Stuart
Stuart R. Anderson address@hidden
Network & Software Engineering http://www.netsweng.com/
1024D/37A79149: 0791 D3B8 9A4C 2CDC A31F
BD03 0A62 E534 37A7 9149
03_semcalls.patch
Description: semaphore patch
05_msgcalls.patch
Description: mesage queue patch