<div dir="ltr">Sorry for inconvenience. I will send patch with git send-email next time.<div>Thanks,</div><div>Yogesh</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Sep 9, 2013 at 3:11 PM, Daniel P. Berrange <span dir="ltr"><<a href="mailto:berrange@redhat.com" target="_blank">berrange@redhat.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Thu, Sep 05, 2013 at 05:22:31PM +0530, yogesh tillu wrote:<br>
> Hi All,<br>
>    Could you please review below patch, I have successfully tested patch on<br>
> ARM Versatile Express V2P Board.<br>
><br>
> From: Yogesh Tillu <<a href="mailto:tillu.yogesh@gmail.com">tillu.yogesh@gmail.com</a>><br>
> Date: Thu, 5 Sep 2013 17:07:55 +0530<br>
> Subject: [PATCH] [ PATCH ] Added Support for ARMv7 Big Endian<br>
><br>
> Signed-off-by: Yogesh Tillu <<a href="mailto:tillu.yogesh@gmail.com">tillu.yogesh@gmail.com</a>><br>
> ---<br>
>  src/util/virarch.c | 1 +<br>
>  src/util/virarch.h | 1 +<br>
>  2 files changed, 2 insertions(+)<br>
><br>
> diff --git a/src/util/virarch.c b/src/util/virarch.c<br>
> index 81558e5..b4e06da 100644<br>
> --- a/src/util/virarch.c<br>
> +++ b/src/util/virarch.c<br>
> @@ -37,6 +37,7 @@ static const struct virArchData {<br>
>      { "alpha",        64, VIR_ARCH_BIG_ENDIAN },<br>
>      { "armv6l",       32, VIR_ARCH_LITTLE_ENDIAN },<br>
>      { "armv7l",       32, VIR_ARCH_LITTLE_ENDIAN },<br>
> +    { "armv7b",       32, VIR_ARCH_BIG_ENDIAN },<br>
>      { "cris",         32, VIR_ARCH_LITTLE_ENDIAN },<br>
>      { "i686",         32, VIR_ARCH_LITTLE_ENDIAN },<br>
><br>
> diff --git a/src/util/virarch.h b/src/util/virarch.h<br>
> index 0d8ae25..dd25679 100644<br>
> --- a/src/util/virarch.h<br>
> +++ b/src/util/virarch.h<br>
> @@ -29,6 +29,7 @@ typedef enum {<br>
>      VIR_ARCH_ALPHA,        /* Alpha       64 BE<br>
> <a href="http://en.wikipedia.org/wiki/DEC_Alpha" target="_blank">http://en.wikipedia.org/wiki/DEC_Alpha</a> */<br>
>      VIR_ARCH_ARMV6L,       /* ARMv6       32 LE<br>
> <a href="http://en.wikipedia.org/wiki/ARM_architecture" target="_blank">http://en.wikipedia.org/wiki/ARM_architecture</a> */<br>
>      VIR_ARCH_ARMV7L,       /* ARMv7       32 LE<br>
> <a href="http://en.wikipedia.org/wiki/ARM_architecture" target="_blank">http://en.wikipedia.org/wiki/ARM_architecture</a> */<br>
> +    VIR_ARCH_ARMV7B,       /* ARMv7       32 BE<br>
<br>
</div></div>Your mail client has mangled the patch by wrapping lines. Also sending of<br>
HTML email to development lists is frowned upon.<br>
<br>
<br>
Just this once, I've manually fixed the problems & applied your patch.<br>
<br>
For future either fix your mail client not to mangle patches, or use the<br>
git send-email program for patch submission.<br>
<br>
Regards,<br>
Daniel<br>
<span class="HOEnZb"><font color="#888888">--<br>
|: <a href="http://berrange.com" target="_blank">http://berrange.com</a>      -o-    <a href="http://www.flickr.com/photos/dberrange/" target="_blank">http://www.flickr.com/photos/dberrange/</a> :|<br>
|: <a href="http://libvirt.org" target="_blank">http://libvirt.org</a>              -o-             <a href="http://virt-manager.org" target="_blank">http://virt-manager.org</a> :|<br>
|: <a href="http://autobuild.org" target="_blank">http://autobuild.org</a>       -o-         <a href="http://search.cpan.org/~danberr/" target="_blank">http://search.cpan.org/~danberr/</a> :|<br>
|: <a href="http://entangle-photo.org" target="_blank">http://entangle-photo.org</a>       -o-       <a href="http://live.gnome.org/gtk-vnc" target="_blank">http://live.gnome.org/gtk-vnc</a> :|<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br>-- Yogesh 
</div>