Skip to content

Commit 1634ee6

Browse files
ning-yangrbradford
authored andcommitted
README: fix cmd for run with cloud hypervisor
Find the cmd is broken after following the steps in README. Signed-off-by: Ning Yang <[email protected]>
1 parent b1e25cf commit 1634ee6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ $ pushd $CLOUDH
6262
$ sudo setcap cap_net_admin+ep ./cloud-hypervisor/target/release/cloud-hypervisor
6363
$ ./cloud-hypervisor/target/release/cloud-hypervisor \
6464
--kernel ./target/target/release/hypervisor-fw \
65-
--disk ./clear-29160-kvm.img \
66-
--cpus 4 \
67-
--memory 512 \
65+
--disk path=./clear-29160-kvm.img \
66+
--cpus boot=4 \
67+
--memory size=512M \
6868
--net "tap=,mac=,ip=,mask=" \
6969
--rng
7070
$ popd

0 commit comments

Comments
 (0)