hv: remove dynamic memory allocation APIs

This patch removes dynamic memory allocation APIs, including:
- calloc
- malloc
- free

The corresponding data structures, MACROs, and Kconfig items
are also removed.

v1 -> v2: no change

Tracked-On: #861
Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
This commit is contained in:
Shiqing Gao
2019-05-09 13:30:11 +08:00
committed by ACRN System Integration
parent 773889bb65
commit dbb41575e7
4 changed files with 0 additions and 285 deletions

View File

@@ -10,7 +10,6 @@
#include <host_pm.h>
#include <io.h>
#include <spinlock.h>
#include <mem_mgt.h>
#include "pci.h"
#include "vtd.h"
#include "acpi_priv.h"