misc: Remove tailing whitespaces from release notes and cargo.toml

Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
Bo Chen 2023-02-23 12:35:29 -08:00 committed by Bo Chen
parent 191e865261
commit 2593b67864
2 changed files with 8 additions and 8 deletions

View File

@ -12,7 +12,7 @@ homepage = "https://github.com/cloud-hypervisor/cloud-hypervisor"
# Keep in sync with version in .github/workflows/build.yaml # Keep in sync with version in .github/workflows/build.yaml
# Policy on MSRV (see #4318): # Policy on MSRV (see #4318):
# Can only be bumped by: # Can only be bumped by:
# a.) A dependency requires it, # a.) A dependency requires it,
# b.) If we want to use a new feature and that MSRV is at least 6 months old, # b.) If we want to use a new feature and that MSRV is at least 6 months old,
# c.) There is a security issue that is addressed by the toolchain update. # c.) There is a security issue that is addressed by the toolchain update.
rust-version = "1.62" rust-version = "1.62"

View File

@ -406,7 +406,7 @@ different firmware options and to recommend the use of pre-built binaries.
newer Linux kernels (#4744) newer Linux kernels (#4744)
* Error on reboot from race to close TAP devices (#4871) * Error on reboot from race to close TAP devices (#4871)
* Non-spec compliant virtio-block read-only support (#4888) * Non-spec compliant virtio-block read-only support (#4888)
### Removals ### Removals
The following functionality has been removed: The following functionality has been removed:
@ -414,7 +414,7 @@ The following functionality has been removed:
* Support for non-PVH firmware booting has been removed (#4511) * Support for non-PVH firmware booting has been removed (#4511)
* I/O ports used for older versions of firmware have been removed (#3926) * I/O ports used for older versions of firmware have been removed (#3926)
* Deprecated API options for kernel/cmdline/initramfs have been removed (#4737) * Deprecated API options for kernel/cmdline/initramfs have been removed (#4737)
### Contributors ### Contributors
Many thanks to everyone who has contributed to our release: Many thanks to everyone who has contributed to our release:
@ -921,7 +921,7 @@ Many thanks to everyone who has contributed to our release:
* Sebastien Boeuf <sebastien.boeuf@intel.com> * Sebastien Boeuf <sebastien.boeuf@intel.com>
* Wei Liu <liuwe@microsoft.com> * Wei Liu <liuwe@microsoft.com>
* Ziye Yang <ziye.yang@intel.com> * Ziye Yang <ziye.yang@intel.com>
# v20.2 # v20.2
This is a bug fix release. The following issues have been addressed: This is a bug fix release. The following issues have been addressed:
@ -1020,7 +1020,7 @@ significant improvements in the boot time of the guest.
### Improved TDX support ### Improved TDX support
When using the latest TDVF firmware the ACPI tables created by the VMM are now When using the latest TDVF firmware the ACPI tables created by the VMM are now
exposed via the firmware to the guest. exposed via the firmware to the guest.
### Live migration enhancements ### Live migration enhancements
@ -1107,7 +1107,7 @@ tree.
### Power button support on AArch64 ### Power button support on AArch64
Use of the ACPI power button (e.g `ch-remote --api-socket=<API socket> power-button`) Use of the ACPI power button (e.g `ch-remote --api-socket=<API socket> power-button`)
is now supported when running on AArch64. is now supported when running on AArch64.
### Notable bug fixes ### Notable bug fixes
@ -1519,7 +1519,7 @@ Highlights for `cloud-hypervisor` version 0.11.0 include:
### `io_uring` support by default for `virtio-block` ### `io_uring` support by default for `virtio-block`
Provided that the host OS supports it (Linux kernel 5.8+) then `io_uring` will Provided that the host OS supports it (Linux kernel 5.8+) then `io_uring` will
be used for a significantly higher performance block device. be used for a significantly higher performance block device.
### Windows Guest Support ### Windows Guest Support
@ -1693,7 +1693,7 @@ A new abstraction has been introduced, in the form of a `hypervisor` crate so as
Multiple improvements have been made to the VM snapshot/restore support that was added in the last release. This includes persisting more vCPU state and in particular preserving the guest paravirtualized clock in order to avoid vCPU hangs inside the guest when running with multiple vCPUs. Multiple improvements have been made to the VM snapshot/restore support that was added in the last release. This includes persisting more vCPU state and in particular preserving the guest paravirtualized clock in order to avoid vCPU hangs inside the guest when running with multiple vCPUs.
### Virtio Memory Ballooning Support ### Virtio Memory Ballooning Support
A `virtio-balloon` device has been added, controlled through the `resize` control, which allows the reclamation of host memory by resizing a memory balloon inside the guest. A `virtio-balloon` device has been added, controlled through the `resize` control, which allows the reclamation of host memory by resizing a memory balloon inside the guest.
### Enhancements to ARM64 Support ### Enhancements to ARM64 Support