Re: [libvirt] availability of rc2 for 0.9.10

2012-02-08 Thread Osier Yang
On 2012年02月08日 14:59, Daniel Veillard wrote: On Mon, Feb 06, 2012 at 03:21:21PM +0800, Daniel Veillard wrote: We are now entering the freeze for libvirt-0.9.10 Hopefully all the API changes needed for that version are already commited to git head. Okay I made an rc2 release with the

[libvirt] [test-API][PATCH] Add new APIs and fix problems in connectAPI

2012-02-08 Thread Wayne Sun
* add 8 new APIs get_sys_info(self, flag = 0) get_memory_stats(self, cellNum, flag = 0) get_cpu_stats(self, cpuNum, flag = 0) is_alive(self) change_begin(self, flag = 0) change_commit(self, flag = 0) change_rollback(self, flag = 0) suspend_for_duration(self,

Re: [libvirt] availability of rc2 for 0.9.10

2012-02-08 Thread Alex Jia
On 02/08/2012 02:59 PM, Daniel Veillard wrote: On Mon, Feb 06, 2012 at 03:21:21PM +0800, Daniel Veillard wrote: We are now entering the freeze for libvirt-0.9.10 Hopefully all the API changes needed for that version are already commited to git head. Okay I made an rc2 release with the

Re: [libvirt] [Libvirt-announce] availability of rc2 for 0.9.10

2012-02-08 Thread Justin Clift
On 08/02/2012, at 5:59 PM, Daniel Veillard wrote: On Mon, Feb 06, 2012 at 03:21:21PM +0800, Daniel Veillard wrote: We are now entering the freeze for libvirt-0.9.10 Hopefully all the API changes needed for that version are already commited to git head. Okay I made an rc2 release with the

[libvirt] [PATCH 1/1 V4] ocaml-libvirt: add D.get_cpu_stats() API to ocaml-libvirt

2012-02-08 Thread Lai Jiangshan
Changed from V3: use new virDomainGetCPUStats() libvirt-API. use C code to construct the typed_param list array Acked-by: Richard W.M. Jones rjo...@redhat.com Signed-off-by: Lai Jiangshan la...@cn.fujitsu.com --- libvirt/libvirt.ml |8 libvirt/libvirt.mli

[libvirt] [PATCH 1/1 V4] virt-top: correct virt-top -1 command via cpuacct cgroup

2012-02-08 Thread Lai Jiangshan
Old virt-top -1 is not correct, its output is generated by guess: use average usage for pinned physical CPUs. example(old virt-top -1): PHYCPU %CPU rhel6 Windows 00.6 0.1= 0.5= 10.6 0.1= 0.5=#

[libvirt] The weird '@' in bind address on OSX

2012-02-08 Thread Justin Clift
Hi all, As a general thought, would anyone be interested in getting this weird '@' thing in the bind address on OSX fixed? It shows up in both libvirtd and virsh: $ libvirtd 2012-02-08 08:39:53.211+: -1: info : libvirt version: 0.9.10 2012-02-08 08:39:53.211+: -1: error :

Re: [libvirt] [PATCH V4 1/5] Add new public API virDomainGetCPUStats()

2012-02-08 Thread Lai Jiangshan
Hi, Eric Are any problem/suggestion with 3/5 4/5 5/5 of V4 patchset? If not, I will rebase them and resend them with tiny fixes applied. Thanks, Lai -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] [PATCH] python: Correct arguments number for migrateSetMaxSpeed

2012-02-08 Thread Osier Yang
The API definition accepts flags argument, however, the implementation ignores it, though flags is unused currently, we should expose it instead of hard coding, the API implementation inside hypervisor driver is responsible to check if the passed flags is valid. --- python/libvirt-override.c |

[libvirt] libvirt build errors

2012-02-08 Thread Chandrashekhar Jamadarkhani (cjamadar)
Hi, While doing make, I got below errors. Got same build errors for libvirt-0.9.8 and libvirt-0.9.9. Appreciate your help on this. CC libvirt_driver_nwfilter_la-nwfilter_driver.lo CC libvirt_driver_nwfilter_la-nwfilter_gentech_driver.lo CC

Re: [libvirt] [PATCH] virsh: update virsh desc help docs

2012-02-08 Thread Peter Krempa
Dňa 8.2.2012 7:12, a...@redhat.com wrote / napísal(a): From: Alex Jiaa...@redhat.com The function cmdDesc says 'current is ignored', so should remove related part from help docs. Signed-off-by: Alex Jiaa...@redhat.com --- tools/virsh.c |1 - 1 files changed, 0 insertions(+), 1

