From a528ec8f2eaa13cbe0fc9e638b9f413d421a31bd Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Wed, 28 Apr 2021 15:39:56 +0100 Subject: [PATCH] README.md: Update rust-hypervisor-firmware version Version 0.3.1 supports booting with stock groovy and hirsut. Signed-off-by: Rob Bradford --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27efd079b..d81ccd7c6 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ We need to get the latest `rust-hypervisor-firmware` release and also a working $ pushd $CLOUDH $ wget https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img $ qemu-img convert -p -f qcow2 -O raw focal-server-cloudimg-amd64.img focal-server-cloudimg-amd64.raw -$ wget https://github.com/cloud-hypervisor/rust-hypervisor-firmware/releases/download/0.3.0/hypervisor-fw +$ wget https://github.com/cloud-hypervisor/rust-hypervisor-firmware/releases/download/0.3.1/hypervisor-fw $ popd ```