On Sun, May 24, 2015 at 11:22:22PM -0700, Peter Crosthwaite wrote: > All of the core-code usages of this API have the cpu pointer handy so > pass it in. There are only 3 architecture specific usages (2 of which > are commented out) which can just use ENV_GET_CPU locally to get the > cpu pointer. The reduces core code usage of the CPU env, which brings > us closer to common-obj'ing these core files. > > Cc: Riku Voipio <riku.voi...@iki.fi> > Cc: Eduardo Habkost <ehabk...@redhat.com> > Cc: Paolo Bonzini <pbonz...@redhat.com> > Signed-off-by: Peter Crosthwaite <crosthwaite.pe...@gmail.com>
Reviewed-by: Eduardo Habkost <ehabk...@redhat.com> Acked-by: Eduardo Habkost <ehabk...@redhat.com> -- Eduardo