]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
qemu: Make virtType of type virDomainVirtType
authorShivangi Dhir <shivangi.dhir.02@gmail.com>
Thu, 17 Sep 2015 08:46:56 +0000 (14:16 +0530)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 25 Sep 2015 19:34:09 +0000 (15:34 -0400)
commit7383b8cc068f0e9fd77ca25c6737cd90dbf1c967
tree8378bbc06345a372c75c193460c3bdcde065ffa0
parent62569e45ea060b44e8cae0984c40966559690dfd
qemu: Make virtType of type virDomainVirtType

Earlier virtType was of type int. After, introducing the enum VIR_DOMAIN_VIRT_NONE,
the type of virtType is modified to virDomainVirtType.
src/conf/domain_conf.h
src/qemu/qemu_monitor.c
src/qemu/qemu_monitor.h
src/qemu/qemu_monitor_json.c
src/qemu/qemu_monitor_json.h
src/qemu/qemu_monitor_text.c
src/qemu/qemu_monitor_text.h
tests/qemumonitorjsontest.c