[go: nahoru, domu]

Skip to content

Releases: containers/libkrun

libkrun-1.9.4

23 Jul 13:42
@slp slp
Compare
Choose a tag to compare

What's Changed

  • virtiofs: fallocate: should enlarge but not shrink the file by @djs55 in #203
  • Remove contention on the Gic by @dgageot in #202
  • Update kbs-types dependency to 0.7.0 by @slp in #210

New Contributors

Full Changelog: v1.9.3...v1.9.4

libkrun-1.9.3

24 Jun 11:19
@slp slp
Compare
Choose a tag to compare

What's Changed

  • gpu: use resource_map() for mapping BOs by @slp in #192
  • hvf: support ARM PSCI SYSTEM_OFF by @djs55 in #196
  • edk2: update KRUN_EFI binary by @slp in #197
  • virtio/fs: translate raw errors in server.rs by @slp in #198
  • console: avoid using the raw ioctl for TIOCGWINSZ by @slp in #199
  • vmm: Fix the nomodule kernel parameter by @dm0- in #200
  • Bump version to 1.9.3 by @slp in #201

New Contributors

Full Changelog: v1.9.2...v1.9.3

libkrun-1.9.2

04 Jun 14:58
@slp slp
Compare
Choose a tag to compare

What's Changed

  • rutabaga: cross_domain: Fix EINTR handling by @asahilina in #194
  • Update kvm-bindings and kvm-ioctls deps by @slp in #195

Full Changelog: v1.9.1...v1.9.2

libkrun-1.9.1

03 Jun 15:40
@slp slp
Compare
Choose a tag to compare

What's Changed

  • Add SMBIOS OEM Strings support (aarch64 only) by @germag in #187
  • builder: only enable TSI if there are no netdevs by @slp in #188
  • init: tell the kernel to reap our children for us by @slp in #190
  • virtio/fs: Fix corrupted dirents due to trailing garbage by @asahilina in #191
  • Bump version to 1.9.1 by @slp in #193

New Contributors

Full Changelog: v1.9.0...v1.9.1

libkrun-1.9.0

17 May 21:45
@slp slp
Compare
Choose a tag to compare

What's Changed

  • console: send a resize event on PORT_READY by @slp in #179
  • Fix another batch of new clippy warnings by @slp in #182
  • Fix constness when taking an array of string pointers by @teohhanhui in #181
  • Fix new lints in Rust 1.78 by @teohhanhui in #184
  • Use the correct documentation comment style recognized by clang by @teohhanhui in #183
  • virtio/snd: import virtio-snd from vhost-user-sound by @slp in #186

New Contributors

Full Changelog: v1.8.1...v1.9.0

libkrun-1.8.1

27 Feb 11:16
@slp slp
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v1.8.1

libkrun-1.8.0

23 Feb 00:27
@slp slp
Compare
Choose a tag to compare

What's Changed

  • Implement stdin/stdout/stderr redirection support using multiport virtio-console by @mtjhrc in #157
  • devices/legacy: import PL011 for aarch64 by @slp in #158
  • init: accept arguments from the "args" Field by @slp in #159
  • Fix various minor issues on macOS and add a CI workflow for this OS by @slp in #160
  • Add Matej Hrica (mtjhrc) to CODEOWNERS by @slp in #162
  • Implement an EFI flavor by @slp in #161
  • Implement krun_add_vsock_port() and UnixProxy for guest communication with host UNIX sockets. by @tylerfanelli in #164
  • Implement the infrastructure to support sending shut down signals to the guest by @slp in #163
  • lib: allow having multiple virtio-fs devices by @slp in #166
  • devices/net: allow configuring a custom MAC by @slp in #167
  • Import SECURITY_CTX support from virtiofsd by @slp in #165
  • Makefile: fix EFI library naming by @slp in #170
  • virtio/net: implement gvproxy backend by @slp in #169
  • macos/eventfd: ignore EAGAIN on write by @slp in #171
  • Import rutabaga_gfx+virtio_gpu from crosvm by @slp in #144
  • devices/vsock/unix: implement update_peer_credit by @slp in #172
  • devices/console: implement an empty port input by @slp in #173
  • Extend virtio-gpu to support Venus on macOS by @slp in #174
  • libkrun: Extend API to redirect console to file by @slp in #175
  • virtio/fs/macos: overhaul to use macos inodes by @slp in #176

Full Changelog: v1.7.2...v1.8.0

libkrun-1.7.2

24 Dec 16:32
@slp slp
Compare
Choose a tag to compare

What's Changed

  • Fix aarch64 build by adapting to changes in kvm-ioctl by @slp in #155

Full Changelog: v1.7.1...v1.7.2

libkrun-1.7.1

24 Dec 09:19
@slp slp
Compare
Choose a tag to compare

What's Changed

  • Update kbs-types version to 0.5 and release 1.7.1 by @slp in #154

Full Changelog: v1.7.0...v1.7.1

libkrun-1.7.0

23 Dec 18:31
@slp slp
Compare
Choose a tag to compare

What's Changed

  • SNP Attestation by @tylerfanelli in #108
  • Read TEE config from the end of the block device by @slp in #127
  • De-vendorize kbs-types by @slp in #126
  • Remove libfdt dependency by @arkkors in #133
  • init: place SEV behind build-time conditional by @slp in #135
  • devices/fs: fix reading the end of init.krun by @slp in #138
  • init: don't build init.c on SEV flavor by @slp in #140
  • Prepare to support libkrunfw 4.x by @slp in #141
  • init: Report an error when execution of the user binary fails by @mtjhrc in #143
  • virtio-net implementation using passt by @mtjhrc in #142
  • Make krun_set_vm_config use the same argument type for num_vcpus as C… by @mtjhrc in #146
  • Update sev crate to 1.2.0 by @tylerfanelli in #148
  • virtio net bugfixes and performance improvement by @mtjhrc in #149
  • Makefile: De-couple KBS init sources from SEV-SNP by @tylerfanelli in #152
  • Update rust-vmm deps and bump version for upcoming release by @slp in #153

New Contributors

Full Changelog: v1.5.1...v1.7.0