Re: [libvirt] [PATCH] docs: mention migration issue of which credentials are used

2012-05-10 Thread Michal Privoznik
On 30.04.2012 22:54, Eric Blake wrote: Based on a report by Seth Vidal. Just because _you_ can use virsh to connect to both source and destinations does not mean that libvirtd on the source (aka _root_) can likewise connect to the destination; this matters when setting up a peer-to-peer

Re: [libvirt] Libvirt java binding crash Tomcat

2012-05-10 Thread Michal Privoznik
On 09.05.2012 21:55, Hubert Zhang wrote: Running on linux and libvirt 0.9.11. Using libvirt java 0.4.7. Notice that the Tomcat server crashes and shows the dump like this: *** glibc detected *** jsvc.exec: double free or corruption (out): 0x086f14a8 *** === Backtrace: =

Re: [libvirt] Supporting native USB in oVirt

2012-05-10 Thread Hans de Goede
Hi Oved, I think it will help if you can re-formulate things into a question for the libvirt developers. e.g. something along the lines of: is it possible to add composite PCI devices to a vm while using automatic address assignment ? Regards, Hans On 05/09/2012 03:46 PM, Oved Ourfalli

[libvirt] [PATCHv2 1/1] Assign spapr-vio address type to ibmvscsi controller

2012-05-10 Thread Li Zhang
For pseries guest, the default controller model is ibmvscsi controller, this controller only can work on spapr-vio address. This patch is to assign spapr-vio address type to ibmvscsi controller. Signed-off-by: Li Zhang zhlci...@linux.vnet.ibm.com --- src/qemu/qemu_command.c | 14

Re: [libvirt] [PATCH 1/1] Assign spapr-vio bus address to ibmvscsi controller

2012-05-10 Thread Li Zhang
On 05/09/2012 05:06 PM, Daniel P. Berrange wrote: On Wed, May 09, 2012 at 02:51:21PM +0800, Li Zhang wrote: ibmvscsi is based on spapr-vio bus address type. It can't work on PCI bus. Now, it is still on pci bus. This patch is to assign spapr-vio address type to ibmvscsi controller.

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

2012-05-10 Thread Christophe Fergeau
On Wed, May 09, 2012 at 11:00:51PM +0300, Zeeshan Ali (Khattak) wrote: On Wed, May 9, 2012 at 7:10 PM, Christophe Fergeau cferg...@redhat.com wrote: +const gchar * +gvir_config_capabilities_cpu_feature_get_name(GVirConfigCapabilitiesCpuFeature *caps) s/caps/feature I was

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

2012-05-10 Thread Christophe Fergeau
On Wed, May 09, 2012 at 11:44:24PM +0300, Zeeshan Ali (Khattak) wrote: On Wed, May 9, 2012 at 5:54 PM, Christophe Fergeau cferg...@redhat.com wrote: On Wed, May 09, 2012 at 04:16:15AM +0300, Zeeshan Ali (Khattak) wrote: From: Zeeshan Ali (Khattak) zeesha...@gnome.org Not quite complete

Re: [libvirt] [PATCHv2 1/1] Assign spapr-vio address type to ibmvscsi controller

2012-05-10 Thread Daniel P. Berrange
On Thu, May 10, 2012 at 04:39:48PM +0800, Li Zhang wrote: For pseries guest, the default controller model is ibmvscsi controller, this controller only can work on spapr-vio address. This patch is to assign spapr-vio address type to ibmvscsi controller. Signed-off-by: Li Zhang

Re: [libvirt] [PATCH] Add support for RAM filesystems for LXC

2012-05-10 Thread Daniel P. Berrange
On Wed, May 09, 2012 at 10:00:47AM -0600, Eric Blake wrote: On 05/09/2012 09:49 AM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com Introduce a new syntax for filesystems to allow use of a RAM filesystem filesystem type='ram' source usage='1024'/

Re: [libvirt] [PATCH-RFC] Change libxl to use Xen 4.2 interface

