cloud-hypervisor/vmm
Ravi kumar Veeramally 895dc12a74 vmm: Replace Debug with Display rendering in HTTP error message
Bumping anyhow crate from 1.0.75 to 1.0.79 will cause seccomp
failures through integration tests. Newly added backtrace support
relies on readlink and many other syscalls.

Issue noticed with test_api_http_pause_resume test, where second time
of VM PAUSE or VM RESUME prints error and causes panic.
Noticed that panic message in a thread which is not allowed to write
output triggered the issue.

So implementing Display trait for HttpError and ApiError enums to avoid
adding many syscalls to seccomp filter section.

Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@intel.com>
2024-01-23 12:44:21 +00:00
..
src vmm: Replace Debug with Display rendering in HTTP error message 2024-01-23 12:44:21 +00:00
Cargo.toml vmm: use RateLimiterGroup for virtio-blk devices 2024-01-03 10:21:06 -08:00