[virt-tools-list] [PATCH] virt-manager : add support for architecture type "s390x".

Cole Robinson crobinso at redhat.com
Tue Jul 14 16:48:07 UTC 2015


On 07/13/2015 07:35 AM, Kevin Zhao wrote:
> 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 virt-install by cdrom in s390x.
> ---
>  tests/capabilities-xml/kvm-s390x.xml               | 73 ++++++++++++++++++++++
>  .../compare/virt-install-s390x-cdrom.xml           | 43 +++++++++++++
>  tests/clitest.py                                   |  4 ++
>  tests/utils.py                                     |  1 +
>  virtManager/create.py                              |  4 +-
>  virtinst/capabilities.py                           |  4 ++
>  virtinst/devicedisk.py                             |  3 +
>  virtinst/guest.py                                  |  2 +
>  virtinst/osxml.py                                  |  3 +
>  9 files changed, 135 insertions(+), 2 deletions(-)
>  create mode 100644 tests/capabilities-xml/kvm-s390x.xml
>  create mode 100644 tests/cli-test-xml/compare/virt-install-s390x-cdrom.xml

ACK, but I was hitting some issues with the test case, not sure what happened.
So I fixed it up and committed.

Thanks,
Cole




More information about the virt-tools-list mailing list