Re: [libvirt] [RFC] get guest OS infos

2015-06-11 Thread Dennis Jenkins
On Thu, Jun 11, 2015 at 3:51 AM, Daniel P. Berrange berra...@redhat.com wrote: On Thu, Jun 11, 2015 at 09:17:30AM +0100, Daniel P. Berrange wrote: On Thu, Jun 11, 2015 at 01:51:33PM +0800, zhang bo wrote: Different OSes have different capabilities and behaviors sometimes. We have to

Re: [libvirt] Doc: How to use NPIV in libvirt

2013-09-13 Thread Dennis Jenkins
On Thu, Sep 12, 2013 at 7:57 AM, Osier Yang jy...@redhat.com wrote: Before posting it to WIKI or somewhere, I want to see if there is any suggestions on it, or if I missed something. I suggest putting a small paragraph at the top of the article explaining what NPIV is, and why someone would

Re: [libvirt] [PATCH 0/4] Misc cleanups fixes to LXC driver

2013-05-15 Thread Dennis Jenkins
On Wed, May 15, 2013 at 4:53 AM, Daniel P. Berrange berra...@redhat.comwrote: From: Daniel P. Berrange berra...@redhat.com This series starts with a few cleanup patches removing code that is no longer required. The final patch fixes an important bug preventing LXC startup on certain distros

Re: [libvirt] [PATCHv2 0/4] support vlan element for interfaces and networks

2012-08-14 Thread Dennis Jenkins
On Tue, Aug 14, 2012 at 2:15 AM, Laine Stump la...@laine.org wrote: danpb raised a (valid) objection about the XML format in the first version of these patches, so I've redone it to be like this: vlan trunk='yes' tag id='42'/ tag id='30'/ /vlan The downside is that for a

Re: [libvirt] [PATCH 1/1] Add vlantag parameter for openvswitch ports

2012-08-10 Thread Dennis Jenkins
On Fri, Aug 10, 2012 at 10:21 AM, Kyle Mestery (kmestery) kmest...@cisco.com wrote: Those cases both look good. I think the formatting works just fine for virtualport type=openvswitch as well, something like this: Single VLAN (no trunk): interface type='bridge' mac

Re: [libvirt] [PATCH 0/1] Add VLAN capability to openvswitch virtualport types

2012-08-08 Thread dennis jenkins
How would one specify VLAN trunk mode with only one vlan tag present? On Wed, Aug 8, 2012 at 2:47 PM, Kyle Mestery kmest...@cisco.com wrote: With this change, it is now possible to support VLANs (both access and trunks) for openvswitch ports in libvirt. This also takes into account the

Re: [libvirt] RFE: virConnectListAllDomains()

2012-05-19 Thread dennis jenkins
On Fri, May 18, 2012 at 6:52 PM, Eric Blake ebl...@redhat.com wrote: Use of virConnectListDomains() and virConnectListDefinedDomains() is: 1. inherently racy. A domain can change between active and inactive between two back-to-back calls, and thus be entirely skipped or enumerated twice

Re: [libvirt] [RH-BZ #595428] 'virsh list' should output more information 'xm list'

2012-04-19 Thread dennis jenkins
On Thu, Apr 19, 2012 at 10:25 AM, Maxim Sditanov feni...@rambler.ru wrote: 2012/4/2 Maxim Sditanov feni...@rambler.ru: Is this new feature request still https://bugs.gentoo.org/show_bug.cgi?id=366561 actual? Because virsh still show not enough information: $./virsh -c qemu:///system

Re: [libvirt] [PATCH V10 0/7] Add DHCP snooping support to nwfilter

2012-04-18 Thread dennis jenkins
On Tue, Apr 17, 2012 at 6:57 PM, Stefan Berger stef...@linux.vnet.ibm.comwrote: Let me know when you tested it. I have pretty high confidence in the correctness of the code now :-) Regards, Stefan Short version: I got an error internal error IP parameter must be provided since

Re: [libvirt] [PATCH V10 0/7] Add DHCP snooping support to nwfilter

2012-04-17 Thread dennis jenkins
On Mon, Apr 16, 2012 at 2:33 PM, dennis jenkins dennis.jenkins...@gmail.com wrote: On Mon, Apr 16, 2012 at 2:22 PM, Stefan Berger stef...@linux.vnet.ibm.com wrote: ** On 04/16/2012 03:12 PM, dennis jenkins wrote: On Mon, Apr 16, 2012 at 10:08 AM, Stefan Berger stef

Re: [libvirt] [PATCH V10 0/7] Add DHCP snooping support to nwfilter

2012-04-16 Thread dennis jenkins
On Mon, Apr 16, 2012 at 10:08 AM, Stefan Berger stef...@linux.vnet.ibm.comwrote: This series of patches adds DHCP snooping support to libvirt's nwfilter subsystem. Stefan, David, Thank you very much for this functionality. As a side-effect, it solves a problem that I needed addressed:

Re: [libvirt] [PATCH V10 0/7] Add DHCP snooping support to nwfilter

2012-04-16 Thread dennis jenkins
On Mon, Apr 16, 2012 at 2:22 PM, Stefan Berger stef...@linux.vnet.ibm.comwrote: ** On 04/16/2012 03:12 PM, dennis jenkins wrote: On Mon, Apr 16, 2012 at 10:08 AM, Stefan Berger stef...@linux.vnet.ibm.com wrote: This series of patches adds DHCP snooping support to libvirt's nwfilter

Re: [libvirt] [PATCH V9 0/6] Add DHCP snooping support to nwfilter

2012-04-13 Thread dennis jenkins
On Fri, Apr 13, 2012 at 10:09 AM, Stefan Berger stef...@linux.vnet.ibm.comwrote: This series of patches adds DHCP snooping support to libvirt's nwfilter subsystem. DHCP snooping detects DHCP leases obtained by a VM and automatically adjusts the network traffic filters to reflect the IP