[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] Re: how to add patches
From: |
Michael S. Tsirkin |
Subject: |
[Qemu-devel] Re: how to add patches |
Date: |
Tue, 28 Sep 2010 12:37:56 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
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 the patch
> is
> http://lists.nongnu.org/archive/html/qemu-devel/2010-09/msg01662.html,thanks
store patch in file foo.patch
cd qemu
patch -p1 < ../foo.patch