Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98427
b: refs/heads/master
c: 6b1ed90
h: refs/heads/master
i:
  98425: 20e3ced
  98423: fd65a86
v: v3
  • Loading branch information
Gerd Hoffmann authored and Avi Kivity committed Jun 24, 2008
1 parent e83900b commit 06dc241
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f6e16d5ad463d15f285666f588cfe49495c692d9
refs/heads/master: 6b1ed9086592fd4b066daae222751bb6757ca5eb
18 changes: 0 additions & 18 deletions trunk/include/asm-x86/kvm_para.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,24 +48,6 @@ struct kvm_mmu_op_release_pt {
#ifdef __KERNEL__
#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);


Expand Down

0 comments on commit 06dc241

Please sign in to comment.