Re: [libvirt] PATCH: 11/12: virsh support

2008-11-17 Thread Jim Meyering
Daniel P. Berrange [EMAIL PROTECTED] wrote: This patch adds two node virsh commands for the node device enumeration APIs. The only change here is to change the command names to have a shorter prefix, nodedev-list and nodedev-dumpxml Daniel diff -r 0136f215fc06 src/virsh.c ... +

Re: [libvirt] PATCH: 11/12: virsh support

2008-11-14 Thread Daniel Veillard
On Thu, Nov 13, 2008 at 05:35:09PM +, Daniel P. Berrange wrote: This patch adds two node virsh commands for the node device enumeration APIs. The only change here is to change the command names to have a shorter prefix, nodedev-list and nodedev-dumpxml okay then +1 Daniel -- Daniel

Re: [libvirt] PATCH: 11/12: virsh support

2008-11-14 Thread Mark McLoughlin
On Thu, 2008-11-13 at 17:35 +, Daniel P. Berrange wrote: This patch adds two node virsh commands for the node device enumeration APIs. The only change here is to change the command names to have a shorter prefix, nodedev-list and nodedev-dumpxml Daniel diff -r 0136f215fc06

Re: [libvirt] PATCH: 11/12: virsh support

2008-11-13 Thread Daniel P. Berrange
This patch adds two node virsh commands for the node device enumeration APIs. The only change here is to change the command names to have a shorter prefix, nodedev-list and nodedev-dumpxml Daniel diff -r 0136f215fc06 src/virsh.c --- a/src/virsh.c Thu Nov 13 13:06:59 2008 + +++