From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MxI9f-0005l3-6m for qemu-devel@nongnu.org; Mon, 12 Oct 2009 06:29:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MxI9Z-0005fq-EG for qemu-devel@nongnu.org; Mon, 12 Oct 2009 06:29:25 -0400 Received: from [199.232.76.173] (port=44126 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MxI9Y-0005fN-TF for qemu-devel@nongnu.org; Mon, 12 Oct 2009 06:29:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:2107) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MxI9Y-0000nj-EG for qemu-devel@nongnu.org; Mon, 12 Oct 2009 06:29:20 -0400 Message-ID: <4AD304BB.90100@redhat.com> Date: Mon, 12 Oct 2009 12:28:11 +0200 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 1/2] multiboot: Fix cmdline of modules References: <1255268921-5403-1-git-send-email-adam@os.inf.tu-dresden.de> In-Reply-To: <1255268921-5403-1-git-send-email-adam@os.inf.tu-dresden.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: adam@os.inf.tu-dresden.de Cc: qemu-devel@nongnu.org Am 11.10.2009 15:48, schrieb adam@os.inf.tu-dresden.de: > From: Adam Lackorzynski > > Fix address specified for cmdline value of module in multiboot structure. > > Signed-off-by: Adam Lackorzynski Looks right and fixes my test case. Acked-by: Kevin Wolf