Re: [libvirt] [PATCH] python: Correct arguments number for migrateSetMaxSpeed

2012-02-08 Thread Alex Jia
On 02/08/2012 06:19 PM, Osier Yang wrote: The API definition accepts flags argument, however, the implementation ignores it, though flags is unused currently, we should expose it instead of hard coding, the API implementation inside hypervisor driver is responsible to check if the passed flags

Re: [libvirt] libvirt build errors

2012-02-08 Thread Osier Yang
On 2012年02月08日 17:38, Chandrashekhar Jamadarkhani (cjamadar) wrote: Hi, While doing make, I got below errors. Got same build errors for libvirt-0.9.8 and libvirt-0.9.9. Appreciate your help on this. CC libvirt_driver_nwfilter_la-nwfilter_driver.lo CC

Re: [libvirt] [test-API][PATCH] Add new APIs and fix problems in connectAPI

2012-02-08 Thread Guannan Ren
On 02/08/2012 04:28 PM, Wayne Sun wrote: * add 8 new APIs get_sys_info(self, flag = 0) get_memory_stats(self, cellNum, flag = 0) get_cpu_stats(self, cpuNum, flag = 0) is_alive(self) change_begin(self, flag = 0) change_commit(self, flag = 0)

Re: [libvirt] libvirt build errors

2012-02-08 Thread Chandrashekhar Jamadarkhani (cjamadar)
I have followed the below steps: ./configure make make install I'm not sure how /usr/cisco/packages/libpcap/libpcap-1.0.0/bin/pcap-config --cflags --libs is invoked with libvirt make. Thanks, Chandrashekhar -Original Message- From: Osier Yang [mailto:jy...@redhat.com] Sent:

Re: [libvirt] libvirt build errors

2012-02-08 Thread Chandrashekhar Jamadarkhani (cjamadar)
And also I have tried installing libvirt using yum install but still I could see libvirt module not found while running virt-manager tool. # yum install virt-manager libvirt libvirt-python libvirt-python python-virtinst [root@blr-vxr-005 vsm]# virt-manager Traceback (most recent call last):

Re: [libvirt] [PATCH 1/2] seclabel: Do not output relabel attribute for type 'none'

2012-02-08 Thread Jiri Denemark
On Tue, Feb 07, 2012 at 13:31:39 -0700, Eric Blake wrote: On 02/07/2012 01:10 PM, Jiri Denemark wrote: Security label type 'none' requires relabel to be set to 'no' so there's no reason to output this extra attribute. Moreover, since relabel is internally stored in a negative from

[libvirt] [libvirt-glib 1/2] Add gvir_config_domain_disk_[gs]et_cache

2012-02-08 Thread Christophe Fergeau
--- libvirt-gconfig/libvirt-gconfig-domain-disk.c | 23 +++ libvirt-gconfig/libvirt-gconfig-domain-disk.h | 12 libvirt-gconfig/libvirt-gconfig.sym |3 +++ libvirt-gconfig/tests/test-domain-create.c|2 ++ 4 files changed, 40

[libvirt] [libvirt-glib 2/2] Add more sanity checks to libvirt-gconfig test

2012-02-08 Thread Christophe Fergeau
--- libvirt-gconfig/tests/test-domain-create.c | 34 +-- 1 files changed, 21 insertions(+), 13 deletions(-) diff --git a/libvirt-gconfig/tests/test-domain-create.c b/libvirt-gconfig/tests/test-domain-create.c index 0cd8304..a92413d 100644 ---

Re: [libvirt] RFC: PCI-Passthrough of SRIOV VF's new forward mode

2012-02-08 Thread Shradha Shah
Hello Laine, Many Thanks for reviewing the RFC. Please find my reply inline. On 02/07/2012 02:36 AM, Laine Stump wrote: On 02/06/2012 12:58 PM, Shradha Shah wrote: RFC: New network forward type pci-passthrough-hybrid I saw a couple of posts regarding PCI-Passthrough usage of SRIOV VF's a

Re: [libvirt] [PATCH 2/2] security: Driver 'none' cannot create confined guests

