Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discuss if it makes sense to use newer Libvirt/QEMU versions #169

Closed
berendt opened this issue Apr 8, 2022 · 1 comment
Closed

Discuss if it makes sense to use newer Libvirt/QEMU versions #169

berendt opened this issue Apr 8, 2022 · 1 comment
Labels
discussion A topic that needs to be discussed

Comments

@berendt
Copy link
Member

berendt commented Apr 8, 2022

It should be checked if it makes sense to use a newer libvirt version in the nova-libvirt container than currently comes with Ubuntu 20.04. The current versions in Ubuntu 20.04 are totally fine for the moment. But it is not necessarily wrong to have newer and more mature versions (especially with regard to Intel SGX).

MIN_LIBVIRT_VERSION = (6, 0, 0)
MIN_QEMU_VERSION = (4, 2, 0)
NEXT_MIN_LIBVIRT_VERSION = (7, 0, 0)
NEXT_MIN_QEMU_VERSION = (5, 2, 0)

Ubuntu 22.04:

libvirt:

libvirt-daemon                       8.0.0-1ubuntu6                          amd64        Virtualization daemon

qemu:

QEMU emulator version 6.2.0 (Debian 1:6.2+dfsg-2ubuntu5)

Ubuntu 20.04:

ii  libvirt-daemon                       6.0.0-0ubuntu8.15                     amd64        Virtualization daemon
@berendt berendt added the needs rework Needs rework label Apr 8, 2022
@berendt berendt added discussion A topic that needs to be discussed and removed needs rework Needs rework labels Apr 27, 2022
@berendt berendt changed the title Check libvirt versions Discuss if it makes sense to use newer Libvirt/QEMU version Apr 27, 2022
@berendt berendt changed the title Discuss if it makes sense to use newer Libvirt/QEMU version Discuss if it makes sense to use newer Libvirt/QEMU versions Apr 27, 2022
@berendt
Copy link
Member Author

berendt commented Sep 13, 2022

With yoga we now have Libvirt 8.0.0. This is young enough for SGX.

@berendt berendt closed this as completed Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion A topic that needs to be discussed
Projects
None yet
Development

No branches or pull requests

1 participant