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 > Not for 1.7 of course. > > This will help make sure it's only used for MRs.