Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
memory: abort if a memory region is destroyed during a transaction
Destroying a memory region is illegal within a transaction, as until the transaction is committed, the memory core may hold references to the region. Add an assert to check for violations of this rule. Signed-off-by: Avi Kivity <avi@redhat.com>
- Loading branch information