kvm tools: remove redundancy between kvm_config and kvm

Remove some redundant members between struct kvm_config and struct kvm
since options are now contained within struct kvm.

Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
This commit is contained in:
Sasha Levin
2012-09-05 10:31:39 +02:00
committed by Will Deacon
parent 476213387c
commit 809f088b1d
4 changed files with 2 additions and 7 deletions
+1 -1
View File
@@ -134,4 +134,4 @@ int rtc__exit(struct kvm *kvm)
ioport__unregister(0x0071);
return 0;
}
}