Re: [PATCH] accel/kvm: Adjust the note about the minimum required kernel version

2025-07-03 Thread Michael Tokarev
On 02.07.2025 09:03, Thomas Huth wrote: From: Thomas Huth Since commit 126e7f78036 ("kvm: require KVM_CAP_IOEVENTFD and KVM_CAP_IOEVENTFD_ANY_LENGTH") we require at least kernel 4.4 to be able to use KVM. Adjust the upgrade_note accordingly. While we're at it, remove the text about kvm-kmod and

Re: [PATCH] accel/kvm: Adjust the note about the minimum required kernel version

2025-07-02 Thread Thomas Huth
On 02/07/2025 08.42, Zhao Liu wrote: On Wed, Jul 02, 2025 at 08:03:19AM +0200, Thomas Huth wrote: Date: Wed, 2 Jul 2025 08:03:19 +0200 From: Thomas Huth Subject: [PATCH] accel/kvm: Adjust the note about the minimum required kernel version From: Thomas Huth Since commit 126e7f78036 (&quo

Re: [PATCH] accel/kvm: Adjust the note about the minimum required kernel version

2025-07-01 Thread Philippe Mathieu-Daudé
On 2/7/25 08:42, Zhao Liu wrote: On Wed, Jul 02, 2025 at 08:03:19AM +0200, Thomas Huth wrote: Date: Wed, 2 Jul 2025 08:03:19 +0200 From: Thomas Huth Subject: [PATCH] accel/kvm: Adjust the note about the minimum required kernel version From: Thomas Huth Since commit 126e7f78036 (&quo

Re: [PATCH] accel/kvm: Adjust the note about the minimum required kernel version

2025-07-01 Thread Zhao Liu
On Wed, Jul 02, 2025 at 08:03:19AM +0200, Thomas Huth wrote: > Date: Wed, 2 Jul 2025 08:03:19 +0200 > From: Thomas Huth > Subject: [PATCH] accel/kvm: Adjust the note about the minimum required > kernel version > > From: Thomas Huth > > Since commit 12

[PATCH] accel/kvm: Adjust the note about the minimum required kernel version

2025-07-01 Thread Thomas Huth
From: Thomas Huth Since commit 126e7f78036 ("kvm: require KVM_CAP_IOEVENTFD and KVM_CAP_IOEVENTFD_ANY_LENGTH") we require at least kernel 4.4 to be able to use KVM. Adjust the upgrade_note accordingly. While we're at it, remove the text about kvm-kmod and the SourceForge URL since this is not act