commit | ce2ac085ff1500aad157cabd8221b7c38eb751bd | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Mon Mar 01 15:34:39 2010 +0100 |
committer | Avi Kivity <avi@redhat.com> | Mon May 17 12:15:15 2010 +0300 |
tree | 1058629ddd4dcdfe268b007d3c83bde8423e83a3 | |
parent | 0d6b35378e80c555e20ca3aa3d3cc609b403cbb6 [diff] |
KVM; SVM: Add correct handling of nested iopm This patch adds the correct handling of the nested io permission bitmap. Old behavior was to not lookup the port in the iopm but only reinject an io intercept to the guest. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>