]> xenbits.xensource.com Git - libvirt.git/commit
conf: Add unix socket support to virChrdevOpen
authorJohn Eckersberg <jeckersb@redhat.com>
Wed, 2 Jan 2013 15:38:53 +0000 (10:38 -0500)
committerEric Blake <eblake@redhat.com>
Sat, 5 Jan 2013 01:07:11 +0000 (18:07 -0700)
commit66a0664974b6200b9184ea6b4ca9d816f6924f8c
tree3c881aaf3254d653aaebaef96a0f095d81451184
parent3c971c675a10eebb51a83609905d57f4fcd75ea4
conf: Add unix socket support to virChrdevOpen

This also changes the function signature to take a
virDomainChrSourceDefPtr instead of just a path, since it needs to
differentiate behavior based on source->type.
src/conf/virchrdev.c
src/conf/virchrdev.h
src/qemu/qemu_driver.c