hv: rename the ACRN_DBG_XXX

Refine this MACRO 'ACRN_DBG_XXX' to 'DBG_LEVEL_XXX'

Tracked-On: #4348
Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>
This commit is contained in:
Yonghua Huang
2020-01-09 16:14:23 +08:00
committed by wenlingz
parent 03f5c639a0
commit b90862921e
23 changed files with 227 additions and 230 deletions

View File

@@ -17,8 +17,8 @@
* @brief public APIs for virtual IRQ
*/
#define ACRN_DBG_PTIRQ 6U
#define ACRN_DBG_IRQ 6U
#define DBG_LEVEL_PTIRQ 6U
#define DBG_LEVEL_IRQ 6U
/* vectors range for dynamic allocation, usually for devices */
#define VECTOR_DYNAMIC_START 0x20U