From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60017) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwxEu-0000lu-TT for qemu-devel@nongnu.org; Thu, 02 Aug 2012 11:23:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SwxEt-0004pX-Mx for qemu-devel@nongnu.org; Thu, 02 Aug 2012 11:23:04 -0400 Received: from mail-gg0-f173.google.com ([209.85.161.173]:45267) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwxEt-0004pR-IT for qemu-devel@nongnu.org; Thu, 02 Aug 2012 11:23:03 -0400 Received: by ggnp1 with SMTP id p1so8553345ggn.4 for ; Thu, 02 Aug 2012 08:23:03 -0700 (PDT) Sender: Richard Henderson Message-ID: <501A9B55.5000408@twiddle.net> Date: Thu, 02 Aug 2012 08:23:01 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1343254238-4727-1-git-send-email-rth@twiddle.net> <1343254238-4727-11-git-send-email-rth@twiddle.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 10/10] alpha-linux-user: Fix the getpriority syscall List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: riku.voipio@iki.fi, qemu-devel@nongnu.org On 2012-08-02 07:48, Peter Maydell wrote: > Sanity check -- it is only getpriority that has the biasing, not setpriority? Correct. r~