diff options
author | John Ferlan <jferlan@redhat.com> | 2016-03-21 11:49:12 -0400 |
---|---|---|
committer | John Ferlan <jferlan@redhat.com> | 2016-04-06 20:27:09 -0400 |
commit | d125685ad337e18974a8d6fabede44a9393bb982 (patch) | |
tree | 4bf305c481e01841080fe837df4491b9e5e3ccd9 /tests | |
parent | 2fbf29a5295b1f6d331ba8a421905552662ca348 (diff) | |
download | libvirt-d125685ad337e18974a8d6fabede44a9393bb982.tar.gz |
qemu: Add capability bit for qemu secret object
Add a capability bit for the qemu secret object.
Adjust the 2.6.0-1 caps/replies to add the secret object. For the
.replies it's take from the '{"execute":"qom-list-types"}' output.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/qemucapabilitiesdata/caps_2.6.0-1.caps | 1 | ||||
-rw-r--r-- | tests/qemucapabilitiesdata/caps_2.6.0-1.replies | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/qemucapabilitiesdata/caps_2.6.0-1.caps b/tests/qemucapabilitiesdata/caps_2.6.0-1.caps index 549759c0b1..a43293d6a7 100644 --- a/tests/qemucapabilitiesdata/caps_2.6.0-1.caps +++ b/tests/qemucapabilitiesdata/caps_2.6.0-1.caps @@ -178,4 +178,5 @@ <flag name='qxl.vram64_size_mb'/> <flag name='qxl-vga.vram64_size_mb'/> <flag name='debug-threads'/> + <flag name='secret'/> </qemuCaps> diff --git a/tests/qemucapabilitiesdata/caps_2.6.0-1.replies b/tests/qemucapabilitiesdata/caps_2.6.0-1.replies index d2b58b56ca..7590b5bd8d 100644 --- a/tests/qemucapabilitiesdata/caps_2.6.0-1.replies +++ b/tests/qemucapabilitiesdata/caps_2.6.0-1.replies @@ -1224,6 +1224,9 @@ "name": "kvm-accel" }, { + "name": "secret" + }, + { "name": "i82559c" }, { |