Re: [libvirt] libvirt.org outage

2011-07-23 Thread Daniel Veillard
On Fri, Jul 22, 2011 at 01:08:52PM -0600, Eric Blake wrote: libvirt.org appears to be down, possibly for as long as the entire weekend. While that doesn't help anyone trying to browse the online documentation, we at least have the benefit of git being a distributed version control system.

[libvirt] [PATCH] Catch dnsmasq start failures

2011-07-23 Thread Guido Günther
While we checked the return value we didn't maks sure ret != 0 which resulted in dnsmasq errors being ignored. --- src/network/bridge_driver.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/network/bridge_driver.c b/src/network/bridge_driver.c index

[libvirt] [PATCH] docs: Break up 'Basic Resources' XML section

2011-07-23 Thread Cole Robinson
We had a bit too many elements crammed in there. Separate it into different headings: - CPU Allocation (vcpus) - CPU Tuning (cputune) - Memory allocation (memory and currentMemory) - Memory backing (memoryBacking) - Memory tuning (memtune) - Numa tuning (numatune) - Block I/O tuning (blkiotune)