Re: [libvirt] [PATCHv6 2/3] libvirt/qemu - support persistent modification of qemu disks

2011-03-24 Thread Wen Congyang
At 03/24/2011 09:31 AM, KAMEZAWA Hiroyuki Write: From 1d2630896a950b87043c9e77fdbcdc23626098ee Mon Sep 17 00:00:00 2001 From: KAMEZAWA Hiroyuki kamezawa.hir...@jp.fujitsu.com Date: Thu, 24 Mar 2011 10:05:18 +0900 Subject: [PATCHv6 2/3] libvirt/qemu - support persistent modification of qemu

Re: [libvirt] [PATCHv6 2/3] libvirt/qemu - support persistent modification of qemu disks

2011-03-24 Thread KAMEZAWA Hiroyuki
Subject: [PATCHv6 2/3] libvirt/qemu - support persistent modification of qemu disks support changes of disks by VIR_DOMAIN_DEVICE_MODIFY_CONFIG for qemu. Signed-off-by: KAMEZAWA Hiroyuki kamezawa.hir...@jp.fujitsu.com Changelog v5-v6: - fixed pci address/device controller

Re: [libvirt] [PATCHv6 2/3] libvirt/qemu - support persistent modification of qemu disks

2011-03-24 Thread Wen Congyang
...@jp.fujitsu.com Date: Thu, 24 Mar 2011 10:05:18 +0900 Subject: [PATCHv6 2/3] libvirt/qemu - support persistent modification of qemu disks support changes of disks by VIR_DOMAIN_DEVICE_MODIFY_CONFIG for qemu. Signed-off-by: KAMEZAWA Hiroyuki kamezawa.hir...@jp.fujitsu.com Changelog v5-v6

Re: [libvirt] [PATCHv6 2/3] libvirt/qemu - support persistent modification of qemu disks

2011-03-24 Thread KAMEZAWA Hiroyuki
On Thu, 24 Mar 2011 17:35:19 +0900 KAMEZAWA Hiroyuki kamezawa.hir...@jp.fujitsu.com wrote: On Thu, 24 Mar 2011 15:44:05 +0800 Wen Congyang we...@cn.fujitsu.com wrote: Do not report error when qemuDomainAssignPCIAddresses() or virDomainDefAddImplicitControllers() failed, because we have

Re: [libvirt] [PATCHv6 2/3] libvirt/qemu - support persistent modification of qemu disks

2011-03-24 Thread KAMEZAWA Hiroyuki
On Thu, 24 Mar 2011 16:49:29 +0800 Wen Congyang we...@cn.fujitsu.com wrote: Sometimes, qemuDomainAssignPCIAddress() failed, and it does not report error. qemuDomainAssignPCIAddress() calls qemuDomainPCIAddressSetCreate() that calls virDomainDeviceInfoIterate() that calls

[libvirt] [PATCHv6 2/3] libvirt/qemu - support persistent modification of qemu disks

2011-03-23 Thread KAMEZAWA Hiroyuki
From 1d2630896a950b87043c9e77fdbcdc23626098ee Mon Sep 17 00:00:00 2001 From: KAMEZAWA Hiroyuki kamezawa.hir...@jp.fujitsu.com Date: Thu, 24 Mar 2011 10:05:18 +0900 Subject: [PATCHv6 2/3] libvirt/qemu - support persistent modification of qemu disks support changes of disks