2012-02-08 Thread Jiri Denemark
On Tue, Feb 07, 2012 at 13:39:17 -0700, Eric Blake wrote: On 02/07/2012 01:10 PM, Jiri Denemark wrote: In case the caller specifies that confined guests are required but the security driver turns out to be 'none', we should return an error since this driver clearly cannot meet that

[libvirt] RFC: API to report guest IP address(es)

2012-02-08 Thread Michal Privoznik
Hi, Now we have qemu guest agent it is possible for us to: 1) extend guest agent to report IP addresses (not trivial among OSes). 2) Write API which will report these to mgmt application. One thing that I am not sure about and would like you to ask is: how should the API look like? In

Re: [libvirt] [PATCH v2 0/2] qemu: Fix stalls during live core dump

2012-02-08 Thread Jiri Denemark
On Tue, Feb 07, 2012 at 14:40:32 -0700, Eric Blake wrote: On 02/07/2012 05:17 AM, Jiri Denemark wrote: Qemu uses non-blocking I/O which doesn't play nice with regular file descriptors. We need to pass a pipe to qemu when dumping core to avoid stalls in live mode. Version 2: -

Re: [libvirt] RFC: API to report guest IP address(es)

2012-02-08 Thread Michal Privoznik
On 08.02.2012 12:30, Michal Privoznik wrote: Therefore I lean to something like: int virDomainGetIPAddresses(virDomainPtr dom, char **addr[], int *addr_size); Oh my, I've forgotten the flags, but that's not the issue right now, is it? -- libvir-list mailing list libvir-list@redhat.com

[libvirt] [PATCH] virsh: Fix flag semantics and docs for desc command

2012-02-08 Thread Peter Krempa
This patch fixes the domain modification impact flags for tie virsh desc command to match the new semantics and fix the docs to match actual behavior. --- tools/virsh.c | 21 +++-- tools/virsh.pod | 12 +--- 2 files changed, 20 insertions(+), 13 deletions(-) diff

[libvirt] [PATCH v4] python: refactoring virTypedParameter conversion for NUMA tuning APIs

2012-02-08 Thread Guannan Ren
*getPyVirTypedParameter *setPyVirTypedParameter *virDomainSetNumaParameters *virDomainGetNumaParameters --- python/libvirt-override-api.xml | 13 ++ python/libvirt-override.c | 385 +++ 2 files changed, 398

Re: [libvirt] [PATCH libvirt] domain: add implicit USB controller

2012-02-08 Thread Cole Robinson
On 02/08/2012 02:26 AM, Osier Yang wrote: On 2012幎02月08日 08:48, Marc-André Lureau wrote: Some tools, such as virt-manager, prefers having the default USB controller explicit in the XML document. This patch makes sure there is one. With this patch, it is now possible to switch from USB1

[libvirt] [PATCH 3/2] qemu: Always use iohelper for domain save

2012-02-08 Thread Jiri Denemark
This is probably not strictly needed as save operation is not live but we may have other reasons to avoid blocking qemu's main loop. --- src/qemu/qemu_driver.c | 44 +++- 1 files changed, 19 insertions(+), 25 deletions(-) diff --git

Re: [libvirt] [PATCH libvirt] domain: add implicit USB controller

2012-02-08 Thread Jiri Denemark
On Wed, Feb 08, 2012 at 07:37:19 -0500, Cole Robinson wrote: On 02/08/2012 02:26 AM, Osier Yang wrote: diff --git a/tests/define-dev-segfault b/tests/define-dev-segfault index 3feff46..0a0532b 100755 --- a/tests/define-dev-segfault +++ b/tests/define-dev-segfault @@ -36,6 +36,7 @@

Re: [libvirt] availability of rc2 for 0.9.10

2012-02-08 Thread Jiri Denemark
On Wed, Feb 08, 2012 at 16:35:57 +0800, Alex Jia wrote: On 02/08/2012 02:59 PM, Daniel Veillard wrote: On Mon, Feb 06, 2012 at 03:21:21PM +0800, Daniel Veillard wrote: We are now entering the freeze for libvirt-0.9.10 Hopefully all the API changes needed for that version are already

[libvirt] [PATCH] qemu: Fix memory leak when building -cpu argument

2012-02-08 Thread Jiri Denemark
Reported by Alex Jia: ==21503== 112 (32 direct, 80 indirect) bytes in 1 blocks are definitely lost in loss record 37 of 40 ==21503==at 0x4A04A28: calloc (vg_replace_malloc.c:467) ==21503==by 0x4A8991: virAlloc (memory.c:101) ==21503==by 0x505A6C: x86DataCopy (cpu_x86.c:247) ==21503==

