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

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

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 ehabk...@redhat.com writes: On Fri, Jul 27, 2012 at 08:37:18AM -0500, Anthony Liguori wrote: Signed-off-by: Anthony Liguori aligu...@us.ibm.com --- target-i386/cpu.c | 22 ++ 1

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

2012-08-10 Thread Anthony Liguori
Eduardo Habkost ehabk...@redhat.com writes: On Fri, Aug 10, 2012 at 09:43:21AM -0500, Anthony Liguori wrote: Eduardo Habkost ehabk...@redhat.com writes: On Fri, Jul 27, 2012 at 08:37:18AM -0500, Anthony Liguori wrote: Signed-off-by: Anthony Liguori aligu...@us.ibm.com ---

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 ehabk...@redhat.com writes: On Fri, Aug 10, 2012 at 09:43:21AM -0500, Anthony Liguori wrote: Eduardo Habkost ehabk...@redhat.com writes: On Fri, Jul 27, 2012 at 08:37:18AM -0500, Anthony Liguori wrote:

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

2012-08-10 Thread Anthony Liguori
Eduardo Habkost ehabk...@redhat.com writes: On Fri, Aug 10, 2012 at 11:37:30AM -0500, Anthony Liguori wrote: Eduardo Habkost ehabk...@redhat.com 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

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 ehabk...@redhat.com writes: On Fri, Aug 10, 2012 at 11:37:30AM -0500, Anthony Liguori wrote: Eduardo Habkost ehabk...@redhat.com writes: - add machine-type-specific cpudef compatibility changes? I

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 aligu...@us.ibm.com --- 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

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

2012-07-27 Thread Anthony Liguori
Signed-off-by: Anthony Liguori aligu...@us.ibm.com --- 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