mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-24 14:14:52 +00:00
Some names of functions and variables are long and not exact, this patch is used to change them, no logic code are affected. The changing included: usb_data_xfer -> usb_xfer usb_data_xfer_block -> usb_block usb_xfer_blk_stat -> usb_block_stat usb_data_xfer_append -> usb_block_append USB_XFER_BLK_* -> USB_BLOCK_* Tracked-On: #3628 Signed-off-by: Xiaoguang Wu <xiaoguang.wu@intel.com> Acked-by: Yu Wang <yu1.wang@intel.com>
ACRN Device Model ################# Introduction ============ The ACRN Device Model provides **device sharing** capabilities between the Service OS and Guest OSs. It is a component that is used in conjunction with the `ACRN Hypervisor`_ and this is installed within the Service OS. You can find out more about Project ACRN on the `Project ACRN documentation`_ website. .. _`ACRN Hypervisor`: https://github.com/projectacrn/acrn-hypervisor .. _`Project ACRN documentation`: https://projectacrn.github.io/