Re: [libvirt] [PATCH]Fix vPort Manage of FC vHBA creation

2013-06-28 Thread Dennis Chen
On 06/28/2013 04:39 PM, Ján Tomko wrote: On 06/28/2013 03:22 AM, Dennis Chen wrote: When create a virtual FC HBA with virsh/libvirt API, an error message will be returned:"error: Node device not found", also the 'nodedev-dumpxml' shows wrong information of wwpn & wwnn fo

[libvirt] [PATCH]Fix vPort Manage of FC vHBA creation

2013-06-27 Thread Dennis Chen
When create a virtual FC HBA with virsh/libvirt API, an error message will be returned:"error: Node device not found", also the 'nodedev-dumpxml' shows wrong information of wwpn & wwnn for the new created device. Signed-off-by:xsc...@tnsoft.com.cn --- src/util/virutil.c |4 ++-- 1 file chang

[libvirt] virsh can create vHBA, but returen error msg "Node device not found"

2013-06-27 Thread Dennis Chen
Hi, I am using the libvirt 1.0.6 with the patch applied: http://libvirt.org/git/?p=libvirt.git;a=commitdiff;h=371c155 The problem I encountered is, with virsh comand 'nodedev-create /home/kvm/vHBA.xml', the vHBA can be generated as expected on the host, but error msg will show in the virsh s

Re: [libvirt] CPU utilization between physical CPU and virtual CPU in KVM

2012-10-15 Thread Dennis Chen
Any body can be help about this or a little bit clues? Thanks! On Mon, Oct 8, 2012 at 3:01 PM, Dennis Chen wrote: > Hi All, > > I am confused by the following observed scenario: > > In my 4-CPU (KVM supported, 2 core with 2 thread for each) host > machine box, I create only

[libvirt] CPU utilization between physical CPU and virtual CPU in KVM

2012-10-08 Thread Dennis Chen
Hi All, I am confused by the following observed scenario: In my 4-CPU (KVM supported, 2 core with 2 thread for each) host machine box, I create only one VM with 3-vCPU through virsh/libvirt tools and also I pin this VM process to the physical processor 3. I guess the CPU utilization for the proce

[libvirt] [PATCH]POWER Hypervisor: Fix the segment fault issue for the "list" command

2012-07-11 Thread Dennis Chen
ing commands, eg, "virsh# list --all" Signed-off-by: Dennis Chen --- src/remote/remote_driver.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/remote/remote_driver.c b/src/remote/remote_driver.c index eac50e6..22ef129 100644 --- a/src/remote/remote_drive

Re: [libvirt] [PATCH]POWER Hypervisor: Fix the segment fault issue for the "list" command

2012-07-11 Thread Dennis Chen
On 07/11/2012 06:05 PM, Dennis Chen wrote: When connect to the remote IBM HMC/IVM server, the remoteNetworkOpen() called after the phypOpen() in do_open function will re-assign a NULL pointer to the virConnectPtr conn->networkPrivateData which is allocated in phypOpen(), this will result i