- sw_64: Added sw64 architecture related updates - virtio-crypto: verify src&dst buffer length for sym request - vhost-vdpa: do not cleanup the vdpa/vhost-net structures if peer nic is present - qga: Fix suspend on Linux guests without systemd - tests: vhost-user-test: release mutex on protocol violation - qapi: support updating expected test output via make - block: Fix misleading hexadecimal format - block/rbd: fix write zeroes with growing images - block/nbd.c: Fixed IO request coroutine not being wakeup when kill NBD server - block/nfs: Fix 32-bit Windows build - qapi/qdev: Tidy up device_add documentation - hw/xen/xen_pt: fix uninitialized variable - migration/ram: Fix error handling in ram_write_tracking_start() - docs/about/build-platforms: Refine the distro support policy - xen-block: Avoid leaks on new error path - QGA VSS: Add wrapper to send log to debugger and stderr - chardev/char-socket: set s->listener = NULL in char_socket_finalize - qapi/block: Tidy up block-latency-histogram-set documentation - disas/riscv Fix ctzw disassemble - vfio: Fix vfio_get_dev_region() trace event - migration/ram: Fix populate_read_range() - Check and report for incomplete 'global' option format Signed-off-by: Jiabo Feng <fengjiabo1@huawei.com>
41 lines
1.8 KiB
Diff
41 lines
1.8 KiB
Diff
From 97db7448bb28e42fae5acb3eb556cfa03a11e0a8 Mon Sep 17 00:00:00 2001
|
|
From: xiaowanghe <xiaowanghe_yewu@cmss.chinamobile.com>
|
|
Date: Wed, 2 Aug 2023 00:02:08 -0700
|
|
Subject: [PATCH] docs/about/build-platforms: Refine the distro support policy
|
|
|
|
cherry picked from commit 270629024df1f9f4e704ce8325f958858c5cbff7
|
|
|
|
For long-term distributions that release a new version only very
|
|
seldom, we limit the support to five years after the initial release.
|
|
Otherwise, we might need to support distros like openSUSE 15 for
|
|
up to 7 or even more years in total due to our "two more years
|
|
after the next major release" rule, which is just way too much to
|
|
handle in a project like QEMU that only has limited human resources.
|
|
|
|
Message-Id: <20230223193257.1068205-1-thuth@redhat.com>
|
|
Reviewed-by: Markus Armbruster <armbru@redhat.com>
|
|
Signed-off-by: Thomas Huth <thuth@redhat.com>
|
|
|
|
Signed-off-by: Wanghe Xiao <xiaowanghe_yewu@cmss.chinamobile.com>
|
|
---
|
|
docs/about/build-platforms.rst | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/docs/about/build-platforms.rst b/docs/about/build-platforms.rst
|
|
index c29a4b8fe6..d893a2be1c 100644
|
|
--- a/docs/about/build-platforms.rst
|
|
+++ b/docs/about/build-platforms.rst
|
|
@@ -67,7 +67,8 @@ Non-supported architectures may be removed in the future following the
|
|
Linux OS, macOS, FreeBSD, NetBSD, OpenBSD
|
|
-----------------------------------------
|
|
|
|
-The project aims to support the most recent major version at all times. Support
|
|
+The project aims to support the most recent major version at all times for
|
|
+up to five years after its initial release. Support
|
|
for the previous major version will be dropped 2 years after the new major
|
|
version is released or when the vendor itself drops support, whichever comes
|
|
first. In this context, third-party efforts to extend the lifetime of a distro
|
|
--
|
|
2.41.0.windows.1
|
|
|