2012-05-10 Thread Ian Campbell
On Wed, 2012-05-09 at 18:13 +0100, Daniel De Graaf wrote: This patch changes libxl to use the interface in Xen 4.2. It is provided as an example, not intended to go in to libvirt as-is since it removes all support for libxl from Xen 4.1. It also still has some cruft (extra void casts on

Re: [libvirt] [PATCH-RFC] Change libxl to use Xen 4.2 interface

2012-05-10 Thread Daniel P. Berrange
On Thu, May 10, 2012 at 10:56:06AM +0100, Ian Campbell wrote: On Wed, 2012-05-09 at 18:13 +0100, Daniel De Graaf wrote: This patch changes libxl to use the interface in Xen 4.2. It is provided as an example, not intended to go in to libvirt as-is since it removes all support for libxl from

Re: [libvirt] [PATCH libvirt 2/2] qemu: implement user mode port forward

2012-05-10 Thread Hu Tao
On Thu, May 10, 2012 at 02:10:45AM +0200, Marc-André Lureau wrote: Implement port forwarding for user mode networking with QEMU. --- src/libvirt_private.syms |3 + src/qemu/qemu_command.c | 115 +

Re: [libvirt] [PATCH libvirt 1/2] domain: add forward element for user mode networking

2012-05-10 Thread Hu Tao
On Thu, May 10, 2012 at 02:10:44AM +0200, Marc-André Lureau wrote: Add element forward to add TCP or UDP port redirection from host to guest in user mode networking. --- docs/formatdomain.html.in| 21 docs/schemas/domaincommon.rng| 29

Re: [libvirt] [PATCH libvirt 1/2] domain: add forward element for user mode networking

2012-05-10 Thread Daniel P. Berrange
On Thu, May 10, 2012 at 02:10:44AM +0200, Marc-André Lureau wrote: diff --git a/src/conf/domain_conf.h b/src/conf/domain_conf.h index 70129fe..7fde05e 100644 --- a/src/conf/domain_conf.h +++ b/src/conf/domain_conf.h @@ -768,6 +768,23 @@ struct _virDomainActualNetDef {

Re: [libvirt] [Engine-devel] Supporting native USB in oVirt

2012-05-10 Thread Oved Ourfalli
Rephrasing my question a bit, to make it more clear. We are now working on adding the support for native USB devices on oVirt. This requires adding composite PCI devices to a VM (details below), requiring specific set of restrictions on the addresses of these devices, and the connections

Re: [libvirt] [Engine-devel] Supporting native USB in oVirt

2012-05-10 Thread Hans de Goede
Hi, On 05/10/2012 01:39 PM, Oved Ourfalli wrote: Rephrasing my question a bit, to make it more clear. We are now working on adding the support for native USB devices on oVirt. This requires adding composite PCI devices to a VM (details below), requiring specific set of restrictions on the

Re: [libvirt] [PATCH libvirt 1/2] storage: add preallocation element

2012-05-10 Thread Christophe Fergeau
On Sat, May 05, 2012 at 02:46:31AM +0200, Marc-André Lureau wrote: Allow to specify preallocation mode for QCOW2 images. If not specified or not available, it's ignored. This change only modify the schema, doc, parsing and tests. --- docs/formatstorage.html.in |6 ++

Re: [libvirt] [PATCH libvirt] storage: add preallocation element

2012-05-10 Thread Christophe Fergeau
On Wed, May 09, 2012 at 02:01:14PM +0200, Marc-André Lureau wrote: Allow to specify preallocation mode for QCOW2 images. If not specified or not available, it's ignored. This change only modify the schema, doc, parsing and tests. --- docs/formatstorage.html.in |6 ++

Re: [libvirt] [PATCH libvirt 2/2] storage: learn to create qcow2 with preallocation

2012-05-10 Thread Christophe Fergeau
On Sat, May 05, 2012 at 02:46:32AM +0200, Marc-André Lureau wrote: Use preallocation mode specified in volume XML format when running qemu-img. --- src/storage/storage_backend.c | 63 ++--- 1 file changed, 53 insertions(+), 10 deletions(-) diff

Re: [libvirt] [Engine-devel] Supporting native USB in oVirt

2012-05-10 Thread Daniel P. Berrange
On Thu, May 10, 2012 at 02:12:42PM +0200, Hans de Goede wrote: Hi, On 05/10/2012 01:39 PM, Oved Ourfalli wrote: Rephrasing my question a bit, to make it more clear. We are now working on adding the support for native USB devices on oVirt. This requires adding composite PCI devices to a VM

Re: [libvirt] [Engine-devel] Supporting native USB in oVirt

2012-05-10 Thread Gerd Hoffmann
Hi, I can imagine a syntax like this: controller type='usb' index='0' model='ich9-ehci1' /controller controller type='usb' index='0' model='ich9-uhci1' master id='usb' startport='0'/ /controller controller type='usb' index='0' model='ich9-uhci2' master

Re: [libvirt] [Engine-devel] Supporting native USB in oVirt

2012-05-10 Thread Oved Ourfalli
- Original Message - From: Daniel P. Berrange berra...@redhat.com To: Hans de Goede hdego...@redhat.com Cc: Oved Ourfalli ov...@redhat.com, engine-devel engine-de...@ovirt.org, libvirt-l...@redhat.com Sent: Thursday, May 10, 2012 4:05:11 PM Subject: Re: [Engine-devel]

Re: [libvirt] [Engine-devel] Supporting native USB in oVirt

2012-05-10 Thread Christophe Fergeau
On Thu, May 10, 2012 at 02:05:11PM +0100, Daniel P. Berrange wrote: While I don't much fancy adding support for automatic assignment with the companion controllers, Fwiw, this would be useful to libvirt-glib too. Christophe pgpQmLYDyZFYk.pgp Description: PGP signature -- libvir-list

Re: [libvirt] [Engine-devel] Supporting native USB in oVirt

2012-05-10 Thread Oved Ourfalli
- Original Message - From: Gerd Hoffmann kra...@redhat.com To: Hans de Goede hdego...@redhat.com Cc: Oved Ourfalli ov...@redhat.com, engine-devel engine-de...@ovirt.org, libvirt-l...@redhat.com, Eli Mesika emes...@redhat.com Sent: Thursday, May 10, 2012 4:24:31 PM Subject: Re:

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

2012-05-10 Thread Christophe Fergeau
On Wed, May 09, 2012 at 11:00:51PM +0300, Zeeshan Ali (Khattak) wrote: On Wed, May 9, 2012 at 7:10 PM, Christophe Fergeau cferg...@redhat.com wrote: This doesn't belong in this patch, feel free to sneak it in a patch modifying -object.c Marc-Andre would disagree but sure. Ah, it's

Re: [libvirt] [PATCH] virsh: Allow users to reedit rejected XML

2012-05-10 Thread Dave Allan
On Wed, May 09, 2012 at 03:36:26PM +0200, Michal Privoznik wrote: If users {net-,pool-,}edit but make a mistake in XML all changes are permanently lost. However, if virsh is running in interactive mode we can as user if he wants to re-edit the file and correct the mistakes. ACK to the design,

Re: [libvirt] [PATCH 1/2] rpc: Switch to dynamically allocated message buffer

2012-05-10 Thread Daniel P. Berrange
On Thu, May 10, 2012 at 04:48:10PM +0200, Michal Privoznik wrote: On 03.05.2012 10:01, Daniel P. Berrange wrote: On Wed, May 02, 2012 at 01:52:27PM -0600, Eric Blake wrote: On 04/27/2012 07:22 AM, Michal Privoznik wrote: Currently, we are allocating buffer for RPC messages statically.

Re: [libvirt] [PATCH 1/2] rpc: Switch to dynamically allocated message buffer

2012-05-10 Thread Michal Privoznik
On 03.05.2012 10:01, Daniel P. Berrange wrote: On Wed, May 02, 2012 at 01:52:27PM -0600, Eric Blake wrote: On 04/27/2012 07:22 AM, Michal Privoznik wrote: Currently, we are allocating buffer for RPC messages statically. This is not such pain when RPC limits are small. However, if we want ever

[libvirt] In libxl_driver, how to lock/unlock objects while doing an operation that runs for a long time?

2012-05-10 Thread Oscar Ben
In the discussion : http://thread.gmane.org/gmane.comp.emulators.libvirt/53534 People mentioned about long-term operations' LOCKs there. It seems that, in libxl_driver, certain opeations may hold a lock for too long, thus other operations, even those just do query jobs, would be blocked.

Re: [libvirt] In libxl_driver, how to lock/unlock objects while doing an operation that runs for a long time?

2012-05-10 Thread Daniel P. Berrange
On Thu, May 10, 2012 at 11:20:20PM +0800, Oscar Ben wrote: In the discussion : http://thread.gmane.org/gmane.comp.emulators.libvirt/53534 People mentioned about long-term operations' LOCKs there. It seems that, in libxl_driver, certain opeations may hold a lock for too long, thus

[libvirt] [PATCH] Mount fresh instance of sysfs in LXC

2012-05-10 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com Currently to make sysfs readonly, we remount the existing instance and then bind it readonly. Unfortunately this means sysfs is still showing device objects wrt the host OS namespace. We need it to reflect the container namespace, so we must mount a

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

2012-05-10 Thread Christophe Fergeau
On Wed, May 09, 2012 at 03:54:35AM +0300, Zeeshan Ali (Khattak) wrote: 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() ---

Re: [libvirt] [PATCH] virsh: Allow users to reedit rejected XML

2012-05-10 Thread Laine Stump
On 05/09/2012 09:36 AM, Michal Privoznik wrote: If users {net-,pool-,}edit but make a mistake in XML all changes are permanently lost. However, if virsh is running in interactive mode we can as user if he wants to re-edit the file and correct the mistakes. This all reminds me that I so much

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

2012-05-10 Thread Christophe Fergeau
ACK On Wed, May 09, 2012 at 03:54:36AM +0300, Zeeshan Ali (Khattak) wrote: 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 |

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

2012-05-10 Thread Christophe Fergeau
On Wed, May 09, 2012 at 03:54:38AM +0300, Zeeshan Ali (Khattak) wrote: From: Zeeshan Ali (Khattak) zeesha...@gnome.org --- libvirt-gconfig/libvirt-gconfig-domain-os.c | 45 +++ libvirt-gconfig/libvirt-gconfig-domain-os.h |1 +

[libvirt] [RFC PATCH] Add Qemu Network Helper

2012-05-10 Thread rmarwah
From: Richa Marwaha rmar...@linux.vnet.ibm.com QEMU has a new feature which allows QEMU to execute under an unprivileged user ID and still be able to add a tap device to a Linux network bridge. Below is the link to the QEMU patches for the bridge helper feature:

Re: [libvirt] [Libguestfs] get virtual machine`s ip address

2012-05-10 Thread Richard W.M. Jones
On Thu, May 10, 2012 at 08:24:31AM -0700, THO HUYNH wrote: I`m writing 2 simple socket programs: Client program runs on guest, server program runs on host machine. The server need the dom xml name of the guest which is running the client program and the only information the server program has

[libvirt] [libvirt-glib 2/2] Allow unsetting of object properties

2012-05-10 Thread Christophe Fergeau
From: Zeeshan Ali (Khattak) zeesha...@gnome.org This changes gvir_config_object_attach_replace to accept a NULL child object. Since we need to be able to find the node to remove when this happens, gvir_config_object_attach_replace gets a third argument with the name of the node to add/remove. ---

[libvirt] [libvirt-glib 1/2] Allow unsetting of string properties

2012-05-10 Thread Christophe Fergeau
From: Zeeshan Ali (Khattak) zeesha...@gnome.org This changes gvir_config_object_set_node_content to accept a NULL content and to remove the corresponding node when this happens --- libvirt-gconfig/libvirt-gconfig-domain-os.c| 20

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

2012-05-10 Thread Christophe Fergeau
Running this through valgrind revealed two leaks and an invalid free: diff --git a/libvirt-gconfig/tests/test-capabilities-parse.c b/libvirt-gconfig/tests/test-capabilities-parse.c index f895441..eefff2a 100644 --- a/libvirt-gconfig/tests/test-capabilities-parse.c +++

Re: [libvirt] [libvirt-glib 1/2] Allow unsetting of string properties

2012-05-10 Thread Zeeshan Ali (Khattak)
On Thu, May 10, 2012 at 9:58 PM, Christophe Fergeau cferg...@redhat.com wrote: From: Zeeshan Ali (Khattak) zeesha...@gnome.org This changes gvir_config_object_set_node_content to accept a NULL content and to remove the corresponding node when this happens Wonder if i can ACK this change but

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

2012-05-10 Thread Christophe Fergeau
Hey, I've split this patch in 2 to make it more digestable. First one is unchanged and only contains the gvir_config_object_set_node_content changes The 2nd one only has the gvir_config_object_attach_replace changes, and it has some changes: I reordered the parameter to _attach_replace to make

Re: [libvirt] [PATCH] Mount fresh instance of sysfs in LXC

2012-05-10 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/10/2012 04:25 PM, Eric Blake wrote: On 05/10/2012 10:17 AM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com Currently to make sysfs readonly, we remount the existing instance and then bind it readonly. Unfortunately

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

2012-05-10 Thread Zeeshan Ali (Khattak)
On Thu, May 10, 2012 at 9:58 PM, Christophe Fergeau cferg...@redhat.com wrote: Hey, I've split this patch in 2 to make it more digestable. First one is unchanged and only contains the gvir_config_object_set_node_content changes The 2nd one only has the gvir_config_object_attach_replace

Re: [libvirt] [PATCH] docs: mention migration issue of which credentials are used

2012-05-10 Thread Eric Blake
On 05/10/2012 01:35 AM, Michal Privoznik wrote: On 30.04.2012 22:54, Eric Blake wrote: Based on a report by Seth Vidal. Just because _you_ can use virsh to connect to both source and destinations does not mean that libvirtd on the source (aka _root_) can likewise connect to the destination;

Re: [libvirt] [PATCH] Mount fresh instance of sysfs in LXC

2012-05-10 Thread Eric Blake
On 05/10/2012 10:17 AM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com Currently to make sysfs readonly, we remount the existing instance and then bind it readonly. Unfortunately this means sysfs is still showing device objects wrt the host OS namespace. We need it

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

2012-05-10 Thread Christophe Fergeau
On Thu, May 10, 2012 at 11:49:43PM +0300, Zeeshan Ali (Khattak) wrote: On Thu, May 10, 2012 at 9:58 PM, Christophe Fergeau cferg...@redhat.com wrote: The 2nd one only has the gvir_config_object_attach_replace changes, and it has some changes: I reordered the parameter to _attach_replace to

Re: [libvirt] [RFC PATCH] Add Qemu Network Helper

2012-05-10 Thread Eric Blake
On 05/10/2012 09:15 AM, rmar...@linux.vnet.ibm.com wrote: From: Richa Marwaha rmar...@linux.vnet.ibm.com QEMU has a new feature which allows QEMU to execute under an unprivileged user ID and still be able to add a tap device to a Linux network bridge. Below is the link to the QEMU patches

Re: [libvirt] [PATCHv2 1/1] Assign spapr-vio address type to ibmvscsi controller

2012-05-10 Thread Eric Blake
On 05/10/2012 03:37 AM, Daniel P. Berrange wrote: On Thu, May 10, 2012 at 04:39:48PM +0800, Li Zhang wrote: For pseries guest, the default controller model is ibmvscsi controller, this controller only can work on spapr-vio address. This patch is to assign spapr-vio address type to ibmvscsi

Re: [libvirt] [Xen-devel] [PATCH-RFC] Change libxl to use Xen 4.2 interface

2012-05-10 Thread Jim Fehlig
Daniel P. Berrange wrote: On Thu, May 10, 2012 at 10:56:06AM +0100, Ian Campbell wrote: On Wed, 2012-05-09 at 18:13 +0100, Daniel De Graaf wrote: This patch changes libxl to use the interface in Xen 4.2. It is provided as an example, not intended to go in to libvirt as-is since it

[libvirt] oVirt workshop at LinuxCon Japan

2012-05-10 Thread Dave Allan
I got this notice today about an oVirt workshop coming up June 8 at LinuxCon Japan, and I thought it might be of interest. Details below... Hello everyone, As part of our efforts to raise awareness of and educate more developers about the oVirt project, we will be holding an oVirt workshop at

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

2012-05-10 Thread Eric Blake
On 05/08/2012 02:12 PM, Guido Günther wrote: to safe some syscalls (as suggested by Eric Blake) s/safe/save/ --- 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

Re: [libvirt] [PATCH 0/3] Fix output of virsh vcpuinfo after cpu hotplug

2012-05-10 Thread Eric Blake
On 05/07/2012 06:16 AM, Peter Krempa wrote: The informations about virtual processors stored by libvirt were not updated after a cpu hotplug. Peter Krempa (3): qemu: Refactor qemuDomainSetVcpusFlags qemu: Re-detect virtual cpu threads after cpu hot (un)plug. qemu: Don't skip

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

2012-05-10 Thread Eric Blake
On 05/08/2012 03:41 AM, David Weber wrote: 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

Re: [libvirt] [PATCH 1/3] qemu: Refactor qemuDomainSetVcpusFlags

2012-05-10 Thread Eric Blake
On 05/07/2012 06:16 AM, Peter Krempa wrote: Mentioning a summary of what you refactored might be nice for someone reading 'git log' --- src/qemu/qemu_driver.c | 24 1 files changed, 8 insertions(+), 16 deletions(-) diff --git a/src/qemu/qemu_driver.c

Re: [libvirt] [PATCH 2/3] qemu: Re-detect virtual cpu threads after cpu hot (un)plug.

2012-05-10 Thread Eric Blake
On 05/07/2012 06:16 AM, Peter Krempa wrote: After a cpu hotplug the qemu driver did not refresh information about virtual procesors used by qemu and their corresponding threads. This s/procesors/processors/ patch forces a re-detection as is done on start of QEMU. This ensures that correct

Re: [libvirt] [PATCH 3/3] qemu: Don't skip detection of virtual cpu's on non KVM targets

2012-05-10 Thread Eric Blake
On 05/07/2012 06:16 AM, Peter Krempa wrote: QEMU adapted the info cpus command from the kvm branch. This patch removes the check for the KVM domain type to detect virtualprocessors also while using software emulation. Which version of qemu adopted the command? Do we need a capability bit in

Re: [libvirt] In libxl_driver, how to lock/unlock objects while doing an operation that runs for a long time?

2012-05-10 Thread Jim Fehlig
Daniel P. Berrange wrote: On Thu, May 10, 2012 at 11:20:20PM +0800, Oscar Ben wrote: In the discussion : http://thread.gmane.org/gmane.comp.emulators.libvirt/53534 People mentioned about long-term operations' LOCKs there. It seems that, in libxl_driver, certain opeations may

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

2012-05-10 Thread Zeeshan Ali (Khattak)
On Thu, May 10, 2012 at 8:28 PM, Christophe Fergeau cferg...@redhat.com wrote: On Wed, May 09, 2012 at 03:54:38AM +0300, Zeeshan Ali (Khattak) wrote: From: Zeeshan Ali (Khattak) zeesha...@gnome.org ---  libvirt-gconfig/libvirt-gconfig-domain-os.c |   45 +++  

Re: [libvirt] [PATCHv2 1/1] Assign spapr-vio address type to ibmvscsi controller

2012-05-10 Thread Li Zhang
On 05/11/2012 06:41 AM, Eric Blake wrote: On 05/10/2012 03:37 AM, Daniel P. Berrange wrote: On Thu, May 10, 2012 at 04:39:48PM +0800, Li Zhang wrote: For pseries guest, the default controller model is ibmvscsi controller, this controller only can work on spapr-vio address. This patch is to