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:
Shuo A Liu
2020-01-07 14:30:00 +08:00
committed by wenlingz
parent e4f5c1ef48
commit db708fc3e8
4 changed files with 4 additions and 4 deletions

View File

@@ -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 {