[Qemu-devel] [PATCH 2/4] linux-user: specify the cpu model during configure

2013-09-06 Thread Laurent Vivier
From: Laurent Vivier This patch allows to set the default cpu model for a given architecture, for instance: configure --target-list=m68k-linux-user --m68k-default-cpu=m68040 Signed-off-by: Laurent Vivier --- configure | 9 + 1 file changed, 9 insertions(+) diff --git a/configure b/c

[Qemu-devel] [PATCH 2/4] linux-user: specify the cpu model during configure

2012-01-22 Thread Laurent Vivier
From: Laurent Vivier This patch allows to set the default cpu model for a given architecture, for instance: ./configure --target-list=m68k-linux-user,arm-linux-user \ --m68k-default-cpu=m68040 --arm-default-cpu=sa1100 Signed-off-by: Laurent Vivier --- configure |9

[Qemu-devel] [PATCH 2/4] linux-user: specify the cpu model during configure

2011-09-18 Thread Laurent Vivier
From: Laurent Vivier This patch allows to set the default cpu model for a given architecture, for instance: configure --target-list=m68k-linux-user --m68k-default-cpu=m68040 Signed-off-by: Laurent Vivier --- configure |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff -

[Qemu-devel] [PATCH 2/4] linux-user: specify the cpu model during configure

2011-07-28 Thread Laurent Vivier
This patch allows to set the default cpu model for a given architecture, for instance: configure --target-list=m68k-linux-user --m68k-default-cpu=m68040 Signed-off-by: Laurent Vivier --- configure |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/configure b/conf