Re: [Qemu-devel] [PATCH] target-arm: make smc behave as a nop

2014-02-11 Thread Rob Herring
On Tue, Feb 11, 2014 at 5:29 PM, Peter Maydell wrote: > On 11 February 2014 23:19, Rob Herring wrote: >> From: Rob Herring >> >> Several platforms make smc calls for things such as PL310 cache setup. >> In these cases, making smc a nop rather than an illegal instruction >> is sufficient for qemu

Re: [Qemu-devel] [PATCH] target-arm: make smc behave as a nop

2014-02-11 Thread Peter Maydell
On 11 February 2014 23:19, Rob Herring wrote: > From: Rob Herring > > Several platforms make smc calls for things such as PL310 cache setup. > In these cases, making smc a nop rather than an illegal instruction > is sufficient for qemu to work. I can't remember if we've had this discussion befor

[Qemu-devel] [PATCH] target-arm: make smc behave as a nop

2014-02-11 Thread Rob Herring
From: Rob Herring Several platforms make smc calls for things such as PL310 cache setup. In these cases, making smc a nop rather than an illegal instruction is sufficient for qemu to work. Signed-off-by: Rob Herring --- target-arm/translate.c | 20 +++- 1 file changed, 11 inser