手动升级QEMU 3.1不支持qxl视频设备

手动升级QEMU 3.1不支持qxl视频设备

我想在安装 Ubuntu Server 18.04.2 时使用最新版本的 QEMU (3.1)。我已经成功安装了它,但似乎新安装未正确连接到所有依赖项(或者我可能需要手动升级其他软件包以使它们与升级后的 QEMU 同步?)

我收到的错误是:

ERROR    unsupported configuration: this QEMU does not support 'qxl' video device
Removing disk 'WINVM.img'                                   |    0 B  00:00     
Domain installation does not appear to have been successful.
If it was, you can restart your domain by running:
  virsh --connect qemu:///system start myWINVM
otherwise, please restart your installation.

我对问题原因的怀疑合理吗?我应该尝试什么才能让 QXL 重新工作(在 QEMU 升级之前它可以工作)。

答案1

从源代码构建 QEMU 后,我遇到了类似的错误。调用“./configure”时,它需要系统中已安装的所有依赖项,因为这是检测系统功能的步骤。如果您编译 QEMU,然后安装 spice、qxl 等依赖项,它稍后将无法检测到它们,您需要重新编译。

相关内容