]> git.baikalelectronics.ru Git - kernel.git/commit
kvm: Force IOMMU remapping on memory slot read-only flag changes
authorAlex Williamson <alex.williamson@redhat.com>
Thu, 24 Jan 2013 22:04:03 +0000 (15:04 -0700)
committerGleb Natapov <gleb@redhat.com>
Sun, 27 Jan 2013 10:41:30 +0000 (12:41 +0200)
commit94f77d07b6e4e8faff04092984bea2022294cc8c
treed04346a75dbc7146769da4519354f3bd3303d5c0
parent0628dc75c2b96e0940e6419afe90c2dd220a089f
kvm: Force IOMMU remapping on memory slot read-only flag changes

Memory slot flags can be altered without changing other parameters of
the slot.  The read-only attribute is the only one the IOMMU cares
about, so generate an un-map, re-map when this occurs.  This also
avoid unnecessarily re-mapping the slot when no IOMMU visible changes
are made.

Reviewed-by: Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Gleb Natapov <gleb@redhat.com>
virt/kvm/kvm_main.c