Re: [Qemu-devel] [PATCH v2 12/14] target-arm: Drop cpu_reset_model_id()

2012-04-20 Thread Peter Maydell
On 20 April 2012 17:14, Andreas Färber wrote: > Am 14.04.2012 18:42, schrieb Peter Maydell: >>  /* TODO Move contents into arm_cpu_reset() in cpu.c, >>   *      once cpu_reset_model_id() is eliminated, > > ...if you were to drop this comment line it would be cleaner. There is > no cpu_reset_model_

Re: [Qemu-devel] [PATCH v2 12/14] target-arm: Drop cpu_reset_model_id()

2012-04-20 Thread Andreas Färber
Am 14.04.2012 18:42, schrieb Peter Maydell: > cpu_reset_model_id() is now empty and we can remove it. > > Signed-off-by: Peter Maydell Acked-by: Andreas Färber However, ... > diff --git a/target-arm/helper.c b/target-arm/helper.c > index 5cbc7e0..653885a 100644 > --- a/target-arm/helper.c > +

[Qemu-devel] [PATCH v2 12/14] target-arm: Drop cpu_reset_model_id()

2012-04-14 Thread Peter Maydell
cpu_reset_model_id() is now empty and we can remove it. Signed-off-by: Peter Maydell --- target-arm/helper.c | 59 +-- 1 files changed, 1 insertions(+), 58 deletions(-) diff --git a/target-arm/helper.c b/target-arm/helper.c index 5cbc7e0..653885