This repository was archived by the owner on May 22, 2026. It is now read-only.
vmm-sys-util-v0.8.0
v0.8.0
- Added set_check_for_hangup() to PollContext.
- Added writable()/has_error()/raw_events() to PollEvent.
- Derived Copy/Clone for PollWatchingEvents.
- Fixed the implementation of
write_zeroesto useFALLOC_FL_ZERO_RANGE
instead ofFALLOC_FL_PUNCH_HOLE. - Added
write_all_zeroestoWriteZeroes, which callswrite_zeroesin a
loop until the requested length is met. - Added a new trait,
WriteZeroesAt, which allows giving the offset in file
instead of using the current cursor. - Removed
max_eventsfromEpoll::waitwhich removes possible undefined
behavior. - [#104]: Fixed FAM
structPartialEqimplementation. - [#85]: Fixed FAM struct
Cloneimplementation. - [#99]: Validate the
maximum capacity when initializing FAM Struct.