libvirt/src/xen
Osier Yang 0e629db3bf xen: Prevent updating device when attaching a device
When attaching a device that already exists, xend driver updates
the device with "device_configure", it causes problems (e.g. for
disk device, 'device_configure' only can be used to update device
like CDROM), on the other hand, we provide additional API
(virDomainUpdateDevice) to update device, this fix is to raise up
errors instead of updating the existed device which is not CDROM
device.

Changes from v1 to v2:
  - allow to update CDROM

* src/xen/xend_internal.c
2011-02-12 14:29:09 +08:00
..
block_stats.c deprecate fclose() and introduce VIR_{FORCE_}FCLOSE() 2010-11-16 21:13:29 -05:00
block_stats.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
sexpr.c Fix Xen SEXPR generation to properly quote strings containing () 2010-10-13 16:42:48 +01:00
sexpr.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
xen_driver.c sysinfo: define internal driver API 2011-02-08 19:25:30 -07:00
xen_driver.h xen-proxy: Remove it entirely and use libvirtd instead 2010-11-08 22:00:35 +01:00
xen_hypervisor.c Prefer C style comments over C++ ones 2011-01-29 00:59:45 +01:00
xen_hypervisor.h xen-proxy: Remove it entirely and use libvirtd instead 2010-11-08 22:00:35 +01:00
xen_inotify.c bye to close(), welcome to VIR_(FORCE_)CLOSE() 2010-11-09 15:48:48 -05:00
xen_inotify.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
xend_internal.c xen: Prevent updating device when attaching a device 2011-02-12 14:29:09 +08:00
xend_internal.h vcpu: improve support for setting xen vcpu counts 2010-10-19 10:07:02 -06:00
xm_internal.c Add VIR_DIV_UP to divide memory or storage request sizes with round up 2011-01-29 00:42:10 +01:00
xm_internal.h vcpu: improve support for setting xen vcpu counts 2010-10-19 10:07:02 -06:00
xs_internal.c Prefer C style comments over C++ ones 2011-01-29 00:59:45 +01:00
xs_internal.h maint: avoid space-tab 2010-12-21 13:21:25 -07:00