From 88a3d9a8bd0234f138c498a33bfb57178f21c110 Mon Sep 17 00:00:00 2001 From: max Date: Mon, 14 Feb 2011 18:32:59 +0100 Subject: Minor fixes, but not working yet... --- kvm_x86host.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kvm_x86host.h') 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; -- cgit v1.2.3