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
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 ++---