]> git.ipfire.org Git - thirdparty/libvirt.git/commit
* include/libvirt.h include/libvirt.h.in doc/*: added new entry point
authorDaniel Veillard <veillard@redhat.com>
Thu, 13 Apr 2006 17:18:49 +0000 (17:18 +0000)
committerDaniel Veillard <veillard@redhat.com>
Thu, 13 Apr 2006 17:18:49 +0000 (17:18 +0000)
commite081236077fc986db3664081f7e8d1140c7db44b
tree9f7e6ca411d0eee67bed41a7a23e13f64f851017
parentcb8f47047b64e0d0ca8ed2d7a855b2bb29908007
* include/libvirt.h include/libvirt.h.in doc/*: added new entry point
  virDomainSetMemory to set up the target memory use for a domain
* src/driver.h src/libvirt.c src/xen_internal.c src/xend_internal.[ch]
  src/xs_internal.[ch]: added a new entry point in the drivers for this,
  also fixed the xen store entry, as changing
  /local/domain/$$/memory/target affects the target memory not the max,
  apparently max is not visible at the xenstore level (or I missed it)
Daniel
21 files changed:
ChangeLog
docs/APIchunk0.html
docs/APIchunk1.html
docs/APIchunk2.html
docs/APIfiles.html
docs/APIfunctions.html
docs/APIsymbols.html
docs/html/libvirt-libvirt.html
docs/libvirt-api.xml
docs/libvirt-refs.xml
include/libvirt.h
include/libvirt.h.in
include/libvirt/libvirt.h
include/libvirt/libvirt.h.in
src/driver.h
src/libvirt.c
src/xen_internal.c
src/xend_internal.c
src/xend_internal.h
src/xs_internal.c
src/xs_internal.h