[libvirt] [PATCH] Add armv6l architecture to list of valid arches

2013-04-03 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com The Raspberry Pi runs the armv6l architecture and apparently people are trying to run libvirt LXC on it. So we should allow that as a valid arch Signed-off-by: Daniel P. Berrange berra...@redhat.com --- src/util/virarch.c | 1 + src/util/virarch.h |

Re: [libvirt] [PATCH] Add armv6l architecture to list of valid arches

2013-04-03 Thread Eric Blake
On 04/03/2013 12:59 PM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com The Raspberry Pi runs the armv6l architecture and apparently people are trying to run libvirt LXC on it. So we should allow that as a valid arch Signed-off-by: Daniel P. Berrange