github rust-vmm/vm-memory v0.13.0
vm-memory-v0.13.0

latest releases: v0.15.0, v0.14.1, v0.14.0...
12 months ago

Changelog

[v0.13.0]

Added

  • [#247] Add ReadVolatile and
    WriteVolatile traits which are equivalents of Read/Write with volatile
    access semantics.

Changed

  • [#247] Deprecate
    Bytes::{read_from, read_exact_from, write_to, write_all_to}. Instead use
    ReadVolatile/WriteVolatile, which do not incur the performance penalty
    of copying to hypervisor memory due to Read/Write being incompatible
    with volatile semantics (see also #217).

Don't miss a new vm-memory release

NewReleases is sending notifications on new releases.