Re: QMP netdev_add multiple dnssearch values

2019-10-29 Thread Alex Kirillov
ot;str": "a"}, {"str": "b"}]. --  Alex Kirillov Yandex.Cloud

QMP netdev_add multiple dnssearch values

2019-10-17 Thread Alex Kirillov
h code and find out that `dnssearch` is passing to the `slirp_dnssearch` (net/slirp.c), but the only way to execute this function correctly is to pass simply string (like "example.org") to `dnssearch` OR to use command line options. What is the correct form of QMP command that I should use? P.S. Looks like fields `hostfwd` and `guestfwd` has the same issue. --  Alex Kirillov Yandex.Cloud