From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LXyZs-0001k8-Bi for qemu-devel@nongnu.org; Fri, 13 Feb 2009 08:59:37 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LXyZp-0001hy-1P for qemu-devel@nongnu.org; Fri, 13 Feb 2009 08:59:34 -0500 Received: from [199.232.76.173] (port=49562 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LXyZn-0001ha-Q5 for qemu-devel@nongnu.org; Fri, 13 Feb 2009 08:59:32 -0500 Received: from vsmtp02.dti.ne.jp ([202.216.231.137]:46740) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LXyZn-0006PM-2u for qemu-devel@nongnu.org; Fri, 13 Feb 2009 08:59:31 -0500 Received: from [192.168.1.22] (PPPa840.e11.eacc.dti.ne.jp [124.255.89.82]) by vsmtp02.dti.ne.jp (3.11v) with ESMTP AUTH id n1DDxS1X001747 for ; Fri, 13 Feb 2009 22:59:28 +0900 (JST) Message-ID: <49957CC1.2080000@juno.dti.ne.jp> Date: Fri, 13 Feb 2009 22:59:29 +0900 From: Shin-ichiro KAWASAKI MIME-Version: 1.0 Subject: Re: [Qemu-devel] sh4: r2d --append option support References: <200902111315.n1BDFqfq024928@smtp09.dti.ne.jp> In-Reply-To: <200902111315.n1BDFqfq024928@smtp09.dti.ne.jp> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org takasi-y@ops.dti.ne.jp wrote: > Add linux kernel command line ("--append" option) support. > Fix kernel loading address to appropriate position when --append used. > Using --kernel but --append case is left untouched for backward compatibility. This patch finely adds --append feature to my environment. Thank you! Tested-by: Shin-ichiro KAWASAKI > Signed-off-by: Takashi YOSHII > --- > I found this has not been posted as a patch to apply. > I hope this be merged into the branch(if any:) for next stable release. > /yoshii > --- > hw/r2d.c | 13 +++++++++---- > 1 files changed, 9 insertions(+), 4 deletions(-) (snip) Regards, Shin-ichiro KAWASAKI