From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1V2Exj-0001V2-I9 for mharc-qemu-trivial@gnu.org; Thu, 25 Jul 2013 02:23:43 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41605) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2Exg-0001QM-Lt for qemu-trivial@nongnu.org; Thu, 25 Jul 2013 02:23:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V2Exf-0004T6-Qs for qemu-trivial@nongnu.org; Thu, 25 Jul 2013 02:23:40 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:42718) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2Exd-0004Si-QM; Thu, 25 Jul 2013 02:23:37 -0400 Received: from [192.168.88.2] (mjt.vpn.tls.msk.ru [192.168.177.99]) by isrv.corpit.ru (Postfix) with ESMTP id DCBB542D74; Thu, 25 Jul 2013 10:23:35 +0400 (MSK) Message-ID: <51F0C468.7060700@msgid.tls.msk.ru> Date: Thu, 25 Jul 2013 10:23:36 +0400 From: Michael Tokarev Organization: Telecom Service, JSC User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:17.0) Gecko/20130704 Icedove/17.0.7 MIME-Version: 1.0 To: Peter Maydell References: <1374598810-78021-1-git-send-email-petar.jovanovic@rt-rk.com> <51EEBAD6.4020607@msgid.tls.msk.ru> In-Reply-To: X-Enigmail-Version: 1.5.1 OpenPGP: id=804465C5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 86.62.121.231 Cc: qemu-trivial@nongnu.org, riku.voipio@linaro.org, qemu-devel@nongnu.org, petar.jovanovic@imgtec.com, Petar Jovanovic Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH] linux-user: correct argument number for sys_mremap and sys_splice X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jul 2013 06:23:41 -0000 23.07.2013 21:33, Peter Maydell wrote: > On 23 July 2013 18:18, Michael Tokarev wrote: >> 23.07.2013 21:00, Petar Jovanovic wrote: >>> From: Petar Jovanovic >>> >>> sys_mremap missed 5th argument (new_address), which caused examples that >>> remap to a specific address to fail. >>> sys_splice missed 5th and 6th argument which caused different examples to >>> fail. >>> This change has an effect on MIPS target only. Thanks, applied to the trivial patches queue. /mjt From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41594) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2Exe-0001QH-V6 for qemu-devel@nongnu.org; Thu, 25 Jul 2013 02:23:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V2Exe-0004Sr-1v for qemu-devel@nongnu.org; Thu, 25 Jul 2013 02:23:38 -0400 Message-ID: <51F0C468.7060700@msgid.tls.msk.ru> Date: Thu, 25 Jul 2013 10:23:36 +0400 From: Michael Tokarev MIME-Version: 1.0 References: <1374598810-78021-1-git-send-email-petar.jovanovic@rt-rk.com> <51EEBAD6.4020607@msgid.tls.msk.ru> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] linux-user: correct argument number for sys_mremap and sys_splice List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-trivial@nongnu.org, riku.voipio@linaro.org, qemu-devel@nongnu.org, petar.jovanovic@imgtec.com, Petar Jovanovic 23.07.2013 21:33, Peter Maydell wrote: > On 23 July 2013 18:18, Michael Tokarev wrote: >> 23.07.2013 21:00, Petar Jovanovic wrote: >>> From: Petar Jovanovic >>> >>> sys_mremap missed 5th argument (new_address), which caused examples that >>> remap to a specific address to fail. >>> sys_splice missed 5th and 6th argument which caused different examples to >>> fail. >>> This change has an effect on MIPS target only. Thanks, applied to the trivial patches queue. /mjt