commit | 27462695cde2a2208b1ff8074c2e917b8203590b | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Mon Jul 27 11:06:17 2015 +0300 |
committer | Michael S. Tsirkin <mst@redhat.com> | Mon Jul 27 18:11:53 2015 +0300 |
tree | f936457fe780757365ae084e9c24f386c1d9942d | |
parent | 09999a5f7fc8e3636feda4358a79a25a09467594 [diff] |
virtio-pci: fix memory MR cleanup for modern Each memory_region_add_subregion must be paired with memory_region_del_subregion. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>