17
0
Files
cloud-hypervisor/cloud-hypervisor.changes
Richard Rahl c1b350e602 - Update to version 50.0:
* Configurable Nested Virtualization Option on x86_64
  * Compression Support for QCOW2
  * Notable Performance Improvements
  * Live Disk Resizing Support for Raw Images
  * Improved File-level Locking Support
  * Logging Improvements
  * Fix several issues around CPUID in the guest
  * Fix snapshot/restore for Windows Guest
  * Respect queue size in block performance tests
  * Fix several Serial Manager issues
  * Fix several seccomp violation issues
  * Fix various issues around block and qcow
  * Fix live migration (and snapshot/restore) with AMX state

OBS-URL: https://build.opensuse.org/package/show/Virtualization/cloud-hypervisor?expand=0&rev=18
2025-12-20 03:00:21 +00:00

125 lines
4.8 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-------------------------------------------------------------------
Fri Dec 19 11:23:48 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
- Update to version 50.0:
* Configurable Nested Virtualization Option on x86_64
* Compression Support for QCOW2
* Notable Performance Improvements
* Live Disk Resizing Support for Raw Images
* Improved File-level Locking Support
* Logging Improvements
* Fix several issues around CPUID in the guest
* Fix snapshot/restore for Windows Guest
* Respect queue size in block performance tests
* Fix several Serial Manager issues
* Fix several seccomp violation issues
* Fix various issues around block and qcow
* Fix live migration (and snapshot/restore) with AMX state
-------------------------------------------------------------------
Mon Nov 10 14:52:17 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
- Update to verison 49.0:
* MSHV Support Improvements
* Logging Improvements
* Removed Default IP and Mask for virtio-net Devices
* Prevent crash on malformed vsock connect requests
* Drop the VFIO container when no VFIO devices are active
* Gracefully close preserved file descriptors on hot device removal
* Fix race condition in pauseresume cycles
* Add NetConfig offload parameters to the OpenAPI spec file
* Fix seccomp filter violation from the http-server thread
-------------------------------------------------------------------
Tue Sep 16 09:48:19 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
- update to version 48.0:
* Experimental fw_cfg Device Support
* Experimental ivshmem Device Support
* Firmware Boot Support on riscv64
* Increased vCPU Limit on x86_64/kvm
* Improved Block Performance with Small Block Sizes
* Faster VM Pause Operation
* Updated Documentation on Windows Guest Support
* Policy on AI Generated Code
* Removed SGX Support
* Seccomp filter fixes with glibc v2.42
-------------------------------------------------------------------
Wed Jul 23 11:22:46 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
- update to version 47.0:
DEPRECATION:
* A default IP (192.168.249.1) and mask (255.255.255.0) are
currently assigned to the virtio-net device if no value is
specified by users
FEATURES/BUG FIXES:
* Block Device Error Reporting to the Guest
* Nice Error Messages on Exit
* Alphabetically Sorted CLI Options for ch-remote
* Error out early when block device serial is too long
* Fix partial commands being discarded for virtio-vsock
* Disable the broken interrupt support for the rtc_pl031 device to
prevent spurious guest interrupts
-------------------------------------------------------------------
Sat May 24 10:24:13 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
- update to 46.0:
* File-level Locking Support with --disk
* Improved Error Reporting with VM Resizing
* IPv6 Address Support with --net
* Deprecated SGX Support
* Remove path as required for DiskConfig from the OpenAPI spec file
* Properly parse PCI capabilities
* Reprogram PCI device BAR when its MSE bit is set
* Update IOMMU mappings of MMIO regions with BAR reprogram for VFIO
devices
* Avoid resizing VMs to zero vCPUs
* Fix extended topology enumeration leaf exposed to the guest
-------------------------------------------------------------------
Sun Mar 30 11:37:05 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
- update to 45.0:
* Experimental `riscv64` Architecture Support (direct kernel booting
only)
* Alphabetically Sorted CLI Options
* Improved Downtime of VM Live Migration
* Fix seccomp filters related to http-api thread
* Handle cross-page access in the emulator for mshv
- enable riscv64 builds
-------------------------------------------------------------------
Tue Feb 4 22:13:14 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
- update to 44.0:
* Configurable virtio-iommu Address Width
* Notable Performance Improvements
* New Fuzzers
* Fix short read and short write that impact QCOW and VHDX support
* Various bug fixes on VHDX support
-------------------------------------------------------------------
Fri Dec 20 02:30:23 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
- update to 43.0:
* Live Migration over TCP Connections
* Notable Performance Improvements
* Cloud Hypervisor now accepts VFIO devices that use I/O PCI BARs
on non x86-64
* Command line groups were adjusted to ensure that at least one payload
parameter was provided
- remove unsafe-device-attr.patch, as upstream carries this commit
- enable unit-tests
-------------------------------------------------------------------
Wed Dec 11 23:27:05 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
- restrict building only for arches which are supported
-------------------------------------------------------------------
Thu Oct 24 05:43:03 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
- initial packaging