commit | b1ce5b79aec8d8cd8bcd076d8cce8bc3cd690051 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <jroedel@suse.de> | Wed Sep 23 19:16:01 2015 +0200 |
committer | Joerg Roedel <jroedel@suse.de> | Mon Oct 05 17:39:21 2015 +0200 |
tree | c99b6079b7ee1b209b6f4ba96e20b5d87346866e | |
parent | d66ce54b4664a0d66429a4de996741581d71cf90 [diff] |
iommu/vt-d: Create RMRR mappings in newly allocated domains Currently the RMRR entries are created only at boot time. This means they will vanish when the domain allocated at boot time is destroyed. This patch makes sure that also newly allocated domains will get RMRR mappings. Signed-off-by: Joerg Roedel <jroedel@suse.de>