diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2022-12-16 11:02:48 +0100 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2023-01-06 00:51:02 +0100 |
| commit | fb418b51b7b43c34873f4b9af3da7031b7452115 (patch) | |
| tree | 7c384143f268a5f7831515b3ad5c667da9aceed3 /docs/about/deprecated.rst | |
| parent | d45f24fe7525d8a8aaa4ca6d9d214dc41819caa5 (diff) | |
| download | focaccia-qemu-fb418b51b7b43c34873f4b9af3da7031b7452115.tar.gz focaccia-qemu-fb418b51b7b43c34873f4b9af3da7031b7452115.zip | |
i386: SGX: remove deprecated member of SGXInfo
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs/about/deprecated.rst')
| -rw-r--r-- | docs/about/deprecated.rst | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/docs/about/deprecated.rst b/docs/about/deprecated.rst index 91015ce5da..c3a874dee8 100644 --- a/docs/about/deprecated.rst +++ b/docs/about/deprecated.rst @@ -165,19 +165,6 @@ accepted incorrect commands will return an error. Users should make sure that all arguments passed to ``device_add`` are consistent with the documented property types. -``query-sgx`` return value member ``section-size`` (since 7.0) -'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' - -Member ``section-size`` in return value elements with meta-type ``uint64`` is -deprecated. Use ``sections`` instead. - - -``query-sgx-capabilities`` return value member ``section-size`` (since 7.0) -''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' - -Member ``section-size`` in return value elements with meta-type ``uint64`` is -deprecated. Use ``sections`` instead. - System accelerators ------------------- |