Wanpeng Qian
Wanpeng Qian
Can't find any resource by google. Can I have an example?
Since ```vm _run``` run in background for every vm, is there any way to gethering vm performance data? such as CPU usage , IO usage etc. and output to a...
Currently I am writing a plugins for munin to monitor CPU usage of each vm. I have to get all vm information by running ```vm list``` by munin user And...
Most of OSs are populate network interface name by PCI/SLOT/FUNCTION, if attach extra pci-e device, such as attach a new storage contoller or pci passthru device, slot number of ethernet...
The upcoming patch, [D26209](https://reviews.freebsd.org/D26209), require passthrough device has an opts, which is `igd`. Currently vm-bhyve is unable to add any extra opts to the passthru config. This patch will enable...
As this patch [D26035 Refactor configuration management in bhyve](https://reviews.freebsd.org/D26035) bhyve will use new config file format in the near future. and command line config will be deprecated (command line config...
Currently we have a ```ahci_device_limit``` for limiting device per controller. but if you have following requirement, currently no way can fulfill it. 1. two ahci controllers for vm 2. first...
As descrip in issue #105 New switch code is missing setting priority to bridge. [code ref](https://github.com/churchers/vm-bhyve/commit/056b30d85eca14ff9f06abe7680a041a5ea665cc#diff-12d55c72049fea73ea69b1ca2f03d8cfR39)
change example.cpp pool size to 1024 ``` using namespace std; nThread::CThreadPool tp{1024}; queue que; ``` and running the test. get stuck as following output ``` add - thread 752 wait...
When I booking a new room. the Contact Details is blank. I think it should be filled with current account details by default. and user can change that manually. 