• D
    Wire up internal entry points for virDomainAbortJob API · 0d8aa35f
    Daniel P. Berrange 提交于
    This provides the internal glue for the driver API
    
    * src/driver.h: Internal API contract
    * src/libvirt.c, src/libvirt_public.syms: Connect public API
      to driver API
    * src/esx/esx_driver.c, src/lxc/lxc_driver.c, src/opennebula/one_driver.c,
      src/openvz/openvz_driver.c, src/phyp/phyp_driver.c,
      src/qemu/qemu_driver.c, src/remote/remote_driver.c,
      src/test/test_driver.c src/uml/uml_driver.c, src/vbox/vbox_tmpl.c,
      src/xen/xen_driver.c: Stub out entry points
    0d8aa35f
test_driver.c 149.0 KB