mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-22 11:22:26 +00:00
Before porting over to OptionParser add a unit test to validate the current memory parsing code. This showed up a bug where the "size=" was always required. Temporarily resolve this by assigning the string a default value which will later be replaced when the code is refactored. Signed-off-by: Rob Bradford <robert.bradford@intel.com>