mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-22 09:17:58 +00:00
hv: rename is_completion_polling to is_polling_ioreq
is_polling_ioreq is more straightforward. Rename it. Tracked-On: #4329 Signed-off-by: Shuo A Liu <shuo.a.liu@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -67,7 +67,7 @@ struct vm_sw_info {
|
||||
/* HVA to IO shared page */
|
||||
void *io_shared_page;
|
||||
/* If enable IO completion polling mode */
|
||||
bool is_completion_polling;
|
||||
bool is_polling_ioreq;
|
||||
};
|
||||
|
||||
struct vm_pm_info {
|
||||
|
Reference in New Issue
Block a user