]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: sev: Test launch-security with specific QEMU version
authorErik Skultety <eskultet@redhat.com>
Wed, 15 Aug 2018 12:00:23 +0000 (14:00 +0200)
committerErik Skultety <eskultet@redhat.com>
Mon, 20 Aug 2018 05:02:25 +0000 (07:02 +0200)
commit6c50cef8a3e4e3407fb42a713a353e42ae3f2bc6
treed91008ac0a7c8dc017c64fccd98cec678e4d85bc
parent69c20e1090059d8b359fdd435e8ba50db7269be1
tests: sev: Test launch-security with specific QEMU version

In order to test SEV we need real QEMU capabilities. Ideally, this would
be tested with -latest capabilities, however, our capabilities are
currently tied to Intel HW, even the 2.12.0 containing SEV were edited by
hand, so we can only use that one for now, as splitting the capabilities
according to the vendor is a refactor for another day. The need for real
capabilities comes from the extended SEV platform data (PDH, cbitpos,
etc.) we'll need to cache/parse.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
Acked-by: Peter Krempa <pkrempa@redhat.com>
tests/qemuxml2argvdata/launch-security-sev.x86_64-2.12.0.args [moved from tests/qemuxml2argvdata/launch-security-sev.args with 54% similarity]
tests/qemuxml2argvtest.c