[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH V2] fix vfb related assertion problem when starting pv-domU
On Sat, 2012-11-03 at 02:55 +0000, Ronny Hegewald wrote: > > > > Signed-off-by: Ronny Hegewald@xxxxxxxxx > > > > Somehow the sign off gone wrong. it was supposed to be > > Signed-off-by: Ronny Hegewald <Ronny.Hegewald@xxxxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> and applied, thanks. For future reference can you generate patches so they apply with "patch -p1", the tooling copes much better with those sorts of patches. e.g.: --- tools/libxl/libxl.c.org +++ tools/libxl/libxl.c should look like: --- a/tools/libxl/libxl.c +++ b/tools/libxl/libxl.c or: --- xen.orig/tools/libxl/libxl.c +++ xen/tools/libxl/libxl.c or: --- xen/tools/libxl/libxl.c.orig +++ xen/tools/libxl/libxl.c etc. Tools like git format-patch + send-email or hg export / hg email (the last described in http://wiki.xen.org/wiki/Submitting_Xen_Patches) do this automatically I think. Thanks, Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |