]> xenbits.xensource.com Git - libvirt.git/commit
esx: Add stubs for secondary driver types
authorMatthias Bolte <matthias.bolte@googlemail.com>
Fri, 15 Jan 2010 15:01:02 +0000 (16:01 +0100)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Mon, 18 Jan 2010 00:15:11 +0000 (01:15 +0100)
commitd6c40aaec8fc7460d579b5d0ac7e5db4dfad3861
tree87d77212f02b8e62ef95adf539cf5aec714640fc
parent9bca7a7e2ebb6bd659f479f49f8cbc99e99650a9
esx: Add stubs for secondary driver types

This stops libvirt from probing for a libvirtd on the ESX server and
sets the base for the implementation of the secondary drivers.
14 files changed:
src/Makefile.am
src/esx/esx_device_monitor.c [new file with mode: 0644]
src/esx/esx_device_monitor.h [new file with mode: 0644]
src/esx/esx_driver.c
src/esx/esx_driver.h
src/esx/esx_interface_driver.c [new file with mode: 0644]
src/esx/esx_interface_driver.h [new file with mode: 0644]
src/esx/esx_network_driver.c [new file with mode: 0644]
src/esx/esx_network_driver.h [new file with mode: 0644]
src/esx/esx_private.h [new file with mode: 0644]
src/esx/esx_secret_driver.c [new file with mode: 0644]
src/esx/esx_secret_driver.h [new file with mode: 0644]
src/esx/esx_storage_driver.c [new file with mode: 0644]
src/esx/esx_storage_driver.h [new file with mode: 0644]