commit | 4d9976bbdc09e08b69fc12fee2042c3528187b32 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Thu Feb 07 13:47:42 2008 +0100 |
committer | Avi Kivity <avi@qumranet.com> | Sun Apr 27 11:53:20 2008 +0300 |
tree | 908e6d3b59a3854d9a3db88b4d47817fee9b8517 | |
parent | 1855267210e1a8c9d41fe3a3c7a0d42eca5fb7cd [diff] |
KVM: MMU: make the __nonpaging_map function generic The mapping function for the nonpaging case in the softmmu does basically the same as required for Nested Paging. Make this function generic so it can be used for both. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Avi Kivity <avi@qumranet.com>