Re: [Qemu-devel] [PATCH 6/7] target-i386: add implementation of query-cpudefs

2012-08-10 Thread Eduardo Habkost
On Fri, Aug 10, 2012 at 12:09:44PM -0500, Anthony Liguori wrote: > Eduardo Habkost writes: > > > On Fri, Aug 10, 2012 at 11:37:30AM -0500, Anthony Liguori wrote: > >> Eduardo Habkost writes: > >> >> > - add machine-type-specific cpudef compatibility changes? > >> >> > >> >> I think we've discus

Re: [Qemu-devel] [PATCH 6/7] target-i386: add implementation of query-cpudefs

2012-08-10 Thread Anthony Liguori
Eduardo Habkost writes: > On Fri, Aug 10, 2012 at 11:37:30AM -0500, Anthony Liguori wrote: >> Eduardo Habkost writes: >> >> > - add machine-type-specific cpudef compatibility changes? >> >> >> >> I think we've discussed this in IRC. I don't think we need to worry >> >> about this. >> > >> > I

Re: [Qemu-devel] [PATCH 6/7] target-i386: add implementation of query-cpudefs

2012-08-10 Thread Eduardo Habkost
On Fri, Aug 10, 2012 at 11:37:30AM -0500, Anthony Liguori wrote: > Eduardo Habkost writes: > > > On Fri, Aug 10, 2012 at 09:43:21AM -0500, Anthony Liguori wrote: > >> Eduardo Habkost writes: > >> > >> > On Fri, Jul 27, 2012 at 08:37:18AM -0500, Anthony Liguori wrote: > >> >> Signed-off-by: Anth

Re: [Qemu-devel] [PATCH 6/7] target-i386: add implementation of query-cpudefs

2012-08-10 Thread Anthony Liguori
Eduardo Habkost writes: > On Fri, Aug 10, 2012 at 09:43:21AM -0500, Anthony Liguori wrote: >> Eduardo Habkost writes: >> >> > On Fri, Jul 27, 2012 at 08:37:18AM -0500, Anthony Liguori wrote: >> >> Signed-off-by: Anthony Liguori >> >> --- >> >> target-i386/cpu.c | 22 ++ >

Re: [Qemu-devel] [PATCH 6/7] target-i386: add implementation of query-cpudefs

2012-08-10 Thread Eduardo Habkost
On Fri, Aug 10, 2012 at 09:43:21AM -0500, Anthony Liguori wrote: > Eduardo Habkost writes: > > > On Fri, Jul 27, 2012 at 08:37:18AM -0500, Anthony Liguori wrote: > >> Signed-off-by: Anthony Liguori > >> --- > >> target-i386/cpu.c | 22 ++ > >> 1 files changed, 22 insertion

Re: [Qemu-devel] [PATCH 6/7] target-i386: add implementation of query-cpudefs

2012-08-10 Thread Anthony Liguori
Eduardo Habkost writes: > On Fri, Jul 27, 2012 at 08:37:18AM -0500, Anthony Liguori wrote: >> Signed-off-by: Anthony Liguori >> --- >> target-i386/cpu.c | 22 ++ >> 1 files changed, 22 insertions(+), 0 deletions(-) >> >> diff --git a/target-i386/cpu.c b/target-i386/cpu.c

Re: [Qemu-devel] [PATCH 6/7] target-i386: add implementation of query-cpudefs

2012-07-31 Thread Eduardo Habkost
On Fri, Jul 27, 2012 at 08:37:18AM -0500, Anthony Liguori wrote: > Signed-off-by: Anthony Liguori > --- > target-i386/cpu.c | 22 ++ > 1 files changed, 22 insertions(+), 0 deletions(-) > > diff --git a/target-i386/cpu.c b/target-i386/cpu.c > index 6b9659f..b398439 100644 >

[Qemu-devel] [PATCH 6/7] target-i386: add implementation of query-cpudefs

2012-07-27 Thread Anthony Liguori
Signed-off-by: Anthony Liguori --- target-i386/cpu.c | 22 ++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/target-i386/cpu.c b/target-i386/cpu.c index 6b9659f..b398439 100644 --- a/target-i386/cpu.c +++ b/target-i386/cpu.c @@ -28,6 +28,7 @@ #include "qemu