Re: [libvirt] internal error hostname of destination resolved to localhost, but migration requires an FQDN

2012-05-08 Thread William Herry
Thank you Jirka I think I am more clear now: For some reason, libvirtd running on that host was not able to resolve the name to an IP address that could be sent back and still be useful and thus it sent the hostname hoping the source libvirtd would be more successful with resolving the name

Re: [libvirt] [PATCH] numad: Set memory policy according to the advisory nodeset from numad

2012-05-08 Thread Osier Yang
On 2012年05月08日 01:06, Eric Blake wrote: On 05/07/2012 02:34 AM, Osier Yang wrote: Though numad will manage the memory allocation of task dynamically, but it wants management application (libvirt) to pre-set the memory policy according to the advisory nodeset returned from querying numad, (just

[libvirt] [PATCH] [libvirt-test-API] Add machine option to supprot choose machine type in more architectures

2012-05-08 Thread Lin Qing
1.With machine option,user can specify macine type to emulate. For example : define in xml file , machine='pc' or machine='pseries'. 2.Fix some indent issue in ksiso.sh. Signed-off-by: Qing Linqing...@linux.vnet.ibm.com --- cases/consumption_cpu_topology.conf|2 +

Re: [libvirt] [PATCH libvirt 1/3] build: do not build shunloadtest if pthread missing

2012-05-08 Thread Daniel P. Berrange
On Mon, May 07, 2012 at 04:13:32PM -0600, Eric Blake wrote: ping On 05/02/2012 12:45 PM, Eric Blake wrote: On 04/20/2012 07:13 AM, Marc-André Lureau wrote: Fixes build on Windows systems we've already conditionalized -pthread; so does this (shorter) patch work to fix the problem

Re: [libvirt] [PATCH] [libvirt-test-API] Add machine option to supprot choose machine type in more architectures

2012-05-08 Thread Osier Yang
On 2012年05月08日 15:45, Lin Qing wrote: 1.With machine option,user can specify macine type to emulate. For example : define in xml file , machine='pc' or machine='pseries'. 2.Fix some indent issue in ksiso.sh. Signed-off-by: Qing Linqing...@linux.vnet.ibm.com ---

Re: [libvirt] [PATCH 1/2] domain_conf: add usbredir to list of valid spice channels

2012-05-08 Thread Alon Levy
On Mon, May 07, 2012 at 09:50:22AM -0600, Eric Blake wrote: On 05/07/2012 06:33 AM, Alon Levy wrote: Add usbredir channel to list of recognized spice channels. RHBZ: 819498 Signed-off-by: Alon Levy al...@redhat.com --- src/conf/domain_conf.c |3 ++- src/conf/domain_conf.h |

Re: [libvirt] [PATCH 2/2] domain_conf: add default to list of valid spice channels

2012-05-08 Thread Alon Levy
On Mon, May 07, 2012 at 09:53:05AM -0600, Eric Blake wrote: On 05/07/2012 06:33 AM, Alon Levy wrote: qemu's behavior in this case is to change the spice server behavior to require secure connection to any channel not otherwise specified as being in plaintext mode. libvirt doesn't currently

[libvirt] [PATCH v2 2/2] domain_conf: add default to list of valid spice channels

2012-05-08 Thread Alon Levy
qemu's behavior in this case is to change the spice server behavior to require secure connection to any channel not otherwise specified as being in plaintext mode. libvirt doesn't currently allow requesting this (via plaintext-channel=channel name). RHBZ: 819499 Signed-off-by: Alon Levy

[libvirt] [PATCH v2 1/2] domain_conf: add usbredir to list of valid spice channels

2012-05-08 Thread Alon Levy
Add usbredir channel to list of recognized spice channels. RHBZ: 819498 Signed-off-by: Alon Levy al...@redhat.com --- docs/formatdomain.html.in |5 +- docs/schemas/domaincommon.rng |1 + src/conf/domain_conf.c |

Re: [libvirt] [PATCH] [libvirt-test-API] Add machine option to supprot choose machine type in more architectures

2012-05-08 Thread Osier Yang
On 2012年05月08日 15:45, Lin Qing wrote: 1.With machine option,user can specify macine type to emulate. For example : define in xml file , machine='pc' or machine='pseries'. 2.Fix some indent issue in ksiso.sh. Signed-off-by: Qing Linqing...@linux.vnet.ibm.com ---

[libvirt] [Patch] Libvirt - Fix locking for readonly devices

2012-05-08 Thread David Weber
Hi, I'm currently working on getting sanlock into Debian/Ubuntu. While testing, I noticed that I wasn't able to add a readonly or shared device: internal error unsupported configuration: Readonly leases are not supported. After looking into the source, it seems to be the following situation: -

[libvirt] [Patch] Libvirt - Fix locking for readonly devices

2012-05-08 Thread David Weber
Hi, I'm currently working on getting sanlock into Debian/Ubuntu. While testing, I noticed that I wasn't able to add a readonly or shared device: internal error unsupported configuration: Readonly leases are not supported. After looking into the source, it seems to be the following situation: -

Re: [libvirt] [PATCH] [libvirt-test-API] Add machine option to supprot choose machine type in more architectures

2012-05-08 Thread Guannan Ren
On 05/08/2012 10:33 PM, Osier Yang wrote: On 2012年05月08日 15:45, Lin Qing wrote: 1.With machine option,user can specify macine type to emulate. For example : define in xml file , machine='pc' or machine='pseries'. 2.Fix some indent issue in ksiso.sh. Signed-off-by: Qing

Re: [libvirt] [PATCH libvirt 1/3] build: do not build shunloadtest if pthread missing

2012-05-08 Thread Eric Blake
On 05/08/2012 04:16 AM, Daniel P. Berrange wrote: On Mon, May 07, 2012 at 04:13:32PM -0600, Eric Blake wrote: ping On 05/02/2012 12:45 PM, Eric Blake wrote: On 04/20/2012 07:13 AM, Marc-André Lureau wrote: Fixes build on Windows systems we've already conditionalized -pthread; so does this

Re: [libvirt] [PATCH v2 1/2] domain_conf: add usbredir to list of valid spice channels

2012-05-08 Thread Eric Blake
On 05/08/2012 07:00 AM, Alon Levy wrote: Add usbredir channel to list of recognized spice channels. RHBZ: 819498 Signed-off-by: Alon Levy al...@redhat.com --- docs/formatdomain.html.in |5 +- docs/schemas/domaincommon.rng |1 +

Re: [libvirt] [PATCH v2 2/2] domain_conf: add default to list of valid spice channels

2012-05-08 Thread Eric Blake
On 05/08/2012 07:00 AM, Alon Levy wrote: qemu's behavior in this case is to change the spice server behavior to require secure connection to any channel not otherwise specified as being in plaintext mode. libvirt doesn't currently allow requesting this (via plaintext-channel=channel name).

[libvirt] [PATCH 5/5] numad: Add buildRequires of numactl-devel

2012-05-08 Thread Osier Yang
As libnuma's API is used to set memory policy. --- libvirt.spec.in |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index 95d8af4..f7764e8 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -457,8 +457,12 @@ BuildRequires: gawk

[libvirt] [PATCH 1/5] numad: Set memory policy according to the advisory nodeset from numad

2012-05-08 Thread Osier Yang
Though numad will manage the memory allocation of task dynamically, but it wants management application (libvirt) to pre-set the memory policy according to the advisory nodeset returned from querying numad, (just like pre-bind CPU nodeset for domain process), and thus the performance could benifit

[libvirt] [PATCH 4/5] numad: Divide cur_balloon by 1024 before passing it to numad

2012-05-08 Thread Osier Yang
Numad expects MB by default. --- src/qemu/qemu_process.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/qemu/qemu_process.c b/src/qemu/qemu_process.c index 82b17d6..e34cc6d 100644 --- a/src/qemu/qemu_process.c +++ b/src/qemu/qemu_process.c @@ -1773,7 +1773,7 @@

[libvirt] [PATCH 2/5] numad: Copy 'placement' of numatune to vcpu if its placement is not specified

2012-05-08 Thread Osier Yang
With this patch, one can also fully drive numad by: vcpu2/vcpu numatune memory placement='auto'/ /numatune New tests are added, and s//'/ on tests (*.xml) added in previous patch. --- docs/formatdomain.html.in | 16 +- src/conf/domain_conf.c

[libvirt] [PATCH 0/5 v2] numad: Auto-set memory policy with numad's advisory nodeset

2012-05-08 Thread Osier Yang
1/5 allows to pre-set the memory policy of domain process with advisory nodeset from numad, by introducing a new XML tag placement for numatune, its value defaults to either vcpu placement, or static if 'nodeset' is specified. If vcpu placement is 'auto', and no numatune is specified, a default

[libvirt] [PATCH] tests: add some self-documentation to tests

2012-05-08 Thread Eric Blake
Alon Levy mentioned on IRC that he tried './qemuxml2argvtest --help' to figure out how to find which test was failing, but it didn't help. The information is in HACKING, but it doesn't help to make the tests also provide their own help. * tests/testutils.c (virtTestMain): Mention debug trick. ---

[libvirt] [PATCH v3 1/2] domain_conf: add usbredir to list of valid spice channels

2012-05-08 Thread Alon Levy
Add usbredir channel to list of recognized spice channels. RHBZ: 819498 Signed-off-by: Alon Levy al...@redhat.com --- docs/formatdomain.html.in |5 +- docs/schemas/domaincommon.rng |1 + src/conf/domain_conf.c |

[libvirt] [PATCH v3 2/2] domain_conf: add default to list of valid spice channels

2012-05-08 Thread Alon Levy
qemu's behavior in this case is to change the spice server behavior to require secure connection to any channel not otherwise specified as being in plaintext mode. libvirt doesn't currently allow requesting this (via plaintext-channel=channel name). RHBZ: 819499 Signed-off-by: Alon Levy

[libvirt] [PATCH alt] tests/testutils: advertise VIR_TEST_VERBOSE and VIR_TEST_DEBUG if user attempts to get help

2012-05-08 Thread Alon Levy
Signed-off-by: Alon Levy al...@redhat.com --- tests/testutils.c |4 1 file changed, 4 insertions(+) diff --git a/tests/testutils.c b/tests/testutils.c index 4e8484f..ada676f 100644 --- a/tests/testutils.c +++ b/tests/testutils.c @@ -577,6 +577,10 @@ int virtTestMain(int argc,

Re: [libvirt] [PATCH alt] tests/testutils: advertise VIR_TEST_VERBOSE and VIR_TEST_DEBUG if user attempts to get help

2012-05-08 Thread Eric Blake
On 05/08/2012 11:46 AM, Alon Levy wrote: Signed-off-by: Alon Levy al...@redhat.com --- tests/testutils.c |4 1 file changed, 4 insertions(+) diff --git a/tests/testutils.c b/tests/testutils.c index 4e8484f..ada676f 100644 --- a/tests/testutils.c +++ b/tests/testutils.c @@

Re: [libvirt] [PATCH v3 2/2] domain_conf: add default to list of valid spice channels

2012-05-08 Thread Eric Blake
On 05/08/2012 11:42 AM, Alon Levy wrote: qemu's behavior in this case is to change the spice server behavior to require secure connection to any channel not otherwise specified as being in plaintext mode. libvirt doesn't currently allow requesting this (via plaintext-channel=channel name).

Re: [libvirt] [PATCH] snapshot: allow block devices past cgroup

2012-05-08 Thread Laine Stump
On 05/07/2012 07:00 PM, Eric Blake wrote: It turns out that when cgroups are enabled, the use of a block device for a snapshot target was failing with EPERM due to libvirt failing to add the block device to the cgroup whitelist. See also https://bugzilla.redhat.com/show_bug.cgi?id=810200 *

Re: [libvirt] [PATCH v3 2/2] domain_conf: add default to list of valid spice channels

2012-05-08 Thread Alon Levy
On Tue, May 08, 2012 at 12:19:45PM -0600, Eric Blake wrote: On 05/08/2012 11:42 AM, Alon Levy wrote: qemu's behavior in this case is to change the spice server behavior to require secure connection to any channel not otherwise specified as being in plaintext mode. libvirt doesn't currently

Re: [libvirt] [PATCH v3 2/2] domain_conf: add default to list of valid spice channels

2012-05-08 Thread Alon Levy
On Tue, May 08, 2012 at 10:10:34PM +0300, Alon Levy wrote: On Tue, May 08, 2012 at 12:19:45PM -0600, Eric Blake wrote: On 05/08/2012 11:42 AM, Alon Levy wrote: qemu's behavior in this case is to change the spice server behavior to require secure connection to any channel not otherwise

Re: [libvirt] [PATCH] snapshot: allow block devices past cgroup

2012-05-08 Thread Eric Blake
On 05/08/2012 12:42 PM, Laine Stump wrote: On 05/07/2012 07:00 PM, Eric Blake wrote: It turns out that when cgroups are enabled, the use of a block device for a snapshot target was failing with EPERM due to libvirt failing to add the block device to the cgroup whitelist. See also

[libvirt] [PATCHv2] snapshot: allow block devices past cgroup

2012-05-08 Thread Eric Blake
It turns out that when cgroups are enabled, the use of a block device for a snapshot target was failing with EPERM due to libvirt failing to add the block device to the cgroup whitelist. See also https://bugzilla.redhat.com/show_bug.cgi?id=810200 * src/qemu/qemu_driver.c

[libvirt] [PATCHv3] snapshot: allow block devices past cgroup

2012-05-08 Thread Eric Blake
It turns out that when cgroups are enabled, the use of a block device for a snapshot target was failing with EPERM due to libvirt failing to add the block device to the cgroup whitelist. See also https://bugzilla.redhat.com/show_bug.cgi?id=810200 * src/qemu/qemu_driver.c

[libvirt] [PATCH] openvz: determine kb/pages only once

2012-05-08 Thread Guido Günther
to safe some syscalls (as suggested by Eric Blake) --- I've moved the code into an extra module since there's some more code to come that should be shared between openvz_conf.c and openvz_driver.c Cheers, -- Guido src/Makefile.am|3 ++- src/openvz/openvz_conf.c | 12

Re: [libvirt] [PATCHv3] snapshot: allow block devices past cgroup

2012-05-08 Thread Laine Stump
On 05/08/2012 04:01 PM, Eric Blake wrote: It turns out that when cgroups are enabled, the use of a block device for a snapshot target was failing with EPERM due to libvirt failing to add the block device to the cgroup whitelist. See also https://bugzilla.redhat.com/show_bug.cgi?id=810200 *

Re: [libvirt] [PATCHv3] snapshot: allow block devices past cgroup

2012-05-08 Thread Eric Blake
On 05/08/2012 02:28 PM, Laine Stump wrote: On 05/08/2012 04:01 PM, Eric Blake wrote: It turns out that when cgroups are enabled, the use of a block device for a snapshot target was failing with EPERM due to libvirt failing to add the block device to the cgroup whitelist. See also

Re: [libvirt] [PATCH 1/5] numad: Set memory policy according to the advisory nodeset from numad

2012-05-08 Thread Eric Blake
On 05/08/2012 10:04 AM, Osier Yang wrote: Though numad will manage the memory allocation of task dynamically, but it wants management application (libvirt) to pre-set the memory policy according to the advisory nodeset returned from querying numad, (just like pre-bind CPU nodeset for domain

Re: [libvirt] [PATCH 2/5] numad: Copy 'placement' of numatune to vcpu if its placement is not specified

2012-05-08 Thread Eric Blake
On 05/08/2012 10:04 AM, Osier Yang wrote: With this patch, one can also fully drive numad by: vcpu2/vcpu numatune memory placement='auto'/ /numatune New tests are added, and s//'/ on tests (*.xml) added in previous patch. That feels like churn; I might float those hunks to

Re: [libvirt] [PATCH 3/5] numad: Always output 'placement' of vcpu

2012-05-08 Thread Eric Blake
On 05/08/2012 10:04 AM, Osier Yang wrote: vcpu is not an optional node. The value for its 'placement' actually always defaults to 'static' in the underlying codes. (Even no 'cpuset' and 'placement' is specified, the domain process will be pinned to all the available pCPUs). --- 353 files

Re: [libvirt] [PATCH 4/5] numad: Divide cur_balloon by 1024 before passing it to numad

2012-05-08 Thread Eric Blake
On 05/08/2012 10:04 AM, Osier Yang wrote: Numad expects MB by default. --- src/qemu/qemu_process.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/qemu/qemu_process.c b/src/qemu/qemu_process.c index 82b17d6..e34cc6d 100644 --- a/src/qemu/qemu_process.c +++

Re: [libvirt] [PATCH 5/5] numad: Add buildRequires of numactl-devel

2012-05-08 Thread Eric Blake
On 05/08/2012 10:04 AM, Osier Yang wrote: As libnuma's API is used to set memory policy. --- libvirt.spec.in |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index 95d8af4..f7764e8 100644 --- a/libvirt.spec.in +++

Re: [libvirt] [PATCH 5/5] numad: Add buildRequires of numactl-devel

2012-05-08 Thread Eric Blake
On 05/08/2012 04:30 PM, Eric Blake wrote: On 05/08/2012 10:04 AM, Osier Yang wrote: As libnuma's API is used to set memory policy. --- libvirt.spec.in |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index 95d8af4..f7764e8 100644

Re: [libvirt] [PATCH 5/5] numad: Add buildRequires of numactl-devel

2012-05-08 Thread Eric Blake
On 05/08/2012 04:40 PM, Eric Blake wrote: On 05/08/2012 04:30 PM, Eric Blake wrote: On 05/08/2012 10:04 AM, Osier Yang wrote: As libnuma's API is used to set memory policy. --- libvirt.spec.in |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/libvirt.spec.in

Re: [libvirt] [PATCH 4/5] numad: Divide cur_balloon by 1024 before passing it to numad

2012-05-08 Thread Eric Blake
On 05/08/2012 04:29 PM, Eric Blake wrote: On 05/08/2012 10:04 AM, Osier Yang wrote: Numad expects MB by default. --- src/qemu/qemu_process.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/qemu/qemu_process.c b/src/qemu/qemu_process.c index 82b17d6..e34cc6d

[libvirt] [libvirt-glib 3/5] Add gvir_config_domain_get_os()

2012-05-08 Thread Zeeshan Ali (Khattak)
From: Zeeshan Ali (Khattak) zeesha...@gnome.org --- libvirt-gconfig/libvirt-gconfig-domain.c | 18 ++ libvirt-gconfig/libvirt-gconfig-domain.h |1 + libvirt-gconfig/libvirt-gconfig.sym |5 + 3 files changed, 24 insertions(+), 0 deletions(-) diff --git

[libvirt] [libvirt-glib 5/5] Add gvir_config_domain_os_get_boot_devices()

2012-05-08 Thread Zeeshan Ali (Khattak)
From: Zeeshan Ali (Khattak) zeesha...@gnome.org --- libvirt-gconfig/libvirt-gconfig-domain-os.c | 45 +++ libvirt-gconfig/libvirt-gconfig-domain-os.h |1 + libvirt-gconfig/libvirt-gconfig.sym |1 + 3 files changed, 47 insertions(+), 0 deletions(-) diff

[libvirt] [libvirt-glib 1/5] Correct gvir_config_domain_source_pty_set_path()

2012-05-08 Thread Zeeshan Ali (Khattak)
From: Zeeshan Ali (Khattak) zeesha...@gnome.org This function should set 'path' as attribute of 'source' node rather than as child node. --- .../libvirt-gconfig-domain-chardev-source-pty.c| 11 --- 1 files changed, 4 insertions(+), 7 deletions(-) diff --git

[libvirt] [libvirt-glib 2/5] More internal helpers for GVirConfigObject subclasses

2012-05-08 Thread Zeeshan Ali (Khattak)
From: Zeeshan Ali (Khattak) zeesha...@gnome.org - gvir_config_object_add_child_with_type() - gvir_config_object_get_child() - gvir_config_object_get_child_with_type() --- libvirt-gconfig/libvirt-gconfig-object-private.h |8 libvirt-gconfig/libvirt-gconfig-object.c | 47

[libvirt] [libvirt-glib 4/5] Allow unsetting of string object properties

2012-05-08 Thread Zeeshan Ali (Khattak)
From: Zeeshan Ali (Khattak) zeesha...@gnome.org Passing a 'NULL' value now deletes the corresponding node/tree. --- .../libvirt-gconfig-domain-chardev-source-pty.c|6 ++ .../libvirt-gconfig-domain-controller.c|9 ++- libvirt-gconfig/libvirt-gconfig-domain-os.c|

[libvirt] [libvirt-glib 1/4] API to get capabilities from connection

2012-05-08 Thread Zeeshan Ali (Khattak)
From: Zeeshan Ali (Khattak) zeesha...@gnome.org --- libvirt-gconfig/libvirt-gconfig-capabilities.c |4 - libvirt-gobject/libvirt-gobject-connection.c | 104 libvirt-gobject/libvirt-gobject-connection.h | 11 +++ libvirt-gobject/libvirt-gobject.sym|

[libvirt] [libvirt-glib 3/4] Add guest capabilities API

2012-05-08 Thread Zeeshan Ali (Khattak)
From: Zeeshan Ali (Khattak) zeesha...@gnome.org Not quite complete but its a good start. --- libvirt-gconfig/Makefile.am|8 + .../libvirt-gconfig-capabilities-guest-arch.c | 122 + .../libvirt-gconfig-capabilities-guest-arch.h | 71

[libvirt] [libvirt-glib 4/4] Add some tests for new capabilities APIs

2012-05-08 Thread Zeeshan Ali (Khattak)
From: Zeeshan Ali (Khattak) zeesha...@gnome.org --- libvirt-gconfig/tests/Makefile.am |4 +- libvirt-gconfig/tests/test-capabilities-parse.c | 159 +++ libvirt-gconfig/tests/test-capabilities-parse.xml | 294 + 3 files changed, 456

[libvirt] [libvirt-glib 2/4] Add host capabilities API

2012-05-08 Thread Zeeshan Ali (Khattak)
From: Zeeshan Ali (Khattak) zeesha...@gnome.org Not quite complete but its a good start. --- libvirt-gconfig/Makefile.am|6 + .../libvirt-gconfig-capabilities-cpu-feature.c | 58 ++ .../libvirt-gconfig-capabilities-cpu-feature.h | 67

Re: [libvirt] [PATCH 5/5] numad: Add buildRequires of numactl-devel

2012-05-08 Thread Osier Yang
On 2012年05月09日 00:04, Osier Yang wrote: As libnuma's API is used to set memory policy. Ah, no. The following was ignored by git am. --- @Eric, I don't see numactl-devel in FC17 provides numad binary, (strange if it provides, :), So I didn't change like what you suggested: %if %{with_numad}

Re: [libvirt] [PATCH 4/5] numad: Divide cur_balloon by 1024 before passing it to numad

2012-05-08 Thread Osier Yang
On 2012年05月09日 07:38, Eric Blake wrote: On 05/08/2012 04:29 PM, Eric Blake wrote: On 05/08/2012 10:04 AM, Osier Yang wrote: Numad expects MB by default. --- src/qemu/qemu_process.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/qemu/qemu_process.c

[libvirt] [PATCH 6/5] numad: Update comments in libvirt.spec.in

2012-05-08 Thread Osier Yang
Not only support CPU placement now. --- libvirt.spec.in |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index 95d8af4..dfcfb62 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -224,7 +224,7 @@ %define with_libpcap

[libvirt] [PATCH 5/5 v2] numad: Check numactl-devel if compiled with numad support

2012-05-08 Thread Osier Yang
Since now we pre-set memory policy using libnuma to fully drive numad, it needs to check numactl-devel if with_numad is yes. configure with groups --with-numad=yes --with-numactl=yes, --with-numad=no --with-numactl=yes, --with-numad=yes --with-numactl=yes works fine after the change. ---

Re: [libvirt] [PATCH 5/5 v2] numad: Check numactl-devel if compiled with numad support

2012-05-08 Thread Daniel Veillard
On Wed, May 09, 2012 at 12:28:45PM +0800, Osier Yang wrote: Since now we pre-set memory policy using libnuma to fully drive numad, it needs to check numactl-devel if with_numad is yes. configure with groups --with-numad=yes --with-numactl=yes, --with-numad=no --with-numactl=yes,

Re: [libvirt] [PATCH 6/5] numad: Update comments in libvirt.spec.in

2012-05-08 Thread Daniel Veillard
On Wed, May 09, 2012 at 12:28:46PM +0800, Osier Yang wrote: Not only support CPU placement now. --- libvirt.spec.in |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index 95d8af4..dfcfb62 100644 --- a/libvirt.spec.in +++

Re: [libvirt] [PATCH 5/5 v2] numad: Check numactl-devel if compiled with numad support

2012-05-08 Thread Osier Yang
On 2012年05月09日 12:58, Daniel Veillard wrote: On Wed, May 09, 2012 at 12:28:45PM +0800, Osier Yang wrote: Since now we pre-set memory policy using libnuma to fully drive numad, it needs to check numactl-devel if with_numad is yes. configure with groups --with-numad=yes --with-numactl=yes,