Speed up impl of lookupbyid/uuid and getostype for Xen by using HV where available

This commit is contained in:
Daniel P. Berrange
2007-08-10 18:25:15 +00:00
parent 46b433f069
commit 9112a139df
6 changed files with 197 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
Fri Aug 10 14:25:00 EST 2007 Daniel P. Berrange <berrange@redhat.com>
* src/xen_internal.c, src/xen_internal.h, src/xen_unified.c:
Add impls of the DomainGetOSType, DomainLookupByID and
DomainLookupByName drivers using the HV for speed
* src/xs_internal.c, src/xs_internal.h: Add helper method to
lookup a domain name based on its ID
Thu Aug 9 14:27:00 EST 2007 Daniel P. Berrange <berrange@redhat.com>
* src/libvirt.c, src/openvz_conf.c, src/qemu_conf.c,