README: change the binary name from kvm to lkvm since commit ad3efb18 has already done it. Signed-off-by: Wanlong Gao <gaowanlong@xxxxxxxxxxxxxx> --- tools/kvm/README | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/kvm/README b/tools/kvm/README index c262995..d626b77 100644 --- a/tools/kvm/README +++ b/tools/kvm/README @@ -73,11 +73,11 @@ linux-0.2.img.bz2 5. And finally, launch the hypervisor: - ./kvm run --disk linux-0.2.img \ + ./lkvm run --disk linux-0.2.img \ --kernel ../../arch/x86/boot/bzImage \ or - sudo ./kvm run --disk linux-0.2.img \ + sudo ./lkvm run --disk linux-0.2.img \ --kernel ../../arch/x86/boot/bzImage \ --network virtio -- 1.7.8 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html