acrn-hypervisor/hypervisor/dm
Shuo A Liu 98c80d75b8 hv: dm: Use new virtual device management ioctls
IC_ADD_HV_VDEV		->	ACRN_IOCTL_CREATE_VDEV
IC_REMOVE_HV_VDEV	->	ACRN_IOCTL_DESTROY_VDEV
struct acrn_emul_dev	->	struct acrn_vdev

Also, move struct acrn_vdev to acrn_common.h as this structure is used
by both DM and HV.

Tracked-On: #6282
Signed-off-by: Shuo A Liu <shuo.a.liu@intel.com>
2021-07-15 11:53:54 +08:00
..
vpci hv: dm: Use new virtual device management ioctls 2021-07-15 11:53:54 +08:00
io_req.c hv: dm: Use new I/O request data structures 2021-07-15 11:53:54 +08:00
mmio_dev.c dm: Use new MMIO device passthrough management ioctls 2021-07-15 11:53:54 +08:00
vgpio.c dm: Use new MMIO device passthrough management ioctls 2021-07-15 11:53:54 +08:00
vioapic.c hv: dm: Use new I/O request data structures 2021-07-15 11:53:54 +08:00
vpic.c hv: dm: Use new I/O request data structures 2021-07-15 11:53:54 +08:00
vrtc.c hv: dm: Use new I/O request data structures 2021-07-15 11:53:54 +08:00
vuart.c hv: dm: Use new I/O request data structures 2021-07-15 11:53:54 +08:00