Xen API discussion (thread)
[Xen-API] [PATCH 0 of 9] Stop listening for events which we dont care about ("uninteresting device events"), David Scott, 2009/11/30
- [Xen-API] [PATCH 1 of 9] CA-31528: Remove the Xal DevNew event since it is unused, David Scott, 2009/11/30
- [Xen-API] [PATCH 2 of 9] CA-31528: remove the Xal DevWorking and DevClosing events from Xal since they are unused, David Scott, 2009/11/30
- [Xen-API] [PATCH 3 of 9] CA-31528: Remove the Xal DevClosed event since it is unused, David Scott, 2009/11/30
- [Xen-API] [PATCH 5 of 9] CA-31528: Specialise the Xal HotplugChanged event to only consider backends, remove the frontend handling code, David Scott, 2009/11/30
- [Xen-API] [PATCH 8 of 9] CA-31528: Specialise the Xal HotplugChanged event to VIFs (no "vbd" or "tap"), David Scott, 2009/11/30
- [Xen-API] [PATCH 4 of 9] CA-31528: Remove the Xal DevError event since it is unused, David Scott, 2009/11/30
- [Xen-API] [PATCH 6 of 9] CA-31528: Specialise the Xal DevEject event to be VBD-specific ("vbd" and "tap" but not "vif"), David Scott, 2009/11/30
- [Xen-API] [PATCH 7 of 9] CA-31528: Specialise the Xal DevThread event to be VBD-specific ("vbd" and "tap" but not "vif"), David Scott, 2009/11/30
- [Xen-API] [PATCH 9 of 9] CA-31529: Remove the concept of an 'interesting_device_event' now that all events are 'interesting' (the predicate 'interesting_device_event' = \_.true), David Scott, 2009/11/30
[Xen-API] [PATCH 00 of 11] Reduce xapi logspam (a bit), David Scott, 2009/11/30
- [Xen-API] [PATCH 02 of 11] CA-35165: Remove misleading log message from sm_exec, David Scott, 2009/11/30
- [Xen-API] [PATCH 01 of 11] CA-35165: Clean up xapi startup log messages, particularly those to do with the 'localdb', David Scott, 2009/11/30
- [Xen-API] [PATCH 05 of 11] CA-35165: Remove a spurious excxeption when refreshing VM_guest_metrics when the VM_guest_metrics doesn't exist (ie for dom0), David Scott, 2009/11/30
- [Xen-API] [PATCH 03 of 11] CA-35165: Trim a xapi startup message, David Scott, 2009/11/30
- [Xen-API] [PATCH 07 of 11] CA-35165: Remove some pointless and frequent logging, David Scott, 2009/11/30
- [Xen-API] [PATCH 08 of 11] CA-35165: Remove some more verbose, pointless and frequent logging, David Scott, 2009/11/30
- [Xen-API] [PATCH 06 of 11] CA-35165: Mute the error when looking for SM backends in directories which don't exist, David Scott, 2009/11/30
- [Xen-API] [PATCH 09 of 11] CA-35165: Avoid generating scary-looking exceptions in the startup code: avoid attempting to resynchronise the state of VBDs or VIFs if they are missing (or empty); also silence the setting of the unco-operative flags, David Scott, 2009/11/30
- [Xen-API] [PATCH 04 of 11] CA-35165: Silence failure when no Pool record exists i.e. during initial xapi startup, David Scott, 2009/11/30
- [Xen-API] [PATCH 11 of 11] CA-35165: Reduce the amount of log spam created by the xenstore watching code, David Scott, 2009/11/30
- [Xen-API] [PATCH 10 of 11] CA-35165: Remove spammy 'check_rbac=%b' debug print, David Scott, 2009/11/30
[Xen-API] [PATCH 0 of 4] Reduce the number of unnecessary xenstore accesses and hypercalls in xapi and squeezed, David Scott, 2009/11/30
- [Xen-API] [PATCH 4 of 4] CA-35397: reduce the number of calls to domain_getinfo by looking up a VM reference by UUID, David Scott, 2009/11/30
- [Xen-API] [PATCH 2 of 4] CA-35397: reduce the number of calls to domain_getinfo{, list} by passing the values around in the monitor module and by observing that the domain info record has the UUID in it-- no need to query it again, David Scott, 2009/11/30
- [Xen-API] [PATCH 1 of 4] CA-35397: add a simple cache of per-domain data in the ballooning daemon, David Scott, 2009/11/30
- [Xen-API] [PATCH 3 of 4] CA-35397: reduce the number of calls to domain_getinfo by passing the domain's uuid to the guest agent monitoring code, where we know it already, David Scott, 2009/11/30
[Xen-API] [PATCH 0 of 7] Improvements to the hypercall simulator, David Scott, 2009/11/27
- [Xen-API] [PATCH 2 of 7] [XIU]: rename tot_mem -> tot_mem_kib and max_mem -> max_mem_kib, David Scott, 2009/11/27
- [Xen-API] [PATCH 4 of 7] [XIU]: write control/feature-balloon 3s after starting a simulated domain, David Scott, 2009/11/27
- [Xen-API] [PATCH 1 of 7] [XIU]: store the physical memory used/free in KiB rather than MiB for consistency, David Scott, 2009/11/27
- [Xen-API] [PATCH 3 of 7] [XIU]: when a domain target is updated, transfer the memory immediately from the host, respecting both the domain's max_mem and the total amount of memory free on the host, David Scott, 2009/11/27
- [Xen-API] [PATCH 5 of 7] [XIU]: When destroying a domain in the simulator, give its memory back to xen, David Scott, 2009/11/27
- [Xen-API] [PATCH 7 of 7] [XIU]: increase the realism of the hypercall simulator by adding a constant amount of extra memory to tot_pages for every domain, David Scott, 2009/11/27
- [Xen-API] [PATCH 6 of 7] [XIU]: Add explicit HVM and HAP flags to Domctl_create in the simulator, David Scott, 2009/11/27
[Xen-API] [PATCH 0 of 4] [XIU] add balloon driver simulation support, David Scott, 2009/11/24
- [Xen-API] [PATCH 1 of 4] [XIU]: store the physical memory used/free in KiB rather than MiB for consistency, David Scott, 2009/11/24
- [Xen-API] [PATCH 3 of 4] [XIU]: when a domain target is updated, transfer the memory immediately from the host, respecting both the domain's max_mem and the total amount of memory free on the host, David Scott, 2009/11/24
- [Xen-API] [PATCH 4 of 4] [XIU]: write control/feature-balloon 3s after starting a simulated domain, David Scott, 2009/11/24
- [Xen-API] [PATCH 2 of 4] [XIU]: rename tot_mem -> tot_mem_kib and max_mem -> max_mem_kib, David Scott, 2009/11/24
[Xen-API] [PATCH 0 of 3] Adds a command-line utility 'memory-breakdown' which displays a detailed breakdown of host and guest memory usage (resending), Jonathan Knowles, 2009/11/11
- [Xen-API] [PATCH 1 of 3] Moves low-level functions with_{xal, xc, xs, xc_and_xs, xs_and_xs_final} from the Xapi layer into the Xenops layer, allowing greater reuse, Jonathan Knowles, 2009/11/11
- [Xen-API] [PATCH 2 of 3] Removes duplicate definitions of functions (with_{xal, xc, xs, xc_and_xs, xs_and_xs_final}) from the Xenops layer, Jonathan Knowles, 2009/11/11
- [Xen-API] [PATCH 3 of 3] Adds a command-line utility "memory-breakdown" which displays a detailed breakdown of host and guest memory usage, Jonathan Knowles, 2009/11/11
[Xen-API] [PATCH 0 of 3] Adds a command-line utility 'memory-breakdown' which displays a detailed breakdown of host and guest memory usage., Jonathan Knowles, 2009/11/11
- [Xen-API] [PATCH 1 of 3] Moves low-level functions with_{xal, xc, xs, xc_and_xs, xs_and_xs_final} from the Xapi layer into the Xenops layer, allowing greater reuse, Jonathan Knowles, 2009/11/11
- [Xen-API] [PATCH 2 of 3] Removes duplicate definitions of functions (with_{xal, xc, xs, xc_and_xs, xs_and_xs_final}) from the Xenops layer, Jonathan Knowles, 2009/11/11
- [Xen-API] [PATCH 3 of 3] Adds a command-line utility "memory-breakdown" which displays a detailed breakdown of host and guest memory usage, Jonathan Knowles, 2009/11/11
[Xen-devel] release of 'xapi' toolstack, Dave Scott, 2009/11/03
- Re: [Xen-devel] release of 'xapi' toolstack, Mark Johnson, 2009/11/03
- [Xen-API] RE: [Xen-devel] release of 'xapi' toolstack, Dave Scott, 2009/11/03
- [Xen-API] Re: [Xen-devel] release of 'xapi' toolstack, Mark Johnson, 2009/11/03
- [Xen-API] RE: [Xen-devel] release of 'xapi' toolstack, Dave Scott, 2009/11/03
- Re: [Xen-devel] release of 'xapi' toolstack, Pasi Kärkkäinen, 2009/11/03
- RE: [Xen-API] Re: [Xen-devel] release of 'xapi' toolstack, Jonathan Ludlam, 2009/11/04
- Re: [Xen-API] Re: [Xen-devel] release of 'xapi' toolstack, Pasi Kärkkäinen, 2009/11/06
- Re: [Xen-API] Re: [Xen-devel] release of 'xapi' toolstack, Jonathan Ludlam, 2009/11/06
- Re: [Xen-devel] release of 'xapi' toolstack, Dirk Utterback, 2009/11/03
- RE: [Xen-devel] release of 'xapi' toolstack, Dave Scott, 2009/11/04
- Re: [Xen-API] release of 'xapi' toolstack, Anil Madhavapeddy, 2009/11/04
|
|