Re: [libvirt] [PATCH] cgroup:fix bug to keep --device-weights value persistent

2012-02-08 Thread Guannan Ren
On 02/08/2012 08:37 AM, Eric Blake wrote: On 02/02/2012 04:57 AM, Guannan Ren wrote: src/qemu/qemu_driver.c When run virsh blkiotune dom --device-weights /dev/sda,400 --config it couldn't be persistent after dom restart. The patch fix it. --- src/qemu/qemu_driver.c | 53

[libvirt] [PATCH] Update symbols file for virFileDirectFd/virFileWrapperFd rename

2012-02-08 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com --- src/libvirt_private.syms |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms index d6ad36c..eeafd38 100644 --- a/src/libvirt_private.syms +++ b/src/libvirt_private.syms

[libvirt] [PATCH] Replace truncate() with ftruncate()

2012-02-08 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com Mingw32 does not have any truncate() API defined, but it does have ftruncate(). So replace use of the former with the latter --- src/util/storage_file.c | 23 --- 1 files changed, 20 insertions(+), 3 deletions(-) diff --git

[libvirt] [PATCH] Populate /dev/std{in, out, err} symlinks in LXC containers

2012-02-08 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com Some applications expect /dev/std{in,out,err} to exist. Populate them during container startup as symlinks to /proc/self/fd --- src/lxc/lxc_container.c | 17 + 1 files changed, 17 insertions(+), 0 deletions(-) diff --git

[libvirt] [PATCH] qemu: Implement DomainPMSuspendForDuration

2012-02-08 Thread Michal Privoznik
via user agent. --- src/qemu/qemu_agent.c | 31 +++ src/qemu/qemu_agent.h |2 + src/qemu/qemu_driver.c | 78 3 files changed, 111 insertions(+), 0 deletions(-) diff --git a/src/qemu/qemu_agent.c b/src/qemu/qemu_agent.c

Re: [libvirt] [PATCH] Update symbols file for virFileDirectFd/virFileWrapperFd rename

2012-02-08 Thread Eric Blake
On 02/08/2012 07:04 AM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com --- src/libvirt_private.syms |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms index d6ad36c..eeafd38 100644

Re: [libvirt] [PATCH] Replace truncate() with ftruncate()

2012-02-08 Thread Eric Blake
On 02/08/2012 07:04 AM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com Mingw32 does not have any truncate() API defined, but it does have ftruncate(). So replace use of the former with the latter Hmm, maybe we should also be pulling in the gnulib ftruncate module

Re: [libvirt] [PATCH] Populate /dev/std{in, out, err} symlinks in LXC containers

2012-02-08 Thread Eric Blake
On 02/08/2012 07:22 AM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com Some applications expect /dev/std{in,out,err} to exist. Populate them during container startup as symlinks to /proc/self/fd --- src/lxc/lxc_container.c | 17 + 1 files changed,

Re: [libvirt] [PATCH] Update symbols file for virFileDirectFd/virFileWrapperFd rename

2012-02-08 Thread Jiri Denemark
On Wed, Feb 08, 2012 at 14:04:24 +, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com --- src/libvirt_private.syms |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms index

Re: [libvirt] [PATCH] virsh: Fix flag semantics and docs for desc command

2012-02-08 Thread Eric Blake
On 02/08/2012 05:16 AM, Peter Krempa wrote: This patch fixes the domain modification impact flags for tie virsh desc command to match the new semantics and fix the docs to match actual behavior. --- tools/virsh.c | 21 +++-- tools/virsh.pod | 12 +--- 2 files

Re: [libvirt] [PATCH 3/2] qemu: Always use iohelper for domain save

2012-02-08 Thread Eric Blake
On 02/08/2012 06:25 AM, Jiri Denemark wrote: This is probably not strictly needed as save operation is not live but we may have other reasons to avoid blocking qemu's main loop. --- src/qemu/qemu_driver.c | 44 +++- 1 files changed, 19 insertions(+),

Re: [libvirt] [PATCH] qemu: Fix memory leak when building -cpu argument

2012-02-08 Thread Eric Blake
On 02/08/2012 06:38 AM, Jiri Denemark wrote: Reported by Alex Jia: ==21503== 112 (32 direct, 80 indirect) bytes in 1 blocks are definitely lost in loss record 37 of 40 ==21503==at 0x4A04A28: calloc (vg_replace_malloc.c:467) ==21503==by 0x4A8991: virAlloc (memory.c:101) ==21503==

