libvirt/src/xen
Eric Blake 460ca88b98 libvirt: introduce domainCreateWithFlags API
Persistent domain creation needs the same features as transient
domains, but virDomainCreate lacks the flags argument present in
virDomainCreateXML.  virDomainCreateFlags is already claimed as
a public enum, so we have to break convention and expose
virDomainCreateWithFlags.

* include/libvirt/libvirt.h.in (virDomainCreateWithFlags): Add.
* src/driver.h (virDrvDomainCreateWithFlags): Internal API.
* src/libvirt.c (virDomainCreateWithFlags): Glue public API to
driver API.
* src/libvirt_public.syms (LIBVIRT_0.8.2): Expose public API.
* src/esx/esx_driver.c (esxDriver): Add stub for driver.
* src/lxc/lxc_driver.c (lxcDriver): Likewise.
* src/opennebula/one_driver.c (oneDriver): Likewise.
* src/openvz/openvz_driver.c (openvzDriver): Likewise.
* src/phyp/phyp_driver.c (phypDriver): Likewise.
* src/qemu/qemu_driver.c (qemuDriver): Likewise.
* src/remote/remote_driver.c (remote_driver): Likewise.
* src/test/test_driver.c (testDriver): Likewise.
* src/uml/uml_driver.c (umlDriver): Likewise.
* src/vbox/vbox_tmpl.c (Driver): Likewise.
* src/xen/xen_driver.c (xenUnifiedDriver): Likewise.
* src/xenapi/xenapi_driver.c (xenapiDriver): Likewise.
2010-06-15 07:32:41 -06:00
..
block_stats.c build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
block_stats.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
proxy_internal.c maint: mark translatable string args of VIR_ERROR0 2010-05-20 21:36:25 +02:00
proxy_internal.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
sexpr.c build: consistently use C99 varargs macros 2010-03-08 13:32:27 +01:00
sexpr.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
xen_driver.c libvirt: introduce domainCreateWithFlags API 2010-06-15 07:32:41 -06:00
xen_driver.h Implement virDomainUpdateDeviceFlags API in all drivers with media change 2010-03-26 14:17:34 +00:00
xen_hypervisor.c xen: Remove virConnectPtr from virXenError/virXenErrorFunc 2010-04-06 01:45:47 +02:00
xen_hypervisor.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
xen_inotify.c xen: Remove virConnectPtr from virXenInotifyError 2010-04-06 01:46:42 +02:00
xen_inotify.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
xend_internal.c virDomainCreateXML: support new flag 2010-06-08 15:35:55 -06:00
xend_internal.h xen: Remove unused function 2010-05-27 14:16:47 -04:00
xm_internal.c xenXMDomainDefineXML: remove dead store and useless/leaky virGetDomain 2010-04-07 21:49:15 +02:00
xm_internal.h maint: make Red Hat copyright notices consistent 2010-03-18 16:48:05 +01:00
xs_internal.c xen: Remove virConnectPtr from virXenStoreError 2010-04-06 01:46:02 +02:00
xs_internal.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00