
10 Jun
2016
10 Jun
'16
10:55 a.m.
On Thu, Jun 09, 2016 at 17:02:41 +0200, Michal Privoznik wrote:
We have the code for attaching redirdevs for ages now. Unfortunately, our monitor code that handles talking to the qemu process was missing a little piece of code that actually enabled the feature.
BTW: it really is called "type" on the monitor, even though it's called "name" on the cmd line. Don't ask.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- src/qemu/qemu_monitor_json.c | 7 +++++++ tests/qemumonitorjsontest.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-)
ACK