Re: [libvirt] [PATCH] qemu: Fix memory leak when building -cpu argument

2012-02-08 Thread Jiri Denemark
On Wed, Feb 08, 2012 at 08:22:37 -0700, Eric Blake wrote: On 02/08/2012 06:38 AM, Jiri Denemark wrote: Reported by Alex Jia: ==21503== 112 (32 direct, 80 indirect) bytes in 1 blocks are definitely lost in loss record 37 of 40 ==21503==at 0x4A04A28: calloc (vg_replace_malloc.c:467)

Re: [libvirt] [PATCH 3/2] qemu: Always use iohelper for domain save

2012-02-08 Thread Jiri Denemark
On Wed, Feb 08, 2012 at 08:19:35 -0700, Eric Blake wrote: On 02/08/2012 06:25 AM, Jiri Denemark wrote: This is probably not strictly needed as save operation is not live but we may have other reasons to avoid blocking qemu's main loop. --- src/qemu/qemu_driver.c | 44

Re: [libvirt] [PATCH] virsh: Fix flag semantics and docs for desc command

2012-02-08 Thread Peter Krempa
On 02/08/2012 04:07 PM, Eric Blake wrote: On 02/08/2012 05:16 AM, Peter Krempa wrote: This patch fixes the domain modification impact flags for tie virsh desc command to match the new semantics and fix the docs to match actual behavior. --- tools/virsh.c | 21 +++--

Re: [libvirt] RFC: API to report guest IP address(es)

2012-02-08 Thread Michal Privoznik
On 08.02.2012 12:30, Michal Privoznik wrote: Hi, Now we have qemu guest agent it is possible for us to: Seems like Virtual Box can report this as well: https://forums.virtualbox.org/viewtopic.php?f=1t=36592 What brings up question: Do we want to report netmasks too? What else? --

Re: [libvirt] [PATCH V4 1/5] Add new public API virDomainGetCPUStats()

2012-02-08 Thread Eric Sauer
On 02/08/2012 03:04 AM, Lai Jiangshan wrote: Hi, Eric Are any problem/suggestion with 3/5 4/5 5/5 of V4 patchset? If not, I will rebase them and resend them with tiny fixes applied. Thanks, Lai Hi, I believe you are sending these to the wrong Eric. Thanks. -- Eric Sauer Consultant, Red Hat

Re: [libvirt] [PATCH V4 1/5] Add new public API virDomainGetCPUStats()

2012-02-08 Thread Eric Blake
On 02/08/2012 01:21 PM, Eric Sauer wrote: On 02/08/2012 03:04 AM, Lai Jiangshan wrote: Hi, Eric Are any problem/suggestion with 3/5 4/5 5/5 of V4 patchset? If not, I will rebase them and resend them with tiny fixes applied. Thanks, Lai Hi, I believe you are sending these to the wrong

Re: [libvirt] [PATCH] qemu: Implement DomainPMSuspendForDuration

2012-02-08 Thread Eric Blake
On 02/08/2012 07:27 AM, Michal Privoznik wrote: via user agent. --- src/qemu/qemu_agent.c | 31 +++ src/qemu/qemu_agent.h |2 + src/qemu/qemu_driver.c | 78 3 files changed, 111 insertions(+), 0 deletions(-) +

Re: [libvirt] The weird '@' in bind address on OSX

2012-02-08 Thread Eric Blake
On 02/08/2012 01:58 AM, Justin Clift wrote: Hi all, As a general thought, would anyone be interested in getting this weird '@' thing in the bind address on OSX fixed? The @ is merely a visual place-holder for the actual NUL byte being written into the actual socket structure handed to the

Re: [libvirt] [PATCH] sysinfo: simplify function signature

2012-02-08 Thread Eric Blake
On 02/08/2012 12:30 AM, Osier Yang wrote: On 2012年02月08日 06:36, Eric Blake wrote: Now that no one is relying on the return value being a pointer to somewhere inside of the passed-in argument, we can simplify the callers to simply return success or failure. Also wrap some long lines and add

Re: [libvirt] [PATCH] cgroup:fix bug to keep --device-weights value persistent

2012-02-08 Thread Eric Blake
On 02/08/2012 06:49 AM, Guannan Ren wrote: Isn't the real bug that we are calling MergeDeviceWeights on vm-def instead of on persistentDef? Does this simpler patch do the trick? (I should probably split it into two pathes - the first hunk is cosmetic, the second fixes the bug). diff --git

