]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
conf: use virDomainChrSourceDef to save server path
authorLuyao Huang <lhuang@redhat.com>
Wed, 17 Jun 2015 03:56:15 +0000 (11:56 +0800)
committerMartin Kletzander <mkletzan@redhat.com>
Wed, 8 Jul 2015 14:30:42 +0000 (16:30 +0200)
commit2c2655744afbdd033996548dfcdb6d178225f8fd
treefc15d7ca14f67ad8398a64e9c7be1a4c6a1ac9f8
parentffe96a15933edf726b66cdace02e2e0db6d41d30
conf: use virDomainChrSourceDef to save server path

As the backend of shmem server is a unix type chr device, save it in
virDomainChrSourceDef, so we can reuse the existing code for chr device.

Signed-off-by: Luyao Huang <lhuang@redhat.com>
src/conf/domain_conf.c
src/conf/domain_conf.h
src/qemu/qemu_command.c