Re: [Qemu-devel] [PATCH v3 0/8] More core code ENV_GET_CPU removals

2015-06-18 Thread Eduardo Habkost
On Thu, Jun 18, 2015 at 10:24:47AM -0700, Peter Crosthwaite wrote: > Hi All, > > I'm moving towards the goal of having no core code usages of ENV_GET_CPU. > This has two advantages: > > 1: It means we are closer to common-obj'ing core code like exec.c, cpus.c > and friends. > 2: Multi arch is eas

[Qemu-devel] [PATCH v3 0/8] More core code ENV_GET_CPU removals

2015-06-18 Thread Peter Crosthwaite
Hi All, I'm moving towards the goal of having no core code usages of ENV_GET_CPU. This has two advantages: 1: It means we are closer to common-obj'ing core code like exec.c, cpus.c and friends. 2: Multi arch is easier if ENV_GET_CPU() stays arch specific. It means I don't need those patches where