[PATCH 02/39] KVM: remove unused field from the assigned dev struct

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Avi Kivity
Date: Thursday, September 25, 2008 - 4:54 am

From: Ben-Ami Yassour <benami@il.ibm.com>

Remove unused field: struct kvm_assigned_pci_dev assigned_dev
from struct: struct kvm_assigned_dev_kernel

Signed-off-by: Ben-Ami Yassour <benami@il.ibm.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
---
 include/asm-x86/kvm_host.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/include/asm-x86/kvm_host.h b/include/asm-x86/kvm_host.h
index fb7d7b7..1161af1 100644
--- a/include/asm-x86/kvm_host.h
+++ b/include/asm-x86/kvm_host.h
@@ -341,7 +341,6 @@ struct kvm_assigned_dev_kernel {
 	struct kvm_irq_ack_notifier ack_notifier;
 	struct work_struct interrupt_work;
 	struct list_head list;
-	struct kvm_assigned_pci_dev assigned_dev;
 	int assigned_dev_id;
 	int host_busnr;
 	int host_devfn;
-- 
1.6.0.1

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 02/39] KVM: remove unused field from the assigned d ..., Avi Kivity, (Thu Sep 25, 4:54 am)
[PATCH 06/39] KVM: fix i8259 reset irq acking, Avi Kivity, (Thu Sep 25, 4:54 am)
[PATCH 13/39] KVM: SVM: Fix typo, Avi Kivity, (Thu Sep 25, 4:54 am)
[PATCH 19/39] KVM: Load real mode segments correctly, Avi Kivity, (Thu Sep 25, 4:54 am)
[PATCH 26/39] KVM: MMU: Add generic shadow walker, Avi Kivity, (Thu Sep 25, 4:54 am)
[PATCH 37/39] KVM: add MC5_MISC msr read support, Avi Kivity, (Thu Sep 25, 4:55 am)