rename 'req_buf' field in 'struct vm_sw_info'

- rename it to 'io_shared_page' to keep consistent
   with ACRN HDL foils.

 - update related code that reference this data structure.

Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>
This commit is contained in:
Yonghua Huang
2018-05-07 19:19:02 +08:00
committed by Jack Ren
parent bf0d79b69d
commit 121d14a616
5 changed files with 17 additions and 16 deletions

View File

@@ -76,8 +76,8 @@ struct vm_sw_info {
struct sw_kernel_info kernel_info;
/* Additional information specific to Linux guests */
struct sw_linux linux_info;
/* HVA to guest OS's request buffer */
void *req_buf;
/* HVA to IO shared page */
void *io_shared_page;
};
struct vm_pm_info {