Comment 18 for bug 1845986

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/train)

Reviewed: https://review.opendev.org/698739
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=7bdd8e97fb5c4ae302eff79d257cec6b8cd2d27c
Submitter: Zuul
Branch: stable/train

commit 7bdd8e97fb5c4ae302eff79d257cec6b8cd2d27c
Author: Boris Bobrov <email address hidden>
Date: Tue Nov 5 20:06:29 2019 +0100

    Create a controller for qga when SEV is used

    When a guest agent is requested, it requires a virtio-serial controller.
    If the controller is not created explicitly, it will be created by
    libvirt. But if AMD SEV is also requested, the controller is expected
    to use the iommu driver.

    In order to achive that, the controller is created explicitly with the
    required driver.

    Change-Id: I47c248649b9d77e8bd7c5350fc84d89342be4623
    Closes-Bug: 1845986
    (cherry picked from commit c2fd8294fdb615d5229c4eb2abef1226b7cc580b)