Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6b1ed908 authored by Gerd Hoffmann's avatar Gerd Hoffmann Committed by Avi Kivity
Browse files

KVM: Remove now unused structs from kvm_para.h



The kvm_* structs are obsoleted by the pvclock_* ones.
Now all users have been switched over and the old structs
can be dropped.

Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
Signed-off-by: default avatarAvi Kivity <avi@qumranet.com>
parent f6e16d5a
Loading
Loading
Loading
Loading
+0 −18
Original line number Original line Diff line number Diff line
@@ -48,24 +48,6 @@ struct kvm_mmu_op_release_pt {
#ifdef __KERNEL__
#ifdef __KERNEL__
#include <asm/processor.h>
#include <asm/processor.h>


/* xen binary-compatible interface. See xen headers for details */
struct kvm_vcpu_time_info {
	uint32_t version;
	uint32_t pad0;
	uint64_t tsc_timestamp;
	uint64_t system_time;
	uint32_t tsc_to_system_mul;
	int8_t   tsc_shift;
	int8_t	 pad[3];
} __attribute__((__packed__)); /* 32 bytes */

struct kvm_wall_clock {
	uint32_t wc_version;
	uint32_t wc_sec;
	uint32_t wc_nsec;
} __attribute__((__packed__));


extern void kvmclock_init(void);
extern void kvmclock_init(void);