mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-21 08:50:27 +00:00
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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user