mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
virtio-mem: Return reize error in MemEpollHandler.run
Return resize error in MemEpollHandler.run. Fixes: #1081 Signed-off-by: Hui Zhu <teawater@antfin.com>
This commit is contained in:
@@ -187,4 +187,5 @@ pub enum Error {
|
||||
VhostUserUpdateMemory(vhost_user::Error),
|
||||
EventfdError(io::Error),
|
||||
SetShmRegionsNotSupported,
|
||||
EpollHander(String),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user