~ressu/+junk/xen-debian

« back to all changes in this revision

Viewing changes to xen/include/xen/time.h

  • Committer: sami at haahtinen
  • Author(s): Bastian Blank
  • Date: 2011-03-17 14:12:45 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: sami@haahtinen.name-20110317141245-owgqox0l0p3g5857
Tags: 4.1.0~rc6-1
* New upstream release candidate.
* Build documentation using pdflatex.
* Use python 2.6. (closes: #596545)
* Fix lintian override.
* Install new tools: xl, xenpaging.
* Enable blktap2.
  - Use own md5 implementation.
  - Fix includes.
  - Fix linking of blktap2 binaries.
  - Remove optimization setting.
* Temporarily disable hvmloader, wants to download ipxe.
* Remove xenstored pid check from xl.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
#include <xen/types.h>
12
12
#include <public/xen.h>
13
 
#include <asm/time.h>
14
13
 
15
14
extern int init_xen_time(void);
16
15
extern void cstate_restore_tsc(void);
18
17
extern unsigned long cpu_khz;
19
18
 
20
19
struct domain;
 
20
struct vcpu;
21
21
 
22
22
/*
23
23
 * System Time
63
63
 
64
64
void domain_set_time_offset(struct domain *d, int32_t time_offset_seconds);
65
65
 
 
66
#include <asm/time.h>
 
67
 
66
68
#endif /* __XEN_TIME_H__ */
67
69
 
68
70
/*