Add a capatilities xml file for s390x ,the capatility for IBM
Distro called KVMIBM,mainly focus on a KVM hypervious on S390x.
Also add a clitest by using virt-install.
---
tests/capabilities-xml/kvm-s390x-KVMIBM.xml| 82 ++
.../compare/virt-install-s390x-KVMIBM.xml
---
virtinst/capabilities.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtinst/capabilities.py b/virtinst/capabilities.py
index 4fa1724..10e7ea0 100644
--- a/virtinst/capabilities.py
+++ b/virtinst/capabilities.py
@@ -364,7 +364,7 @@ class _CapsInfo(object):
The Qemu guest agent change for 390x,remove default channel device
for s390x and regenerate the test output.Modified the clitest xml.
---
tests/cli-test-xml/compare/virt-install-s390x-KVMIBM.xml | 4
virtinst/guest.py| 2 ++
2 files changed, 2 insertion
nson wrote:
On 11/04/2015 01:30 AM, Kevin Zhao wrote:
a5a467fddcb8---
virtinst/capabilities.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtinst/capabilities.py b/virtinst/capabilities.py
index 4fa1724..10e7ea0 100644
--- a/virtinst/capabilities.py
+++ b/virtinst/capab
Hi Cole,
Got it :-) I'll ask someone working on KVMIBM to talk about it .
Thanks ~
On 2015年11月06日 01:13, Cole Robinson wrote:
On 11/04/2015 10:12 PM, Kevin Zhao wrote:
Hi Cole ,
Thanks for merging my patch.
I choose to check for the prefix because that the next version of KVMIB
Since the qemu 2.4 has supported the watchdog device diag288
for s390x,so add it in the optional model list. Also modefied
the clitest xml to cover this change.
---
tests/cli-test-xml/compare/virt-install-s390x-cdrom-KVMIBM.xml | 1 +
virtinst/devicewatchdog.py
Since the qemu 2.4 has supported the watchdog device diag288
for s390x,so add it in the optional model list. Also modefied
the clitest xml to cover this change.
---
tests/cli-test-xml/compare/virt-install-s390x-cdrom-KVMIBM.xml | 1 +
tests/clitest.py
Hi Cole,
Thanks for your comment.
I have modified the patch and add the change in clitest.py.
On 2015年11月09日 08:00, Cole Robinson wrote:
On 11/06/2015 01:25 AM, Kevin Zhao wrote:
Since the qemu 2.4 has supported the watchdog device diag288
for s390x,so add it in the optional model list. Also
gards ,
Kevin
On 2015年11月09日 10:58, Kevin Zhao wrote:
Hi Cole,
Thanks for your comment.
I have modified the patch and add the change in clitest.py.
On 2015年11月09日 08:00, Cole Robinson wrote:
On 11/06/2015 01:25 AM, Kevin Zhao wrote:
Since the qemu 2.4 has supported the watchdog device diag288
for
Hi Cole & all,
There is a question just confusing me.
When I use virt-install , set the --location parameter like this
: --location /tmp/**.iso, virt-install can search the iso and get the
tree.info , kernel.img and initrd.img. But when I replace the parameter
"--location " with t
ds,
Kevin
On 2015?11?12? 04:05, Cole Robinson wrote:
On 11/11/2015 12:45 AM, Kevin Zhao wrote:
Hi Cole & all,
There is a question just confusing me.
When I use virt-install , set the --location parameter like this :
--location /tmp/**.iso, virt-install can search the iso and g
Add console target "sclp" for s390x ,since the newest Distro guests has
supported the console target, solve some console issues in s390x.Also
modified the test xml cover this change.
---
tests/cli-test-xml/compare/virt-install-s390x-cdrom-KVMIBM.xml | 2 ++
virtinst/guest.py
hanks for your kindly response :-)
On 2015年10月16日 09:26, Cole Robinson wrote:
On 10/14/2015 01:35 AM, Kevin Zhao wrote:
Dear Everyone,
I am working on porting virt-manager to S390x ,now I have realized the
function that using virt-manager on x86_64 to create and manage VM guests in
S390x, a
Really good news! Thanks Cole~
Looking forward to this release :-)
On 2015年11月17日 08:58, Cole Robinson wrote:
Yeah I'm slacking on getting the release out, per usual. I'll do my best to
get 1.3 out before Monday.
Thanks,
Cole
On 11/16/2015 12:41 AM, Kevin Zhao wrote:
Hi Col
lease out, per usual. I'll do my best to
get 1.3 out before Monday.
Thanks,
Cole
On 11/16/2015 12:41 AM, Kevin Zhao wrote:
Hi Cole ,
How is the releasing work going? My workmates in IBM want to use released
virt-manager to build the packages. Now the newest version is 1.2.1 , so what
i
r.org/download/
This release includes:
- Git hosting moved to http://github.com/virt-manager/virt-manager
- Switch translation infrastructure from transifex to fedora.zanata.org
- Add dogtail UI tests and infrastructure
- Improved support for s390x kvm (Kevin Zhao)
- virt-install and virt-manage
Hi Cole && All,
I want to install a virt-manager in Local S390x, the Distro in
S390x is RHEL 7.1,this distro of S390x doesn't support virt-manager. I
installed related dependencies and run command virt-manager --debug.
It show below:
[?, 02 12? 2015 14:53:15 virt-manager 24293] DEBUG
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/virt-install-ppc64le-kvm-import.xml
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 cover this change.
---
.../compare/virt-ins
2016-04-25 15:13 GMT+08:00 Leno Hou :
> Signed-off-by: Leno Hou
> CC: Kevin Zhao < kevin.zhaosh...@gmail.com>
> ---
> virtinst/urlfetcher.py | 9 +
> 1 file changed, 9 insertions(+)
>
> diff --git a/virtinst/urlfetcher.py b/virtinst/urlfetcher.py
> index 7
Hi Cole && Leno,
I have also tested this patch and works fine with me~I think it is a
proper way, could you help to merge patch ?
2016-04-26 16:10 GMT+08:00 Leno Hou :
> Signed-off-by: Leno Hou
> CC: Kevin Zhao
> ---
> virtinst/urlfetcher.py | 5 +
> 1 fil
For architecture "s390x",the disk and the network device are based
on "virtio" bus.The cdrom is based on "scsi".So set the default
cdrom bus as "scsi",the default bus as "virtio".Also the default
machine type is set to "s390-ccw-virtio" a
For architecture "s390x",the disk and the network device are based
on "virtio" bus.The cdrom is based on "scsi".So set the default
cdrom bus as "scsi",the default bus as "virtio".Also the default
machine type is set to "s390-ccw-virtio" a
Hi Cole,
I really appreciate for your advice.I will recheck the code ,add the
test case and send the patch again.
Thanks very much!
Best Regards,
Kevin
On 07/08/2015 03:45 AM, Kevin Zhao wrote:
For architecture "s390x",the disk and the network device are based
For architecture "s390x",the disk and the network device are base
on "virtio" bus.The cdrom is based on "scsi".So set the default
cdrom bus as "scsi",the default bus as "virtio".Also the default
machine type is set to "s390-ccw-virtio" as it is the only supported
in "s390x".Also add a test cast of
d work has something to do , I am happy to take some
work for pushing it to other Linux Distro community.
Thanks very much.Pls feel free to let me know if you have any
questions.
Best Regards,
Kevin Zhao
___
virt-tools-list mailing list
virt-tools-list@
Thanks Cole,
I will download the fedora 23 to check the version.
On 2015年10月16日 09:26, Cole Robinson wrote:
On 10/14/2015 01:35 AM, Kevin Zhao wrote:
Dear Everyone,
I am working on porting virt-manager to S390x ,now I have realized the
function that using virt-manager on x86_64 to create
35 AM, Kevin Zhao wrote:
Dear Everyone,
I am working on porting virt-manager to S390x ,now I have realized the
function that using virt-manager on x86_64 to create and manage VM guests in
S390x, also I have submit the patch to virt-manager mainline on 13th July, 2015.
But when I use "apt-g
modified the machine type ,remove the default channel
since it is not supported now ,and modified the capabilities-xml
since it has been updated.
---
tests/capabilities-xml/kvm-s390x.xml | 14 +++---
virtinst/capabilities.py | 2 +-
virtinst/guest.py| 2
/2015 12:35 AM, Kevin Zhao wrote:
modified the machine type ,remove the default channel
since it is not supported now ,and modified the capabilities-xml
since it has been updated.
---
tests/capabilities-xml/kvm-s390x.xml | 14 +++---
virtinst/capabilities.py | 2
30 matches
Mail list logo