commit | 3067714cf59bd4a6dbf788b709485bc62c1ff845 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Sun Oct 28 18:48:59 2007 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Wed Jan 30 17:52:57 2008 +0200 |
tree | 4cdfba475258886666150e638568e6ad5e8c0e2f | |
parent | c7e75a3db4ecd952e7a5562cea1b27007bf0c01c [diff] |
KVM: Move page fault processing to common code The code that dispatches the page fault and emulates if we failed to map is duplicated across vmx and svm. Merge it to simplify further bugfixing. Signed-off-by: Avi Kivity <avi@qumranet.com>