[Qemu-devel] [PATCH 2/2] Drop cpu_list_id macro

2012-08-10 Thread Peter Maydell
Since the only user of the extended cpu_list_id() format was the x86 ?model/?dump/?cpuid output, we can drop it completely. Signed-off-by: Peter Maydell --- cpus.c|6 ++ linux-user/main.c |6 ++ target-i386/cpu.c |4 ++-- target-i386/cpu.h |4 ++-- 4 files cha

Re: [Qemu-devel] [PATCH 2/2] Drop cpu_list_id macro

2012-08-10 Thread Eduardo Habkost
On Fri, Aug 10, 2012 at 03:35:18PM +0100, Peter Maydell wrote: > Since the only user of the extended cpu_list_id() format > was the x86 ?model/?dump/?cpuid output, we can drop it > completely. > > Signed-off-by: Peter Maydell Reviewed-by: Eduardo Habkost > --- > cpus.c|6 ++---