GUEST_MEMORY_SIZE
ret = posix_memalign(&guest_memory, 4096, GUEST_MEMORY_SIZE);
ram_map.len = GUEST_MEMORY_SIZE;