Yu Yihuang
Yu Yihuang
Hello @luckyh @YongxueHong, this is the initial version. I only moved qemu command line generation out from `create`, to avoid breaking the previous usage. Actually, my whole idea is: `vm.create(vm.define...
Hello @luckyh @YongxueHong, I think this patch is ready, please help to review it, thanks.
Hello @luckyh @YongxueHong, I only added a modification that separates migration related parameters from `def start`, as those parameters are not from params, so I have no idea integrate `add_incoming`...
With the latest update, the nettype "user" test passed in the CI check, you can check: ``` -netdev user,id=idXp6FUP,hostfwd=tcp::5285-:22 \ ``` And we can focus on other nettype usage. @luckyh...
Draft the patch as the dependent one is still waiting for review.
Hello @YongxueHong @yanglei-rh @qcheng-redhat, could you help review? Thanks.
Hello @YongxueHong, could you take a look?
I want to point out 1 thing, the file `qdevices.py` only has 1 `def _cmdline_raw` method, so it can handle all kinds of devices, currently it has **5** `def _cmdline_json`...
Hello @vivianQizhu @yanan-fu @yiqianwei, would you help review? Thanks in advance.
> Hello @vivianQizhu @yanan-fu @yiqianwei, would you help review? Thanks in advance. Hey, any comments?