DM: add vmm interface to get px data

The interface will be used to interact with VHM service via IOCTL.

Signed-off-by: Victor Sun <victor.sun@intel.com>
Acked-by: Kevin Tian <kevin.tian@intel.com>
This commit is contained in:
Victor Sun
2018-04-05 04:35:04 +08:00
committed by Jack Ren
parent ec1cbbb660
commit 263bdf6cf2
4 changed files with 46 additions and 0 deletions

View File

@@ -147,4 +147,7 @@ int vm_set_ptdev_intx_info(struct vmctx *ctx, uint16_t virt_bdf,
int vm_reset_ptdev_intx_info(struct vmctx *ctx, int virt_pin, bool pic_pin);
int vm_create_vcpu(struct vmctx *ctx, int vcpu_id);
int vm_get_cpu_state(struct vmctx *ctx, void *state_buf);
#endif /* _VMMAPI_H_ */