[libvirt] [PATCH] docs: fix typo in python bindings

2012-02-08 Thread Eric Blake
* docs/python.html.in: Class is virConnect, not virConn. --- Pushing this under the trivial rule. docs/python.html.in |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/docs/python.html.in b/docs/python.html.in index a8c972e..e7538a4 100644 --- a/docs/python.html.in +++

[libvirt] [PATCHv5] python: refactoring virTypedParameter conversion for NUMA tuning APIs

2012-02-08 Thread Eric Blake
From: Guannan Ren g...@redhat.com *getPyVirTypedParameter *setPyVirTypedParameter *virDomainSetNumaParameters *virDomainGetNumaParameters Signed-off-by: Eric Blake ebl...@redhat.com --- v5: Incorporate my review comments on v4

Re: [libvirt] [PATCH v4] python: refactoring virTypedParameter conversion for NUMA tuning APIs

2012-02-08 Thread Eric Blake
On 02/08/2012 05:20 AM, Guannan Ren wrote: *getPyVirTypedParameter *setPyVirTypedParameter *virDomainSetNumaParameters *virDomainGetNumaParameters --- python/libvirt-override-api.xml | 13 ++ python/libvirt-override.c | 385

Re: [libvirt] [PATCH] python: Correct arguments number for migrateSetMaxSpeed

2012-02-08 Thread Osier Yang
On 2012年02月08日 17:53, Alex Jia wrote: On 02/08/2012 06:19 PM, Osier Yang wrote: The API definition accepts flags argument, however, the implementation ignores it, though flags is unused currently, we should expose it instead of hard coding, the API implementation inside hypervisor driver is

Re: [libvirt] [PATCHv5] python: refactoring virTypedParameter conversion for NUMA tuning APIs

2012-02-08 Thread Osier Yang
On 2012年02月09日 09:41, Eric Blake wrote: From: Guannan Reng...@redhat.com *getPyVirTypedParameter *setPyVirTypedParameter *virDomainSetNumaParameters *virDomainGetNumaParameters Signed-off-by: Eric Blakeebl...@redhat.com --- v5: Incorporate my review

Re: [libvirt] [PATCHv5] python: refactoring virTypedParameter conversion for NUMA tuning APIs

2012-02-08 Thread Guannan Ren
On 02/09/2012 09:41 AM, Eric Blake wrote: From: Guannan Reng...@redhat.com *getPyVirTypedParameter *setPyVirTypedParameter *virDomainSetNumaParameters *virDomainGetNumaParameters Signed-off-by: Eric Blakeebl...@redhat.com --- v5: Incorporate my

Re: [libvirt] RFC: API to report guest IP address(es)

2012-02-08 Thread Osier Yang
On 2012年02月08日 19:30, Michal Privoznik wrote: Hi, Now we have qemu guest agent it is possible for us to: 1) extend guest agent to report IP addresses (not trivial among OSes). 2) Write API which will report these to mgmt application. One thing that I am not sure about and would like you to

Re: [libvirt] [PATCH v6] npiv: Auto-generate WWN if it's not specified

2012-02-08 Thread Osier Yang
On 2012年02月07日 22:03, Osier Yang wrote: On 2012年02月07日 21:29, Eric Blake wrote: On 02/07/2012 06:38 AM, Osier Yang wrote: The auto-generated WWN comply with the new addressing schema of WWN: quote the first nibble is either hex 5 or 6 followed by a 3-byte vendor identifier and 36 bits for a

Re: [libvirt] virsh bash completion file

2012-02-08 Thread Serge Hallyn
Quoting Daniel P. Berrange (berra...@redhat.com): On Thu, Oct 06, 2011 at 08:30:55AM -0500, Serge E. Hallyn wrote: Quoting Daniel P. Berrange (berra...@redhat.com): On Wed, Oct 05, 2011 at 03:17:47PM -0500, Serge E. Hallyn wrote: Hi, I've been trying out a bash autocompletion

[libvirt] [PATCH] conf: small changes to comments in virDomainDeviceInfo

2012-02-08 Thread Laine Stump
romfile wasn't mentioned in the comment, and the fact that rombar is now supported for network interfaces also wasn't there. Pushed under the trivial rule. --- src/conf/domain_conf.h |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/conf/domain_conf.h