acrn-hypervisor/hypervisor/debug
Shiqing Gao 9d602208e5 hv: remove unused MACROs
MISRA-C states that redundant macros reduce the maintainability of code.

In some cases, we would like to keep the current unused macros for code
completeness, such as cpu registers. These macros might be used later.

This patch removes some unused macros that is not critical for code
completeness.

v1 -> v2:
 * Keep TRUSTY_VERSION in trusty.c.
   Yadong will cook another patch which will utilize TRUSTY_VERSION.

Tracked-On: #861
Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-09-18 09:43:43 +08:00
..
console.c hv:Replace vuart pointer with instance in structure vm 2018-08-27 09:49:12 +08:00
dump.c hv:treewide:fix multiple MISRAC violations 2018-09-13 11:12:29 +08:00
logmsg.c hv:treewide:fix multiple MISRAC violations 2018-09-13 11:12:29 +08:00
npk_log.c hv: treewide: fix 'Use of function like macro' 2018-09-11 10:49:48 +08:00
printf.c hv: treewide: fix 'Potential side effect problem in expression' 2018-08-08 10:50:06 +08:00
sbuf.c HV: Logical conjunction needs brackets 2018-08-14 09:53:32 +08:00
shell.c hv:Replace dynamic allocation with static memory for shell 2018-09-06 12:00:21 +08:00
shell_priv.h hv: remove unused MACROs 2018-09-18 09:43:43 +08:00
uart16550.c hv: pgtable: fix 'Use of function like macro' 2018-09-07 11:11:06 +08:00
uart16550.h hv:cleanup console/uart code 2018-08-02 11:25:40 +08:00
vuart.c hv:Replace vuart pointer with instance in structure vm 2018-08-27 09:49:12 +08:00