From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:54250) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RB3nI-00081v-5f for qemu-devel@nongnu.org; Tue, 04 Oct 2011 08:08:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RB3nH-0000pV-0q for qemu-devel@nongnu.org; Tue, 04 Oct 2011 08:08:20 -0400 Received: from cantor2.suse.de ([195.135.220.15]:53556 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RB3nG-0000pN-RA for qemu-devel@nongnu.org; Tue, 04 Oct 2011 08:08:18 -0400 Message-ID: <4E8AF734.7080908@suse.de> Date: Tue, 04 Oct 2011 14:08:20 +0200 From: Alexander Graf MIME-Version: 1.0 References: <4E7C8BC4.6090409@de.ibm.com> In-Reply-To: <4E7C8BC4.6090409@de.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] s390: fix short kernel command lines List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christian Borntraeger Cc: Carsten Otte , "qemu-devel@nongnu.org" On 09/23/2011 03:38 PM, Christian Borntraeger wrote: > The default kernel command line for s390 is > "root=/dev/ram0 ro" > > When overriding this line, we have to ensure to also copy the \0 to > avoid false lines, for example, -append "root=/dev/vda" will result in > "root=/dev/vda0 ro" with the current code. > > Signed-off-by: Christian Borntraeger Thanks, applied to s390-next. Alex