Xen Test Framework
include
xen
hvm
hvm_op.h
Go to the documentation of this file.
1
/*
2
* Xen public hvmop interface
3
*/
4
5
#ifndef XEN_PUBLIC_HVM_HVM_OP_H
6
#define XEN_PUBLIC_HVM_HVM_OP_H
7
8
/* Get/set subcommands: extra argument == pointer to xen_hvm_param struct. */
9
#define HVMOP_set_param 0
10
#define HVMOP_get_param 1
11
struct
xen_hvm_param
{
12
domid_t
domid
;
13
uint32_t
index
;
14
uint64_t
value
;
15
};
16
typedef
struct
xen_hvm_param
xen_hvm_param_t
;
17
18
#endif
/* XEN_PUBLIC_HVM_HVM_OP_H */
19
20
/*
21
* Local variables:
22
* mode: C
23
* c-file-style: "BSD"
24
* c-basic-offset: 4
25
* tab-width: 4
26
* indent-tabs-mode: nil
27
* End:
28
*/
uint32_t
__UINT32_TYPE__ uint32_t
Definition:
stdint.h:16
uint64_t
__UINT64_TYPE__ uint64_t
Definition:
stdint.h:17
xen_hvm_param
Definition:
hvm_op.h:11
xen_hvm_param::domid
domid_t domid
Definition:
hvm_op.h:12
xen_hvm_param::value
uint64_t value
Definition:
hvm_op.h:14
xen_hvm_param::index
uint32_t index
Definition:
hvm_op.h:13
domid_t
uint16_t domid_t
Definition:
xen.h:66
Generated by
1.9.4