OSDN Git Service

KVM: MMU: Pass pte dirty flag to set_pte() instead of calculating it on-site
authorAvi Kivity <avi@qumranet.com>
Sun, 9 Dec 2007 15:32:30 +0000 (17:32 +0200)
committerAvi Kivity <avi@qumranet.com>
Wed, 30 Jan 2008 15:53:20 +0000 (17:53 +0200)
commite3f955042219a595b1c3208e12c20860f23f72fb
treef6ff71fa2026625bc0223ecb04ffaff67cb91008
parentb4ab019ce71efe30790b5aaa396549a16bb20608
KVM: MMU: Pass pte dirty flag to set_pte() instead of calculating it on-site

This allows us to remove its dependency on pt_element_t.

Signed-off-by: Avi Kivity <avi@qumranet.com>
drivers/kvm/paging_tmpl.h