Skip to content

Releases: Wenzel/kvmi

v0.4.0

28 Sep 11:14
Compare
Choose a tag to compare

2021-09-28, Version v0.4.0

Commits

  • [37adb0603c] (cargo-release) version 0.4.0 (Mathieu Tarral)
  • [a5da9cdeea] Merge pull request #49 from Wenzel/remove_libkvmi_unwrap (Mathieu Tarral)
  • [4c9de16ce9] examples: fix mem-dump to handle create_kvmi() error (Mathieu Tarral)
  • [dda8a2fbf8] removes unwraps in libkvmi loading (Mathieu Tarral)

Stats

 Cargo.toml           |  2 +-
 examples/mem-dump.rs |  6 +++--
 src/errors.rs        |  3 ++-
 src/lib.rs           |  4 +--
 src/libkvmi.rs       | 64 ++++++++++++++++++++++++-----------------------------
 5 files changed, 39 insertions(+), 40 deletions(-)

v0.3.0

23 Feb 23:00
Compare
Choose a tag to compare

2021-02-23, Version v0.3.0

Commits

  • [68b91634b2] (cargo-release) version 0.3.0 (Mathieu Tarral)
  • [77e6fcaa1e] Merge pull request #48 from Wenzel/fix_clippy (Mathieu Tarral)
  • [20abecba3d] ci: remove cache from build step to avoid messing with clippy (Mathieu Tarral)
  • [c082e588d3] ci: fix cache key name (Mathieu Tarral)
  • [cd519ee962] ci: rust is already installed (Mathieu Tarral)
  • [69e80fbef3] ci: rustfmt is already installed (Mathieu Tarral)
  • [2fed5ffe0a] ci: replace build step by clippy (Mathieu Tarral)
  • [3068b442fc] README: remove libkvmi v6 (Mathieu Tarral)

Stats

 .github/workflows/ci.yml | 52 +++++++------------------------------------------
 Cargo.toml               |  2 +-
 README.md                |  2 +-
 3 files changed, 10 insertions(+), 46 deletions(-)

v0.2.4

19 Feb 10:28
Compare
Choose a tag to compare

2021-02-19, Version v0.2.4

Commits

  • [f3a9d99903] (cargo-release) version 0.2.4 (Mathieu Tarral)
  • [6da196cc7f] Merge pull request #47 from Wenzel/debian_fix_libc6 (Mathieu Tarral)
  • [7698c95055] examples: remove debug output (Mathieu Tarral)
  • [cefd112dde] cargo: fix libc6 dependency for debian package (Mathieu Tarral)

Stats

 Cargo.toml           | 4 +++-
 examples/mem-dump.rs | 3 ---
 2 files changed, 3 insertions(+), 4 deletions(-)

v0.2.3

19 Feb 09:55
Compare
Choose a tag to compare

2021-02-19, Version v0.2.3

Commits

  • [437b554e2e] (cargo-release) version 0.2.3 (Mathieu Tarral)
  • [e81b99de8a] Merge pull request #46 from Wenzel/debian_package (Mathieu Tarral)
  • [57218c9d57] ci: crate release and publish debian package (Mathieu Tarral)
  • [e4bbb4f013] ci: generate debian package with examples (Mathieu Tarral)
  • [e7798bdbef] Merge pull request #45 from Wenzel/add_mem_dump_example (Mathieu Tarral)
  • [b9bfbbfe1e] add mem-dump example (Mathieu Tarral)
  • [381fe6fcdf] add get_maximum_paddr (Mathieu Tarral)
  • [b083b6c5d5] add resume to KVMiIntrospectable trait (Mathieu Tarral)

Stats

 .github/workflows/ci.yml | 142 +++++++++++++++++++++++++++++++++++++++++++++++-
 Cargo.toml               |  16 ++++-
 examples/mem-dump.rs     | 131 ++++++++++++++++++++++++++++++++++++++++++++-
 src/constants.rs         |   2 +-
 src/errors.rs            |  16 +++++-
 src/lib.rs               |  46 ++++++++++++++++-
 6 files changed, 351 insertions(+), 2 deletions(-)