jipeng
jipeng
环境 ``` Ubuntu desktop 22.04,已开启KVM qemu 7.0.0 rustc 1.67.1-nightly Intel(R) Core(TM) i7-3520M CPU @ 2.90GHz, 已启用 VT-x ``` 执行 `make run` 输出如下: ``` SeaBIOS (version rel-1.16.0-0-gd239552ce722-prebuilt.qemu.org) iPXE (http://ipxe.org) 00:02.0 CA00...
在启动 hypervisor 开启 vmx 时遇到一个问题如下: 根据图中的错误提示,找到 rvm/src/arch/x86_64/vmx/mod.rs 文件中的第 88 行 ```rust if !vmx_basic.io_exit_info { return rvm_err!(Unsupported); } ``` 目前并不需要这个 feature ,所以可以去掉该项检查,接下来就可以正常启动 hypervisor。
This is solve [#714](https://github.com/vmware/open-vm-tools/issues/714)
### Describe the bug It's not strictly a bug. In file `open-vm-tools/lib/wiper/wiperPosix.c` there is the following function: ```c Bool WiperPartition_Open(WiperPartition_List *pl, Bool shrinkableOnly) { MNTHANDLE fp; DECLARE_MNTINFO(mnt); Bool rc =...