On 02/06/2015 11:44, Peter Crosthwaite wrote: > On Mon, Jun 1, 2015 at 12:56 AM, Paolo Bonzini <pbonz...@redhat.com> wrote: >> >> >> On 31/05/2015 08:11, Peter Crosthwaite wrote: >>> Move the architecture agnostic function prototypes for exec.c out of >>> cputlb.h to exec-all.h. This allows hiding of the arch specific >>> cputlb.h from exec.c which should be getting close to having no >>> architecture specifics. Prepares support for multi-arch, which will have >>> a minimal cpu.h that services exec.c but not cputlb.h. >>> >>> Signed-off-by: Peter Crosthwaite <crosthwaite.pe...@gmail.com> >> >> Since you are at it, tlb_protect_code/tlb_unprotect_code can also be >> moved to this new header (and to translate-common.c). > > Just a follow up patch? There is RB from Richard so would like to keep > it self contained. I can put this extra on the end of the "header" > series which I will split off from this series as the next non-RFC > component.
Sure. Paolo