Re: [libvirt] [PATCH] ARMHF: CPU Support for armhf.

2012-07-16 Thread Jiri Denemark
On Fri, Jul 13, 2012 at 11:58:23 -0400, Chuck Short wrote: > On Fri, 13 Jul 2012 09:14:47 +0200 > Jiri Denemark wrote: > > > On Thu, Jul 12, 2012 at 13:39:02 -0500, Chuck Short wrote: > > > Adding CPU encoder/decoder for armhf to avoid runtime error > > > messages. > > > > I would still be inter

Re: [libvirt] [PATCH] ARMHF: CPU Support for armhf.

2012-07-13 Thread Eric Blake
On 07/13/2012 10:00 AM, Chuck Short wrote: >> Chuck: you used two different email addresses (gmail for authorship, >> canonical for s-o-b). Which one do you want listed in AUTHORS, or >> should I even alter the authorship to go by your preferred address? >> Once your commit is applied, 'make synt

Re: [libvirt] [PATCH] ARMHF: CPU Support for armhf.

2012-07-13 Thread Chuck Short
Hi, On Fri, 13 Jul 2012 08:20:16 -0600 Eric Blake wrote: > On 07/12/2012 10:53 AM, Daniel P. Berrange wrote: > > On Thu, Jul 12, 2012 at 10:28:17AM -0500, Chuck Short wrote: > >> Adding CPU encoder/decoder for armhf to avoid runtime error > >> messages. > >> > >> Signed-off-by: Chuck Short >

Re: [libvirt] [PATCH] ARMHF: CPU Support for armhf.

2012-07-13 Thread Chuck Short
On Fri, 13 Jul 2012 09:14:47 +0200 Jiri Denemark wrote: > On Thu, Jul 12, 2012 at 13:39:02 -0500, Chuck Short wrote: > > Adding CPU encoder/decoder for armhf to avoid runtime error > > messages. > > I would still be interested in the exact error messages you get when > you try to start a domain

Re: [libvirt] [PATCH] ARMHF: CPU Support for armhf.

2012-07-13 Thread Eric Blake
On 07/12/2012 10:53 AM, Daniel P. Berrange wrote: > On Thu, Jul 12, 2012 at 10:28:17AM -0500, Chuck Short wrote: >> Adding CPU encoder/decoder for armhf to avoid runtime error messages. >> >> Signed-off-by: Chuck Short Chuck: you used two different email addresses (gmail for authorship, canonical

Re: [libvirt] [PATCH] ARMHF: CPU Support for armhf.

2012-07-13 Thread Jiri Denemark
On Thu, Jul 12, 2012 at 13:39:02 -0500, Chuck Short wrote: > Adding CPU encoder/decoder for armhf to avoid runtime error messages. I would still be interested in the exact error messages you get when you try to start a domain on an arm machine without this patch :-) Jirka -- libvir-list mailing

[libvirt] [PATCH] ARMHF: CPU Support for armhf.

2012-07-12 Thread Chuck Short
Adding CPU encoder/decoder for armhf to avoid runtime error messages. Signed-off-by: Chuck Short --- src/Makefile.am |1 + src/cpu/cpu.c |2 ++ src/cpu/cpu_arm.c | 75 + src/cpu/cpu_arm.h | 31 ++ 4 files c

Re: [libvirt] [PATCH] ARMHF: CPU Support for armhf.

2012-07-12 Thread Daniel P. Berrange
On Thu, Jul 12, 2012 at 10:28:17AM -0500, Chuck Short wrote: > Adding CPU encoder/decoder for armhf to avoid runtime error messages. > > Signed-off-by: Chuck Short > --- > src/Makefile.am |1 + > src/cpu/cpu.c |2 ++ > src/cpu/cpu_arm.c | 76 > +++

[libvirt] [PATCH] ARMHF: CPU Support for armhf.

2012-07-12 Thread Chuck Short
Adding CPU encoder/decoder for armhf to avoid runtime error messages. Signed-off-by: Chuck Short --- src/Makefile.am |1 + src/cpu/cpu.c |2 ++ src/cpu/cpu_arm.c | 76 + src/cpu/cpu_arm.h | 32 ++ 4 files c

Re: [libvirt] [PATCH] ARMHF: CPU Support for armhf.

2012-07-12 Thread Chuck Short
On Thu, 12 Jul 2012 17:09:27 +0200 Jiri Denemark wrote: > On Thu, Jul 12, 2012 at 10:58:12 -0400, Chuck Short wrote: > > Adding CPU encoder/decoder for armhf to avoid runtime error > > messages. > > Can you be more specific about the error messages you are trying to > fix with this patch? It al

Re: [libvirt] [PATCH] ARMHF: CPU Support for armhf.

2012-07-12 Thread Jiri Denemark
On Thu, Jul 12, 2012 at 10:58:12 -0400, Chuck Short wrote: > Adding CPU encoder/decoder for armhf to avoid runtime error messages. Can you be more specific about the error messages you are trying to fix with this patch? > Signed-off-by: Chuck Short > --- > src/Makefile.am |1 + > src/cpu/

[libvirt] [PATCH] ARMHF: CPU Support for armhf.

2012-07-12 Thread Chuck Short
Adding CPU encoder/decoder for armhf to avoid runtime error messages. Signed-off-by: Chuck Short --- src/Makefile.am |1 + src/cpu/cpu.c |2 ++ src/cpu/cpu_arm.c | 76 + src/cpu/cpu_arm.h | 32 ++ 4 files cha