summaryrefslogtreecommitdiff
path: root/kvm_x86host.h
diff options
context:
space:
mode:
authormax <max@maxpad.(none)>2011-02-14 18:32:59 +0100
committermax <max@maxpad.(none)>2011-02-14 18:32:59 +0100
commit88a3d9a8bd0234f138c498a33bfb57178f21c110 (patch)
tree8b06826d93d5fad55012beaa53c943af6348c887 /kvm_x86host.h
parent8f1477fdb3dcb7a9dd4c508210bb7a7d2e4f0c13 (diff)
downloadillumos-kvm-88a3d9a8bd0234f138c498a33bfb57178f21c110.tar.gz
Minor fixes, but not working yet...
Diffstat (limited to 'kvm_x86host.h')
-rw-r--r--kvm_x86host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kvm_x86host.h b/kvm_x86host.h
index bbbff31..dab0002 100644
--- a/kvm_x86host.h
+++ b/kvm_x86host.h
@@ -507,7 +507,7 @@ struct kvm_arch {
/*
* Hash table of struct kvm_mmu_page.
*/
- list_t active_mmu_pages;
+ list_t active_mmu_pages; /* list of all kvm_mmu_page */
list_t assigned_dev_head;
struct iommu_domain *iommu_domain;
int iommu_flags;