Re: [Qemu-devel] [RFC PATCH 21/34] arm: Rename all exceptions

2015-05-15 Thread Peter Crosthwaite
On Fri, May 15, 2015 at 6:36 AM, Richard Henderson wrote: > On 05/15/2015 03:59 AM, Andreas Färber wrote: >> I would prefer 1. independent of whether we rename them or not. We need >> a better distinction of internal vs. external for targets. > > +1. > Ok, Plan 1 wins. There is some devil in the

Re: [Qemu-devel] [RFC PATCH 21/34] arm: Rename all exceptions

2015-05-15 Thread Richard Henderson
On 05/15/2015 03:59 AM, Andreas Färber wrote: > I would prefer 1. independent of whether we rename them or not. We need > a better distinction of internal vs. external for targets. +1. r~

Re: [Qemu-devel] [RFC PATCH 21/34] arm: Rename all exceptions

2015-05-15 Thread Andreas Färber
Am 15.05.2015 um 07:43 schrieb Peter Crosthwaite: > On Sun, May 10, 2015 at 11:29 PM, Peter Crosthwaite > wrote: >> These are architecture specific, and via cpu.h visibile in common >> and global namespaces. Preface them with "ARMAR_" to avoid namespace >> collisions. Prepares support for multi-ar

Re: [Qemu-devel] [RFC PATCH 21/34] arm: Rename all exceptions

2015-05-14 Thread Peter Crosthwaite
On Sun, May 10, 2015 at 11:29 PM, Peter Crosthwaite wrote: > These are architecture specific, and via cpu.h visibile in common > and global namespaces. Preface them with "ARMAR_" to avoid namespace > collisions. Prepares support for multi-arch where multiple cpu.h's > can be included by device lan

[Qemu-devel] [RFC PATCH 21/34] arm: Rename all exceptions

2015-05-10 Thread Peter Crosthwaite
These are architecture specific, and via cpu.h visibile in common and global namespaces. Preface them with "ARMAR_" to avoid namespace collisions. Prepares support for multi-arch where multiple cpu.h's can be included by device land code and namespace issues happen with such generic names. Use pre