[GH-ISSUE #311] Launch New Instance with Webvirtcloud - Error #207

Closed
opened 2026-02-27 15:57:45 +03:00 by kerem · 4 comments
Owner

Originally created by @toddleish on GitHub (May 12, 2020).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/311

I am setting up Webvirtcloud for the first time. I have Webvirtcloud running on Ubuntu 18.04 and the KVM/Libvirt server running on CentOS7. I tried to launch my first instance on Webvirtcloud, but get this error:
Error: unsupported configuration: virtio-mouse is not supported by this QEMU binary

I did a google search, but I can't find anything related to this error. Do you have any hints to fix this?

image

Originally created by @toddleish on GitHub (May 12, 2020). Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/311 I am setting up Webvirtcloud for the first time. I have Webvirtcloud running on Ubuntu 18.04 and the KVM/Libvirt server running on CentOS7. I tried to launch my first instance on Webvirtcloud, but get this error: `Error: unsupported configuration: virtio-mouse is not supported by this QEMU binary` I did a google search, but I can't find anything related to this error. Do you have any hints to fix this? ![image](https://user-images.githubusercontent.com/10604947/81627562-b6026880-93bb-11ea-9482-2385791b9b67.png)
kerem closed this issue 2026-02-27 15:57:45 +03:00
Author
Owner

@catborise commented on GitHub (May 12, 2020):

I think you are using old qemu version. Because of that some new features does not work.

On the hypervisor host run that cmd:
virsh version

Add new repo to host and update qemu and libvirt.
Latest rpm package for Centos qemu 2.12 and libvirt 4.5

<!-- gh-comment-id:627190915 --> @catborise commented on GitHub (May 12, 2020): I think you are using old qemu version. Because of that some new features does not work. On the hypervisor host run that cmd: `virsh version` Add new repo to host and update qemu and libvirt. Latest rpm package for Centos qemu 2.12 and libvirt 4.5
Author
Owner

@catborise commented on GitHub (May 12, 2020):

Kvm common repo contains latest rpm packages for libvirt and qemu-kvm

http://mirror.centos.plus.hr/centos/7/virt/x86_64/

<!-- gh-comment-id:627192853 --> @catborise commented on GitHub (May 12, 2020): Kvm common repo contains latest rpm packages for libvirt and qemu-kvm http://mirror.centos.plus.hr/centos/7/virt/x86_64/
Author
Owner

@zhgwei commented on GitHub (May 13, 2020):

I got the same problem, but thanks to @catborise I try these cmd to update libvirt and qemu-kvm, and it works for me:

yum install centos-release-qemu-ev
yum update qemu-kvm libvirt
<!-- gh-comment-id:627769478 --> @zhgwei commented on GitHub (May 13, 2020): I got the same problem, but thanks to @catborise I try these cmd to update libvirt and qemu-kvm, and it works for me: ``` yum install centos-release-qemu-ev yum update qemu-kvm libvirt ```
Author
Owner

@toddleish commented on GitHub (May 13, 2020):

Yes, thank you. I meant to reply also. I upgraded my CentOS libvirt that
way and all is well.

On Wed, May 13, 2020 at 12:15 AM znue notifications@github.com wrote:

I got the same problem, but thanks to @catborise
https://github.com/catborise I try these cmd to update libvirt and
qemu-kvm, and it works for me:

yum install centos-release-qemu-ev
yum update qemu-kvm libvirt


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/retspen/webvirtcloud/issues/311#issuecomment-627769478,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ACQ5DE2JXFUBSDIMQJRB6C3RRI3HDANCNFSM4M6MQ5PQ
.

<!-- gh-comment-id:627970455 --> @toddleish commented on GitHub (May 13, 2020): Yes, thank you. I meant to reply also. I upgraded my CentOS libvirt that way and all is well. On Wed, May 13, 2020 at 12:15 AM znue <notifications@github.com> wrote: > I got the same problem, but thanks to @catborise > <https://github.com/catborise> I try these cmd to update libvirt and > qemu-kvm, and it works for me: > > yum install centos-release-qemu-ev > yum update qemu-kvm libvirt > > — > You are receiving this because you authored the thread. > Reply to this email directly, view it on GitHub > <https://github.com/retspen/webvirtcloud/issues/311#issuecomment-627769478>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/ACQ5DE2JXFUBSDIMQJRB6C3RRI3HDANCNFSM4M6MQ5PQ> > . >
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#207
No description provided.