On 8 July 2015 at 10:46, Igor Mammedov <imamm...@redhat.com> wrote: > extends memory_region_add_subregion() by adding Error** > argument to allow t fail and return a error from it. > > Signed-off-by: Igor Mammedov <imamm...@redhat.com> > 156 files changed, 619 insertions(+), 420 deletions(-)
This is a seriously invasive API change and I don't really like it -- reconfiguring the memory region hierarchy should not be an operation which can fail (especially not just adding a subregion!) -- PMM