Re: [virt-tools-list] [virt-manager][PATCH v1 1/2] Modify the default graphics device to "vnc" for ppc64 and ppc64le

2015-12-24 Thread Chen Hanxiao
On 12/15/2015 09:06 PM, Kevin Zhao wrote: Modify the default graphics device to "vnc",since the powerpc does't support spice devices.Otherwise, virt-manager can not be used in ppc64 and ppc64le hardware.So that change make virt-manager supports arch "ppc64" and "ppc64le".Also add a test case to

Re: [virt-tools-list] [virt-manager][PATCH v1 2/2] Modify the xml file for the virt-install for ppc64le

2015-12-24 Thread Chen Hanxiao
On 12/15/2015 09:06 PM, Kevin Zhao wrote: Modify the xml file for virt-install of ppc64le for importing existing image using KVM.Because the spice devices has not been supported by powerpc64 and powerpc64le,the only supporting graphic device is vnc. Signed-off-by: Kevin Zhao --- .../compare/

Re: [virt-tools-list] [virt-manager][PATCH v1 1/2] Modify the default graphics device to "vnc" for ppc64 and ppc64le

2015-12-24 Thread Cole Robinson
On 12/15/2015 08:06 AM, Kevin Zhao wrote: > Modify the default graphics device to "vnc",since the powerpc > does't support spice devices.Otherwise, virt-manager can not > be used in ppc64 and ppc64le hardware.So that change make > virt-manager supports arch "ppc64" and "ppc64le".Also add > a test

Re: [virt-tools-list] [virt-manager PATCH] Prohibit adding PCI host devices to container

2015-12-24 Thread Cole Robinson
On 12/23/2015 07:01 AM, Pavel Fedin wrote: > libvirt does not allow this and attempt to do so causes error during domain > startup. Prevent this in the beginning instead with correct explanation. > > Signed-off-by: Pavel Fedin > --- > virtManager/addhardware.py | 9 +++-- > 1 file changed, 7