[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2 08/17] accel: Move KVM accel registration to
From: |
Paolo Bonzini |
Subject: |
Re: [Qemu-devel] [PATCH v2 08/17] accel: Move KVM accel registration to kvm-all.c |
Date: |
Fri, 26 Sep 2014 17:03:33 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1 |
Il 29/08/2014 22:31, Eduardo Habkost ha scritto:
> Note that this has an user-visible side-effect: instead of reporting
> "KVM is not supported for this target", QEMU binaries not supporting KVM
> will report "kvm accelerator does not exist".
"does not exist" perhaps is a bit too strong. Perhaps change the
message to "not found"?
Paolo