Files
acrn-hypervisor/hypervisor/arch/x86/guest
Yuan Liu 8a34cf03ca hv: add new hypercalls to create and destroy an emulated device in hypervisor
Add HC_CREATE_VDEV and HC_DESTROY_VDEV two hypercalls that are used to
create and destroy an emulated device(PCI device or legacy device) in hypervisor

v3: 1) change HC_CREATE_DEVICE and HC_DESTROY_DEVICE to HC_CREATE_VDEV
       and HC_DESTROY_VDEV
    2) refine code style

v4: 1) remove unnecessary parameter
    2) add VM state check for HC_CREATE_VDEV and HC_DESTROY hypercalls

Tracked-On: #4853

Reviewed-by: Wang, Yu1 <yu1.wang@intel.com>
Signed-off-by: Yuan Liu <yuan1.liu@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2020-08-28 16:53:12 +08:00
..
2020-01-14 10:21:23 +08:00
2020-06-19 16:13:20 +08:00
2020-07-23 20:15:57 +08:00
2019-07-19 16:47:06 +08:00
2020-08-26 14:55:24 +08:00
2020-06-18 14:05:56 +08:00
2019-05-07 09:10:13 +08:00
2020-02-25 09:08:14 +08:00