Il 08/07/2013 11:48, Andreas Färber ha scritto: >> > - hot-unplug patches not included, as suggested by Vasilis, since >> > hot-unplug has some more complications with refcounting memory regions. > This should hopefully be addressed with yesterday's merge of Paolo's > MemoryRegion refactoring.
Not entirely because address_space_translate does not yet ref/unref the region, but that's easy enough to add (it is in my rcu branch on github). But the ownership infrastructure is indeed in master now. Paolo