[libvirt] [PATCH] Trivial virsh.pod additions --all for "list" command and similar

2010-05-29 Thread Justin Clift
Hi all, This is just a trivial patch to virsh.pod (from git master). It adds the following pieces to the virsh man page: + Shows the --inactive and --all optional parameters for the list command. Closes Bugzilla #575512, reported by Renich Bon Ciric (CC'd) https://bugzilla.redhat.co

Re: [libvirt] [PATCH] [PATCH v13-pre1] add 802.1Qbh and 802.1Qbg handling

2010-05-29 Thread Stefan Berger
On Sat, 2010-05-29 at 01:20 -0700, Scott Feldman wrote: > From: Scott Feldman > > Stefan, I was doing more testing and have some fixes for the bh paths. This > patch is on top of your V12 patch... Applying it. > > - some minor cleanups > - if association fails due to timeout, disassociate the

[libvirt] [PATCH] [PATCH v13-pre1] add 802.1Qbh and 802.1Qbg handling

2010-05-29 Thread Scott Feldman
From: Scott Feldman Stefan, I was doing more testing and have some fixes for the bh paths. This patch is on top of your V12 patch... - some minor cleanups - if association fails due to timeout, disassociate the port profile, otherwise association state-machine will be "in-progress" potentially

Re: [libvirt] [PATCH v12] add 802.1Qbh and 802.1Qbg handling

2010-05-29 Thread Jim Meyering
Stefan Berger wrote: ... > V12: > - Addressing Jim Meyering's comments to v11 > - requiring mac address to the vpDisassociateProfileId() function to >pass it further to the 802.1Qbg disassociate part (802.1Qbh untouched) Thanks for enduring so many iterations. ... > +static uint32_t > +getLl

Re: [libvirt] [PATCH v11] add 802.1Qbh and 802.1Qbg handling

2010-05-29 Thread Jim Meyering
Stefan Berger wrote: > On Fri, 2010-05-28 at 23:17 +0200, Jim Meyering wrote: >> Stefan Berger wrote: >> > This is now hopefully the final version of this patch that adds support >> > for configuring 802.1Qbg and 802.1Qbh switches. The 802.1Qbh part has >> > been successfully tested with real hard

[libvirt] [PATCH] build: make cpp indentation conform

2010-05-29 Thread Jim Meyering
FYI, I've pushed this: >From f9a4df5a5bc4ab9a645928430db84ec3807a996e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 29 May 2010 09:45:21 +0200 Subject: [PATCH] build: make cpp indentation conform * src/storage/storage_backend.h (VIR_STORAGE_VOL_OPEN_DEFAULT): Adjust s/#define/# define/,