On Thu, Nov 07, 2013 at 02:49:06PM +0100, Paolo Bonzini wrote: > Il 07/11/2013 13:04, Michael S. Tsirkin ha scritto: > >> > (it follows from this that using the #define anywhere > >> > except in a memory_region_init() call is probably a bug) > >> > > >> > -- PMM > > > > BTW how about we change the API to pass in int128? > > The vast majority of memory regions have small sizes, it would add > boilerplate to wrap the size with an int128_make64 everywhere. > > Paolo
Well let's have two APIs for 64 bit and for 128 bit. > > Not for 1.7 of course. > > > > This will help make sure it's only used for MRs.