]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/qemu-xen.git/commit
char: fix parameter name / type in BSD codepath
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 11 Feb 2016 12:18:57 +0000 (15:18 +0300)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 11 Feb 2016 16:16:17 +0000 (16:16 +0000)
commitebb64f27a08c7d53227f206051e43ce5edae2274
treef1fa91af608ebb010745c7c1acc6af51be9988d2
parentf16368459957603b8b3efa83353cc7e13ab6abd3
char: fix parameter name / type in BSD codepath

The BSD impl of qemu_chr_open_pp_fd had mis-declared
its parameter type as ChardevBackend instead of
ChardevCommon. It had also mistakenly used the variable
name 'common' instead of 'backend'.

Tested-by: Sean Bruno <sbruno@freebsd.org>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
qemu-char.c