Skip to content

Commit a655b65

Browse files
huthMichael Tokarev
authored andcommitted
accel/kvm: Adjust the note about the minimum required kernel version
Since commit 126e7f7 ("kvm: require KVM_CAP_IOEVENTFD and KVM_CAP_IOEVENTFD_ANY_LENGTH") we require at least kernel 4.5 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 actively maintained anymore. Fixes: 126e7f7 ("kvm: require KVM_CAP_IOEVENTFD and KVM_CAP_IOEVENTFD_ANY_LENGTH") Signed-off-by: Thomas Huth <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Reviewed-by: Michael Tokarev <[email protected]> Signed-off-by: Michael Tokarev <[email protected]> (cherry picked from commit f180e367fce44b336105a11a62edf9610b6b2a06)
1 parent c49db93 commit a655b65

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

accel/kvm/kvm-all.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2556,8 +2556,7 @@ static int kvm_init(MachineState *ms)
25562556
{
25572557
MachineClass *mc = MACHINE_GET_CLASS(ms);
25582558
static const char upgrade_note[] =
2559-
"Please upgrade to at least kernel 2.6.29 or recent kvm-kmod\n"
2560-
"(see http://sourceforge.net/projects/kvm).\n";
2559+
"Please upgrade to at least kernel 4.5.\n";
25612560
const struct {
25622561
const char *name;
25632562
int num;

0 commit comments

Comments
 (0)