From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=43227 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P0XfJ-0000ls-7v for qemu-devel@nongnu.org; Tue, 28 Sep 2010 06:44:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1P0XfI-00078D-8s for qemu-devel@nongnu.org; Tue, 28 Sep 2010 06:44:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:24048) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P0XfI-000781-09 for qemu-devel@nongnu.org; Tue, 28 Sep 2010 06:44:04 -0400 Date: Tue, 28 Sep 2010 12:37:56 +0200 From: "Michael S. Tsirkin" Message-ID: <20100928103756.GM12472@redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] Re: how to add patches List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: chandra shekar Cc: qemu-devel@nongnu.org On Tue, Sep 28, 2010 at 11:49:29AM +0530, chandra shekar wrote: > hi everyone i like to add a patch to my qemu but unable to understand > the format that is how do i proceed in adding this patch to my qemu=A0 = the patch > is > http://lists.nongnu.org/archive/html/qemu-devel/2010-09/msg01662.html,t= hanks store patch in file foo.patch cd qemu patch -p1 < ../foo.patch