mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-07 04:07:21 +00:00
Previously, the API response was always written to stdout, but that may not be appropriate for all clients. The client can now control this behaviour as the client API returns the response in the `Result`. Fixes: #4703. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>